*, ::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.13 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

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

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

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

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

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

.-top-36 {
  top: -9rem;
}

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

.-top-48 {
  top: -12rem;
}

.-top-52 {
  top: -13rem;
}

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

.-top-72 {
  top: -18rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-12 {
  right: 3rem;
}

.right-2 {
  right: 0.5rem;
}

.right-20 {
  right: 5rem;
}

.right-28 {
  right: 7rem;
}

.top-0 {
  top: 0px;
}

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

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

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

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

.top-28 {
  top: 7rem;
}

.top-44 {
  top: 11rem;
}

.top-8 {
  top: 2rem;
}

.top-96 {
  top: 24rem;
}

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

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

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

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

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

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

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

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

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

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

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

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

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

.-mt-14 {
  margin-top: -3.5rem;
}

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

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

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

.-mt-32 {
  margin-top: -8rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

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

.-mt-96 {
  margin-top: -24rem;
}

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

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

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

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

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

.mb-20 {
  margin-bottom: 5rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

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

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

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

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

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-96 {
  margin-bottom: 24rem;
}

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

.mr-10 {
  margin-right: 2.5rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

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

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

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

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

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

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

.mt-48 {
  margin-top: 12rem;
}

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

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

.mt-60 {
  margin-top: 15rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.mt-px {
  margin-top: 1px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

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

.h-3\/4 {
  height: 75%;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

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

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

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

.w-4 {
  width: 1rem;
}

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

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

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

.w-\[calc\(100vw-20rem\)\] {
  width: calc(100vw - 20rem);
}

.w-\[calc\(100vw-50\%\)\] {
  width: calc(100vw - 50%);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

.basis-1\/12 {
  flex-basis: 8.333333%;
}

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

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

.basis-4\/6 {
  flex-basis: 66.666667%;
}

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

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

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

.-translate-y-2\/4 {
  --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;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-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-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

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

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

.border-fialova-5 {
  --tw-border-opacity: 1;
  border-color: rgb(202 177 210 / var(--tw-border-opacity));
}

.bg-\[\#1b132c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 19 44 / var(--tw-bg-opacity));
}

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

.bg-fialova-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 28 63 / var(--tw-bg-opacity));
}

.bg-fialova-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 177 210 / var(--tw-bg-opacity));
}

.bg-fialova-tlacidlo {
  --tw-bg-opacity: 1;
  background-color: rgb(149 64 152 / var(--tw-bg-opacity));
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}

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

.bg-pozadie-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 28 63 / var(--tw-bg-opacity));
}

.bg-pozadie-box-clenovia {
  --tw-bg-opacity: 1;
  background-color: rgb(21 14 35 / var(--tw-bg-opacity));
}

.bg-pozadie-pata-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 19 45 / var(--tw-bg-opacity));
}

.bg-pozadie-vyber-sluzby {
  --tw-bg-opacity: 1;
  background-color: rgb(243 241 247 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.fill-fialova-tlacidlo {
  fill: #954098;
}

.fill-white {
  fill: #fff;
}

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

.p-0 {
  padding: 0px;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-64 {
  padding-bottom: 16rem;
}

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

.pl-10 {
  padding-left: 2.5rem;
}

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

.pl-20 {
  padding-left: 5rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

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

.pr-40 {
  padding-right: 10rem;
}

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

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

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

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

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

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

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

.pt-32 {
  padding-top: 8rem;
}

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

.pt-64 {
  padding-top: 16rem;
}

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

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

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

.font-objektiv-bold {
  font-family: Objektiv Mk1 Trial Bold, sans-serif;
}

.font-objektiv-light {
  font-family: Objektiv Mk1 Trial Light, sans-serif;
}

.font-objektiv-medium {
  font-family: Objektiv Mk1 Trial Medium, sans-serif;
}

.font-objektiv-regular {
  font-family: Objektiv Mk1 Trial Regular, sans-serif;
}

.font-objektiv-semi-bold {
  font-family: Objektiv Mk1 Trial SemiBold, sans-serif;
}

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

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 85px;
  line-height: 95px;
}

.text-base {
  font-size: 18px;
  line-height: 28px;
}

.text-cl {
  font-size: 17px;
  line-height: 27px;
}

.text-lg {
  font-size: 18.5px;
  line-height: 28px;
}

.text-podtitulok-1 {
  font-size: 39px;
  line-height: 49px;
}

.text-podtitulok-2 {
  font-size: 34px;
  line-height: 44px;
}

.text-sm {
  font-size: 15px;
  line-height: 20px;
}

.text-xl {
  font-size: 24px;
  line-height: 32px;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

.leading-\[8rem\] {
  line-height: 8rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[\.25em\] {
  letter-spacing: .25em;
}

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

.text-fialova-1 {
  --tw-text-opacity: 1;
  color: rgb(96 53 183 / var(--tw-text-opacity));
}

.text-fialova-2 {
  --tw-text-opacity: 1;
  color: rgb(40 28 63 / var(--tw-text-opacity));
}

.text-fialova-3 {
  --tw-text-opacity: 1;
  color: rgb(55 42 83 / var(--tw-text-opacity));
}

.text-fialova-4 {
  --tw-text-opacity: 1;
  color: rgb(129 71 167 / var(--tw-text-opacity));
}

.text-fialova-tlacidlo {
  --tw-text-opacity: 1;
  color: rgb(149 64 152 / var(--tw-text-opacity));
}

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

.text-pozadie-1 {
  --tw-text-opacity: 1;
  color: rgb(40 28 63 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.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-\[0_0px_25px_rgba\(255\2c 255\2c 255\2c 0\.37\)\] {
  --tw-shadow: 0 0px 25px rgba(255,255,255,0.37);
  --tw-shadow-colored: 0 0px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0px_40px_0px_rgba\(149\2c 64\2c 152\2c 0\.15\)\] {
  --tw-shadow: 0 0px 40px 0px rgba(149,64,152,0.15);
  --tw-shadow-colored: 0 0px 40px 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-\[0_0px_40px_0px_rgba\(149\2c 64\2c 152\2c 0\.2\)\] {
  --tw-shadow: 0 0px 40px 0px rgba(149,64,152,0.2);
  --tw-shadow-colored: 0 0px 40px 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-\[0_0px_40px_0px_rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  --tw-shadow: 0 0px 40px 0px rgba(255,255,255,0.3);
  --tw-shadow-colored: 0 0px 40px 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-\[30px_20px_40px_0px_rgba\(54\2c 28\2c 63\2c 0\.2\)\] {
  --tw-shadow: 30px 20px 40px 0px rgba(54,28,63,0.2);
  --tw-shadow-colored: 30px 20px 40px 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-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;
}

.drop-shadow-\[0_25px_35px_rgba\(64\2c 26\2c 90\2c 0\.17\)\] {
  --tw-drop-shadow: drop-shadow(0 25px 35px rgba(64,26,90,0.17));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

.delay-150 {
  transition-delay: 150ms;
}

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

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

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

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

.h-110 {
  height: 110vh;
}

.vh-60 {
  height: 60vh;
}

.h-70 {
  height: 70vh;
}

.h-90 {
  height: 90vh;
}

.container-cisla {
  background: white;
  color: #6d03cf;
  font-family: 'PT Mono', 'Courier';
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  perspective-origin: center left;
  perspective: 100px;
  text-shadow: 0 0 2px #fff;
  line-height: 25px;
  /* margin: auto; */
}

.container-cisla-pola {
  background: white;
  color: #6d03cf;
  font-family: 'PT Mono', 'Courier';
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  overflow: hidden;
  perspective-origin: center left;
  perspective: 100px;
  text-shadow: 0 0 2px #fff;
  line-height: 25px;
  /* margin: auto; */
}

.num {
  clear: both;
  transform: rotateY(0deg);
}

.devider {
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  background-color: white;
}

.d00 {
  left: 103px;
}

.d01 {
  left: 219px;
}

.d02 {
  left: 337px;
}

.d03 {
  left: 453px;
}

.d04 {
  left: 557px;
}

.d05 {
  left: 687px;
}

.d06 {
  left: 805px;
}

.d07 {
  left: 922px;
}

.d08 {
  left: 1040px;
}

.d09 {
  left: 1155px;
}

.h-110 {
  height:110vh;
}

.vh-60 {
  height: 60vh;
}

.h-70 {
  height: 70vh;
}

.vh-80 {
  height: 90vh;
}

.h-90 {
  height: 90vh;
}

.prechod-menu {
  background: rgb(41, 28, 63);
  background: linear-gradient(180deg, rgba(41, 28, 63, 1) 0%, rgba(41, 28, 63, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291c3f", endColorstr="#291c3f", GradientType=1);
}

.prechod-boxy {
  background: rgb(94, 47, 152);
  background: linear-gradient(180deg, rgba(94, 47, 152, 0.9) 0%, rgba(94, 47, 152, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e2f98", endColorstr="#5e2f98", GradientType=1);
}

.prechod-clen {
  background: rgb(26, 18, 42);
  background: linear-gradient(180deg, rgba(26, 18, 42, 0) 0%, rgba(26, 18, 42, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a122a", endColorstr="#1a122a", GradientType=1);
}

.prechod-video {
  background: rgb(40, 28, 63);
  background: linear-gradient(90deg, rgba(40, 28, 63, 0.4767156862745098) 0%, rgba(40, 28, 63, 0.891281512605042) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281c3f", endColorstr="#281c3f", GradientType=1);
}

.prechod-hodnoty {
  background: rgb(51, 40, 74);
  background: linear-gradient(0deg, rgba(51, 40, 74, 0.829656862745098) 0%, rgba(51, 40, 74, 0.43469887955182074) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33284a", endColorstr="#33284a", GradientType=1);
}

.prechod-blog {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4150910364145658) 0%, rgba(255, 255, 255, 0.8100490196078431) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.prechod-boxy-podstranky {
  background: rgb(94, 47, 152);
  background: linear-gradient(180deg, rgba(94, 47, 152, 0.6139705882352942) 0%, rgba(94, 47, 152, 0.9052871148459384) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e2f98", endColorstr="#5e2f98", GradientType=1);
}

.prechod-aboutus {
  background: rgb(106, 38, 151);
  background: linear-gradient(191deg, rgba(106, 38, 151, 0.3542191876750701) 0%, rgba(106, 38, 151, 0.6463760504201681) 84%);
}

/* #### Generated By: http://font.download #### */

#menu-hlavne-menu {
  counter-reset: section;
}

#menu-hlavne-menu li.hlavne-polozky::before {
  counter-increment: section;
  content: "0" counter(section) "";
  font-family: 'Objektiv Mk1 Trial Medium';
  width:100%;
  opacity:0.3;
  display:block;
}

#menu-hlavne-menu ul ul li::after {
  content:"";
  height:3px;
  width: 0%;
  display: block;
  background: #954098;
  margin-top:5px;
  transition: width .5s ease-in-out;
}

#menu-hlavne-menu ul ul li:hover::after {
  width: 100%;
  background: #954098;
}

.lava-omne ul li {
  padding:10px 0px;
}

.entry-content blockquote {
  font-size:27px !important;
  margin-bottom:70px;
}

.entry-content blockquote p{
  font-size: 27px !important;
}

ol {
  list-style-type: decimal;
  /* Zabezpečí, že položky budú číslované */
  padding-left: 0px;
  /* Odsadenie zoznamu od ľavého okraja */
  margin: 10px 0;
  /* Priestor nad a pod zoznamom */
  margin-top:30px;
}

ol li {
  font-size: 28px ;
  /* Veľkosť písma pre položky zoznamu */
  line-height: 1.6;
  /* Výška riadkov pre lepšiu čitateľnosť */
  font-weight: bold;
}

.single-post .prva-sekcia h1,
.single-post .prva-sekcia h1 strong {
  font-size: 37px;
  font-family: 'Objektiv Mk1 Trial Medium';
  line-height: 47px;
  margin-bottom:20px;
}

.single-post .prva-sekcia h2,
.single-post .prva-sekcia h2 strong {
  font-size: 32px;
  font-family: 'Objektiv Mk1 Trial Medium';
  line-height: 42px;
  margin-bottom:20px;
}

.single-post .prva-sekcia h3,
.single-post .prva-sekcia h3 strong {
  font-size: 28px;
  font-family: 'Objektiv Mk1 Trial Medium';
  line-height: 38px;
}

.single-post .prva-sekcia h4,
.single-post .prva-sekcia h4 strong {
  font-size: 23px;
  font-family: 'Objektiv Mk1 Trial Medium';
  line-height: 33px;
}

.single-post .prva-sekcia h5,
.single-post .prva-sekcia h5 strong {
  font-size: 19px;
  font-family: 'Objektiv Mk1 Trial Medium';
  line-height: 29px;
}

.single-post .prva-sekcia p,
.single-post .prva-sekcia ul {
  margin-bottom:20px;
  font-size:19px;
}

.kategorie h3.widget-title {
  font-size: 28px;
  font-family: Objektiv Mk1 Trial Bold, sans-serif;
  line-height: 38px;
  color:#954098;
  margin-bottom:20px;
}

.kategorie ul {
  font-size: 20px;
  padding: 10px 0px;
  margin-bottom:30px;
}

.kategorie ul li {
  font-size:18px;
  padding:13px 0px 13px 30px;
  position:relative;
}

.kategorie ul li a{
  font-family: Objektiv Mk1 Trial Bold, sans-serif;
  color:#000;
  transition: all 0.4s;
}

.kategorie ul li a:hover {
  font-family: Objektiv Mk1 Trial Bold, sans-serif;
  color: #954098;
}

.kategorie ul li::before {
  content: '';
  width: 10px;
  /* Nastav šírku guľôčky */
  height: 10px;
  /* Nastav výšku guľôčky */
  background-color: #954098;
  /* Farba guľôčky */
  border-radius: 50%;
  /* Tvorí z štvorca kruh */
  position: absolute;
  left: 0px;
  /* Umiestni guľôčku pred text */
  top: 50%;
  transform: translateY(-50%);
  /* Vertikálne centrovanie guľôčky */
}

.tagcloud a {
  font-size:16px !important;
  background:#6a2697;
  color:#fff;
  padding:7px 10px;
  border-radius:10px;
  margin:0px 8px 12px 0px;
  display:inline-block;
  transition: all 0.4s;
}

.tagcloud a:hover {
  background: #000;
}

.pagination-blog {
  margin:100px 0px 50px 0px;
}

.pagination-blog a,
.pagination-blog span {
  font-size:20px;
}

.next,
.prev {
  background:#6a2697;
  padding:8px;
  color:#fff;
  border-radius:8px;
  transition: all 1s;
}

.next:hover,
.prev:hover {
  background: #954098;
}

.page-numbers {
  margin:0px 8px;
}

.banner-kontakt .linka {
  width: 1px;
}

.banner-kontakt:hover .linka {
  width: 1px;
  animation: slide 1.5s ease-in-out;
}

.particle {
  width: 25px;
  height: 25px;
  margin: 5px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(168, 32, 202, 1) 16%, rgba(168, 32, 202, 0) 63%);
  position: absolute;
  z-index: 90;
}

.particle.velke {
  width: 35px;
  height: 35px;
}

.particle.male {
  width: 20px;
  height: 20px;
}

.modra-bodka {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(40, 110, 216, 1) 16%, rgba(40, 110, 216, 0) 63%);
}

/* Definuj pozície pre každú bodku */

.p1 {
  top: 20%;
  right: 30%;
}

.p2 {
  top: 20%;
  right: 45%;
}

.p3 {
  top: 40%;
  right: 20%;
}

.p4 {
  top: 70%;
  right: 10%;
}

.p5 {
  top: 10%;
  right: 30%;
}

.p6 {
  top: 80%;
  right: 30%;
}

.p7 {
  top: 60%;
  right: 40%;
}

.p8 {
  top: 55%;
  right: 50%;
}

.p9 {
  top: 35%;
  right: 45%;
}

.p10 {
  top: 50%;
  right: 30%;
}

.p11 {
  top: 45%;
  right: 28%;
}

.p12 {
  top: 25%;
  right: 7%;
}

.p13 {
  top: 78%;
  right: 9%;
}

.p14 {
  top: 61%;
  right: 7%;
}

.p15 {
  top: 50%;
  right: 10%;
}

.p16 {
  top: 37%;
  right: 8%;
}

.p17 {
  top: 28%;
  right: 10%;
}

.p18 {
  top: 20%;
  right: 10%;
}

.p19 {
  top: 12%;
  right: 11%;
}

.p20 {
  top: 12%;
  right: 23%;
}

.p21 {
  top: 20%;
  right: 20%;
}

.p22 {
  top: 55%;
  right: 18%;
}

.p23 {
  top: 45%;
  right: 49%;
}

.p24 {
  top: 28%;
  right: 50%;
}

.p25 {
  top: 59%;
  right: 53%;
}

.p26 {
  top: 65%;
  right: 47%;
}

.p27 {
  top: 72%;
  right: 49%;
}

.p28 {
  top: 80%;
  right: 44%;
}

.p29 {
  top: 13%;
  right: 49%;
}

.p31 {
  top: 25%;
  right: 40%;
}

.p32 {
  top: 45%;
  right: 40%;
}

.p33 {
  top: 56%;
  right: 44%;
}

.p35 {
  top: 75%;
  right: 20%;
}

.p36 {
  top: 63%;
  right: 20%;
}

.p37 {
  top: 43%;
  right: 17%;
}

.group1 {
  animation: blink 1.5s infinite alternate;
  animation-delay: 0s;
}

.group2 {
  animation: blink 1.5s infinite alternate;
  animation-delay: 0.5s;
}

.group3 {
  animation: blink 1.5s infinite alternate;
  animation-delay: 1s;
}

.group4 {
  animation: blink 1.5s infinite alternate;
  animation-delay: 1.3s;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hlavicka {
  z-index:9999 !important;
}

.pravy-obrazok {
  height:750px;
}

.animate {
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}

.from-left {
  transform: translateY(-200px);
}

.from-right {
  transform: translateY(200px);
}

.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.page-template-recenzie .partneri {
  padding-bottom: 250px !important;
}

.kategorie-menu li {
  padding:5px 20px !important;
}

.hamburger-polozky li {
  padding: 10px 0px !important;
}

.prva-sekcia .lavy-text ul li {
  margin-bottom:10px;
}

.druha-sekcia .lavy-text ul li {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  #mobile-menu li ul.sub-menu {
    position: absolute;
    height: 0;
    transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    /* Pridáme visibility na skrytie, aby element nebol prístupný */
  }

  #mobile-menu li ul.sub-menu li {
    display:none;
  }

  #mobile-menu li:hover ul.sub-menu {
    position: absolute;
    margin-top: 0px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 20px 90px 70px;
    border-radius: 5px;
    width: 100%;
    height: auto;
    /* Dostatočne veľká hodnota, aby obsah submenu bol viditeľný */
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    display:flex;
  }

  #mobile-menu li:hover ul.sub-menu li {
    padding: 20px 0px;
    text-align: left;
    width:30%;
    margin:20px 1.5%;
    text-transform:none;
    display: block;
  }

  #mobile-menu li:hover ul.sub-menu li a {
    color:#954098;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
  }

  #mobile-menu li ul.sub-menu .sub-menu {
    position: relative;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.0);
    padding: 20px 0px 20px 0px;
    border-radius: 5px;
    width: 100%;
    height: auto;
    /* Dostatočne veľká hodnota, aby obsah submenu bol viditeľný */
    left: auto;
    transform: translateX(0%);
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    z-index: 150;
    display: block;
  }

  #mobile-menu li ul.sub-menu .sub-menu li:before {
    display:none;
  }

  #mobile-menu li ul.sub-menu .sub-menu li{
    padding:5px 0px !important;
    margin:0px;
    width:100%;
  }

  #mobile-menu li ul.sub-menu .sub-menu li a{
    text-transform: none;
    font-size:19px !important;
    color: #281c3f;
    line-height: 40px;
    font-family: Objektiv Mk1 Trial Light;
  }

  #mobile-menu li ul.sub-menu .sub-menu li:hover a {
    color: #6035b7;
    font-family:Objektiv Mk1 Trial Light;
    font-size: 19px;
    line-height: 40px;
  }

  #mobile-menu li ul.sub-menu .sub-menu li .sub-menu {
    position: relative;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.0);
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    width: 100%;
    height: 0px;
    /* Dostatočne veľká hodnota, aby obsah submenu bol viditeľný */
    left: auto;
    transform: translateX(0%);
    box-sizing: border-box;
    visibility: hidden;
    z-index: 150;
    transition: all 1s;
    opacity:0;
  }

  #mobile-menu li ul.sub-menu .sub-menu li:hover .sub-menu {
    position: relative;
    margin-top: 0px;
    background: rgba(105, 61, 150, 0.2) !important;
    padding: 20px 30px 20px 30px;
    border-radius: 5px;
    width: 100%;
    height: auto;
    /* Dostatočne veľká hodnota, aby obsah submenu bol viditeľný */
    left: auto;
    transform: translateX(0%);
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    z-index: 150;
  }
}

@media (min-width: 1536px) {
  #mobile-menu li:hover ul.sub-menu {
    max-width: 1386px;
  }
}

.box-sluzba {
  transition: all 0.5s ease-out;
}

.box-sluzba .podsluzby {
  max-height: 250px;
  opacity: 1;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  overflow: hidden;
  color: #fff;
  /* fallback */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.box-sluzba:hover .podsluzby{
  max-height: 360px;
  /* Nastav na dostatočne veľkú hodnotu */
  opacity: 1;
  color: #fff;
  /* fallback */
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 53%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.box-sluzba:hover .prechod-boxy {
  background:rgba(94, 47, 152, 0.9)
}

.box-sluzba .text-box {
  bottom: auto;
  transition: top 0.5s linear;
}

.box-sluzba:hover .text-box {
  top: auto;
  bottom:40px;
  transition: top 0.5s linear;
  top:-30px;
  bottom: auto;
}

.box-sluzba .linka,
.pravy-obrazok .linka {
  width:1px;
}

.box-sluzba:hover .linka,
.pravy-obrazok:hover .linka {
  width: 1px;
  animation: slide 1.5s ease-in-out;
}

.box-sluzba .podsluzby ul li a {
  display: inline-block;
}

.box-sluzba .podsluzby ul li a:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  margin-top: 2px;
  transition: width 1s ease;
  display: block;
}

.box-sluzba .podsluzby ul li:hover a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  margin-top:2px;
  transition: width 1s ease;
  display: block;
}

/* .box-podstranky .obsah-hlavny {
    height: 24rem;
    transition: all 0.5s ease-out;
}

.box-podstranky .obsah-hlavny:hover {
    height: auto;
} */

.box-podstranky .obsah-hlavny .podsluzby {
  max-height: 80px;
  opacity: 1;
  transition: all 1s linear, opacity 1s linear;
  overflow: hidden;
}

.box-podstranky .obsah-hlavny:hover .podsluzby {
  max-height: 500px;
  padding-bottom: 30px;
  opacity: 1;
}

.box-podstranky .obsah-hlavny:hover .prechod-boxy {
  background: rgba(94, 47, 152, 0.9)
}

.box-podstranky .obsah-hlavny .text-box {
  min-height:350px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .box-podstranky .obsah-hlavny .text-box {
    min-height: 300px;
    padding-bottom: 60px;
  }

  .page-id-49 .box-podstranky .obsah-hlavny .text-box,
    .page-id-185 .box-podstranky .obsah-hlavny .text-box {
    min-height: 330px;
    padding-bottom: 60px;
  }
}

.box-podstranky .obsah-hlavny .podsluzby ul li{
  padding:8px 0px;
}

.box-podstranky .obsah-hlavny .podsluzby ul li:before {
  content:"";
  width:10px;
  height:10px;
  background:#fff;
  border-radius:50%;
  display:inline-block;
  margin-right:10px;
}

.box-podstranky .obsah-hlavny .podsluzby ul li a {
  position: relative;
  /* Potrebné pre umiestnenie :after */
  display: inline-block;
  /* Aby sa pseudo-element umiestnil správne */
}

.box-podstranky .obsah-hlavny .podsluzby ul li a:after {
  content: '';
  width: 0%;
  /* Štartovacia šírka */
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  /* Umiestnenie pod textom, môžeš prispôsobiť */
  transition: width 1s ease;
  /* Prechod šírky */
  display: block;
}

.box-podstranky .obsah-hlavny .podsluzby ul li:hover a:after {
  width: 110%;
  /* Cieľová šírka pri hover */
}

.box-podstranky .obsah-hlavny .down-podstranky {
  content:"";
  background: url("../assets/img/home/down.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width:30px;
  height:30px;
  position: absolute;
  bottom: 20px;
  left:50%;
  z-index:50;
  transform: translate(-50%, -0%);
}

.page-id-185  .box-podstranky .obsah-hlavny h2{
  font-size:20px !important;
}

/* Definícia animácie */

@keyframes slide {
  0% {
    transform: translateX(0);
    /* Počiatočná pozícia */
  }

  50% {
    transform: translateX(-30px);
    /* Posun doľava */
  }

  100% {
    transform: translateX(0);
    /* Návrat na pôvodné miesto */
  }
}

.carousel,
.carousel2 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

.carousel3 {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 0 auto;
}

.carousel4 {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.carousel.omne {
  height: 250px;
}

.carousel.weby {
  height: 750px;
}

.carousel.weby .carousel-content {
  height: 750px;
}

.carousel.weby .box-ponuka {
  height: 730px;
}

.carousel.carousel-clenovia-blog {
  height: 550px;
}

.carousel-content,
.carousel-content2,
.carousel-content3,
.carousel-content4 {
  position: relative;
  /* overflow: hidden; */
  transition: width .4s;
  height: 100%;
}

.single-post .carousel-content {
  position: relative;
  /* overflow: hidden; */
  transition: width .4s;
  height: 80%;
}

.slide,
.slide2,
.slide3,
.slide4 {
  height: 100%;
  /* background-color: black; */
  position: absolute;
  z-index: 1;
  transition: all .4s cubic-bezier(.47, .13, .15, .89);
}

.single-post .slide {
  height: 60%;
  /* background-color: black; */
  position: absolute;
  z-index: 1;
  transition: all .4s cubic-bezier(.47, .13, .15, .89);
}

.single-post .container-slider2{
  height:580px;
}

.nav-left,
.nav-left3,
.nav-left4 {
  left: auto !important;
  right: 300px;
}

.nav-right,
.nav-right3,
.nav-right4 {
  left: auto !important;
  right: 235px;
}

.nav-left2 {
  left: auto !important;
  right: 220px;
}

.nav-right2 {
  left: auto !important;
  right: 155px;
}

.nav-left-weby {
  left: auto !important;
  right: 300px;
}

.nav-right-weby {
  left: auto !important;
  right: 235px;
}

.carousel-arrow-icon-left {
  margin-left: 5px;
  margin-top: 2px;
}

.carousel-arrow-icon-right {
  margin-left: 7px;
  margin-top: 2px;
}

.container-slider {
  max-width: 1536px;
  padding-left: calc(50% - 500px) !important;
}

.container-slider2 {
  max-width: 1636px;
  padding-right: calc(50% - 700px) !important;
  overflow-x: hidden;
  overflow-y: visible;
}

.container-slider3 {
  max-width: 1636px;
  padding-right: calc(50% - 700px) !important;
  overflow-x: hidden;
  overflow-y: visible;
}

.container-slider4 {
  max-width: 1636px;
  padding-right: calc(50% - 700px) !important;
  overflow-x: hidden;
  overflow-y: visible;
}

.container-slider2,
.carousel,
.carousel-content {
  overflow-y: visible !important;
}

.carousel-content,
.slide {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.box-ponuka .kontakt-info {
  height:0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.box-ponuka:hover .kontakt-info {
  height: auto;
  opacity:1;
  visibility: visible;
}

.box-vyhoda {
  height:600px;
  transition: all .5s;
}

.box-vyhoda.highlight {
  width: 33.333333%;
}

.box-vyhoda.highlight .texty-vyhody {
  padding: 2.5rem;
  margin-bottom: 0px;
  transition: all .5s;
}

.box-vyhoda.highlight .texty-vyhody h3 {
  --tw-rotate: 0deg;
  margin-left:0px;
  margin-bottom: 20px;
}

.box-vyhoda.highlight .texty-vyhody p {
  height:auto;
  opacity:1;
  width:100%;
}

.pata-vrch {
  padding-bottom: 200px;
}

.mapa-pata {
  width:900px;
}

.footer-menu-list li {
  padding:12px 0px;
}

.footer-menu-list li:hover {
  color:#954098;
}

.box-ponuka {
  transition: all .4s ease-in-out;
}

.box-ponuka:hover {
  scale: 1.05;
}

.carousel-content,
.slide,
.slide2,
.slide3 .vnutorny-kontainer .vrch-prispevok,
.slide3 .vnutorny-kontainer .box-pricpevok {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hamburger-menu {
  z-index:99999;
}

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

#dateInput {
  padding: 10px;
  font-size: 16px;
  width: 200px;
  cursor: pointer;
}

/* Popup styles */

.popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
}

.popup.active {
  display: block;
}

/* Calendar styles */

#calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

#calendar div {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}

#calendar div:hover {
  background-color: #f0f0f0;
}

#closeButton {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
}

#closeButton:hover {
  background-color: #0056b3;
}

.vnutorny-kontainer {
  height:550px;
}

.single-post .vnutorny-kontainer {
  height: 450px;
}

.page-template .referencie {
  margin-bottom:0px;
  padding-bottom:0px;
}

.obsah-prva-sekcia ul li,
.druha-sekcia .lavy-text ul li {
  position: relative;
  padding:3px 0px 3px 18px;
}

.obsah-prva-sekcia ul li:after,
.druha-sekcia .lavy-text ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  background:#6a2697;
  border-radius: 50%;
  display:inline-block;
  float: left;
  top:14px;
  left: 0px;
  position: absolute;
}

