/*
Theme Name: Acapub Presteem
Theme URI: https://app.acapub.com/
Author: the Acapub team
Author URI: https://acapub.com/
Text Domain: acapub
Version: 0.1.321
*/

*, ::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(20 68 134 / 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(20 68 134 / 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.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

.left-\[-25px\] {
  left: -25px;
}

.left-\[30px\] {
  left: 30px;
}

.left-\[63px\] {
  left: 63px;
}

.left-\[64px\] {
  left: 64px;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-\[-25px\] {
  right: -25px;
}

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

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

.right-\[17px\] {
  right: 17px;
}

.right-\[30px\] {
  right: 30px;
}

.right-\[54px\] {
  right: 54px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-\[var\(--kuiscidweb-main-menu-px\2c 45px\)\] {
  margin-left: calc(-1 * var(--kuiscidweb-main-menu-px, 45px));
}

.-mr-\[var\(--kuiscidweb-main-menu-px\2c 45px\)\] {
  margin-right: calc(-1 * var(--kuiscidweb-main-menu-px, 45px));
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.min-h-0 {
  min-height: 0px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(\(100\%-60px\)\/3\)\] {
  width: calc((100% - 60px) / 3);
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(88 143 219 / var(--tw-border-opacity, 1));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(51 108 185 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 68 134 / var(--tw-border-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 240 248 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 218 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-200\/50 {
  background-color: rgb(205 218 235 / 0.5);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 143 219 / var(--tw-bg-opacity, 1));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 108 185 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 68 134 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 44 91 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 25 53 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 15 44 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/60 {
  background-color: rgb(179 15 44 / 0.6);
}

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

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

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

.from-blue-500 {
  --tw-gradient-from: #144486 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 68 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-red-500 {
  --tw-gradient-to: #B30F2C var(--tw-gradient-to-position);
}

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-\[var\(--kuiscidweb-main-menu-px\2c 45px\)\] {
  padding-left: var(--kuiscidweb-main-menu-px,45px);
  padding-right: var(--kuiscidweb-main-menu-px,45px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0;
}

.pl-\[var\(--kuiscidweb-main-menu-px\2c 45px\)\] {
  padding-left: var(--kuiscidweb-main-menu-px,45px);
}

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0;
}

.pr-\[var\(--kuiscidweb-main-menu-px\2c 45px\)\] {
  padding-right: var(--kuiscidweb-main-menu-px,45px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
  font-family: "Inter", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}

.tracking-\[0\.86px\] {
  letter-spacing: 0.86px;
}

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

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(88 143 219 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(20 68 134 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(179 15 44 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

strong,
b {
  font-weight: bold !important;
  font-family: inherit;
}

.content-style h2.mt-0 {
  margin-top: 0 !important;
}

em,
i {
  font-style: italic !important;
  font-family: inherit;
}

* {
  font-family: "Roboto", sans-serif;
}

.submenu-owner:hover .submenu-container {
  display: flex;
}

.submenu-owner.is-open .submenu-container {
  display: flex;
}

.submenu-container {
  padding: 20px 0;
  display: none;
  flex-direction: column;
  gap: 0;
}

.submenu-portal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: min(1185px, 100vw);
  background: #a97493;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.submenu-portal.is-open {
  display: flex;
}

@media (max-width: 880px) {
  .submenu-container {
    max-width: min(520px, 100vw);
  }
}

@media (hover: none) {
  /* Prevent accidental open on touch; JS controls `is-open` */

  .submenu-owner:hover .submenu-container {
    display: none;
  }
}

.submenu-item {
  padding: 0 20px;
  min-height: 36px;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.163636364px;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: left;
}

.submenu-item:hover,
.submenu-item:focus-visible {
  background: #ebd8e3;
  color: #000000;
}

.submenu-item:visited {
  color: inherit;
}

.author-center-submenu {
  width: 340px;
  max-width: 340px;
}

.author-center-submenu .author-center-submenu-item {
  padding-left: 47px;
}

.author-center-submenu .author-center-submenu-item:hover,
.author-center-submenu .author-center-submenu-item:focus-visible {
  color: #000000;
}

.iswm-header-search-owner:hover,
.iswm-header-search-owner.is-open {
  background: #a97493;
}

.iswm-header-search-owner:hover .iswm-header-search-toggle,
.iswm-header-search-owner.is-open .iswm-header-search-toggle {
  color: #ffffff;
}

.iswm-header-search-submenu {
  padding: 0;
  width: min(1185px, 100vw);
  max-width: min(1185px, 100vw);
  background: #a97493;
  box-shadow: none;
}

.iswm-header-search-panel {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 0 86px 0 77.5px;
}

.iswm-header-search-form {
  display: flex;
  align-items: center;
  width: 100%;
}

.iswm-header-search-field {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  position: relative;
  display: flex;
  align-items: center;
}

.iswm-header-search-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
  margin-right: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.217875857px;
  line-height: 1;
  outline: none;
  transform: translateY(-10px);
}

.iswm-header-search-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.iswm-header-search-input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.iswm-header-search-input::-webkit-search-decoration,
.iswm-header-search-input::-webkit-search-cancel-button,
.iswm-header-search-input::-webkit-search-results-button,
.iswm-header-search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.iswm-header-search-line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  margin-top: 0;
  background: #ebebeb;
  transform: translateY(-50%);
}

.iswm-header-search-submit {
  flex-shrink: 0;
  width: 119px;
  height: 30px;
  margin-left: 0;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #60364f;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.193667429px;
  line-height: 1;
  text-transform: uppercase;
}

.iswm-header-search-submit:hover,
.iswm-header-search-submit:focus-visible {
  background: #f4f4f4;
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-portal {
  position: fixed;
  inset: 0;
  width: 100vw;
  min-height: 100dvh;
  z-index: 10000;
  display: none;
  background: #a97493;
  color: #ffffff;
}

.mobile-menu-portal.is-open {
  display: flex;
}

.mobile-menu-panel {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 84px 20px 32px;
  box-sizing: border-box;
}

.mobile-menu-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.mobile-menu-nav {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
}

.mobile-menu-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 14px 0;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus-visible {
  color: #ece0e6;
}

.mobile-menu-search {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px 0 14px;
}

.mobile-menu-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu-search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
  outline: none;
  padding: 6px 0;
}

.mobile-menu-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

.mobile-menu-search-input::placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

.mobile-menu-search-input::-webkit-search-decoration,
.mobile-menu-search-input::-webkit-search-cancel-button,
.mobile-menu-search-input::-webkit-search-results-button,
.mobile-menu-search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.mobile-menu-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.mobile-menu-search-submit:hover,
.mobile-menu-search-submit:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.mobile-menu-search-icon {
  width: 28px;
  height: 28px;
}

@media (min-width: 1024px) {
  .mobile-menu-portal {
    display: none !important;
  }
}

.h-full > img,
.h-full > video {
  width: auto;
  max-height: 100%;
  max-width: none;
}

.submenu-owner.is-open > [data-submenu-toggle],
.submenu-owner.is-current > [data-submenu-toggle] {
  background-color: #144486;
  color: #ffffff;
}

.kuiscidweb-research-submenu {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.kuiscidweb-research-submenu.is-open {
  display: flex;
}

.kuiscidweb-research-submenu > div {
  padding-bottom: 30px;
}

.kuiscidweb-research-submenu-item {
  text-decoration: none;
  color: #ffffff;
}

.kuiscidweb-research-submenu-item:hover,
.kuiscidweb-research-submenu-item:focus-visible {
  background-color: #336cb9;
  color: #ffffff;
}

.kuiscidweb-research-nested-owner.is-open > .kuiscidweb-research-submenu-item--expandable,
.kuiscidweb-research-nested-owner:hover > .kuiscidweb-research-submenu-item--expandable {
  background-color: #336cb9;
}

.kuiscidweb-research-chevron-down {
  display: block;
  opacity: 0.5;
}

.kuiscidweb-research-chevron-right {
  display: none;
}

.kuiscidweb-research-chevron-down,
.kuiscidweb-research-chevron-right {
  position: absolute;
  inset: 0;
  margin: auto;
}

.kuiscidweb-research-nested-owner.is-open .kuiscidweb-research-chevron-down {
  display: none;
}

.kuiscidweb-research-nested-owner.is-open .kuiscidweb-research-chevron-right {
  display: block;
}

.kuiscidweb-research-nested-panel {
  display: none;
}

.kuiscidweb-research-nested-panel.is-open {
  display: flex;
  padding-bottom: 30px;
}

.kuiscidweb-research-nested-item {
  text-decoration: none;
  color: #ffffff;
}

.kuiscidweb-research-nested-item:hover,
.kuiscidweb-research-nested-item:focus-visible {
  background-color: #588fdb;
  color: #ffffff;
}

@media (hover: none) {
  .submenu-owner[data-submenu-owner]:hover .kuiscidweb-research-submenu {
    display: none;
  }
}

.kuiscidweb-research-sidebar-publications-panel {
  display: none;
}

.kuiscidweb-research-sidebar-publications-owner.is-open .kuiscidweb-research-sidebar-publications-panel {
  display: flex;
  flex-direction: column;
}

#kuiscidweb-home-slides-carousel {
  --slides-nav-hover: #ffffff;
}

.kuiscidweb-home-slides-nav-btn:hover,
.kuiscidweb-home-slides-nav-btn:focus-visible {
  background-color: var(--slides-nav-hover);
}

.kuiscidweb-home-slides-nav-btn[data-invert-icon="1"]:hover img,
.kuiscidweb-home-slides-nav-btn[data-invert-icon="1"]:focus-visible img {
  filter: brightness(0) invert(1);
}

[data-slide-bg] .kuiscidweb-home-slides-read-more:hover,
[data-slide-bg] .kuiscidweb-home-slides-read-more:focus-visible {
  background-color: var(--slide-read-more-hover);
}

/* Fixed horizontal inset; width grows with label (EN Read More / TR Devamını oku). */
.kuiscidweb-home-slides-read-more {
  box-sizing: border-box;
  width: auto;
  padding-left: 21px;
  padding-right: 21px;
  white-space: nowrap;
}

.kuiscidweb-card-read-more {
  box-sizing: border-box;
  width: auto;
  min-width: 94px;
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
}

.kuiscidweb-project-card-tag {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}

.kuiscidweb-project-card {
  height: 165px;
  overflow: hidden;
}

.kuiscidweb-project-card.is-expanded {
  height: auto;
  min-height: 165px;
  overflow: visible;
  padding-bottom: 40px;
}

.kuiscidweb-project-card__sheet {
  display: grid;
  grid-template-columns: 210px 1fr;
  grid-template-areas: "media intro";
  grid-template-rows: 165px;
  height: 100%;
}

.kuiscidweb-project-card__media {
  grid-area: media;
  height: 165px;
}

.kuiscidweb-project-card__intro {
  grid-area: intro;
  overflow: hidden;
}

.kuiscidweb-project-card__expand {
  display: none;
}

/* Expanded: header grid unchanged; description starts below title, wraps under image */
.kuiscidweb-project-card.is-expanded .kuiscidweb-project-card__sheet {
  grid-template-rows: 165px auto;
  grid-template-areas:
    "media intro"
    "expand expand";
  height: auto;
}

.kuiscidweb-project-card.is-expanded .kuiscidweb-project-card__intro {
  overflow: visible;
}

.kuiscidweb-project-card.is-expanded .kuiscidweb-project-card__expand {
  display: block;
  grid-area: expand;
  margin-top: calc(-1 * var(--project-card-pull, 0px));
  padding: 8px 25px 0;
  overflow: hidden;
}

.kuiscidweb-project-card.is-expanded .kuiscidweb-project-card__expand::before {
  content: "";
  float: left;
  width: var(--project-card-float-width, 210px);
  height: var(--project-card-shim, 0px);
}

.kuiscidweb-project-card.is-expanded .line-clamp-3 {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}

.kuiscidweb-project-listing-card__description,
.kuiscidweb-project-card__description {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #494949;
}

.kuiscidweb-project-card__intro h3 {
  margin-bottom: 0;
}

.kuiscidweb-project-card__description {
  margin: 0;
}

.kuiscidweb-project-card__description a {
  overflow-wrap: anywhere;
  word-break: break-word;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.kuiscidweb-project-card__description a:hover,
.kuiscidweb-project-card__description a:focus-visible {
  color: #144486;
  text-decoration: underline;
}

.kuiscidweb-project-card__toggle {
  position: absolute;
  right: 17px;
  bottom: 14px;
}

.kuiscidweb-project-listing-card__sheet {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: start;
}

.kuiscidweb-project-listing-card__media {
  display: flex;
  width: 210px;
  height: 165px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #cddaeb;
  padding: 12px;
  box-sizing: border-box;
}

.kuiscidweb-project-listing-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 148px;
  max-height: 141px;
  object-fit: contain;
}

.kuiscidweb-project-listing-card__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #144486;
}

.kuiscidweb-project-listing-card__title em,
.kuiscidweb-project-listing-card__title strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.kuiscidweb-project-listing-card__divider {
  margin-top: 35px;
  border-top: 1px solid #cddaeb;
}

.kuiscidweb-project-listing-card__description > :last-child {
  margin-bottom: 0;
}

.kuiscidweb-project-listing-card__description {
  margin-top: 8px;
}

.kuiscidweb-project-listing-card__description p {
  margin: 0;
}

.kuiscidweb-project-listing-card-tag {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}

.kuiscidweb-project-listing-card__description a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.kuiscidweb-project-listing-card__description a:hover,
.kuiscidweb-project-listing-card__description a:focus-visible {
  color: #144486;
  text-decoration: underline;
}

.kuiscidweb-award-listing-card__sheet {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: start;
}

.kuiscidweb-award-listing-card__media {
  display: flex;
  width: 210px;
  height: 165px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f9dada;
  padding: 24px 12px;
  box-sizing: border-box;
}

.kuiscidweb-award-listing-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 148px;
  max-height: 117px;
  object-fit: contain;
}

.kuiscidweb-award-listing-card__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #144486;
}

.kuiscidweb-award-listing-card__title em,
.kuiscidweb-award-listing-card__title strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.kuiscidweb-award-listing-card__recipient {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #144486;
}

.kuiscidweb-award-listing-card__recipient a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.kuiscidweb-award-listing-card__recipient a:hover,
.kuiscidweb-award-listing-card__recipient a:focus-visible {
  color: #144486;
  text-decoration: underline;
}

.kuiscidweb-award-listing-card__divider {
  margin-top: 35px;
  border-top: 1px solid #f9dada;
}

.kuiscidweb-award-listing-card__description > :last-child {
  margin-bottom: 0;
}

.kuiscidweb-award-listing-card__description {
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #494949;
}

.kuiscidweb-award-listing-card__description p {
  margin: 0;
}

.kuiscidweb-award-listing-card-tag {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}

.kuiscidweb-award-listing-card__description a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.kuiscidweb-award-listing-card__description a:hover,
.kuiscidweb-award-listing-card__description a:focus-visible {
  color: #144486;
  text-decoration: underline;
}

[data-slide-bg] .kuiscidweb-home-slides-read-more[data-invert-text="1"]:hover,
[data-slide-bg] .kuiscidweb-home-slides-read-more[data-invert-text="1"]:focus-visible {
  color: #ffffff;
}

.kuiscidweb-home-slides-panel {
  transition: background-color 500ms ease;
}

/* Option 1: color morph + staggered content */
.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 400ms ease, transform 400ms ease;
}

.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger.is-exiting {
  opacity: 0;
  transform: translateY(-8px);
  transition-duration: 200ms;
  transition-delay: 0ms !important;
}

.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger[data-stagger="0"].is-visible {
  transition-delay: 0ms;
}

.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger[data-stagger="1"].is-visible {
  transition-delay: 80ms;
}

.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger[data-stagger="2"].is-visible {
  transition-delay: 160ms;
}

.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-image {
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 500ms ease, transform 500ms ease;
}

.kuiscidweb-home-slides--morph .kuiscidweb-home-slides-image--active {
  opacity: 1;
  transform: scale(1);
}

/* Option 2: split direction (panel left, image right) */
.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel {
  transition: transform 400ms ease, opacity 400ms ease, background-color 350ms ease;
  will-change: transform;
}

.kuiscidweb-home-slides--split [data-slides-image-wrap] {
  transition: transform 400ms ease, opacity 400ms ease;
  will-change: transform;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel.is-exit-next {
  transform: translateX(-22%);
  opacity: 0;
}

.kuiscidweb-home-slides--split [data-slides-image-wrap].is-exit-next {
  transform: translateX(28%);
  opacity: 0;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel.is-exit-prev {
  transform: translateX(22%);
  opacity: 0;
}

.kuiscidweb-home-slides--split [data-slides-image-wrap].is-exit-prev {
  transform: translateX(-28%);
  opacity: 0;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel.is-enter-next,
.kuiscidweb-home-slides--split [data-slides-image-wrap].is-enter-next {
  opacity: 0;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel.is-enter-next {
  transform: translateX(22%);
}

.kuiscidweb-home-slides--split [data-slides-image-wrap].is-enter-next {
  transform: translateX(-28%);
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel.is-enter-prev,
.kuiscidweb-home-slides--split [data-slides-image-wrap].is-enter-prev {
  opacity: 0;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel.is-enter-prev {
  transform: translateX(-22%);
}

.kuiscidweb-home-slides--split [data-slides-image-wrap].is-enter-prev {
  transform: translateX(28%);
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel.is-enter-active,
.kuiscidweb-home-slides--split [data-slides-image-wrap].is-enter-active {
  transform: translateX(0);
  opacity: 1;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-image {
  transform: scale(1);
  transition: transform 10s ease-out;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-image--active {
  opacity: 1;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-image--active.is-ken-burns {
  transform: scale(1.03);
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-category {
  position: relative;
  display: inline-block;
  align-self: flex-start;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-category::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms ease;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-category.is-split-visible::after {
  transform: scaleX(1);
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-category.is-split-enter::after {
  transform: scaleX(0);
  transition: none;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-category.is-split-enter.is-split-visible::after {
  transform: scaleX(1);
  transition: transform 280ms ease;
  transition-delay: 80ms;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-category.is-split-exit::after {
  transform: scaleX(0);
  transition-duration: 140ms;
  transition-delay: 0ms;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 360ms ease, transform 360ms ease;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger.is-split-enter {
  opacity: 0;
  transform: translate(-14px, 12px);
  transition: none;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger.is-split-enter.is-split-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 360ms ease, transform 360ms ease;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger.is-split-exit {
  opacity: 0;
  transform: translate(-10px, -8px);
  transition-duration: 180ms;
  transition-delay: 0ms !important;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger[data-split-stagger="0"].is-split-enter.is-split-visible {
  transition-delay: 100ms;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger[data-split-stagger="1"].is-split-enter.is-split-visible {
  transition-delay: 180ms;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger[data-split-stagger="2"].is-split-enter.is-split-visible {
  transition-delay: 260ms;
}

.kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger[data-split-stagger="3"].is-split-enter.is-split-visible {
  transition-delay: 320ms;
}

/* Option 3: crossfade + Ken Burns */
.kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-fade {
  opacity: 0;
  transition: opacity 350ms ease;
}

.kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-fade.is-visible {
  opacity: 1;
}

.kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-fade.is-exiting {
  opacity: 0;
  transition-duration: 250ms;
}

.kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-image {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 550ms ease, transform 550ms ease;
}

.kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-image--active {
  opacity: 1;
  transform: scale(1);
}

.kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-image--active.is-ken-burns {
  transform: scale(1.03);
  transition: transform 8s ease-out;
}

/* Option 4: vertical wipe */
.kuiscidweb-home-slides--wipe [data-slides-wipe-stage] {
  clip-path: inset(0 0 0 0);
  transition: clip-path 520ms ease;
  will-change: clip-path;
}

.kuiscidweb-home-slides--wipe [data-slides-wipe-stage].is-wipe-exit-next {
  clip-path: inset(0 0 100% 0);
}

.kuiscidweb-home-slides--wipe [data-slides-wipe-stage].is-wipe-exit-prev {
  clip-path: inset(100% 0 0 0);
}

.kuiscidweb-home-slides--wipe [data-slides-wipe-stage].is-wipe-enter-next {
  clip-path: inset(0 0 100% 0);
  transition: none;
}

.kuiscidweb-home-slides--wipe [data-slides-wipe-stage].is-wipe-enter-prev {
  clip-path: inset(100% 0 0 0);
  transition: none;
}

.kuiscidweb-home-slides--wipe [data-slides-wipe-stage].is-wipe-enter-next.is-wipe-active,
.kuiscidweb-home-slides--wipe [data-slides-wipe-stage].is-wipe-enter-prev.is-wipe-active {
  clip-path: inset(0 0 0 0);
  transition: clip-path 520ms ease;
}

.kuiscidweb-home-slides--wipe .kuiscidweb-home-slides-image--active {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .kuiscidweb-home-slides-panel,
  .kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger,
  .kuiscidweb-home-slides--morph .kuiscidweb-home-slides-image,
  .kuiscidweb-home-slides--split .kuiscidweb-home-slides-panel,
  .kuiscidweb-home-slides--split [data-slides-image-wrap],
  .kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger,
  .kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-fade,
  .kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-image,
  .kuiscidweb-home-slides--split .kuiscidweb-home-slides-image,
  .kuiscidweb-home-slides--wipe [data-slides-wipe-stage] {
    transition: none !important;
  }

  .kuiscidweb-home-slides--morph .kuiscidweb-home-slides-stagger,
  .kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-fade,
  .kuiscidweb-home-slides--split .kuiscidweb-home-slides-split-stagger {
    opacity: 1;
    transform: none;
  }

  .kuiscidweb-home-slides--split .kuiscidweb-home-slides-category::after {
    transform: scaleX(1);
    transition: none;
  }

  .kuiscidweb-home-slides--crossfade .kuiscidweb-home-slides-image--active,
  .kuiscidweb-home-slides--split .kuiscidweb-home-slides-image {
    opacity: 1;
    transform: none;
  }
}

.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 68 134 / var(--tw-bg-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 240 248 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 68 134 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 15 44 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(179 15 44 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

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

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

/* Footer 1.svg layout — run `npm run build` in kuiscidweb/tailwind to regenerate */
.h-\[61px\] {
  height: 61px;
}

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

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

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

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

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

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

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

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

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

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

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

.object-left {
  object-position: left;
}
