/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2024 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/

/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/

@font-face {
  font-family: 'Satoshi-Variable';

  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');

  font-weight: 300 900;

  font-display: swap;

  font-style: normal;
}

/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/

@font-face {
  font-family: 'Satoshi-VariableItalic';

  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');

  font-weight: 300 900;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Light';

  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');

  font-weight: 300;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-LightItalic';

  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Regular';

  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Italic';

  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');

  font-weight: 400;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Medium';

  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');

  font-weight: 500;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-MediumItalic';

  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Bold';

  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');

  font-weight: 700;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BoldItalic';

  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');

  font-weight: 700;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Black';

  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');

  font-weight: 900;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BlackItalic';

  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'icomoon';

  src:  url('../fonts/icomoon.eot?nmli26');

  src:  url('../fonts/icomoon.eot?nmli26#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?nmli26') format('truetype'),
    url('../fonts/icomoon.woff?nmli26') format('woff'),
    url('../fonts/icomoon.svg?nmli26#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
  content: "\e900";
  /*color: #002c6e;*/
}

.icon-back:before {
  content: "\e901";
  /*color: #002c6e;*/
}

.icon-CZS02262:before {
  content: "\e902";
}

.icon-Download:before {
  content: "\e903";
}

.icon-Mail:before {
  content: "\e904";
}

.icon-Location:before {
  content: "\e905";
}

.icon-CZS02096:before {
  content: "\e906";
}

.icon-CZS01294:before {
  content: "\e907";
}

.icon-Phone:before {
  content: "\e908";
}

.icon-CZS02541:before {
  content: "\e909";
}

.icon-LABservis:before {
  content: "\e90a";
}

.icon-doprava:before {
  content: "\e90b";
}

.icon-CZS01080:before {
  content: "\e90c";
}

.icon-CZS02095:before {
  content: "\e90d";
}

.icon-CZS01216:before {
  content: "\e90e";
}

.icon-CZS01206:before {
  content: "\e90f";
}

.icon-CZS01859:before {
  content: "\e910";
}

.icon-CZS01217:before {
  content: "\e911";
}

.icon-User:before {
  content: "\e912";
}

/*rucne*/

.icon-Lukavec:before {
  content: "\e90f";
}

/* Styles */

#timeline {
  position: relative;
  overflow: hidden;
  /*max-width: 600px;*/
  margin: 0 auto;
  /*border: solid 1px blue;*/
  clear: both;
  @media (min-width: 1024px) {
    &::before {
      background: #ddd;
      position: absolute;
      width: 4px;
      top: 0;
      left: 50%;
      margin-left: -2px;
      content: '';
      height: 100%;
    }
  }
}

