/*
! tailwindcss v3.1.6 | 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: currentColor; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

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

::-webkit-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-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:  ;
}

::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-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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px){

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

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

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

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

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

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

  .container{
    max-width: 2560px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-\[2\.66rem\]{
  top: 2.66rem;
}
.left-\[3\.5rem\]{
  left: 3.5rem;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.top-\[-5\%\]{
  top: -5%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[3\.5\%\]{
  left: 3.5%;
}
.bottom-\[5\%\]{
  bottom: 5%;
}
.right-\[7\%\]{
  right: 7%;
}
.top-\[5\%\]{
  top: 5%;
}
.left-\[23\.3\%\]{
  left: 23.3%;
}
.top-\[38\%\]{
  top: 38%;
}
.left-\[4\%\]{
  left: 4%;
}
.top-\[26\%\]{
  top: 26%;
}
.right-\[8\%\]{
  right: 8%;
}
.bottom-\[15\%\]{
  bottom: 15%;
}
.left-\[28\%\]{
  left: 28%;
}
.bottom-\[13\%\]{
  bottom: 13%;
}
.left-\[4\.33\%\]{
  left: 4.33%;
}
.top-\[20\%\]{
  top: 20%;
}
.right-\[1\%\]{
  right: 1%;
}
.top-\[6\.66\%\]{
  top: 6.66%;
}
.right-\[23\.5\%\]{
  right: 23.5%;
}
.bottom-\[10\%\]{
  bottom: 10%;
}
.left-\[20\%\]{
  left: 20%;
}
.bottom-\[0\%\]{
  bottom: 0%;
}
.left-\[14\.5\%\]{
  left: 14.5%;
}
.bottom-\[4\.5\%\]{
  bottom: 4.5%;
}
.right-\[26\.5\%\]{
  right: 26.5%;
}
.bottom-\[12\.5\%\]{
  bottom: 12.5%;
}
.right-\[4\.5\%\]{
  right: 4.5%;
}
.top-\[27\.5\%\]{
  top: 27.5%;
}
.left-\[6\%\]{
  left: 6%;
}
.left-\[14\.33\%\]{
  left: 14.33%;
}
.top-\[48\%\]{
  top: 48%;
}
.right-\[40\.5\%\]{
  right: 40.5%;
}
.bottom-\[0\.7\%\]{
  bottom: 0.7%;
}
.left-\[9\%\]{
  left: 9%;
}
.top-\[18\.5\%\]{
  top: 18.5%;
}
.right-\[0\%\]{
  right: 0%;
}
.top-\[25\%\]{
  top: 25%;
}
.right-\[25\.5\%\]{
  right: 25.5%;
}
.left-\[26\.5\%\]{
  left: 26.5%;
}
.bottom-\[-8\.75\%\]{
  bottom: -8.75%;
}
.top-\[17\%\]{
  top: 17%;
}
.left-\[12\%\]{
  left: 12%;
}
.top-\[13\%\]{
  top: 13%;
}
.right-\[16\.75\%\]{
  right: 16.75%;
}
.bottom-\[14\.5\%\]{
  bottom: 14.5%;
}
.left-\[1\%\]{
  left: 1%;
}
.bottom-\[25\%\]{
  bottom: 25%;
}
.bottom-\[11\%\]{
  bottom: 11%;
}
.left-\[2\%\]{
  left: 2%;
}
.right-\[13\.66\%\]{
  right: 13.66%;
}
.left-\[62\%\]{
  left: 62%;
}
.top-\[48\.1\%\]{
  top: 48.1%;
}
.top-\[7\%\]{
  top: 7%;
}
.left-\[57\%\]{
  left: 57%;
}
.top-\[45\%\]{
  top: 45%;
}
.top-\[-20\%\]{
  top: -20%;
}
.left-\[75\%\]{
  left: 75%;
}
.z-20{
  z-index: 20;
}
.z-\[1\]{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-\[-5\]{
  z-index: -5;
}
.z-50{
  z-index: 50;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-8{
  grid-column-start: 8;
}
.col-start-1{
  grid-column-start: 1;
}
.col-end-13{
  grid-column-end: 13;
}
.col-end-10{
  grid-column-end: 10;
}
.row-span-full{
  grid-row: 1 / -1;
}
.row-span-1{
  grid-row: span 1 / span 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.ml-\[19\%\]{
  margin-left: 19%;
}
.-mb-4{
  margin-bottom: -1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mt-4{
  margin-top: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.\!hidden{
  display: none !important;
}
.h-0{
  height: 0px;
}
.h-full{
  height: 100%;
}
.h-auto{
  height: auto;
}
.h-\[110\%\]{
  height: 110%;
}
.h-screen{
  height: 100vh;
}
.h-10{
  height: 2.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.max-h-\[45vh\]{
  max-height: 45vh;
}
.max-h-\[110\%\]{
  max-height: 110%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-\[92\%\]{
  width: 92%;
}
.w-\[63\%\]{
  width: 63%;
}
.w-4{
  width: 1rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[133\%\]{
  width: 133%;
}
.w-\[17\%\]{
  width: 17%;
}
.w-\[6\%\]{
  width: 6%;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[27\%\]{
  width: 27%;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[23\.5\%\]{
  width: 23.5%;
}
.w-\[18\.5\%\]{
  width: 18.5%;
}
.w-\[13\%\]{
  width: 13%;
}
.w-\[16\%\]{
  width: 16%;
}
.w-\[9\%\]{
  width: 9%;
}
.w-\[21\%\]{
  width: 21%;
}
.w-\[19\%\]{
  width: 19%;
}
.w-\[28\%\]{
  width: 28%;
}
.w-\[8\%\]{
  width: 8%;
}
.w-\[37\%\]{
  width: 37%;
}
.w-8{
  width: 2rem;
}
.w-\[48rem\]{
  width: 48rem;
}
.w-auto{
  width: auto;
}
.max-w-\[140\%\]{
  max-width: 140%;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.flex-grow{
  flex-grow: 1;
}
.translate-y-\[-20\%\]{
  --tw-translate-y: -20%;
  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-\[-70\%\]{
  --tw-translate-x: -70%;
  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-\[-40\%\]{
  --tw-translate-y: -40%;
  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-\[50\%\]{
  --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-\[50\%\]{
  --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-x-\[-50\%\]{
  --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-\[-47\.5\%\]{
  --tw-translate-x: -47.5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-100\%\]{
  --tw-scale-x: -100%;
  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));
}
.scale-x-\[-1\]{
  --tw-scale-x: -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));
}
.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));
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-8{
  gap: 2rem;
}
.\!gap-y-0{
  row-gap: 0px !important;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.justify-self-start{
  justify-self: start;
}
.justify-self-end{
  justify-self: end;
}
.justify-self-center{
  justify-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.border{
  border-width: 1px;
}
.bg-gold-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 243 / var(--tw-bg-opacity));
}
.bg-gradient-circle-fit{
  background-image: radial-gradient(circle closest-side, var(--tw-gradient-stops));
}
.from-pure-100{
  --tw-gradient-from: #ffffff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-pure-100\/0{
  --tw-gradient-to: rgb(255 255 255 / 0);
}
.\!pt-12{
  padding-top: 3rem !important;
}
.pb-\[162\%\]{
  padding-bottom: 162%;
}
.pb-\[5\%\]{
  padding-bottom: 5%;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-44{
  padding-top: 11rem;
}
.pb-\[50\%\]{
  padding-bottom: 50%;
}
.pt-4{
  padding-top: 1rem;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.font-averta{
  font-family: "Averta CY", ui-sans-serif, system-ui;
}
.text-sm{
  font-size: 0.8rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.text-\[1\.2rem\]{
  font-size: 1.2rem;
}
.uppercase{
  text-transform: uppercase;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-gold-500{
  --tw-text-opacity: 1;
  color: rgb(216 194 155 / var(--tw-text-opacity));
}
.text-dark-700{
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500{
  transition-delay: 500ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: 'Averta CY';
  src: url(a8e37ebf993432ed5d12.woff2) format('woff2'), url(339f0d8c6a3e4e76bb7b.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta CY';
  src: url(5a606601024a2908a233.woff2) format('woff2'), url(c6c245434a9cb0bc5c7e.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quiche Sans';
  src: url(25561a746202adff4d8b.woff2) format('woff2'), url(1ded44faf67bf81522b6.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quiche Sans';
  src: url(c86b2712295eac056399.woff2) format('woff2'), url(c5818eb2013d1247f1c0.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quiche Sans';
  src: url(f79390f35bfbcf0c4c9b.woff2) format('woff2'), url(956f7814a4972cb74566.woff) format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/**
 * Font settings
 * - fonts loaded via typekit
 */