.obsah-prva-sekcia ol li {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

/* 
Maly tablet */

@media (min-width: 800px) and (max-width: 999px) {
  .container-slider2,
    .container-slider3 {
    max-width: 1316px;
    padding-right: calc(50% - 700px) !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .vnutorny-kontainer {
    height: 500px;
  }

  .carousel-blog .vnutorny-kontainer {
    height: 300px !important;
  }

  .nav-left,
        .nav-left3 {
    left: auto !important;
    right: 300px;
  }

  .nav-right,
        .nav-right3 {
    left: auto !important;
    right: 205px;
  }

  .nav-left2 {
    left: auto !important;
    right: 165px;
  }

  .nav-right2 {
    left: auto !important;
    right: 100px;
  }

  .nav-left-weby {
    left: auto !important;
    right: 230px;
  }

  .nav-right-weby {
    left: auto !important;
    right: 165px;
  }

  .carousel.weby {
    height: 700px;
    overflow: visible;
  }

  .box-sluzba {
    min-height: 630px;
  }

  .box-sluzba .podsluzby,
            .box-sluzba:hover .podsluzby {
    max-height: 470px;
    color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 53%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .mapa-pata {
    width: 700px;
  }

  .carousel.weby .box-ponuka {
    height: 580px;
  }

  .prva-sekcia .lavy-text h3,
        .druha-sekcia .lavy-text h3 {
    font-size:34px;
  }

  .carousel.carousel-clenovia-podstranky .carousel-content {
    height: auto !important;
  }

  .carousel.carousel-clenovia-podstranky {
    height: auto !important;
    overflow: visible;
  }

  .carousel-clenovia-podstranky .box-ponuka {
    height: 370px !important;
  }

  .ponuka-slider-blog .carousel-content {
    height: 350px !important;
  }

  .carousel.carousel-clenovia-podstranky.iba-podstranky .slide, 
        .carousel.carousel-clenovia-podstranky.iba-podstranky .slide2, 
        .carousel.carousel-clenovia-podstranky.iba-podstranky .slide3, 
        .carousel.carousel-clenovia-podstranky.iba-podstranky .slide4 {
    height: 100%;
    /* background-color: black; */
    position: relative;
    z-index: 1;
    transition: all .4s cubic-bezier(.47, .13, .15, .89);
  }
}

/* 
Velky tablet */

@media (min-width: 1000px) and (max-width: 1140px) {
  .container-slider2,
    .container-slider3 {
    max-width: 1316px;
    padding-right: calc(50% - 700px) !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .vnutorny-kontainer {
    height: 500px;
  }

  .carousel-blog .vnutorny-kontainer {
    height: 300px !important;
  }

  .nav-left,
    .nav-left3 {
    left: auto !important;
    right: 300px;
  }

  .nav-right,
    .nav-right3 {
    left: auto !important;
    right: 205px;
  }

  .nav-left2 {
    left: auto !important;
    right: 165px;
  }

  .nav-right2 {
    left: auto !important;
    right: 100px;
  }

  .nav-left-weby {
    left: auto !important;
    right: 230px;
  }

  .nav-right-weby {
    left: auto !important;
    right: 165px;
  }

  .carousel.weby {
    height: 700px;
    overflow: visible;
  }

  .box-sluzba {
    min-height: 630px;
  }

  .box-sluzba .podsluzby,
    .box-sluzba:hover .podsluzby {
    max-height: 470px;
    color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 53%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .mapa-pata {
    width: 700px;
  }

  .prva-sekcia .lavy-text h3,
    .druha-sekcia .lavy-text h3 {
    font-size: 34px;
  }
}

#mobile-menu li ul.sub-menu {
  height: 0;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  overflow: hidden;
  visibility: hidden;
  z-index: 150;
}

.w-120 {
  width: 120%;
  max-width: 120%;
}

#mobile-menu li ul.sub-menu {
  height: 0;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  overflow: hidden;
  visibility: hidden;
  z-index: 150;
}

.kontainer-scroll {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

.scrolling-text {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
  color: #fff;
  font-size: 45px;
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  line-height: 1em;
  margin: 10px 0;
}

.popup {
  position: absolute;
  width: 300px;
  padding: 20px;
  background: white;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  top: 30% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

#popup-bratislava {
  top: 50% !important;
  left: 40% !important;
  transform: translate(-50%, -50%);
}

.popup-content {
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.home #myForm {
  background: #fff;
}

.formular-kontakt-podstranka #myForm {
  background:#281b3d;
}

.formular-kontakt-podstranka #contact-method-label {
  color:#fff;
}

.prva-sekcia strong {
  font-family: 'Objektiv Mk1 Trial Medium';
}

.pravy-text .box-vyhoda-new:nth-child(2n+1) {
  clear: left;
}

.prva-sekcia .lavy-text h3
{
  font-size: 43px !important;
  line-height: 53px !important;
  margin: 20px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .box-sluzba {
    min-height: 530px;
  }

  .box-sluzba:hover .podsluzby {
    max-height: 430px;
    opacity: 1;
  }

  .home .carousel.weby .vnutorny-kontainer,
    .page-id-25 .carousel.weby .vnutorny-kontainer,
    .carousel-clenovia-podstranky .vnutorny-kontainer{
    height: 450px;
  }

  .page-id-53 .obsah-hlavny .text-box h2,
    .page-id-47 .obsah-hlavny .text-box h2 {
    min-height:60px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .container-druha-sekcia {
    max-width: 1300px;
    /* padding-right: calc(50% - 700px) !important; */
    overflow-x: hidden;
    overflow-y: visible;
  }

  .box-sluzba {
    min-height:490px;
  }

  #mobile-menu li ul.sub-menu .sub-menu li a,
#mobile-menu li ul.sub-menu .sub-menu li:hover a {
    font-size: 17px !important;
    line-height: 38px;
  }

  .druha-sekcia .lavy-text h3 {
    font-size: 43px !important;
    line-height: 53px !important;
  }

  .page-id-53 .obsah-hlavny .text-box h2,
 .page-id-47 .obsah-hlavny .text-box h2 {
    min-height: 60px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1650px) {
  .container-druha-sekcia {
    max-width: 1510px;
    /* padding-right: calc(50% - 700px) !important; */
    overflow-x: hidden;
    overflow-y: visible;
  }

  .box-sluzba {
    min-height: 500px;
  }

  .box-sluzba:hover .podsluzby {
    max-height: 430px;
    opacity: 1;
  }

  .box-podstranky .obsah-hlavny .podsluzby {
    max-height: 140px;
  }

  .druha-sekcia .lavy-text h3 {
    font-size: 43px !important;
    line-height: 53px !important;
  }

  .page-id-53 .obsah-hlavny .text-box h2,
    .page-id-47 .obsah-hlavny .text-box h2{
    min-height: 120px;
  }
}

@media screen and (min-width: 1650px) and (max-width: 1900px) {
  .container-druha-sekcia {
    max-width: 1610px;
    /* padding-right: calc(50% - 700px) !important; */
    overflow-x: hidden;
    overflow-y: visible;
  }

  .box-sluzba {
    min-height: 550px;
  }

  .box-sluzba:hover .podsluzby {
    max-height: 430px;
    opacity: 1;
  }

  .container-slider2 {
    max-width: 1646px;
    padding-right: calc(50% - 700px) !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .clen-foto {
    height:85% !important;
  }

  .box-podstranky .obsah-hlavny .podsluzby {
    max-height: 140px;
  }

  .page-id-53 .obsah-hlavny .text-box h2,
    .page-id-47 .obsah-hlavny .text-box h2 {
    min-height: 120px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 1950px)  {
  .container-druha-sekcia {
    max-width: 1640px;
    /* padding-right: calc(50% - 700px) !important; */
    overflow-x: hidden;
    overflow-y: visible;
  }

  .box-sluzba {
    min-height: 530px;
  }

  .box-sluzba:hover .podsluzby {
    max-height: 430px;
    opacity: 1;
  }

  .container-slider2 {
    max-width: 1876px;
    padding-right: calc(50% - 700px) !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .container-slider3 {
    max-width: 1866px;
    padding-right: calc(50% - 700px) !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .clen-foto {
    height: 85% !important;
  }

  .box-podstranky .obsah-hlavny .podsluzby {
    max-height: 140px;
  }

  .page-id-53 .obsah-hlavny .text-box h2,
    .page-id-47 .obsah-hlavny .text-box h2 {
    min-height: 120px;
  }
}

@media screen and  (min-width: 1950px) {
  .container-druha-sekcia {
    max-width: 1710px;
    /* padding-right: calc(50% - 700px) !important; */
    overflow-x: hidden;
    overflow-y: visible;
  }

  .box-sluzba {
    min-height: 530px;
  }

  .box-sluzba:hover .podsluzby {
    max-height: 430px;
    opacity: 1;
  }

  .container-slider2 {
    max-width: 1876px;
    padding-right: calc(50% - 700px) !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .container-slider3 {
    max-width: 1866px;
    padding-right: calc(50% - 700px) !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .clen-foto {
    height: 85% !important;
  }

  .box-podstranky .obsah-hlavny .podsluzby {
    max-height: 140px;
  }

  .page-id-53 .obsah-hlavny .text-box h2,
    .page-id-47 .obsah-hlavny .text-box h2 {
    min-height: 120px;
  }
}

/* mobil */

@media screen and (max-width: 768px) {
  #mobile-menu {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0vh;
    z-index: 150;
    overflow-y: auto;
  }

  #mobile-menu.skryte {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index:200;
    position: relative;
  }

  .zobrazit-submenu {
    visibility: visible !important;
    height: auto !important;
    margin-top:10px;
  }

  .zobrazit-submenu li {
    padding: 20px 0px !important;
    color: #954098;
  }

  .zobrazit-submenu li ul li {
    padding: 15px 0px !important;
    color: #000;
    font-size:18px;
  }

  /* Skryté submenu */

  .menu-item-has-children .sub-menu.hidden+a::after {
    content: '\25B6';
    /* Šípka doprava */
  }

  /* Viditeľné submenu */

  .menu-item-has-children .sub-menu:not(.hidden)+a::after {
    content: '\25B2';
    /* Šípka hore */
  }

  #mobile-menu li:hover ul.sub-menu li a {
    color: #954098;
  }

  .mobilny-kontakt.telefon {
    border-top: solid 1px #414141;
    padding-top: 40px;
    margin-top: 20px;
    margin-bottom:30px;
  }

  .mobilny-kontakt {
    display: block;
    color: #954098;
    text-transform: none !important;
    position: relative;
    padding-left: 0px !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }

  #menu-hlavne-menu li.hlavne-polozky::before {
    counter-increment: section;
    content: "0" counter(section) "";
    font-family: 'Objektiv Mk1 Trial Medium';
    width: 100%;
    opacity: 0.3;
    display: block;
    font-size:80%;
  }

  #menu-hlavne-menu li .submenu-toggle {
    width: 25px;
    height:25px;
    background: url("../assets/img/home/down2.svg");
    background-size:25px 25px;
    display: block;
    position:absolute;
    right: -25%;
    bottom:5px;
  }

  #menu-hlavne-menu li a {
    position: relative;
    width:80%;
    display:block;
  }

  #menu-hlavne-menu li:hover::after {
    width: 100%;
    background: #fff;
  }

  .slider {
    height:70vh;
  }

  .slider.podstranky {
    height: 50vh;
  }

  .slider-podstranky {
    height: 60vh;
  }

  .box-sluzba:hover .text-box {
    top: auto;
    bottom: 40px;
    transition: top 3s linear;
    top: 20px;
    bottom: auto;
  }

  .vnutorny-kontainer {
    height: 430px;
  }

  .carousel.weby {
    height: 650px;
    overflow: visible;
  }

  .single-post .carousel.weby {
    height: 400px;
    overflow: visible;
  }

  .single-post .container-slider2 {
    height: 500px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }

  .single-post .vnutorny-kontainer {
    height: 430px;
  }

  .container-slider2,
        .carousel,
        .carousel-content {
    overflow-y: visible !important;
  }

  .nav-left-weby,
        .nav-left2 {
    left: auto !important;
    right: 110px;
  }

  .nav-right-weby,
        .nav-right2 {
    left: auto !important;
    right: 20px;
  }

  .carousel3 {
    position: relative;
    width: 100%;
    height: 380px;
    margin: 0 auto;
  }

  .scrolling-text .scrolling-text-content {
    color: #fff;
    font-size: 35px;
  }

  .single-post ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin: 10px 0;
    margin-top: 30px;
  }

  .box-sluzba {
    height: auto;
  }

  .kontainer-obrazok-box {
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
  }

  .box-sluzba .podsluzby {
    max-height: none;
    height: auto;
    opacity: 1;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    overflow: hidden;
    color: #fff;
    /* Biely text */
    background: none;
    /* Zrušenie pozadia */
    -webkit-background-clip: none;
    /* Zrušenie klipovania pozadia */
    background-clip: none;
    -webkit-text-fill-color: #fff;
    /* Nastavenie farby textu na bielu */
    text-fill-color: #fff;
    /* Nastavenie farby textu na bielu */
  }

  .particle {
    background: radial-gradient(circle, rgba(255, 255, 255, 75%) 0%, rgba(168, 32, 202, 75%) 16%, rgba(168, 32, 202, 0) 33%);
  }

  .modra-bodka {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 75%) 0%, rgba(40, 110, 216, 75%) 16%, rgba(40, 110, 216, 0) 33%);
  }

  .pravy-obrazok {
    height: 350px;
  }

  .carousel3.carousel-recenzie {
    height: 500px !important;
  }

  .carousel3.carousel-recenzie .vnutorny-kontainer {
    height: auto !important;
  }

  .carousel2 {
    height: 300px;
  }

  .nav-right,
        .nav-right3,
        .nav-right4 {
    left: auto !important;
    right: 5px;
  }

  .nav-left-weby,
        .nav-left2,
        .nav-left,
        .nav-left3,
        .nav-left4 {
    left: 15px !important;
  }

  .carousel3.carousel-blog {
    height: 420px !important;
  }

  .carousel.weby {
    height: 580px;
  }

  .carousel.weby .carousel-content {
    height: 580px;
  }

  .carousel.weby .box-ponuka {
    height: 580px;
  }

  .carousel.carousel-clenovia-blog {
    height: 500px;
  }

  .carousel.weby.carousel-clenovia-podstranky,
        .carousel.weby.carousel-clenovia-podstranky .carousel-content {
    height: 550px;
  }

  .page-id-185 .box-podstranky .obsah-hlavny h2 {
    font-size:28px !important;
  }
}

