@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

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

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

/*
! tailwindcss v3.4.17 | 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 */
  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]) {
  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: var(--mono); /* 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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

:root {
    --screen-xxs: '420px';
    --screen-xs: '420px';
    --screen-sm: '640px';
    --screen-md: '768px';
    --screen-lg: '1100px';
    --screen-xl: '1280px';
    --screen-2xl: '1440px';
    --screen-3xl: '1900px';
    /* font */
    --sora: 'Sora', sans-serif;
    --mono: 'Montserrat', serif;
    --vietnam: 'Be Vietnam Pro', serif;
    --arial: 'Arimo', sans-serif;

    /* --f10: 10px; */
    --f10: 0.625rem;
    /* --f11: 11px; */
    --f11: 0.688rem;
    /* --f12: 12px; */
    --f12: 0.75rem;
    /* --f13: 13px; */
    --f13: 0.813rem;
    /* --f14: 14px; */
    --f14: 0.875rem;
    /* --f15: 15px; */
    --f15: 0.938rem;
    --f16: 1rem;
    /* --f16: 16px; */
    --f17: 1.063rem;
    /* --f17: 17px; */
    --f18: 1.125rem;
    /* --f18: 18px; */
    --f19: 1.188rem;
    /* --f19: 19px; */
    --f20: 1.25rem;
    /* --f20: 20px; */
    --f21: 1.313rem;
    /* --f21: 21px; */
    --f22: 1.375rem;
    /* --f22: 22px; */
    --f23: 1.438rem;
    /* --f23: 23px; */
    --f24: 1.5rem;
    /* --f24: 24px; */
    --f25: 1.563rem;
    /* --f25: 25px; */
    --f26: 1.625rem;
    /* --f26: 26px; */
    --f27: 1.688rem;
    /* --f27: 27px; */
    --f28: 1.75rem;
    /* --f28: 28px; */
    --f30: 1.875rem;
    /* --f30: 30px; */
    --f31: 1.938rem;
    /* --f31: 31px; */
    --f32: 2rem;
    /* --f32: 32px; */
    --f36: 2.25rem;
    /* --f36: 36px; */
    --f38: 2.375rem;
    /* --f38: 38px; */
    --f40: 2.5rem;
    --f44: 2.75rem;
    --f46: 2.875rem;
    --f48: 3rem;
    /* --f48: 48px; */
    --f64: 4rem;
    /* --f64: 64px; */
    --f68: 4.25rem;
    /* --f68: 68px; */
    --f50: 3.125rem;
    /* --f50: 50px; */
    --f52: 3.25rem;
    /* --f52: 52px; */
    --f56: 3.5rem;
    /* --f56: 56px; */

    /* font */

    /* color */
    --ik_pink: hsla(348, 75%, 57%, 1);
    --ik_secondarybg: hsl(22, 79%, 93%);
    --ik_primary_pink: rgba(227, 64, 97, 1);

    --ik_pinks: hsla(348, 74%, 57%, 1);
    --ik_pinkbg: hsla(350, 100%, 99%, 1);
    --ik_pinkbgcolor: hsla(348, 74%, 57%, 0.05);
    --ik_pink-foreground: hsla(0, 0%, 100%, 1);
    --ik_pink_button: hsla(0, 0%, 100%, 1);
    --ik_pink-foreground-button: hsla(348, 75%, 57%, 1);

    --ik_black: hsla(0, 0%, 0%, 1);

    --ik_green: hsla(175, 100%, 29%, 1);
    --ik_green-foreground: hsl(176, 39%, 85%);
    --ik_blue: hsla(256, 50%, 24%, 1);
    --ik_blue-foreground: hsla(0, 0%, 100%, 1);
    --ik_multicolor: linear-gradient(180deg, #e34061 0%, #00968a 100%);
    --ik_multicolor1: linear-gradient(90deg, #e34061 0%, #3c1393 44%, #1e9d77 100%);
    --ik_multicolor2: linear-gradient(272.65deg, #2e1e5a -3.81%, #e34061 116.02%);
    --ik_blackcolors: linear-gradient(0deg, #000000 0%, rgba(125, 35, 53, 0) 63.11%);
    --ik_multicolor-foreground: hsla(0, 0%, 100%, 1);
    --ik_white: hsla(0, 0%, 100%, 1);
    --ik_white-foreground: hsla(348, 75%, 57%, 1);
    --ik_whitevariant: hsla(349, 100%, 97%, 1);
    --ik_whitevariant-foreground: hsla(348, 75%, 57%, 1);
    --ik_whitevariant-color: hsla(0, 0%, 91%, 1);
    --ik_lightblue: hsla(204, 15%, 94%);
    --ik_lightbluevariant: hsla(195, 18%, 96%);
    --ik_lightbluevariant1: hsla(256, 100%, 97%, 1);
    --ik_lightbluetext: hsla(187, 67%, 42%, 1);
    --ik_bgblue-color: hsla(251, 49%, 23%, 1);

    --ik_bluegreydarken4: hsla(200, 19%, 18%, 1);
    --ik_bluegreydarken3: hsla(200, 18%, 26%, 1);
    --ik_bluegreydarken2: hsla(199, 18%, 33%, 1);
    --ik_bluegreydarken5: hsla(237, 46%, 25%, 0.8);
    --ik_bluegreydarken7: hsla(0, 0%, 87%, 1);
    --ik_bluegreydarken1: hsla(199, 18%, 40%, 1);
    --ik_bluegreylighten1: hsla(200, 15%, 54%, 1);
    --ik_bluegreylighten2: hsla(200, 16%, 62%, 1);
    --ik_bluegreylighten3: hsla(204, 15%, 94%, 1);
    --ik_bluegreylighten4: hsla(198, 16%, 84%, 1);
    --ik_bluegreylighten5: hsla(204, 15%, 94%, 1);
    --ik_bluegreylighten7: hsla(200, 30%, 96%, 1);
    --ik_bluegreydarken6: hsla(223, 19%, 29%, 1);
    --ik_bluegreybluegrey: hsla(200, 18%, 46%, 1);
    --ik_bluegreylighten6: hsla(174, 38%, 95%, 1);
    --ik_bluegreylightens3: hsla(200, 15%, 73%, 1);
    --ik_bluegreylightens4: hsla(0, 0%, 29%, 1);

    --ik_formbg: hsla(0, 0%, 96%, 1);

    --ik_redvariant: hsla(348, 77%, 48%, 1);

    --variantvariant1: hsla(51, 83%, 92%, 1);
    --ik_bordervariant: hsla(0, 0%, 80%, 1);
    --ik_bordervariant3: hsla(0, 0%, 89%, 1);
    --ik_bordervariant2: hsla(213, 15%, 85%, 1);
    --ik_bluevariantcolor: hsla(256, 50%, 24%, 0.9);
    --ik_lightgrey: hsla(224, 8%, 54%, 1);
    --ik_darkblue: hsla(212, 100%, 44%, 1);
    --ik_darkblue1: hsla(210, 79%, 46%, 1);
    --ik_titlecolor: linear-gradient(90deg, #ff5252 0%, #2e1e5a 51.5%, #10bac5 100%);

    --ik_lightorange: hsla(48, 100%, 88%, 1);
    --ik_boxshadiowcolor: hsla(0, 0%, 0%, 0.15);
    --ik_lightorangevariant: hsla(47, 100%, 90%, 1);
    --ik_greenvariant: hsla(176, 44%, 94%, 1);
    --variant: hsla(0, 88%, 61%, 1);
    --ik_blackvariant: hsla(0, 0%, 6%, 1);
    --ik_bluevariant: hsla(237, 46%, 25%, 1);

    --ik_badge-bg: hsl(348deg, 83%, 80%);
    --ik_badge-foreground: hsl(348deg, 100%, 45.3%);

    --ik_stepper-green: hsla(147, 98%, 36%, 1);

    --ik_newgrey-variant: hsla(0, 0%, 94%, 1);
  }

*{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body{
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 375px){

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

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

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

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

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

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

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

  .container{
    max-width: 1696px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-x-\[20px\]{
  left: 20px;
  right: 20px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-right-1{
  right: -0.25rem;
}
.-top-1{
  top: -0.25rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-50px\]{
  bottom: -50px;
}
.bottom-\[17\.47px\]{
  bottom: 17.47px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-\[16px\]{
  left: 16px;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-3{
  right: 0.75rem;
}
.right-\[-10px\]{
  right: -10px;
}
.right-\[17px\]{
  right: 17px;
}
.right-\[48\.5px\]{
  right: 48.5px;
}
.right-\[82px\]{
  right: 82px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[16px\]{
  top: 16px;
}
.top-\[35px\]{
  top: 35px;
}
.top-\[55px\]{
  top: 55px;
}
.top-\[7px\]{
  top: 7px;
}
.top-\[80px\]{
  top: 80px;
}
.top-\[8px\]{
  top: 8px;
}
.-z-10{
  z-index: -10;
}
.-z-20{
  z-index: -20;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[993\]{
  z-index: 993;
}
.z-\[995\]{
  z-index: 995;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.mx-\[8px\]{
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[1\.7px\]{
  margin-bottom: 1.7px;
}
.mb-\[11px\]{
  margin-bottom: 11px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[25\.5px\]{
  margin-bottom: 25.5px;
}
.mb-\[26px\]{
  margin-bottom: 26px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[39px\]{
  margin-bottom: 39px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[58px\]{
  margin-bottom: 58px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-\[1\.2rem\]{
  margin-left: 1.2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-3\.5{
  margin-right: 0.875rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[13px\]{
  margin-top: 13px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[61px\]{
  margin-top: 61px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-\[9\]{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!inline{
  display: inline !important;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[100\/100\]{
  aspect-ratio: 100/100;
}
.aspect-\[1010\/331\]{
  aspect-ratio: 1010/331;
}
.aspect-\[22\/22\]{
  aspect-ratio: 22/22;
}
.aspect-\[315\/103\]{
  aspect-ratio: 315/103;
}
.aspect-\[315\/117\]{
  aspect-ratio: 315/117;
}
.aspect-\[345\/345\]{
  aspect-ratio: 345/345;
}
.aspect-\[393\/128\]{
  aspect-ratio: 393/128;
}
.aspect-\[393\/382\]{
  aspect-ratio: 393/382;
}
.aspect-\[400\/303\]{
  aspect-ratio: 400/303;
}
.\!size-\[24px\]{
  width: 24px !important;
  height: 24px !important;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-\[100px\]{
  width: 100px;
  height: 100px;
}
.size-\[119px\]{
  width: 119px;
  height: 119px;
}
.size-\[124px\]{
  width: 124px;
  height: 124px;
}
.size-\[12px\]{
  width: 12px;
  height: 12px;
}
.size-\[14\.62px\]{
  width: 14.62px;
  height: 14.62px;
}
.size-\[16px\]{
  width: 16px;
  height: 16px;
}
.size-\[18px\]{
  width: 18px;
  height: 18px;
}
.size-\[20px\]{
  width: 20px;
  height: 20px;
}
.size-\[22px\]{
  width: 22px;
  height: 22px;
}
.size-\[24px\]{
  width: 24px;
  height: 24px;
}
.size-\[30px\]{
  width: 30px;
  height: 30px;
}
.size-\[35px\]{
  width: 35px;
  height: 35px;
}
.size-\[38px\]{
  width: 38px;
  height: 38px;
}
.size-\[40px\]{
  width: 40px;
  height: 40px;
}
.size-\[44px\]{
  width: 44px;
  height: 44px;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-12{
  height: 3rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-\[126px\]{
  height: 126px;
}
.h-\[13px\]{
  height: 13px;
}
.h-\[16\.43px\]{
  height: 16.43px;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[2\.56rem\]{
  height: 2.56rem;
}
.h-\[227px\]{
  height: 227px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[317px\]{
  height: 317px;
}
.h-\[382px\]{
  height: 382px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[43\.15px\]{
  height: 43.15px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[61px\]{
  height: 61px;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[818px\]{
  height: 818px;
}
.h-\[90vh\]{
  height: 90vh;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[121px\]{
  max-height: 121px;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[170px\]{
  max-height: 170px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[249px\]{
  max-height: 249px;
}
.max-h-\[317px\]{
  max-height: 317px;
}
.max-h-\[360px\]{
  max-height: 360px;
}
.max-h-\[392px\]{
  max-height: 392px;
}
.max-h-\[40px\]{
  max-height: 40px;
}
.max-h-\[96px\]{
  max-height: 96px;
}
.min-h-\[103px\]{
  min-height: 103px;
}
.min-h-\[112px\]{
  min-height: 112px;
}
.min-h-\[177px\]{
  min-height: 177px;
}
.min-h-\[205px\]{
  min-height: 205px;
}
.min-h-\[227px\]{
  min-height: 227px;
}
.min-h-\[285px\]{
  min-height: 285px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[345px\]{
  min-height: 345px;
}
.min-h-\[365px\]{
  min-height: 365px;
}
.min-h-\[38px\]{
  min-height: 38px;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.min-h-\[48px\]{
  min-height: 48px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[55vh\]{
  min-height: 55vh;
}
.min-h-\[885px\]{
  min-height: 885px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-12{
  width: 3rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[103px\]{
  width: 103px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[127px\]{
  width: 127px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[142px\]{
  width: 142px;
}
.w-\[143px\]{
  width: 143px;
}
.w-\[144px\]{
  width: 144px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[16\.43px\]{
  width: 16.43px;
}
.w-\[163px\]{
  width: 163px;
}
.w-\[192px\]{
  width: 192px;
}
.w-\[23px\]{
  width: 23px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[286px\]{
  width: 286px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[311px\]{
  width: 311px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[540px\]{
  width: 540px;
}
.w-\[84\.65px\]{
  width: 84.65px;
}
.w-\[93\%\]{
  width: 93%;
}
.w-\[97\%\]{
  width: 97%;
}
.w-\[unset\]{
  width: unset;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[123px\]{
  min-width: 123px;
}
.min-w-\[128px\]{
  min-width: 128px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[145px\]{
  min-width: 145px;
}
.min-w-\[155px\]{
  min-width: 155px;
}
.min-w-\[242px\]{
  min-width: 242px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[159px\]{
  max-width: 159px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[264px\]{
  max-width: 264px;
}
.max-w-\[365px\]{
  max-width: 365px;
}
.max-w-\[519px\]{
  max-width: 519px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-screen-xs{
  max-width: 420px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.grow{
  flex-grow: 1;
}
.-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));
}
.-translate-y-8{
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-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));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-no-drop{
  cursor: no-drop;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[0px\]{
  gap: 0px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[17px\]{
  gap: 17px;
}
.gap-\[18\.43px\]{
  gap: 18.43px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[22px\]{
  gap: 22px;
}
.gap-\[24\.98px\]{
  gap: 24.98px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[26px\]{
  gap: 26px;
}
.gap-\[28\.92px\]{
  gap: 28.92px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-x-\[10px\]{
  column-gap: 10px;
}
.gap-y-0\.5{
  row-gap: 0.125rem;
}
.gap-y-\[24px\]{
  row-gap: 24px;
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.\!rounded{
  border-radius: 0.25rem !important;
}
.\!rounded-\[0px\]{
  border-radius: 0px !important;
}
.\!rounded-\[24px\]{
  border-radius: 24px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[150px\]{
  border-radius: 150px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[17px\]{
  border-radius: 17px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[39px\]{
  border-radius: 39px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-\[0\.42px\]{
  border-top-left-radius: 0.42px;
  border-top-right-radius: 0.42px;
}
.rounded-t-\[22px\]{
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.border-amber-500{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-cyan-500{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-fuchsia-500{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-ik_black{
  border-color: var(--ik_black);
}
.border-ik_bluegreydarken3{
  border-color: var(--ik_bluegreydarken3);
}
.border-ik_bluegreylighten4{
  border-color: var( --ik_bluegreylighten4);
}
.border-ik_bluegreylightens3{
  border-color: var(--ik_bluegreylightens3);
}
.border-ik_bordervariant2{
  border-color: var(--ik_bordervariant2);
}
.border-ik_lightbluetext{
  border-color: var(--ik_lightbluetext);
}
.border-ik_lightgrey{
  border-color: var(--ik_lightgrey);
}
.border-ik_pink{
  border-color: var(--ik_pink);
}
.border-ik_pink-foreground{
  border-color: var(--ik_pink-foreground);
}
.border-ik_white{
  border-color: var(--ik_white);
}
.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-lime-500{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-sky-500{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-violet-500{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.\!bg-ik_white{
  background-color: var(--ik_white) !important;
}
.bg-\[\#22255D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 37 93 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CCE5FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 229 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D1ECF1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 236 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D4EDDA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 237 218 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8D7DA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 215 218 / var(--tw-bg-opacity, 1));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-ik_badge{
  background-color: var(--ik_badge-bg);
}
.bg-ik_bgblue-color{
  background-color: var(--ik_bgblue-color);
}
.bg-ik_black{
  background-color: var(--ik_black);
}
.bg-ik_blue{
  background-color: var(--ik_blue);
}
.bg-ik_bluegreydarken5{
  background-color: var(--ik_bluegreydarken5);
}
.bg-ik_bluegreydarken7{
  background-color: var(--ik_bluegreydarken7);
}
.bg-ik_bluegreylighten3{
  background-color: var( --ik_bluegreylighten3);
}
.bg-ik_bluevariant{
  background-color: var(--ik_bluevariant);
}
.bg-ik_formbg{
  background-color: var(--ik_formbg);
}
.bg-ik_green-foreground{
  background-color: var(--ik_green-foreground);
}
.bg-ik_newgrey-variant{
  background-color: var(--ik_newgrey-variant);
}
.bg-ik_pink-foreground{
  background-color: var(--ik_pink-foreground);
}
.bg-ik_pinks{
  background-color: var(--ik_pinks);
}
.bg-ik_white{
  background-color: var(--ik_white);
}
.bg-ik_whitevariant{
  background-color: var(--ik_whitevariant);
}
.bg-ik_whitevariant-color{
  background-color: var(--ik_whitevariant-color);
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-center{
  object-position: center;
}
.\!p-\[0\]{
  padding: 0 !important;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[0\.45rem\]{
  padding: 0.45rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[13px_9px_12px_9px\]{
  padding: 13px 9px 12px 9px;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[17px\]{
  padding: 17px;
}
.p-\[18px\]{
  padding: 18px;
}
.p-\[24px\]{
  padding: 24px;
}
.p-\[2px\]{
  padding: 2px;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[39px\]{
  padding-left: 39px;
  padding-right: 39px;
}
.px-\[3px\]{
  padding-left: 3px;
  padding-right: 3px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[0\.55rem\]{
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.py-\[0\.58rem\]{
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[11px\]{
  padding-bottom: 11px;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pb-\[15\.68px\]{
  padding-bottom: 15.68px;
}
.pb-\[16px\]{
  padding-bottom: 16px;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pb-\[28px\]{
  padding-bottom: 28px;
}
.pb-\[32px\]{
  padding-bottom: 32px;
}
.pb-\[36\.47px\]{
  padding-bottom: 36.47px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[6px\]{
  padding-bottom: 6px;
}
.pb-\[9\.75px\]{
  padding-bottom: 9.75px;
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-\[16px\]{
  padding-left: 16px;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-\[5\.44px\]{
  padding-right: 5.44px;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[12\.71px\]{
  padding-top: 12.71px;
}
.pt-\[12px\]{
  padding-top: 12px;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[24\.24px\]{
  padding-top: 24.24px;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[25\.15px\]{
  padding-top: 25.15px;
}
.pt-\[26px\]{
  padding-top: 26px;
}
.pt-\[28\.5px\]{
  padding-top: 28.5px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.pt-\[7\.5px\]{
  padding-top: 7.5px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.\!text-end{
  text-align: end !important;
}
.font-arial{
  font-family: var(--arial);
}
.font-mono{
  font-family: var(--mono);
}
.font-vietnam{
  font-family: var(--vietnam);
}
.\!text-f12{
  font-size: var(--f12) !important;
}
.\!text-f14{
  font-size: var(--f14) !important;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[150px\]{
  font-size: 150px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-f10{
  font-size: var(--f10);
}
.text-f12{
  font-size: var(--f12);
}
.text-f14{
  font-size: var(--f14);
}
.text-f16{
  font-size: var(--f16);
}
.text-f18{
  font-size: var(--f18);
}
.text-f20{
  font-size: var(--f20);
}
.text-f24{
  font-size: var(--f24);
}
.text-f28{
  font-size: var(--f28);
}
.text-f31{
  font-size: var(--f31);
}
.text-f32{
  font-size: var(--f32);
}
.text-f40{
  font-size: var(--f40);
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.\!uppercase{
  text-transform: uppercase !important;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.\!leading-\[17\.36px\]{
  line-height: 17.36px !important;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[100\%\]{
  line-height: 100%;
}
.leading-\[124\%\]{
  line-height: 124%;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19\.95px\]{
  line-height: 19.95px;
}
.leading-\[20\.16px\]{
  line-height: 20.16px;
}
.leading-\[22\.32px\]{
  line-height: 22.32px;
}
.leading-\[22\.68px\]{
  line-height: 22.68px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[27\.2px\]{
  line-height: 27.2px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[var\(--f24\)\]{
  line-height: var(--f24);
}
.tracking-\[0\%\]{
  letter-spacing: 0%;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.\!text-ik_black{
  color: var(--ik_black) !important;
}
.\!text-ik_bluegreydarken1{
  color: var(--ik_bluegreydarken1) !important;
}
.\!text-ik_bluevariant{
  color: var(--ik_bluevariant) !important;
}
.\!text-ik_pink{
  color: var(--ik_pink) !important;
}
.text-\[\#004085\]{
  --tw-text-opacity: 1;
  color: rgb(0 64 133 / var(--tw-text-opacity, 1));
}
.text-\[\#0C5460\]{
  --tw-text-opacity: 1;
  color: rgb(12 84 96 / var(--tw-text-opacity, 1));
}
.text-\[\#101010\]{
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity, 1));
}
.text-\[\#155724\]{
  --tw-text-opacity: 1;
  color: rgb(21 87 36 / var(--tw-text-opacity, 1));
}
.text-\[\#3b4357\]{
  --tw-text-opacity: 1;
  color: rgb(59 67 87 / var(--tw-text-opacity, 1));
}
.text-\[\#546D78\]{
  --tw-text-opacity: 1;
  color: rgb(84 109 120 / var(--tw-text-opacity, 1));
}
.text-\[\#721C24\]{
  --tw-text-opacity: 1;
  color: rgb(114 28 36 / var(--tw-text-opacity, 1));
}
.text-\[\#E34061\]{
  --tw-text-opacity: 1;
  color: rgb(227 64 97 / var(--tw-text-opacity, 1));
}
.text-\[\#d32f2f\]{
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}
.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-fuchsia-500{
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.text-fuchsia-600{
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-ik_badge-foreground{
  color: var(--ik_badge-foreground);
}
.text-ik_black{
  color: var(--ik_black);
}
.text-ik_blackvariant{
  color: var(--ik_blackvariant);
}
.text-ik_bluegreydarken1{
  color: var(--ik_bluegreydarken1);
}
.text-ik_bluegreydarken2{
  color: var(--ik_bluegreydarken2);
}
.text-ik_bluegreydarken3{
  color: var(--ik_bluegreydarken3);
}
.text-ik_bluegreydarken6{
  color: var(--ik_bluegreydarken6);
}
.text-ik_bluegreylightens4{
  color: var(--ik_bluegreylightens4);
}
.text-ik_bluevariant{
  color: var(--ik_bluevariant);
}
.text-ik_green{
  color: var(--ik_green);
}
.text-ik_lightbluetext{
  color: var(--ik_lightbluetext);
}
.text-ik_pink{
  color: var(--ik_pink);
}
.text-ik_pink-foreground{
  color: var(--ik_pink-foreground);
}
.text-ik_pinks{
  color: var(--ik_pinks);
}
.text-ik_redvariant{
  color: var(--ik_redvariant);
}
.text-ik_white{
  color: var(--ik_white);
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.\!opacity-\[0\.48\]{
  opacity: 0.48 !important;
}
.\!opacity-\[100\%\]{
  opacity: 100% !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-\[30\%\]{
  opacity: 30%;
}
.opacity-\[46\%\]{
  opacity: 46%;
}
.opacity-\[50\%\]{
  opacity: 50%;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_-14px_0px_0px_hsla\(0\2c 0\%\2c 0\%\2c 0\.05\)\]{
  --tw-shadow: 0px -14px 0px 0px hsla(0,0%,0%,0.05);
  --tw-shadow-colored: 0px -14px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_-14px_44px_0px_hsla\(0\2c 0\%\2c 0\%\2c 0\.05\)\]{
  --tw-shadow: 0px -14px 44px 0px hsla(0,0%,0%,0.05);
  --tw-shadow-colored: 0px -14px 44px 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-header-shadow{
  --tw-shadow: 0px 14px 44px 0px hsla(0, 0%, 0%, 0.05);
  --tw-shadow-colored: 0px 14px 44px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}
.outline{
  outline-style: solid;
}
.ring{
  --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(3px + 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);
}
.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);
}
.brightness-50{
  --tw-brightness: brightness(.5);
  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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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) !important;
}
.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);
}
.backdrop-blur-\[5px\]{
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter{

  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-300{
  animation-duration: 300ms;
}
.duration-500{
  animation-duration: 500ms;
}
.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.paused{
  animation-play-state: paused;
}
.text-balance {
    text-wrap: balance;
  }
.custom-textwrap {
    word-break: break-word;
  }
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

#rcc-confirm-button {
  display: none !important;
  background: transparent !important;
}

.cookie_new > div > div {
  flex: unset !important;
}

.cookie_new > div {
  justify-content: center !important;
}

.link-cookie {
  text-decoration: underline !important;
}

.cookie_new > div > div {
  flex: unset !important;
  margin: 0px !important;
  padding-block: 5px !important;
}

.cookie_new > div {
  justify-content: center !important;
  padding: 1px;
  background: vara(--ik_pink);
}

.cookie_new button {
  margin: 5px !important;
  border-radius: 25px !important;
}
.CookieConsent {
  align-items: center !important;
}

.cookie_new {
  font-size: 14px !important;
}

@media (max-width: 1099px) {
  .cookie_new > div > div {
    font-size: 11px !important;
    padding-block: 0px !important;
  }
  .cookie_new button {
    font-size: 11px !important;
    padding: 0px 7px !important;
    margin: 0px !important;
  }
  .cookie_new > div {
    padding: 7px 15px;
    height: 46px !important;
  }
}

@media (max-width: 356px) and (min-width: 320px) {
  .cookie_new > div {
    height: 62px !important;
  }
}

.hover\:bg-\[\#22255D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 37 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-cyan-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-ik_blue:hover{
  background-color: var(--ik_blue);
}

.hover\:bg-ik_bluegreylighten3:hover{
  background-color: var( --ik_bluegreylighten3);
}

.hover\:bg-ik_bluevariant:hover{
  background-color: var(--ik_bluevariant);
}

.hover\:bg-ik_newgrey-variant:hover{
  background-color: var(--ik_newgrey-variant);
}

.hover\:bg-ik_whitevariant:hover{
  background-color: var(--ik_whitevariant);
}

.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-rose-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-violet-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:text-amber-700:hover{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-700:hover{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-700:hover{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-700:hover{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-ik_black:hover{
  color: var(--ik_black);
}

.hover\:text-ik_blackvariant:hover{
  color: var(--ik_blackvariant);
}

.hover\:text-ik_bluegreydarken3:hover{
  color: var(--ik_bluegreydarken3);
}

.hover\:text-ik_bluevariant:hover{
  color: var(--ik_bluevariant);
}

.hover\:text-ik_pink-foreground:hover{
  color: var(--ik_pink-foreground);
}

.hover\:text-ik_redvariant:hover{
  color: var(--ik_redvariant);
}

.hover\:text-ik_white:hover{
  color: var(--ik_white);
}

.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-700:hover{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-700:hover{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-700:hover{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-700:hover{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

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

.hover\:text-rose-700:hover{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-700:hover{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-700:hover{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-700:hover{
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

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

.focus\:border-amber-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-cyan-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.focus\:bg-amber-100\/50:focus{
  background-color: rgb(254 243 199 / 0.5);
}

.focus\:bg-blue-100\/50:focus{
  background-color: rgb(219 234 254 / 0.5);
}

.focus\:bg-cyan-100\/50:focus{
  background-color: rgb(207 250 254 / 0.5);
}

.focus\:bg-emerald-100\/50:focus{
  background-color: rgb(209 250 229 / 0.5);
}

.focus\:bg-fuchsia-100\/50:focus{
  background-color: rgb(250 232 255 / 0.5);
}

.focus\:bg-green-100\/50:focus{
  background-color: rgb(220 252 231 / 0.5);
}

.focus\:bg-indigo-100\/50:focus{
  background-color: rgb(224 231 255 / 0.5);
}

.focus\:bg-lime-100\/50:focus{
  background-color: rgb(236 252 203 / 0.5);
}

.focus\:bg-orange-100\/50:focus{
  background-color: rgb(255 237 213 / 0.5);
}

.focus\:bg-pink-100\/50:focus{
  background-color: rgb(252 231 243 / 0.5);
}

.focus\:bg-purple-100\/50:focus{
  background-color: rgb(243 232 255 / 0.5);
}

.focus\:bg-red-100\/50:focus{
  background-color: rgb(254 226 226 / 0.5);
}

.focus\:bg-rose-100\/50:focus{
  background-color: rgb(255 228 230 / 0.5);
}

.focus\:bg-sky-100\/50:focus{
  background-color: rgb(224 242 254 / 0.5);
}

.focus\:bg-teal-100\/50:focus{
  background-color: rgb(204 251 241 / 0.5);
}

.focus\:bg-violet-100\/50:focus{
  background-color: rgb(237 233 254 / 0.5);
}

.focus\:bg-yellow-100\/50:focus{
  background-color: rgb(254 249 195 / 0.5);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring: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(3px + 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);
}

.focus\:ring-1: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(1px + 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);
}

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

.focus\:ring-amber-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-500\/20:focus{
  --tw-ring-color: rgb(245 158 11 / 0.2);
}

.focus\:ring-amber-500\/50:focus{
  --tw-ring-color: rgb(245 158 11 / 0.5);
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500\/20:focus{
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

.focus\:ring-blue-500\/50:focus{
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.focus\:ring-cyan-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-500\/20:focus{
  --tw-ring-color: rgb(6 182 212 / 0.2);
}

.focus\:ring-cyan-500\/50:focus{
  --tw-ring-color: rgb(6 182 212 / 0.5);
}

.focus\:ring-emerald-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-500\/20:focus{
  --tw-ring-color: rgb(16 185 129 / 0.2);
}

.focus\:ring-emerald-500\/50:focus{
  --tw-ring-color: rgb(16 185 129 / 0.5);
}

.focus\:ring-fuchsia-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-500\/20:focus{
  --tw-ring-color: rgb(217 70 239 / 0.2);
}

.focus\:ring-fuchsia-500\/50:focus{
  --tw-ring-color: rgb(217 70 239 / 0.5);
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500\/20:focus{
  --tw-ring-color: rgb(34 197 94 / 0.2);
}

.focus\:ring-green-500\/50:focus{
  --tw-ring-color: rgb(34 197 94 / 0.5);
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500\/20:focus{
  --tw-ring-color: rgb(99 102 241 / 0.2);
}

.focus\:ring-indigo-500\/50:focus{
  --tw-ring-color: rgb(99 102 241 / 0.5);
}

.focus\:ring-lime-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-500\/20:focus{
  --tw-ring-color: rgb(132 204 22 / 0.2);
}

.focus\:ring-lime-500\/50:focus{
  --tw-ring-color: rgb(132 204 22 / 0.5);
}

.focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-500\/20:focus{
  --tw-ring-color: rgb(249 115 22 / 0.2);
}

.focus\:ring-orange-500\/50:focus{
  --tw-ring-color: rgb(249 115 22 / 0.5);
}

.focus\:ring-pink-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-500\/20:focus{
  --tw-ring-color: rgb(236 72 153 / 0.2);
}

.focus\:ring-pink-500\/50:focus{
  --tw-ring-color: rgb(236 72 153 / 0.5);
}

.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-500\/20:focus{
  --tw-ring-color: rgb(168 85 247 / 0.2);
}

.focus\:ring-purple-500\/50:focus{
  --tw-ring-color: rgb(168 85 247 / 0.5);
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500\/20:focus{
  --tw-ring-color: rgb(239 68 68 / 0.2);
}

.focus\:ring-red-500\/50:focus{
  --tw-ring-color: rgb(239 68 68 / 0.5);
}

.focus\:ring-rose-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-500\/20:focus{
  --tw-ring-color: rgb(244 63 94 / 0.2);
}

.focus\:ring-rose-500\/50:focus{
  --tw-ring-color: rgb(244 63 94 / 0.5);
}

.focus\:ring-sky-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-500\/20:focus{
  --tw-ring-color: rgb(14 165 233 / 0.2);
}

.focus\:ring-sky-500\/50:focus{
  --tw-ring-color: rgb(14 165 233 / 0.5);
}

.focus\:ring-teal-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-500\/20:focus{
  --tw-ring-color: rgb(20 184 166 / 0.2);
}

.focus\:ring-teal-500\/50:focus{
  --tw-ring-color: rgb(20 184 166 / 0.5);
}

.focus\:ring-violet-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-500\/20:focus{
  --tw-ring-color: rgb(139 92 246 / 0.2);
}

.focus\:ring-violet-500\/50:focus{
  --tw-ring-color: rgb(139 92 246 / 0.5);
}

.focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-500\/20:focus{
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.focus\:ring-yellow-500\/50:focus{
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

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

.group:hover .group-hover\:opacity-\[100\%\]{
  opacity: 100%;
}

.dark\:border-gray-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:bg-slate-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:bg-white\/10:is(.dark *){
  background-color: rgb(255 255 255 / 0.1);
}

.dark\:bg-white\/5:is(.dark *){
  background-color: rgb(255 255 255 / 0.05);
}

.dark\:text-amber-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-700:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

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

.dark\:text-sky-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

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

.dark\:text-white\/70:is(.dark *){
  color: rgb(255 255 255 / 0.7);
}

.dark\:text-white\/80:is(.dark *){
  color: rgb(255 255 255 / 0.8);
}

.dark\:text-yellow-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-white\/10:hover:is(.dark *){
  background-color: rgb(255 255 255 / 0.1);
}

.dark\:hover\:text-amber-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-blue-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-cyan-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-emerald-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-fuchsia-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-green-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-indigo-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-lime-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-orange-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-pink-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-purple-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-red-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-rose-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-sky-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-teal-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-violet-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-yellow-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:focus\:bg-white\/10:focus:is(.dark *){
  background-color: rgb(255 255 255 / 0.1);
}

@media (min-width: 375px){

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

@media (min-width: 420px){

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

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

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

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

  .xs\:min-w-\[75\%\]{
    min-width: 75%;
  }

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

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

  .xs\:gap-3{
    gap: 0.75rem;
  }

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

@media (min-width: 640px){

  .sm\:right-\[15\.5\%\]{
    right: 15.5%;
  }

  .sm\:right-\[21\.5\%\]{
    right: 21.5%;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:mt-\[0px\]{
    margin-top: 0px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:aspect-\[1920\/480\]{
    aspect-ratio: 1920/480;
  }

  .sm\:aspect-\[490\/490\]{
    aspect-ratio: 490/490;
  }

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

  .sm\:min-h-\[calc\(100vh-350px\)\]{
    min-height: calc(100vh - 350px);
  }

  .sm\:min-h-\[calc\(100vh-360px\)\]{
    min-height: calc(100vh - 360px);
  }

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

  .sm\:w-\[96\%\]{
    width: 96%;
  }

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

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

  .sm\:min-w-\[75\%\]{
    min-width: 75%;
  }

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

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

  .sm\:max-w-screen-sm{
    max-width: 640px;
  }

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

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

  .sm\:gap-\[12px\]{
    gap: 12px;
  }

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

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

  .sm\:px-\[26\.5px\]{
    padding-left: 26.5px;
    padding-right: 26.5px;
  }

  .sm\:pl-\[0px\]{
    padding-left: 0px;
  }
}

@media (min-width: 768px){

  .md\:right-\[12\%\]{
    right: 12%;
  }

  .md\:right-\[17\.5\%\]{
    right: 17.5%;
  }

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

  .md\:order-2{
    order: 2;
  }

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[1010\/331\]{
    aspect-ratio: 1010/331;
  }

  .md\:aspect-\[500\/280\]{
    aspect-ratio: 500/280;
  }

  .md\:size-\[150px\]{
    width: 150px;
    height: 150px;
  }

  .md\:size-\[16px\]{
    width: 16px;
    height: 16px;
  }

  .md\:size-\[300px\]{
    width: 300px;
    height: 300px;
  }

  .md\:size-full{
    width: 100%;
    height: 100%;
  }

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

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

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

  .md\:h-\[80vh\]{
    height: 80vh;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(50vw-8px\)\]{
    width: calc(50vw - 8px);
  }

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

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

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

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

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

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

  .md\:rounded-none{
    border-radius: 0px;
  }

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

  .md\:border-ik_pinks{
    border-color: var(--ik_pinks);
  }

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

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

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

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

  .md\:pl-\[7px\]{
    padding-left: 7px;
  }

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

@media (min-width: 1200px){

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

  .lg\:left-\[24px\]{
    left: 24px;
  }

  .lg\:right-\[11\.5\%\]{
    right: 11.5%;
  }

  .lg\:right-\[197px\]{
    right: 197px;
  }

  .lg\:right-\[20px\]{
    right: 20px;
  }

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

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

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

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

  .lg\:mx-\[14px\]{
    margin-left: 14px;
    margin-right: 14px;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-\[15px\]{
    margin-top: 15px;
  }

  .lg\:mt-\[16px\]{
    margin-top: 16px;
  }

  .lg\:mt-\[25px\]{
    margin-top: 25px;
  }

  .lg\:mt-\[80px\]{
    margin-top: 80px;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[1010\/331\]{
    aspect-ratio: 1010/331;
  }

  .lg\:aspect-\[1500\/400\]{
    aspect-ratio: 1500/400;
  }

  .lg\:aspect-\[550\/550\]{
    aspect-ratio: 550/550;
  }

  .lg\:size-\[32px\]{
    width: 32px;
    height: 32px;
  }

  .lg\:size-\[64px\]{
    width: 64px;
    height: 64px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:h-\[91\.11vh\]{
    height: 91.11vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[38\.27\%\]{
    width: 38.27%;
  }

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

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

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

  .lg\:w-\[calc\(50vw-0px\)\]{
    width: calc(50vw - 0px);
  }

  .lg\:w-\[calc\(50vw-24px\)\]{
    width: calc(50vw - 24px);
  }

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

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

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

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

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

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

  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .lg\:max-w-\[51\%\]{
    max-width: 51%;
  }

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

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

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

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

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

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

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

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

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

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

  .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\:gap-12{
    gap: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:border-r{
    border-right-width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-\[12px\]{
    padding-left: 12px;
  }

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

  .lg\:pr-\[15px\]{
    padding-right: 15px;
  }

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

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

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

  .lg\:pt-\[40\.26px\]{
    padding-top: 40.26px;
  }

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

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

  .lg\:\!text-start{
    text-align: start !important;
  }

  .lg\:text-start{
    text-align: start;
  }

  .lg\:\!text-end{
    text-align: end !important;
  }

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

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

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

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

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

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

  .lg\:text-f12{
    font-size: var(--f12);
  }

  .lg\:text-f14{
    font-size: var(--f14);
  }

  .lg\:text-f16{
    font-size: var(--f16);
  }

  .lg\:text-f18{
    font-size: var(--f18);
  }

  .lg\:text-f20{
    font-size: var(--f20);
  }

  .lg\:text-f24{
    font-size: var(--f24);
  }

  .lg\:text-f28{
    font-size: var(--f28);
  }

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

  .lg\:leading-\[124\%\]{
    line-height: 124%;
  }

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

  .lg\:text-ik_pink-foreground{
    color: var(--ik_pink-foreground);
  }

  .lg\:text-ik_white{
    color: var(--ik_white);
  }
}

@media (min-width: 1280px){

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

  .xl\:block{
    display: block;
  }

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

  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

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

  .xl\:justify-normal{
    justify-content: normal;
  }

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

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

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

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

@media (min-width: 1440px){

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

  .\32xl\:h-\[88\.67vh\]{
    height: 88.67vh;
  }

  .\32xl\:w-\[37px\]{
    width: 37px;
  }

  .\32xl\:max-w-\[1010px\]{
    max-width: 1010px;
  }

  .\32xl\:max-w-\[1440px\]{
    max-width: 1440px;
  }

  .\32xl\:gap-0{
    gap: 0px;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

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

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

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

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

  .\32xl\:py-\[65px\]{
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .\32xl\:pl-\[28px\]{
    padding-left: 28px;
  }

  .\32xl\:text-\[13px\]{
    font-size: 13px;
  }

  .\32xl\:text-f14{
    font-size: var(--f14);
  }

  .\32xl\:text-f15{
    font-size: var(--f15);
  }

  .\32xl\:text-f16{
    font-size: var(--f16);
  }

  .\32xl\:text-f18{
    font-size: var(--f18);
  }

  .\32xl\:font-semibold{
    font-weight: 600;
  }

  .\32xl\:leading-\[24px\]{
    line-height: 24px;
  }
}

@media (min-width: 1200px){

  @media (min-width: 1696px){

    .lg\:3xl\:text-f20{
      font-size: var(--f20);
    }
  }
}

@media (min-width: 1696px){

  .\33xl\:bottom-\[32px\]{
    bottom: 32px;
  }

  .\33xl\:left-\[32px\]{
    left: 32px;
  }

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

  .\33xl\:top-\[102px\]{
    top: 102px;
  }

  .\33xl\:top-\[24px\]{
    top: 24px;
  }

  .\33xl\:mx-\[0\%\]{
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .\33xl\:my-\[34px\]{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .\33xl\:my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

  .\33xl\:mr-\[122px\]{
    margin-right: 122px;
  }

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

  .\33xl\:mt-\[103px\]{
    margin-top: 103px;
  }

  .\33xl\:mt-\[12px\]{
    margin-top: 12px;
  }

  .\33xl\:mt-\[24px\]{
    margin-top: 24px;
  }

  .\33xl\:mt-\[40px\]{
    margin-top: 40px;
  }

  .\33xl\:mt-\[52px\]{
    margin-top: 52px;
  }

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

  .\33xl\:mt-\[61px\]{
    margin-top: 61px;
  }

  .\33xl\:aspect-\[1010\/331\]{
    aspect-ratio: 1010/331;
  }

  .\33xl\:aspect-\[1920\/480\]{
    aspect-ratio: 1920/480;
  }

  .\33xl\:aspect-\[620\/326\]{
    aspect-ratio: 620/326;
  }

  .\33xl\:size-\[22px\]{
    width: 22px;
    height: 22px;
  }

  .\33xl\:size-\[230px\]{
    width: 230px;
    height: 230px;
  }

  .\33xl\:size-\[40px\]{
    width: 40px;
    height: 40px;
  }

  .\33xl\:size-\[48px\]{
    width: 48px;
    height: 48px;
  }

  .\33xl\:size-\[490px\]{
    width: 490px;
    height: 490px;
  }

  .\33xl\:size-\[56px\]{
    width: 56px;
    height: 56px;
  }

  .\33xl\:size-\[60px\]{
    width: 60px;
    height: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\33xl\:h-\[58\.16px\]{
    height: 58.16px;
  }

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

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

  .\33xl\:max-h-\[298px\]{
    max-height: 298px;
  }

  .\33xl\:max-h-\[361px\]{
    max-height: 361px;
  }

  .\33xl\:max-h-\[450px\]{
    max-height: 450px;
  }

  .\33xl\:max-h-\[480px\]{
    max-height: 480px;
  }

  .\33xl\:max-h-\[887px\]{
    max-height: 887px;
  }

  .\33xl\:min-h-\[298px\]{
    min-height: 298px;
  }

  .\33xl\:min-h-\[331px\]{
    min-height: 331px;
  }

  .\33xl\:min-h-\[40px\]{
    min-height: 40px;
  }

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

  .\33xl\:min-h-\[550px\]{
    min-height: 550px;
  }

  .\33xl\:min-h-\[60px\]{
    min-height: 60px;
  }

  .\33xl\:w-\[142px\]{
    width: 142px;
  }

  .\33xl\:w-\[158px\]{
    width: 158px;
  }

  .\33xl\:w-\[180px\]{
    width: 180px;
  }

  .\33xl\:w-\[182px\]{
    width: 182px;
  }

  .\33xl\:w-\[186px\]{
    width: 186px;
  }

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

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

  .\33xl\:w-\[360px\]{
    width: 360px;
  }

  .\33xl\:w-\[364px\]{
    width: 364px;
  }

  .\33xl\:w-\[490px\]{
    width: 490px;
  }

  .\33xl\:w-\[620px\]{
    width: 620px;
  }

  .\33xl\:w-\[750px\]{
    width: 750px;
  }

  .\33xl\:w-\[815px\]{
    width: 815px;
  }

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

  .\33xl\:min-w-\[750px\]{
    min-width: 750px;
  }

  .\33xl\:min-w-\[910px\]{
    min-width: 910px;
  }

  .\33xl\:max-w-\[1010px\]{
    max-width: 1010px;
  }

  .\33xl\:max-w-\[1496px\]{
    max-width: 1496px;
  }

  .\33xl\:max-w-\[1921px\]{
    max-width: 1921px;
  }

  .\33xl\:max-w-\[360px\]{
    max-width: 360px;
  }

  .\33xl\:max-w-\[815px\]{
    max-width: 815px;
  }

  .\33xl\:max-w-\[816px\]{
    max-width: 816px;
  }

  .\33xl\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .\33xl\:rounded-\[10px\]{
    border-radius: 10px;
  }

  .\33xl\:rounded-\[16px\]{
    border-radius: 16px;
  }

  .\33xl\:border-\[3px\]{
    border-width: 3px;
  }

  .\33xl\:p-\[32px\]{
    padding: 32px;
  }

  .\33xl\:p-\[35px\]{
    padding: 35px;
  }

  .\33xl\:p-\[40px\]{
    padding: 40px;
  }

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

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

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

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

  .\33xl\:px-\[39\.5px\]{
    padding-left: 39.5px;
    padding-right: 39.5px;
  }

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

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

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

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

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

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

  .\33xl\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .\33xl\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .\33xl\:py-\[79px\]{
    padding-top: 79px;
    padding-bottom: 79px;
  }

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

  .\33xl\:pl-\[30px\]{
    padding-left: 30px;
  }

  .\33xl\:pr-\[24px\]{
    padding-right: 24px;
  }

  .\33xl\:pr-\[30px\]{
    padding-right: 30px;
  }

  .\33xl\:pt-\[35px\]{
    padding-top: 35px;
  }

  .\33xl\:pt-\[49px\]{
    padding-top: 49px;
  }

  .\33xl\:pt-\[80px\]{
    padding-top: 80px;
  }

  .\33xl\:\!text-f14{
    font-size: var(--f14) !important;
  }

  .\33xl\:text-\[18px\]{
    font-size: 18px;
  }

  .\33xl\:text-\[24px\]{
    font-size: 24px;
  }

  .\33xl\:text-\[32px\]{
    font-size: 32px;
  }

  .\33xl\:text-\[40px\]{
    font-size: 40px;
  }

  .\33xl\:text-f14{
    font-size: var(--f14);
  }

  .\33xl\:text-f16{
    font-size: var(--f16);
  }

  .\33xl\:text-f18{
    font-size: var(--f18);
  }

  .\33xl\:text-f20{
    font-size: var(--f20);
  }

  .\33xl\:text-f22{
    font-size: var(--f22);
  }

  .\33xl\:text-f24{
    font-size: var(--f24);
  }

  .\33xl\:text-f28{
    font-size: var(--f28);
  }

  .\33xl\:text-f30{
    font-size: var(--f30);
  }

  .\33xl\:text-f32{
    font-size: var(--f32);
  }

  .\33xl\:text-f40{
    font-size: var(--f40);
  }

  .\33xl\:text-f46{
    font-size: var(--f46);
  }

  .\33xl\:font-bold{
    font-weight: 700;
  }

  .\33xl\:font-semibold{
    font-weight: 600;
  }

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

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

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

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

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

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

  .\33xl\:leading-\[var\(--f40\)\]{
    line-height: var(--f40);
  }
}

.\[\&\>\*\]\:w-full>*{
  width: 100%;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