body {
  font-family: 'Quiche Sans', sans-serif;
}
/*
.h1,
.h2,
.text-large,
.text-xlarge {
  font-family: 'Averta CY', sans-serif;
} */
/**
  * Fluid (not only) typography - REM scaling
  * - unitless, in pixels
  */
:root {
  --rem-min: 16; /* at 320px */
  --rem-max: 25; /* at max-vw below */
  --rem-max-vw: 1880;
  --rem-calc: calc(var(--rem-min) * 1px + (var(--rem-max) - var(--rem-min)) * ((100vw - 320px) / (var(--rem-max-vw) - 320)));

  font-size: var(--rem-calc); /* fallback for browsers without clamp support */
  font-size: clamp(calc(var(--rem-min) * 1px), var(--rem-calc), calc(var(--rem-max) * 1px));
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
/**
  * Typo styles
  */
p{
  margin-bottom: 0.5rem;
}
h1, 
h2, 
h3{
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 767px){

  h1, 
h2, 
h3{
    margin-bottom: 3rem;
  }
}
h2{
  margin-top: 3rem;
  max-width: 100vw;
  text-align: center;
  font-size: 1.563rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 600px){

  h2{
    margin-top: 2.5rem;
    text-align: left;
    font-size: 1.953rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 767px){

  h2{
    font-size: 2.441rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 991px){

  h2{
    font-size: 3.052rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1440px){

  h2{
    font-size: 4rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
h2.nejdelsi{
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 600px){

  h2.nejdelsi{
    font-size: 1.563rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 767px){

  h2.nejdelsi{
    font-size: 1.953rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 991px){

  h2.nejdelsi{
    font-size: 2.441rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1440px){

  h2.nejdelsi{
    font-size: 3.052rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
h3{
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media (min-width: 600px){

  h3{
    font-size: 1.563rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 767px){

  h3{
    font-size: 1.563rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 991px){

  h3{
    font-size: 1.953rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a:hover, 
  a:focus{
  --tw-text-opacity: 1;
  color: rgb(112 87 56 / var(--tw-text-opacity));
}
.text-gradient-repeat{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #afa28c;
  --tw-gradient-to: rgb(175 162 140 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(226 194 131 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #e2c283, var(--tw-gradient-to);
  --tw-gradient-to: #ada28c;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.text-gradient-linear{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #afa28c;
  --tw-gradient-to: rgb(175 162 140 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e2c283;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.link--underline{
  border-bottom-width: 2px;
}
html {
  scroll-behavior: smooth;
}
html.jump {
    scroll-behavior: auto;
  }
body {
  --plyr-color-main: black;
}
section{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 767px){

  section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.min-h-screen {
  min-height: calc(var(--vh, 1vh) * 100) !important;
}
.h-screen {
  height: calc(var(--vh, 1vh) * 100) !important;
}
.path--animate {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  stroke-dasharray: 0 100;
}
.path--animated {
  -webkit-animation-name: animateStroke;
          animation-name: animateStroke;
  -webkit-animation-duration: var(--duration, 1000ms);
          animation-duration: var(--duration, 1000ms);
  -webkit-animation-delay: var(--delay, 0ms);
          animation-delay: var(--delay, 0ms);
  -webkit-animation-timing-function: var(--easing, ease-in-out);
          animation-timing-function: var(--easing, ease-in-out);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes animateStroke {
  to {
    stroke-dasharray: 100 0;
  }
}
@keyframes animateStroke {
  to {
    stroke-dasharray: 100 0;
  }
}
/**
 * Containers - override tailwind defaults
 */
:root {
  --container-gutter: 4vw;
  --container-max-w: 1750px;
}
@media (min-width: 1280px) {
:root {
    --container-gutter: 5vw
}
  }
@media (min-width: 1440px) {
:root {
    --container-gutter: 3rem
}
  }
.container {
  margin-inline: auto;
  width: 100%;
  max-width: calc(var(--container-max-w) + 2 * var(--container-gutter));
  padding-inline: var(--container-gutter);
}
.container-fluid {
  /* max-width: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; */
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px){

  .container-fluid{
    max-width: 600px;
  }
}
@media (min-width: 767px){

  .container-fluid{
    max-width: 767px;
  }
}
@media (min-width: 991px){

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

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

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

  .container-fluid{
    max-width: 1920px;
  }
}
@media (min-width: 2560px){

  .container-fluid{
    max-width: 2560px;
  }
}
.container-fluid {
  margin-inline: auto;
  width: 100%;
  max-width: calc(var(--container-max-w) + 2 * var(--container-gutter));
  padding-inline: var(--container-gutter);
}
.profile--person > .container-fluid{
  display: flex;
  align-items: center;
}
.profile--headline .container-fluid{
  float: left;
  max-width: 100%;
  text-align: left;
}
@media (min-width: 600px){

  .profile--headline .container-fluid{
    margin-left: 2.5rem;
    width: 60vh;
    max-width: 42rem;
  }
}
@media (min-width: 1440px){

  .profile--headline .container-fluid{
    max-width: 56rem;
  }
}
.container-fluid {
  max-width: none !important;
}
.grid-main{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
/**
 * Glightbox settings
 */
.gclose {
  background: black !important;
  transition: background 0.33s ease;
}
.gclose:hover {
    background: black;
  }
.gclose svg {
    max-width: none;
  }
.gvideo-container {
  padding: 2.5vw;
  /*padding-right: 2.5vw;*/
}
/* .goverlay {
  //background: rgba(0, 0, 0, .8) !important;
} */
.glightbox-button-hidden {
  display: none !important;
}
.btns{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.btns > *{
  margin: 0.25rem;
}
.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 209 180 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  --tw-text-opacity: 1;
  color: rgb(112 87 56 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 209 180 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(112 87 56 / var(--tw-text-opacity));
}
.btn--inverse{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}
.btn--inverse:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}
.btn--sm{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.75rem;
}
.btn svg{
  -o-object-fit: contain;
     object-fit: contain;
}
.btn svg path{
  fill: currentColor;
}
.swiper-button-disabled {
  cursor: default;
  opacity: 0.33;
  filter: grayscale(1);
}
.nav{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.nav li{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}
.nav a{
  font-size: 0.8rem;
}
.nav a:not(.btn){
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(112 87 56 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.nav a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(216 194 155 / var(--tw-text-opacity));
}
.hide-on-scroll-down{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
body.scroll-down .hide-on-scroll-down{
  --tw-translate-y: -150%;
  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));
}
/* patička*/
.intro .scrollwheel {
    -webkit-animation: scrollwheel 2s infinite ease-in-out;
            animation: scrollwheel 2s infinite ease-in-out;
  }
@-webkit-keyframes scrollwheel {
    0% {
      transform-origin: center top;
      transform: scale(1, 0);
    }
    25% {
      transform-origin: center top;
      transform: scale(1, 1);
    }
    49% {
      transform-origin: center top;
      transform: scale(1, 1);
    }
    50% {
      transform-origin: center 50%;
      transform: scale(1, 1);
    }
    75% {
      transform-origin: center 50%;
      transform: scale(1, 0);
    }
    100% {
      transform-origin: center 50%;
      transform: scale(1, 0);
    }
  }
@keyframes scrollwheel {
    0% {
      transform-origin: center top;
      transform: scale(1, 0);
    }
    25% {
      transform-origin: center top;
      transform: scale(1, 1);
    }
    49% {
      transform-origin: center top;
      transform: scale(1, 1);
    }
    50% {
      transform-origin: center 50%;
      transform: scale(1, 1);
    }
    75% {
      transform-origin: center 50%;
      transform: scale(1, 0);
    }
    100% {
      transform-origin: center 50%;
      transform: scale(1, 0);
    }
  }
/**
 * Glasses carousel
 */
.glasses{
  position: relative;
  padding-bottom: 5rem;
}
@-webkit-keyframes slide-left {
      0% {
        transform: translateX(50px);
      }
      15% {
        transform: translateX(50px);
      }
      100% {
        transform: translateX(-100px);
      }
    }
@keyframes slide-left {
      0% {
        transform: translateX(50px);
      }
      15% {
        transform: translateX(50px);
      }
      100% {
        transform: translateX(-100px);
      }
    }
@-webkit-keyframes fade {
      0% {
        -webkit-opacity: 1;
                opacity: 1;
      }
      100% {
        -webkit-opacity: 0;
                opacity: 0;
      }
    }
.glasses__swiper{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px){

  .glasses__swiper{
    display: none;
  }
}
.glasses__swiper{
    -webkit-animation: slide-left 1.5s ease-in-out infinite alternate both;
    animation: slide-left 1.5s ease-in-out infinite alternate both;
}
.glasses__swiper svg{
  width: 90px;
  padding-bottom: 1.25rem;
  opacity: 1;
}
.glasses__carousel{
  --tw-translate-x: 33%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 1000ms;
}
.glasses__carousel.active{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.glasses__img{
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  height: 0px;
  width: 100%;
  transform-origin: top;
  --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));
  padding-bottom: 40%;
}
@media (min-width: 600px){

  .glasses__img{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }
}
@media (min-width: 991px){

  .glasses__img{
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px){

  .glasses__img{
    margin-bottom: 2.5%;
  }
}
.glasses__img img{
  height: auto;
  width: 100%;
}
.glasses__img__main{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.glasses__img__spiral1{
  position: absolute;
  width: 43%;
}
.glasses__img__spiral1 svg{
  height: auto;
  width: 100%;
  --tw-scale-x: -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));

        -webkit-backface-visibility: hidden;

                backface-visibility: hidden;
}
.glasses__img__spiral2{
  position: absolute;
  width: 17.3333%;
}
.glasses__img__spiral2 svg{
  height: auto;
  width: 100%;
  --tw-scale-y: -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));

        -webkit-backface-visibility: hidden;

                backface-visibility: hidden;
}
.glasses__img__detail{
  position: absolute;
  left: 0px;
  bottom: calc(100% - 1px);
  width: 99.75%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 197 153 / var(--tw-border-opacity));
}
.glasses__content{
  position: relative;
  z-index: 10;
  text-align: center;
}
.glasses__content > h3{
  margin-bottom: 1rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #cab89b;
  --tw-gradient-to: rgb(202 184 155 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(221 198 153 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #ddc699, var(--tw-gradient-to);
  --tw-gradient-to: #b19972;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
  color: transparent;
  opacity: 0.6;
}
@media (min-width: 600px){

  .glasses__content > h3{
    font-size: 4rem;
  }
}
@media (min-width: 1280px){

  .glasses__content > h3{
    margin-top: -1em;
    font-size: 5.75rem;
  }
}
@media (min-width: 1920px){

  .glasses__content > h3{
    font-size: 7rem;
  }
}
.glasses__text{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Averta CY", ui-sans-serif, system-ui;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.5em;
}
@media (min-width: 600px){

  .glasses__text{
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    line-height: 2em;
  }
}
.glasses__text {
    /* leading-[2.333em]*/
  }
.glasses__brands{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 300;
  line-height: 2em;
}
/* leading-[2.333em]*/
.glasses__brands h4{
  margin-bottom: 1.5rem;
  font-size: 1.953rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(216 194 155 / var(--tw-text-opacity));
}
.glasses__slide__inner{
  grid-column: span 12 / span 12;
}
@media (min-width: 767px){

  .glasses__slide__inner{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
.glasses__carousel__navbtn{
  width: 1.5rem;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(6 6 6 / var(--tw-text-opacity));
  opacity: 0.7;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.glasses__carousel__navbtn:hover{
  opacity: 1;
}
@media (min-width: 1280px){

  .glasses__carousel__navbtn{
    width: 2.5rem;
  }
}
@media (min-width: 991px) {
.glasses__carousel__navbtn{
    opacity: 0.5;
  }
    }
.glasses__carousel__navbtn.swiper-button-disabled{
  opacity: 0;
}
.glasses__carousel__navbtn svg{
  display: block;
  height: auto;
  width: 100%;
}
.glasses .swiper-pagination-bullet{
  display: flex;
  height: 10px;
  width: 10px;
  cursor: pointer;
  align-items: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(216 194 155 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.glasses .swiper-pagination-bullet:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(112 87 56 / var(--tw-bg-opacity));
}
@media (min-width: 991px){

  .glasses .swiper-pagination-bullet{
    height: auto;
    width: auto;
    background-color: transparent;
    font-size: 0.9rem;
    --tw-text-opacity: 1;
    color: rgb(216 194 155 / var(--tw-text-opacity));
  }

  .glasses .swiper-pagination-bullet:hover{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(112 87 56 / var(--tw-text-opacity));
  }
}
.glasses .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(6 6 6 / var(--tw-bg-opacity));
}
@media (min-width: 991px){

  .glasses .swiper-pagination-bullet-active{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(6 6 6 / var(--tw-text-opacity));
  }
}
.profiles{
  position: relative;
}
.profiles section{
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 243 / var(--tw-bg-opacity));
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  opacity: 0;
}
@media (min-width: 767px){

  .profiles section{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.profiles section:nth-child(1){
  visibility: visible;
  opacity: 1;
      z-index: 1;
}
.profiles section:nth-child(2) {
      z-index: 2;
    }
.profiles section:nth-child(3) {
      z-index: 3;
    }
.profiles section:nth-child(4) {
      z-index: 4;
    }
.profiles section:nth-child(5) {
      z-index: 5;
    }
.profiles section:nth-child(6) {
      z-index: 6;
    }
.profiles section:nth-child(7) {
      z-index: 7;
    }
.profiles section:nth-child(8) {
      z-index: 8;
    }
.profile--person{
  display: flex;
  align-items: stretch;
  overflow: hidden; /*h-screen*/
    /* items-center */
    height: calc(var(--vh, 1vh) * 100);
}
.profile--person > .container{
  display: flex;
  align-items: center;
}
.profile--person .profile{
  position: relative;
  z-index: 1;
  margin-left: calc(var(--container-gutter) * -1);
  margin-right: calc(var(--container-gutter) * -1);
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 767px){

  .profile--person .profile{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10vh;
  }
}
@media (min-width: 1920px){

  .profile--person .profile{
    margin-bottom: 17.5vh;
  }
}
@media (orientation: portrait){

  .profile--person .profile{
    margin-bottom: 0px;
  }
}
.profile--person .profile {
      /* mb makes the egg bg vertically not centered, but overall good feel of the whole layout*/

      grid-template-rows: auto auto;
    }
.profile--person h2{
  margin-bottom: 0px;
  font-size: 1.953rem;
  font-weight: 400;
  line-height: 1.1 !important;
  letter-spacing: -0.025em;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #afa28c;
  --tw-gradient-to: rgb(175 162 140 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e2c283;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 600px){

  .profile--person h2{
    font-size: 1.953rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 767px){

  .profile--person h2{
    font-size: 2.441rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1920px){

  .profile--person h2{
    font-size: 3.052rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 340px) {
.profile--person h2 {
        font-size: 1.8rem
    }
      }
.profile--person p{
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #afa28c;
  --tw-gradient-to: rgb(175 162 140 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e2c283;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 767px){

  .profile--person p{
    font-size: 1.563rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.profile__name{
  grid-column: span 4 / span 4;
  grid-column-start: 1;
  grid-row-start: 1;
  margin-right: -20%;
  --tw-translate-x: 7.5%;
  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));
}
@media (min-width: 991px){

  .profile__name{
    margin-right: -10%;
    padding-top: 20%;
  }
}
@media (orientation: portrait){

  .profile__name{
    grid-column: span 6 / span 6;
    grid-column-start: 1;
    padding-top: 1rem;
    text-align: center;
      /*and (max-width: 767px)*/
      align-self: center;
  }
}
@media (max-height: 600px) {
.profile__name{
    align-self: center;
  }
    }
.profile__name__content{
  padding-bottom: 2.5rem;
      background: linear-gradient(135deg, rgba(248, 245, 243, 1) 0%, rgba(248, 245, 243, 0) 66%);
}
@media (max-height: 600px) {
.profile__name__content{
    padding-bottom: 0.5rem;
  }
      }
.profile__picture{
  grid-column: span 4 / span 4;
  grid-column-start: 5;
  grid-row-start: 1;
}
@media (orientation: portrait){

  .profile__picture{
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    --tw-translate-x: 10%;
    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));
  }
}
.profile__picture > div{
  position: relative;
}
.profile__picture img{
  height: auto;
  width: 100%;
}
.profile__picture__overlay{
  position: absolute;
  left: 20%;
  top: 7.5%;
  width: 56%;
}
.profile__picture__overlay svg{
  display: block;
  height: auto;
  width: 100%;
}
.profile__eggbg{
  grid-column: span 3 / span 3;
  grid-column-start: 8;
  grid-row: 1 / -1;
  grid-row-start: 1;
  align-self: center;
  padding-left: 2rem;
}
.profile__eggbg__inner{
  position: relative;
}
.profile__bg{
  z-index: -1;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  grid-row-start: 1;
  align-self: flex-end;
}
/*portrait:w-[140%] portrait:row-span-1 portrait:row-start-2 portrait:max-h-[30vh] portrait:relative*/
@media (orientation: portrait) {
.profile__bg {
      /*and (max-width: 767px)*/
      grid-row: span 1 / span 1;
      grid-row-start: 2;
      margin-top: -3rem;
      width: 150%; /*-mt-24*/
      max-height: calc(var(--vh, 1vh) * 40) /*max-h-[40vh]*/
  }
    }
@media (min-aspect-ratio: 2/3) {
.profile__bg{
    width: 100%;
  }
    }
@media (max-height: 600px) {
.profile__bg{
    opacity: 0.3;
  }
    }
.profile__bg__inner{
  position: absolute;
  top: 26%;
  width: 100%;
  padding-bottom: 45%;
}
/*portrait:top-auto portrait:relative*/
@media (orientation: portrait) {
.profile__bg__inner {
        /*and (max-width: 767px)*/
        position: relative;
        top: auto
    }
      }
.profile__bg__inner > div{
  position: absolute;
}
.profile__bg__inner > div > *{
  display: block;
  height: auto;
  width: 100%;
}
.profile--headline{
  display: grid;
  place-content: start; /*h-screen*/
    height: calc(var(--vh, 1vh) * 100);
}
.profile--headline .container{
  float: left;
  max-width: 100%;
  text-align: left;
}
@media (min-width: 600px){

  .profile--headline .container{
    margin-left: 2.5rem;
    width: 60vh;
    max-width: 42rem;
  }
}
@media (min-width: 1440px){

  .profile--headline .container{
    max-width: 56rem;
  }
}
.dg.ac {
  z-index: 1000 !important;
}
.hover\:text-gold-500:hover{
  --tw-text-opacity: 1;
  color: rgb(216 194 155 / var(--tw-text-opacity));
}
.hover\:text-gold-900:hover{
  --tw-text-opacity: 1;
  color: rgb(112 87 56 / var(--tw-text-opacity));
}
@media (min-width: 600px){

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

  .xs\:text-xl{
    font-size: 1.953rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 767px){

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

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:\!flex{
    display: flex !important;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:scale-x-\[1\]{
    --tw-scale-x: 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));
  }

  .sm\:\!pt-24{
    padding-top: 6rem !important;
  }

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

  .sm\:pt-52{
    padding-top: 13rem;
  }

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

  .sm\:text-2xl{
    font-size: 2.441rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 991px){

  .md\:left-\[8\.5\%\]{
    left: 8.5%;
  }

  .md\:left-\[2\.5\%\]{
    left: 2.5%;
  }

  .md\:w-\[22\%\]{
    width: 22%;
  }

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

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

  .md\:text-3xl{
    font-size: 3.052rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }

  .md\:text-lg{
    font-size: 1.563rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (pointer: fine){

  .pointer-fine\:block{
    display: block;
  }
}
@media (pointer: coarse){

  .pointer-coarse\:block{
    display: block;
  }
}
@media (orientation: portrait){

  .portrait\:right-auto{
    right: auto;
  }

  .portrait\:left-\[60\%\]{
    left: 60%;
  }

  .portrait\:top-\[20\%\]{
    top: 20%;
  }

  .portrait\:right-\[33\%\]{
    right: 33%;
  }

  .portrait\:top-\[21\.66\%\]{
    top: 21.66%;
  }

  .portrait\:left-\[50\%\]{
    left: 50%;
  }

  .portrait\:top-\[-5\%\]{
    top: -5%;
  }

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

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

  .portrait\:ml-0{
    margin-left: 0px;
  }

  .portrait\:block{
    display: block;
  }

  .portrait\:hidden{
    display: none;
  }

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

  .portrait\:max-h-\[40vh\]{
    max-height: 40vh;
  }

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

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

  .portrait\:w-\[80\%\]{
    width: 80%;
  }

  .portrait\:max-w-xs{
    max-width: 20rem;
  }

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

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

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

  .portrait\:justify-self-center{
    justify-self: center;
  }

  .portrait\:pb-\[80\%\]{
    padding-bottom: 80%;
  }
}

/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-pointer-events{touch-action:pan-y}

.swiper-pointer-events.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.color-calendar {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  color: #705738;
  background: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}


/* HEADER */


.color-calendar .calendar__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: 'Averta CY', sans-serif;
  font-weight: 300;
  padding: 5px 25px;
  margin-bottom: 10px;
}


.color-calendar .calendar__monthyear {
  font-size: 1.5rem;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
}


/* zobrazit / skryt rok */


.color-calendar .calendar__monthyear .calendar__year {
  color: #705738;
}


.color-calendar .calendar__arrow {
  color: #705738;
  height: 35px;
  width: 35px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}


.color-calendar .calendar__arrow-inner {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


.color-calendar .calendar__arrow-prev .calendar__arrow-inner::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  transform-origin: center center;
  transform: rotate(-45deg);
  border-radius: 1px;
  color: #705738;
  margin-left: 0.3em;
  transform: rotate(-135deg);
}


.color-calendar .calendar__arrow-next .calendar__arrow-inner::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  transform-origin: center center;
  transform: rotate(-45deg);
  border-radius: 1px;
  color: #705738;
  margin-right: 0.3em;
  transform: rotate(45deg);
}


.color-calendar .calendar__arrow-inner:hover::after {
  transition: opacity 0.3s ease;
  opacity: 0.05;
}


.color-calendar .arrow-disabled {
  visibility: hidden;
  cursor: auto;
}


/* BODY */


.color-calendar .calendar__body {
  position: relative;
  overflow: hidden;
  /* kvuli skrytemu sloupci */
  padding-left: 14.2857143%;
}


.color-calendar .calendar__weekdays, .color-calendar .calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 70px);
  grid-gap: 1em;
  -moz-column-gap: 3em;
       column-gap: 3em;
  margin-bottom: 1em;
  font-family: 'Averta CY', sans-serif;
  font-weight: 300;
  max-width: 64em;
}


.color-calendar .calendar__days {
  grid-template-rows: repeat(6, 70px);
}


.color-calendar .calendar__weekdays .calendar__weekday, .color-calendar .calendar__days .calendar__day {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.color-calendar .calendar__days .calendar__day {
  border: 1px solid #d5bd91;
  border-radius: 50%;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  font-size: 36px;
  position: relative;
  cursor: pointer;
}


.color-calendar .calendar__days .calendar__day-other {
  border: none;
  opacity: 0.4;
}


.color-calendar .calendar__days .calendar__day-today {
  border-width: 3px;
  font-weight: 800;
}


.color-calendar .calendar__days .calendar__day-text {
  border-radius: 50%;
  transition: all 0.3s ease;
  padding: 15px;
  cursor: pointer;
}


.color-calendar .calendar__days .calendar__day-box {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  background-color: #d5bd91;
  opacity: 0;
  cursor: pointer;
}


.color-calendar .calendar__days .calendar__day-box:hover {
  opacity: 0.3;
}


.color-calendar .calendar__days .calendar__day:hover ~ .calendar__day-box {
  opacity: 0.3;
}


.color-calendar .calendar__days .calendar__day-event {
  /* Event Bullet */
}


/* .color-calendar .calendar__days .calendar__day-event .calendar__day-bullet {
  position: absolute;
  top: 80%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  cursor: pointer;
} */


.sedeDny {
  opacity: 0.4;
  cursor: auto !important;
  color: #705738;
  border-color: #705738;
  pointer-events: none;
}


.color-calendar .calendar__days .calendar__day-event:not(.sedeDny) {
  opacity: 0.4;
  cursor: auto !important;
  color: #705738;
  border-color: #d5bd91;
  pointer-events: none;
}


.sedeDny .calendar__day-text {
  cursor: auto !important;
}


.sedeDny .calendar__day-box {
  display: none !important;
  cursor: auto !important;
}


#day-clicked {
  font-weight: 800;
  background-color: #d5bd91;
  color: white;
}


.color-calendar .calendar__days .calendar__day-bullet {
  background-color: #705738;
}


.color-calendar .calendar__weekdays .calendar__weekday:nth-of-type(7) {
  /* opacity: 0.4;
  cursor: auto !important;
  color: #705738;
  border-color: #d5bd91;
  pointer-events: none; */
  visibility: hidden;
}


.color-calendar .calendar__days .calendar__day:nth-of-type(7n) {
  /* opacity: 0.4;
  cursor: auto !important;
  color: #705738;
  border-color: #d5bd91;
  pointer-events: none; */
  visibility: hidden;
}


@media (max-width:1200px) {
  .color-calendar .calendar__weekdays, .color-calendar .calendar__days {
    grid-template-columns: repeat(7, 50px);
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  .color-calendar .calendar__days {
    grid-template-rows: repeat(6, 50px);
  }
  .color-calendar .calendar__days .calendar__day {
    font-size: 28px;
  }
}


@media (max-width:600px) {
  .color-calendar .calendar__weekdays, .color-calendar .calendar__days {
    grid-template-columns: repeat(7, 35px);
    -moz-column-gap: 0.75em;
         column-gap: 0.75em;
  }
  .color-calendar .calendar__days {
    grid-template-rows: repeat(6, 35px);
  }
  .color-calendar .calendar__days .calendar__day {
    font-size: 16px;
  }
  .color-calendar .calendar__weekdays .calendar__weekday {
    font-size: 16px;
  }
}


.color-calendar .calendar__picker {
  position: absolute;
  z-index: 201;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(247, 245, 243, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
}


.color-calendar .calendar__picker .calendar__picker-month {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  row-gap: 3em;
  margin: 8%;
  transition: none;
}


.color-calendar .calendar__picker .calendar__picker-month-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: #705738;
  align-self: center;
  cursor: pointer;
  font-size: 24px;
}


.color-calendar .calendar__picker .calendar__picker-month-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #705738;
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
}


.color-calendar .calendar__picker-month-today, .color-calendar .calendar__picker-year-today {
  text-decoration: underline;
}


.color-calendar .calendar__picker .calendar__picker-month-option:hover:after {
  opacity: 0.1;
}


.color-calendar .calendar__picker .calendar__picker-month-selected {
  color: white;
}


.color-calendar .calendar__picker .calendar__picker-month-past {
  color: rgba(#705738, 0.5);
  cursor: auto;
}


.color-calendar .calendar__picker .calendar__picker-month-past:hover:after {
  opacity: 0;
}


.color-calendar .calendar__picker .calendar__picker-month-selected::after {
  opacity: 1;
}


.color-calendar .calendar__picker .calendar__picker-month-selected:hover:after {
  opacity: 0.9;
}


.color-calendar .calendar__picker .calendar__picker-year {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  margin: 8%;
  transition: none;
}


.color-calendar .calendar__picker .calendar__picker-year-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: #705738;
  border-radius: 15%;
  align-self: center;
  cursor: pointer;
}


.color-calendar .calendar__picker .calendar__picker-year-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #705738;
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
}


.color-calendar .calendar__picker .calendar__picker-year-option:hover:after {
  opacity: 0.1;
}


.color-calendar .calendar__picker .calendar__picker-year-selected {
  color: white;
}


.color-calendar .calendar__picker .calendar__picker-year-selected::after {
  opacity: 1;
}


.color-calendar .calendar__picker .calendar__picker-year-selected:hover:after {
  opacity: 0.9;
}


.color-calendar .calendar__picker .calendar__picker-year-arrow {
  position: absolute;
  opacity: 0.4;
  border-radius: 15%;
  cursor: pointer;
  transition: all 0.3s ease;
}


.color-calendar .calendar__picker .calendar__picker-year-arrow-left {
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 4px;
}


.color-calendar .calendar__picker .calendar__picker-year-arrow-right {
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  padding-right: 10px;
}


.color-calendar .calendar__picker .calendar__picker-year-arrow:hover {
  opacity: 1;
  background-color: #f8f8f8;
}


#cal-unfocus {
  transform: scale(0.4);
  transform-origin: top center;
  cursor: pointer;
}


@media (max-width:600px) {
  #cal-unfocus {
    transform: scale(0.7);
  }
}


.chevron-thin-left {
  display: inline-block;
  border-right: 2px solid #705738;
  border-bottom: 2px solid #705738;
  width: 10px;
  height: 10px;
  transform: rotate(-225deg);
}


.chevron-thin-right {
  display: inline-block;
  border-right: 2px solid #705738;
  border-bottom: 2px solid #705738;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}


.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease-in-out;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
.popup-enter-active {
  transition: all 1s ease-in-out;
}
.popup-leave-active {
  transition: all 0.75s ease-in-out;
}
.popup-enter-from,
.popup-leave-to {
  opacity: 0;
}
.rezervacni {
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-family: 'Averta CY', sans-serif;
  font-weight: 300;
}
@media (max-width: 500px) {
.rezervacni {
    font-size: 14px;
}
}
.rezervacni__box {
  text-align: center;
}
.rezervacni__box h2 {
  font-size: 54px;
  text-align: center;
  background: #d5bd91;
  background: -webkit-radial-gradient(circle, #d5bd91 0%, #d5bd91 50%, #a59a83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 900px) {
.rezervacni__box h2 {
    font-size: 45px;
}
}
@media (max-width: 500px) {
.rezervacni__box h2 {
    font-size: 36px;
}
}
.rezervacni__box h4 {
  font-size: 30px;
  max-width: 100vw;
  margin: 15px 0 25px 0;
  text-align: center;
  background: #d5bd91;
  background: -webkit-radial-gradient(circle, #d5bd91 0%, #d5bd91 50%, #a59a83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
.rezervacni__box h4 {
    font-size: 24px;
}
}
.rezervacni__box .h4_cas {
  font-size: 24px;
  margin-top: 25px;
}
@media (max-width: 500px) {
.rezervacni__box .h4_cas {
    font-size: 20px;
}
}
.rezervacni__box .h4_dark {
  background: #8a7753 1;
  background: -webkit-radial-gradient(circle, #8a7753 1 0%, #8a7753 1 50%, #5c5341 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.rezervacni__box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 848px;
}
@media (max-width: 1200px) {
.rezervacni__box__inner {
    min-width: 542px;
}
}
@media (max-width: 600px) {
.rezervacni__box__inner {
    min-width: 402px;
}
}
.rezervacni__box__inner__kalendar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.rezervacni__box__inner__hodiny {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: -10;
}
.rezervacni__box__inner__sluzby {
  padding: 15px 0;
  transition: all 0.5s ease-in-out;
}
.rezervacni__box__inner__sluzby__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
.rezervacni__box__inner__sluzby__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 10px;
}
}
.rezervacni__box__inner__sluzby__box label {
  margin: 10px 15px;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #705738;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
.rezervacni__box__inner__sluzby__box label {
    font-size: 16px;
    margin: 5px;
    justify-content: flex-start;
}
}
.rezervacni__box__inner__sluzby__box input {
  all: unset;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  border: 1px solid #705738;
  transition: all 0.3s ease-in-out;
}
.rezervacni__box__inner__sluzby__box input:checked {
  background-color: #705738;
}
.rezervacni__box__inner__bar {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #705738;
  text-transform: uppercase;
}
@media (max-width: 500px) {
.rezervacni__box__inner__bar {
    max-width: 96vw;
    font-size: 10px;
}
}
.rezervacni__box__inner__bar strong {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: normal;
  width: 33px;
  height: 33px;
  text-align: center;
  border: 1px solid #705738;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 500px) {
.rezervacni__box__inner__bar strong {
    width: 18px;
    height: 18px;
    font-size: 14px;
}
}
.rezervacni__box__inner__bar__termin {
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.rezervacni__box__inner__bar__termin.short strong {
  background-color: #705738;
  color: white;
}
.rezervacni__box__inner__bar__linka {
  display: inline-block;
  width: 25%;
  background-color: #e2dad4;
  height: 3px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 500px) {
.rezervacni__box__inner__bar__linka {
    width: 10%;
}
}
.rezervacni__box__inner__bar__linka.short {
  width: 0%;
}
.rezervacni__box__inner__bar__kontakt {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: all 0.75s ease-in-out;
}
.rezervacni__box__inner__bar__kontakt strong {
  background-color: #705738;
  color: white;
}
.rezervacni__box__inner__bar__kontakt.short {
  opacity: 0;
  width: 0%;
}
.rezervacni__box__inner form {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}
@media (max-width: 500px) {
.rezervacni__box__inner form {
    max-width: 96vw;
}
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek {
  width: 100%;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek span {
  color: #d5bd91;
  font-size: larger;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole {
  width: 49%;
  display: inline-block;
  position: relative;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole label {
  color: #705738;
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  font-size: 24px;
  margin: 20px 0;
}
@media (max-width: 500px) {
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole label {
    font-size: 18px;
    margin: 5px 0;
}
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole input {
  display: block;
  float: left;
  width: 95%;
  background: none;
  padding: 15px 0 5px 0;
  border: none;
  border-bottom: 2px solid rgba(112, 87, 56, 0.2);
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole input::-moz-placeholder {
  font-family: 'Averta CY', sans-serif;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.4;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole input::placeholder {
  font-family: 'Averta CY', sans-serif;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.4;
}
@media (max-width: 500px) {
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole input::-moz-placeholder {
    font-size: 14px;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole input::placeholder {
    font-size: 14px;
}
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole input:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(112, 87, 56, 0.5);
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__pole__hlaska {
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  font-size: 14px !important;
  color: #c52929 !important;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #705738;
  margin-top: 40px;
}
@media (max-width: 500px) {
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
}
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas label {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas label {
    margin-bottom: 10px;
}
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas label a {
  text-decoration: underline !important;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas input {
  all: unset;
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #705738;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas input:checked {
  background-color: #705738;
}
@media (max-width: 500px) {
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas input {
    width: 10px;
    height: 10px;
}
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas a {
  color: inherit;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__souhlas p {
  margin: 0;
}
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__submit {
  width: 200px;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 20px;
  cursor: pointer;
  margin-left: 40px;
  margin-top: 10px;
  color: #705738;
  border: 1px solid #705738;
}
@media (max-width: 500px) {
.rezervacni__box__inner form .rezervacni__box__inner__kontakty__radek__submit {
    font-size: 16px;
    margin-left: 5px;
}
}
.rezervacni__box__inner__uspech {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rezervacni__box__inner__uspech span {
  font-size: 48px;
  color: #d5bd91;
  font-weight: 1000;
  text-align: center;
  display: block;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(213, 189, 145, 0.2);
}
.rezervacni__box__inner__uspech p {
  color: #705738;
  font-size: 18px;
  margin-top: 0;
}
@media (max-width: 500px) {
.rezervacni__box__inner__uspech p {
    font-size: 16px;
}
}
.rezervacni__box__inner__shrnuti {
  color: #705738;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  max-width: 95vw;
}
@media (max-width: 500px) {
.rezervacni__box__inner__shrnuti {
    font-size: 16px;
}
}
.rezervacni__box__inner__shrnuti span {
  text-decoration: underline;
}
.rezervacni__box__inner__shrnuti strong {
  font-size: 24px;
  font-weight: 1000;
}
@media (max-width: 500px) {
.rezervacni__box__inner__shrnuti strong {
    font-size: 20px;
}
}
.rezervacni__box__inner__shrnuti__potvrzeni {
  font-size: 22px;
}
@media (max-width: 500px) {
.rezervacni__box__inner__shrnuti__potvrzeni {
    font-size: 18px;
    margin-bottom: 0;
}
}
.rezervacni__pokracovat {
  width: 200px;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 20px;
  cursor: pointer;
  margin-top: 40px;
  color: #705738;
  background-color: #e2d1b4;
}
@media (max-width: 500px) {
.rezervacni__pokracovat {
    font-size: 16px;
}
}
.rezervacni__zpet {
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  padding: 5px;
  text-decoration: underline;
  font-size: 20px;
  cursor: pointer;
  margin-right: 25px;
  color: #705738;
}
@media (max-width: 500px) {
.rezervacni__zpet {
    font-size: 16px;
    margin-right: 10px;
}
}
#time-visible {
  opacity: 1;
  z-index: 1;
  transform: translateY(-350px);
}
@media (max-width: 600px) {
#time-visible {
    transform: translateY(-125px);
}
}
.calendar_kotva {
  display: block;
  margin-bottom: 0;
}
.progress_kotva {
  display: block;
  height: 0;
  margin: 0;
}
.hodiny__obsazeno {
  width: 100%;
  max-width: 1024px;
  text-align: center;
}
@media (max-width: 600px) {
.hodiny__obsazeno {
    max-width: 90vw;
}
}
.hodiny__box {
  padding: 15px 0;
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
.hodiny__box {
    max-width: 95vw;
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 0.05em;
         column-gap: 0.05em;
    row-gap: 0.05em;
}
}
.hodiny__box__hodina {
  margin: 20px 2px;
}
@media (max-width: 500px) {
.hodiny__box__hodina {
    margin: 6px 2px;
}
}
.hodiny__box__hodina label {
  margin: 5px 10px;
  padding: 15px 20px;
  color: #705738;
  cursor: pointer;
  border: 1px solid #705738;
  border-radius: 25px;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 500px) {
.hodiny__box__hodina label {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
}
}
.hodiny__box__hodina input {
  all: unset;
}
.hodiny__box__hodina input:checked + label {
  background-color: #705738;
  color: white;
}
.chybarezervace {
  width: 100%;
  display: flex;
  justify-content: center;
}
.chybarezervace__box {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 500px) {
.chybarezervace__box {
    max-width: 96vw;
}
}
.chybarezervace__box__btn {
  width: 200px;
  font-family: 'Quiche Sans', sans-serif;
  font-weight: 300;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 20px;
  cursor: pointer;
  margin: 15px 0;
  color: #705738;
  background-color: #e2d1b4;
}
@media (max-width: 500px) {
.chybarezervace__box__btn {
    font-size: 16px;
}
}
.chybarezervace__box p a {
  color: #705738;
  text-decoration: underline;
}
.novinka {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999 !important;
}
.novinka__box {
  width: 75%;
  max-width: 1024px;
  max-height: 90%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 25px;
  overflow-y: auto;
  color: #d5bd91;
}
.novinka__box span {
  position: absolute;
  right: 20px;
  top: 10px;
  line-height: 1;
  color: black;
  cursor: pointer;
  font-size: 48px;
  color: #705738;
}
.novinka__box h4 {
  font-size: 36px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
.novinka__box h4 {
    font-size: 28px;
}
}
.novinka__box__obsah {
  color: #d5bd91;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: solid #d5bd91 1px;
  -webkit-text-decoration-color: #d5bd91;
          text-decoration-color: #d5bd91;
}
@media (max-width: 500px) {
.novinka__box__obsah {
    font-size: 14px;
    padding: 5px;
}
}
.novinka__box__obsah:last-child {
  border: none;
}
.novinka__box__obsah p {
  color: #d5bd91;
}
.novinka__box__obsah u {
  text-decoration: underline;
}
.novinka__box__obsah s {
  text-decoration: line-through;
}
.novinka__box__obsah h5 {
  font-size: 28px;
}
@media (max-width: 500px) {
.novinka__box__obsah h5 {
    font-size: 20px;
}
}
#stopscroll {
  overflow: hidden;
}