/* //Tablet */

@media screen and (min-width: 790px) and (max-width: 1000px) {
  #mobile-menu {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0vh;
    z-index: 150;
    overflow-y: auto;
  }

  #mobile-menu.skryte {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 200;
    position: relative;
  }

  .zobrazit-submenu {
    visibility: visible !important;
    height: auto !important;
    margin-top: 10px;
  }

  .zobrazit-submenu li {
    padding: 20px 0px !important;
    color: #954098;
  }

  .zobrazit-submenu li ul li {
    padding: 15px 0px !important;
    color: #000;
    font-size: 18px;
  }

  /* Skryté submenu */

  .menu-item-has-children .sub-menu.hidden+a::after {
    content: '\25B6';
    /* Šípka doprava */
  }

  /* Viditeľné submenu */

  .menu-item-has-children .sub-menu:not(.hidden)+a::after {
    content: '\25B2';
    /* Šípka hore */
  }

  #mobile-menu li:hover ul.sub-menu li a {
    color: #954098;
  }

  .mobilny-kontakt.telefon {
    border-top: solid 1px #414141;
    padding-top: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .mobilny-kontakt {
    display: block;
    color: #954098;
    text-transform: none !important;
    position: relative;
    padding-left: 0px !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }

  #menu-hlavne-menu li.hlavne-polozky::before {
    counter-increment: section;
    content: "0" counter(section) "";
    font-family: 'Objektiv Mk1 Trial Medium';
    width: 100%;
    opacity: 0.3;
    display: block;
    font-size: 80%;
  }

  #menu-hlavne-menu li .submenu-toggle {
    width: 25px;
    height: 25px;
    background: url("../assets/img/home/down2.svg");
    background-size: 25px 25px;
    display: block;
    position: absolute;
    right: -25%;
    bottom: 5px;
  }

  #menu-hlavne-menu li a {
    position: relative;
    width: 80%;
    display: block;
  }

  #menu-hlavne-menu li:hover::after {
    width: 100%;
    background: #fff;
  }

  .slider {
    height: 70vh;
  }

  .box-sluzba:hover .text-box {
    top: auto;
    bottom: 40px;
    transition: top 3s linear;
    top: 20px;
    bottom: auto;
  }

  .vnutorny-kontainer {
    height: 370px;
  }

  .carousel.weby {
    height: 650px;
    overflow: visible;
  }

  .nav-left-weby,
    .nav-left2 {
    left: auto !important;
    right: 110px;
  }

  .nav-right-weby,
    .nav-right2 {
    left: auto !important;
    right: 20px;
  }

  .carousel3 {
    position: relative;
    width: 100%;
    height: 380px;
    margin: 0 auto;
  }

  .vnutorny-kontainer {
    height: 370px !important;
  }

  .scrolling-text .scrolling-text-content {
    color: #fff;
    font-size: 35px;
  }

  .carousel.weby .box-ponuka {
    height: 530px;
  }

  .carousel-clenovia-podstranky .vnutorny-kontainer {
    height: 300px !important;
  }
}