.event {
  /*border: solid 1px green;*/
  display: flex;
  position: relative;
  & > DIV {
    flex: 1;
    padding: 4em 3em;
    /*text-align: right;*/
    /*margin-top: 2em;*/
    /*border: solid 1px red;*/
    & > DIV {
      position: relative;
      transition-duration: 0s;
    }
  }
  & > DIV+DIV {
  }
  /*
    margin: 50px 0;
    position: relative;
    transition:  2s;
    opacity: 0;
    transform: translateX(-100%);
     */
  /* teckovana cara k obrazku
    &::before {
        position: absolute;
        width: 25%;
        height: 0;
        box-shadow: 0 1px 1px #fff;
        top: 50%;
        right: 0;
        content: '';
        border-bottom: 5px dotted #439EE5;
        margin-top: -3px;
    }
     */
  @media (min-width: 1024px) {
    &::before {
      position: absolute;
      width: 0;
      height: 0;
      top: 40%;
      right: 50%;
      content: '';
      /*border-bottom: 5px dotted #439EE5;*/
      margin-top: -3px;
      border-right: 12px solid #dddddd;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }

    &::after {
      position: absolute;
      width: 0;
      height: 0;
      top: 40%;
      left: 50%;
      content: '';
      /*border-bottom: 5px dotted #439EE5;*/
      margin-top: -3px;
      border-left: 12px solid #dddddd;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
  }
}

/*! tailwindcss v3.4.1 | 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: ahv-bdark;
  /* 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: Satoshi-Medium, 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 */
  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;
}

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

html {
  font-size: 14px;
}

@media (min-width: 640px) {
  html {
    font-size: 16px;
  }
}

* {
  transition-duration: 300ms;
}

body {
  max-width: 1920px;
  margin: auto;
  --tw-text-opacity: 1;
  color: rgb(0 44 109 / var(--tw-text-opacity));
}

h1 {
  font-family: Satoshi-Black;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-family: Satoshi-Black;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-family: Satoshi-Black;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-family: Satoshi-Black;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  --tw-text-opacity: 1;
  color: rgb(67 158 229 / var(--tw-text-opacity));
  text-decoration-line: underline;
  /*transition .3s*/
}

a:hover {
  /*@apply duration-300*/
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

header, footer, section {
  /*@apply px-4 md:px-8 xl:px-8 2xl:px-[100px] mx-auto*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  header, footer, section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  header, footer, section {
    max-width: 1400px;
  }
}

b,strong,.font-bold {
  font-family: Satoshi-Black;
}

H1.slider-text {
  font-family: Satoshi-Black;
  position: absolute;
  bottom: 25%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  H1.slider-text {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  H1.slider-text {
    font-size: 3.75rem;
    line-height: 1.5;
  }
}

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

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

.topmenu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .topmenu {
    flex-direction: row;
  }
}

.topmenu {
  > LI {
    A {
      font-family: Satoshi-Black;
    }
    A {
      display: inline-block;
    }
    A {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    A {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    A {
      font-weight: 700;
    }
    A {
      text-transform: uppercase;
    }
    A {
      --tw-text-opacity: 1;
      color: rgb(0 44 109 / var(--tw-text-opacity));
    }
    A {
      text-decoration-line: none;
    }
    A:hover {
      --tw-text-opacity: 1;
      color: rgb(67 158 229 / var(--tw-text-opacity));
    }
    @media (min-width: 1024px) {
      A {
        padding-left: 2rem;
        padding-right: 2rem;
      }
    }
    @media (min-width: 1024px) {
      A {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
    }
    A {
      &.active {
        --tw-text-opacity: 1;
        color: rgb(67 158 229 / var(--tw-text-opacity));
      }
      &.active {
        .badge {
          --tw-bg-opacity: 1;
          background-color: rgb(0 44 109 / var(--tw-bg-opacity));
        }
      }
      .badge {
        position: relative;
      }
      .badge {
        top: -0.625rem;
      }
      .badge {
        border-radius: 1rem;
      }
      .badge {
        --tw-bg-opacity: 1;
        background-color: rgb(67 158 229 / var(--tw-bg-opacity));
      }
      .badge {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
      }
      .badge {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
      }
      .badge {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      .badge {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
    }
  }
  > LI.contact {
    font-family: Satoshi-Black;
  }
  > LI.contact {
    border-radius: 1rem;
  }
  > LI.contact {
    --tw-bg-opacity: 1;
    background-color: rgb(67 158 229 / var(--tw-bg-opacity));
  }
  > LI.contact {
    font-weight: 700;
  }
  > LI.contact {
    A {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    &.active {
      --tw-bg-opacity: 1;
      background-color: rgb(0 44 109 / var(--tw-bg-opacity));
    }
    &.active {
      A {
        --tw-text-opacity: 1;
        color: rgb(229 231 235 / var(--tw-text-opacity));
      }
    }
  }
}

.slider {
  /*border: solid 1px green;*/
  position: relative;
  /*height: 1034px;*/
  .slide {
    position: absolute;
    top: 0;
    transition: 2s;
  }
  .fade {
    opacity: 0;
  }
  .fade-in {
    opacity: 1;
  }
  .slider-text A {
    color: inherit;
    text-decoration: none;
  }
}

.topmask {
  position: relative;
  &::after {
    display: block;
    position: absolute;
    content: '';
    background: rgb(0,44,110);
    /*background: linear-gradient(0deg, rgba(0,44,110,1) 0%, rgba(0,44,110,1) 29%, rgba(0,44,110,0) 80%);*/
    background: linear-gradient(0deg, rgba(0,44,110,1) 0%, rgba(0,44,110,1) 29%, rgba(0,44,110,0) 60%);
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  & {
    -webkit-mask-image: url("/assets/images/top_mask.svg");
            mask-image: url("/assets/images/top_mask.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    /*contain;*/
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}

.top-picture {
  aspect-ratio: 1920/734;
  position: relative;
  .titles {
    position: absolute;
  }
  .titles {
    bottom: 25%;
  }
  .titles {
    H1 {
      font-family: Satoshi-Black;
    }
    H1 {
      margin: 0px;
    }
    H1 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    H1 {
      font-weight: 700;
    }
    H1 {
      text-transform: uppercase;
    }
    H1 {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    @media (min-width: 1024px) {
      H1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }
    @media (min-width: 1280px) {
      H1 {
        font-size: 3.75rem;
        line-height: 1.5;
      }
    }
    H1.LABservis {
      text-transform: none;
    }
    H6 {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    H6 {
      --tw-text-opacity: 1;
      color: rgb(67 158 229 / var(--tw-text-opacity));
    }
    @media (min-width: 1024px) {
      H6 {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
  }
}

.hexagon {
  -webkit-mask-image: url("/assets/images/hexa_mask.svg");
          mask-image: url("/assets/images/hexa_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  aspect-ratio: 135/149;
}

/* tohle dokaze prebarvit SVG ikonu na bilou barvu
    .svg-filter-white {
        filter: invert(88%) sepia(84%) saturate(23%) hue-rotate(137deg) brightness(106%) contrast(106%);
    }
*/

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!right-0 {
  right: 0px !important;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-\[2\%\] {
  bottom: 2%;
}

.left-0 {
  left: 0px;
}

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

.left-\[16\%\] {
  left: 16%;
}

.left-\[20\%\] {
  left: 20%;
}

.left-\[3\%\] {
  left: 3%;
}

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

.left-\[44\%\] {
  left: 44%;
}

.left-\[57\%\] {
  left: 57%;
}

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-\[25\%\] {
  top: 25%;
}

.top-\[48\%\] {
  top: 48%;
}

.top-\[52\%\] {
  top: 52%;
}

.top-\[72\%\] {
  top: 72%;
}

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

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

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

.float-right {
  float: right;
}

.m-auto {
  margin: auto;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-1\/5 {
  height: 20%;
}

.h-6 {
  height: 1.5rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\/12 {
  width: 8.333333%;
}

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

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

.w-1\/5 {
  width: 20%;
}

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

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-3\/4 {
  width: 75%;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

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

.w-full {
  width: 100%;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

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

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

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

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

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

.list-inside {
  list-style-position: inside;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.text-nowrap {
  text-wrap: nowrap;
}

.border {
  border-width: 1px;
}

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

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

.border-l-8 {
  border-left-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

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

.border-ahv-blight {
  --tw-border-opacity: 1;
  border-color: rgb(67 158 229 / var(--tw-border-opacity));
}

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

.bg-ahv-bdark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 109 / var(--tw-bg-opacity));
}

.bg-ahv-blight {
  --tw-bg-opacity: 1;
  background-color: rgb(67 158 229 / var(--tw-bg-opacity));
}

.bg-ahv-glight {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 247 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-Satoshi-Bold {
  font-family: Satoshi-Bold;
}

.font-Satoshi-Light {
  font-family: Satoshi-Light;
}

.font-Satoshi-Medium {
  font-family: Satoshi-Medium;
}

.font-Satoshi-Variable {
  font-family: Satoshi-Variable;
}

.font-icomoon {
  font-family: icomoon;
}

.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-\[12px\] {
  font-size: 12px;
}

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

.font-black {
  font-weight: 900;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.text-ahv-bdark {
  --tw-text-opacity: 1;
  color: rgb(0 44 109 / var(--tw-text-opacity));
}

.text-ahv-blight {
  --tw-text-opacity: 1;
  color: rgb(67 158 229 / var(--tw-text-opacity));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

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

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

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

.transition-none {
  transition-property: none;
}

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

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

/**/

.hover\:bg-ahv-bdark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 109 / var(--tw-bg-opacity));
}

.hover\:bg-ahv-glight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 247 / var(--tw-bg-opacity));
}

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

.hover\:text-ahv-bdark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 44 109 / var(--tw-text-opacity));
}

.hover\:text-ahv-blight:hover {
  --tw-text-opacity: 1;
  color: rgb(67 158 229 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:bg-ahv-bdark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 109 / var(--tw-bg-opacity));
}

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

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

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

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

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:ml-0 {
    margin-left: 0px;
  }

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

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

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

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

  .xl\:text-6xl\/normal {
    font-size: 3.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