@media screen and (min-width: 1024px) {
  .mobilny-kontakt,
    .iba-mobil {
    display:none;
  }
}

.screen-reader-text {
  display:none;
}

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

.before\:left-2\/4::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:top-2\/4::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}

.before\:h-12::before {
  content: var(--tw-content);
  height: 3rem;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:w-12::before {
  content: var(--tw-content);
  width: 3rem;
}

.before\:-translate-x-2\/4::before {
  content: var(--tw-content);
  --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));
}

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

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.before\:text-fialova-tlacidlo::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(149 64 152 / var(--tw-text-opacity));
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:transition-opacity::before {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}

.before\:ease-out::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.checked\:border-gray-900:checked {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.checked\:bg-gray-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.checked\:before\:bg-gray-900:checked::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-fialova-tlacidlo:hover {
  --tw-text-opacity: 1;
  color: rgb(149 64 152 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:shadow-\[10px_20px_40px_0px_rgba\(54\2c 28\2c 63\2c 0\.8\)\]:hover {
  --tw-shadow: 10px 20px 40px 0px rgba(54,28,63,0.8);
  --tw-shadow-colored: 10px 20px 40px 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);
}

.hover\:shadow-\[30px_20px_40px_0px_rgba\(54\2c 28\2c 63\2c 0\.6\)\]:hover {
  --tw-shadow: 30px 20px 40px 0px rgba(54,28,63,0.6);
  --tw-shadow-colored: 30px 20px 40px 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);
}

.hover\:shadow-white:hover {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:before\:h-56:hover::before {
  content: var(--tw-content);
  height: 14rem;
}

.hover\:before\:h-64:hover::before {
  content: var(--tw-content);
  height: 16rem;
}

.hover\:before\:w-56:hover::before {
  content: var(--tw-content);
  width: 14rem;
}

.hover\:before\:w-64:hover::before {
  content: var(--tw-content);
  width: 16rem;
}

.hover\:before\:w-72:hover::before {
  content: var(--tw-content);
  width: 18rem;
}

.hover\:before\:opacity-10:hover::before {
  content: var(--tw-content);
  opacity: 0.1;
}

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

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

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

.group:hover .group-hover\:fill-fialova-tlacidlo {
  fill: #954098;
}

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

.group:hover .group-hover\:decoration-1 {
  text-decoration-thickness: 1px;
}

.group:hover .group-hover\:decoration-4 {
  text-decoration-thickness: 4px;
}

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

.peer:checked ~ .peer-checked\:bg-\[\#bfb5d4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(191 181 212 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

@media (max-width: 765px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

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

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

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

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

  .md\:-top-12 {
    top: -3rem;
  }

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

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

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

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

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

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

  .md\:left-auto {
    left: auto;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

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

  .md\:float-end {
    float: inline-end;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

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

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

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

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

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

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

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

  .md\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

  .md\:basis-full {
    flex-basis: 100%;
  }

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

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

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

  .md\:\!overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

  .md\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }

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

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

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

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

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:text-left {
    text-align: left;
  }

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 18px;
    line-height: 28px;
  }

  .md\:text-cl {
    font-size: 17px;
    line-height: 27px;
  }

  .md\:text-lg {
    font-size: 18.5px;
    line-height: 28px;
  }

  .md\:text-sm {
    font-size: 15px;
    line-height: 20px;
  }

  .md\:text-xl {
    font-size: 24px;
    line-height: 32px;
  }

  .md\:text-xs {
    font-size: 13px;
    line-height: 18.5px;
  }

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

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

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

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

  .md\:text-fialova-2 {
    --tw-text-opacity: 1;
    color: rgb(40 28 63 / var(--tw-text-opacity));
  }

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

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

  .md\:vh-40 {
    height: 40vh;
  }

  .md\:vh-50 {
    height: 50vh;
  }

  .md\:vh-60 {
    height: 60vh;
  }

  .md\:h-70 {
    height: 70vh;
  }
}

@media (min-width: 1024px) {
  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:basis-3\/6 {
    flex-basis: 50%;
  }

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

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

  .lg\:p-0 {
    padding: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:-left-6 {
    left: -1.5rem;
  }

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

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

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

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

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

  .xl\:right-0 {
    right: 0px;
  }

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

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

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

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

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

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

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

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

  .xl\:hidden {
    display: none;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

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

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

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

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

  .xl\:w-\[calc\(100vw-\(\(100vw-1200px\)\/4\)\)\] {
    width: calc(100vw - ((100vw - 1200px) / 4));
  }

  .xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

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

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

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

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

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

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

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

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

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:text-2-2xl {
    font-size: 25px;
    line-height: 37px;
  }

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

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

  .xl\:text-4-4xl {
    font-size: 43px;
    line-height: 53px;
  }

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

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

  .xl\:text-6-2xl {
    font-size: 75px;
    line-height: 85px;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 85px;
    line-height: 95px;
  }

  .xl\:text-base {
    font-size: 18px;
    line-height: 28px;
  }

  .xl\:text-cl {
    font-size: 17px;
    line-height: 27px;
  }

  .xl\:text-lg {
    font-size: 18.5px;
    line-height: 28px;
  }

  .xl\:text-sm {
    font-size: 15px;
    line-height: 20px;
  }

  .xl\:text-xs {
    font-size: 13px;
    line-height: 18.5px;
  }

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

  .xl\:leading-\[6rem\] {
    line-height: 6rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-left-6 {
    left: -1.5rem;
  }

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

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:bottom-14 {
    bottom: 3.5rem;
  }

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

  .\32xl\:top-1\/4 {
    top: 25%;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:top-36 {
    top: 9rem;
  }

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

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

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

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

  .\32xl\:h-5 {
    height: 1.25rem;
  }

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

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

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

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

  .\32xl\:max-w-\[31\%\] {
    max-width: 31%;
  }

  .\32xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

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

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

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

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

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

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

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

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

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

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

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

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl {
    font-size: 85px;
    line-height: 95px;
  }

  .\32xl\:text-8xl {
    font-size: 100px;
    line-height: 115px;
  }

  .\32xl\:text-base {
    font-size: 18px;
    line-height: 28px;
  }

  .\32xl\:text-cl {
    font-size: 17px;
    line-height: 27px;
  }

  .\32xl\:text-lg {
    font-size: 18.5px;
    line-height: 28px;
  }

  .\32xl\:text-sm {
    font-size: 15px;
    line-height: 20px;
  }

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

  @media (min-width: 1280px) {
    .\32xl\:xl\:pt-0 {
      padding-top: 0px;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1274px) {
  .tb2\:right-0 {
    right: 0px;
  }

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

  .tb2\:top-24 {
    top: 6rem;
  }

  .tb2\:float-right {
    float: right;
  }

  .tb2\:-mt-44 {
    margin-top: -11rem;
  }

  .tb2\:mt-32 {
    margin-top: 8rem;
  }

  .tb2\:grid {
    display: grid;
  }

  .tb2\:hidden {
    display: none;
  }

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

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

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

  .tb2\:w-\[calc\(100vw-\(\(100vw-1200px\)\/4\)\)\] {
    width: calc(100vw - ((100vw - 1200px) / 4));
  }

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

  .tb2\:basis-4\/6 {
    flex-basis: 66.666667%;
  }

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

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

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

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

  .tb2\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .tb2\:text-lg {
    font-size: 18.5px;
    line-height: 28px;
  }

  .tb2\:text-xs {
    font-size: 13px;
    line-height: 18.5px;
  }

  .tb2\:leading-\[6rem\] {
    line-height: 6rem;
  }
}

@media (min-width: 766px) and (max-width: 1024px) {
  .tb\:absolute {
    position: absolute;
  }

  .tb\:relative {
    position: relative;
  }

  .tb\:-bottom-10 {
    bottom: -2.5rem;
  }

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

  .tb\:-right-72 {
    right: -18rem;
  }

  .tb\:-right-96 {
    right: -24rem;
  }

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

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

  .tb\:bottom-0 {
    bottom: 0px;
  }

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

  .tb\:left-3 {
    left: 0.75rem;
  }

  .tb\:right-3 {
    right: 0.75rem;
  }

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

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

  .tb\:top-24 {
    top: 6rem;
  }

  .tb\:-mt-44 {
    margin-top: -11rem;
  }

  .tb\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

  .tb\:mt-12 {
    margin-top: 3rem;
  }

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

  .tb\:mt-24 {
    margin-top: 6rem;
  }

  .tb\:mt-3 {
    margin-top: 0.75rem;
  }

  .tb\:mt-48 {
    margin-top: 12rem;
  }

  .tb\:mt-56 {
    margin-top: 14rem;
  }

  .tb\:flex {
    display: flex;
  }

  .tb\:grid {
    display: grid;
  }

  .tb\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .tb\:w-2\/6 {
    width: 33.333333%;
  }

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

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

  .tb\:w-4\/6 {
    width: 66.666667%;
  }

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

  .tb\:w-\[calc\(100vw-\(\(100vw-1200px\)\/4\)\)\] {
    width: calc(100vw - ((100vw - 1200px) / 4));
  }

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

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

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

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

  .tb\:basis-1\/2 {
    flex-basis: 50%;
  }

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

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

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

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

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

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

  .tb\:overflow-x-visible {
    overflow-x: visible;
  }

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

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

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

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

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

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

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

  .tb\:pb-28 {
    padding-bottom: 7rem;
  }

  .tb\:pb-32 {
    padding-bottom: 8rem;
  }

  .tb\:pb-44 {
    padding-bottom: 11rem;
  }

  .tb\:pl-0 {
    padding-left: 0px;
  }

  .tb\:pl-10 {
    padding-left: 2.5rem;
  }

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

  .tb\:pl-5 {
    padding-left: 1.25rem;
  }

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

  .tb\:pr-10 {
    padding-right: 2.5rem;
  }

  .tb\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

  .tb\:pt-72 {
    padding-top: 18rem;
  }

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

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

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

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

  .tb\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .tb\:text-7xl {
    font-size: 85px;
    line-height: 95px;
  }

  .tb\:text-base {
    font-size: 18px;
    line-height: 28px;
  }

  .tb\:text-lg {
    font-size: 18.5px;
    line-height: 28px;
  }

  .tb\:text-sm {
    font-size: 15px;
    line-height: 20px;
  }

  .tb\:text-xl {
    font-size: 24px;
    line-height: 32px;
  }

  .tb\:text-xs {
    font-size: 13px;
    line-height: 18.5px;
  }

  .tb\:leading-3 {
    line-height: .75rem;
  }

  .tb\:leading-\[6rem\] {
    line-height: 6rem;
  }

  .tb\:vh-60 {
    height: 60vh;
  }

  .tb\:h-70 {
    height: 70vh;
  }

  .tb\:vh-80 {
    height: 80vh;
  }
}
