@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* Krok 1: Import fontu zo služby Google Fonts */

/* Krok 2: Import jadra Tailwindu */

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

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

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  font-family: "Titillium Web", sans-serif;
  color: #242223;
  /* biodesign-black */
  background-color: white;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

/* Farby a štýly – nahrádzajú @theme premenné */

.header-bd-class{
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
}

.header-carousel{
  margin-top: 108px;
}

@media (min-width: 768px){
  .header-carousel{
    margin-top: 120px;
  }
}

@media (min-width: 1024px){
  .header-carousel{
    margin-top: 128px;
  }
}

@media (min-width: 1920px){
  .header-carousel{
    margin-top: 136px;
  }
}

.navigation-bar{
  width: 100%;
}

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

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

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

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

@media (min-width: 1600px){
  .navigation-bar{
    max-width: 1600px;
  }
}

@media (min-width: 1920px){
  .navigation-bar{
    max-width: 1920px;
  }
}

@media (min-width: 2640px){
  .navigation-bar{
    max-width: 2640px;
  }
}

.navigation-bar{
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1600px){
  .navigation-bar{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.logo-img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 3.75rem;
}

@media (min-width: 1024px){
  .logo-img{
    height: 5rem;
  }
}

.main-menu{
  display: none;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .main-menu{
    display: flex;
    align-items: flex-end;
  }
}

.main-menu {
  .menu-li{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .menu-li{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .menu-li{
    font-weight: 700;
  }
  .menu-li{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .menu-li{
    transition-duration: 150ms;
  }
  .menu-li:hover{
    border-top-width: 8px;
  }
  .menu-li:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .menu-li:hover{
    padding-top: 2.5rem;
  }
  .menu-li:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 768px){
    .menu-li{
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  @media (min-width: 1024px){
    .menu-li{
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px){
    .menu-li{
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
  }
  @media (min-width: 1600px){
    .menu-li{
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 1920px){
    .menu-li{
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  @media (min-width: 1920px){
    .menu-li{
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
  .active{
    border-top-width: 8px;
  }
  .active{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .active{
    padding-top: 2.5rem;
  }
  .active{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.submenu{
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 20;
  display: none;
  min-width: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 65 105 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .submenu{
  display: block;
}

@media (min-width: 1024px){
  .submenu{
    min-width: 200px;
  }
}

.submenu {
  .sub-menu-li{
    border-bottom-width: 2px;
  }
  .sub-menu-li{
    --tw-border-opacity: 1;
    border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  }
  .sub-menu-li{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sub-menu-li{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sub-menu-li:last-child{
    border-bottom-width: 0px;
  }
  .sub-menu-li:hover{
    padding-top: 0px;
  }
  .sub-menu-li {
    a{
      display: block;
    }
    a{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    a{
      font-weight: 500;
    }
    a{
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    a{
      transition-duration: 150ms;
    }
    a:hover{
      font-weight: 600;
    }
    a:hover{
      --tw-text-opacity: 1;
      color: rgb(0 42 68 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px){
      a{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
    }
    @media (min-width: 768px){
      a{
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
    }
    @media (min-width: 768px){
      a{
        font-size: 1rem;
        line-height: 1.25rem;
      }
    }
    @media (min-width: 1024px){
      a{
        padding-left: 1.75rem;
        padding-right: 1.75rem;
      }
    }
    @media (min-width: 1024px){
      a{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
      }
    }
    @media (min-width: 1600px){
      a{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
    }
    @media (min-width: 1600px){
      a{
        font-size: 1.2rem;
        line-height: 1.5rem;
      }
    }
  }
  .activ{
    a{
      font-weight: 700;
    }
    a{
      --tw-text-opacity: 1;
      color: rgb(0 65 105 / var(--tw-text-opacity, 1));
    }
  }
}

.dropdown-menu{
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgb(0 42 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(36 34 35 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .dropdown-menu{
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (min-width: 768px){
  .dropdown-menu{
    display: none;
  }
}

.dropdown-menu {
  .menu-item{
    display: block;
  }
  .menu-item{
    width: 100%;
  }
  .menu-item{
    border-bottom-width: 2px;
  }
  .menu-item{
    --tw-border-opacity: 1;
    border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  }
  .menu-item{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .menu-item{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .menu-item{
    text-align: left;
  }
  .menu-item{
    --tw-text-opacity: 1;
    color: rgb(36 34 35 / var(--tw-text-opacity, 1));
  }
  .menu-item{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .menu-item:hover{
    font-weight: 700;
  }
  .menu-item:hover{
    --tw-text-opacity: 1;
    color: rgb(0 65 105 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 640px){
    .menu-item{
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
}

.header-section-div{
  width: 100%;
}

@media (min-width: 640px){
  .header-section-div{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .header-section-div{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .header-section-div{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .header-section-div{
    max-width: 1280px;
  }
}

@media (min-width: 1600px){
  .header-section-div{
    max-width: 1600px;
  }
}

@media (min-width: 1920px){
  .header-section-div{
    max-width: 1920px;
  }
}

@media (min-width: 2640px){
  .header-section-div{
    max-width: 2640px;
  }
}

.header-section-div{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 70vh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
}

@media (min-width: 1024px){
  .header-section-div{
    min-height: 70vh;
  }
}

@media (min-width: 1600px){
  .header-section-div{
    min-height: 60vh;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 1920px){
  .header-section-div{
    min-height: 70vh;
  }
}

@media (min-width: 640px){
  #hero-title{
    max-width: 60%;
  }
}

@media (min-width: 768px){
  #hero-title{
    max-width: 60%;
  }
}

@media (min-width: 1280px){
  #hero-title{
    max-width: 50%;
  }
}

@media (min-width: 2640px){
  #hero-title{
    max-width: 40%;
  }
}

.h1-custom{
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .h1-custom{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px){
  .h1-custom{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .h1-custom{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1920px){
  .h1-custom{
    font-size: 6.709rem;
  }
}

.h1-subtitle{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .h1-subtitle{
    font-size: 2rem;
  }
}

@media (min-width: 1920px){
  .h1-subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.h2-custom{
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 65 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .h2-custom{
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .h2-custom{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px){
  .h2-custom{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.h2-custom-2{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 65 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .h2-custom-2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1920px){
  .h2-custom-2{
    font-size: 3rem;
    line-height: 1;
  }
}

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

@media (min-width: 1280px){
  .p-custom-text{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1600px){
  .p-custom-text{
    line-height: 2.25rem;
  }
}

@media (min-width: 1920px){
  .p-custom-text{
    font-size: 1.85rem;
    line-height: 2.5rem;
  }
}

.p-custom-text-2{
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}

@media (min-width: 1280px){
  .p-custom-text-2{
    font-size: 2rem;
  }
}

@media (min-width: 1920px){
  .p-custom-text-2{
    font-size: 2.87rem;
  }
}

.h2-subtitle{
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1920px){
  .h2-subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.h3-custom{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

@media (min-width: 1280px){
  .h3-custom{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px){
  .h3-custom{
    font-size: 3rem;
    line-height: 1;
  }
}

.h4-custom{
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 1920px){
  .h4-custom{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.cta-btn-div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.cta-btn-div > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px){
  .cta-btn-div{
    margin-top: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .cta-btn-div > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.cta-btn-blue{
  margin-top: 0.625rem;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-btn-blue:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 65 105 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .cta-btn-blue{
    margin-top: 0px;
  }
}

@media (min-width: 1280px){
  .cta-btn-blue{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px){
  .cta-btn-blue{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (min-width: 1920px){
  .cta-btn-blue{
    margin-right: 4rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    font-size: 2.25rem;
  }
}

.cta-btn-blue{
  svg{
    position: relative;
  }
  svg{
    margin-right: -1rem;
  }
  @media (min-width: 768px){
    svg{
      margin-bottom: -0.5rem;
    }
  }
}

.cta-btn-blue-hero{
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-btn-blue-hero:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .cta-btn-blue-hero{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px){
  .cta-btn-blue-hero{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (min-width: 1920px){
  .cta-btn-blue-hero{
    margin-right: 4rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    font-size: 2.25rem;
  }
}

.cta-btn-blue-hero{
  svg{
    position: relative;
  }
  svg{
    margin-right: -1rem;
  }
  @media (min-width: 768px){
    svg{
      margin-bottom: -0.5rem;
    }
  }
}

.cta-btn-white{
  margin-top: 0.625rem;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 3.75rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 65 105 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-btn-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .cta-btn-white{
    margin-top: 0px;
  }
}

@media (min-width: 1280px){
  .cta-btn-white{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px){
  .cta-btn-white{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media (min-width: 1920px){
  .cta-btn-white{
    margin-right: 4rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    font-size: 2.25rem;
  }
}

.cta-btn-white{
  svg{
    position: relative;
  }
  svg{
    margin-right: -1rem;
  }
  svg{
    margin-bottom: -0.5rem;
  }
}

.three-cards{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}

@media (min-width: 768px){
  .three-cards{
    flex-direction: column;
  }
}

@media (min-width: 1280px){
  .three-cards{
    flex-direction: row;
  }
}

.three-cards {
  .into{
    .h4-list{
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .h4-list{
      font-weight: 500;
    }
    @media (min-width: 768px){
      .h4-list{
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }
    @media (min-width: 1280px){
      .h4-list{
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
    @media (min-width: 1920px){
      .h4-list{
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }
    a{
      font-weight: 600;
    }
  }
}

.card-with-text{
  display: flex;
  height: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .card-with-text{
  height: 6rem;
  opacity: 1;
}

@media (min-width: 768px){
  .card-with-text{
    padding: 1rem;
  }
}

.small-upper-text{
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 1920px){
  .small-upper-text{
    font-size: 1.5rem;
  }
}

/* Triedy pre aktívny stav - Modré pozadie, biely text, žiadny hover (ak už je aktívny) */

.active-link{
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.active-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 34 35 / var(--tw-bg-opacity, 1));
}

/* Triedy pre neaktívny stav - Žiadne/svetlé pozadie, čierny text */

.inactive-link{
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(36 34 35 / var(--tw-text-opacity, 1));
}

.inactive-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.stagger-section-move,
  .stagger-section{
  overflow: hidden;
}

.context-box{
  position: relative;
  display: flex;
  flex-direction: column;
}

.context-box > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.context-box{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 768px){
  .context-box > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .context-box{
    padding: 3rem;
  }
}

.icona-box{
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 640px){
  .icona-box{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .icona-box{
    align-items: flex-start;
  }
}

.icona-h4{
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 1024px){
  .icona-h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px){
  .icona-h4{
    font-size: 2rem;
  }
}

.icona{
  margin-bottom: 2rem;
  width: 5rem;
}

@media (min-width: 640px){
  .icona{
    margin-right: 2rem;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px){
  .icona{
    margin-right: 4rem;
  }
}

.check-box-input{
  margin-top: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.check-box-input:checked{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
}

.check-box-input:checked:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
}

.check-box-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.check-box-input:checked:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
}

.label-input-custom{
  position: absolute;
  top: -1rem;
  left: 0px;
  display: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input-text-custom{
  margin-top: 0.25rem;
  width: 100%;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.75rem;
  padding-left: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.input-text-custom:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px){
  .input-text-custom{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.label-custom{
  position: relative;
}

.gallery-grid-box{
  margin-bottom: 2rem;
  height: 20rem;
  overflow: hidden;
}

@media (min-width: 768px){
  .gallery-grid-box{
    margin-bottom: 0px;
  }
}

.gallery-grid-box{
  .gallery-grid-img{
    height: 100%;
  }
  .gallery-grid-img{
    max-width: none;
  }
}

footer{
  margin-top: -2px;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

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

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

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

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

.z-\[9999\]{
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3{
  margin-left: 0.75rem;
}

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

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

.mr-0{
  margin-right: 0px;
}

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

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

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

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

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

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

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

.mt-section-gap{
  margin-top: 7.5rem;
}

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-24{
  height: 6rem;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.min-h-80{
  min-height: 20rem;
}

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

.w-12{
  width: 3rem;
}

.w-7{
  width: 1.75rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

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

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

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

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

.space-y-section-gap > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-\[3\.75rem\]{
  border-radius: 3.75rem;
}

.rounded-\[4\.75rem\]{
  border-radius: 4.75rem;
}

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

.border{
  border-width: 1px;
}

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

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

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

.border-biodesign-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.bg-biodesign-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 105 / var(--tw-bg-opacity, 1));
}

.bg-biodesign-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 68 / var(--tw-bg-opacity, 1));
}

.bg-biodesign-silver{
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / var(--tw-bg-opacity, 1));
}

.bg-biodesign-silver-light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[url\(\'\/design_images\/biodesign\/Microban_sm\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/Microban_sm.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/Pool2House\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/Pool2House.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/PoolBoxes1\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/PoolBoxes1.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/PoolBoxes2\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/PoolBoxes2.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/PoolBoxes3\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/PoolBoxes3.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/PoolBoxes4\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/PoolBoxes4.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/PoolBoxes5\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/PoolBoxes5.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/biodesign-pools-sfioro-1024x764-1\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/biodesign-pools-sfioro-1024x764-1.jpg');
}

.bg-\[url\(\'\/design_images\/biodesign\/brevetto-biodesign-1024x644-1\.jpg\'\)\]{
  background-image: url('/design_images/biodesign/brevetto-biodesign-1024x644-1.jpg');
}

.bg-\[url\(\/design_images\/biodesign\/Biodesign-piscina-naturale-opt-1\.jpg\)\]{
  background-image: url(/design_images/biodesign/Biodesign-piscina-naturale-opt-1.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/Head_Ecology_Biodesign\.jpg\)\]{
  background-image: url(/design_images/biodesign/Head_Ecology_Biodesign.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/Head_Referencie\.jpg\)\]{
  background-image: url(/design_images/biodesign/Head_Referencie.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/Head_Technologia_Biodesign\.jpg\)\]{
  background-image: url(/design_images/biodesign/Head_Technologia_Biodesign.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/Head_Title2\.jpg\)\]{
  background-image: url(/design_images/biodesign/Head_Title2.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/Head_Why_Biodesign\.jpg\)\]{
  background-image: url(/design_images/biodesign/Head_Why_Biodesign.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/PoolHouseBottom\.jpg\)\]{
  background-image: url(/design_images/biodesign/PoolHouseBottom.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/contact-home\.jpg\)\]{
  background-image: url(/design_images/biodesign/contact-home.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/piscina-bene-di-lusso\.jpg\)\]{
  background-image: url(/design_images/biodesign/piscina-bene-di-lusso.jpg);
}

.bg-\[url\(\/design_images\/biodesign\/winterwonderland-biodesign-2\.jpg\)\]{
  background-image: url(/design_images/biodesign/winterwonderland-biodesign-2.jpg);
}

.bg-\[size\:100\%\]{
  background-size: 100%;
}

.bg-cover{
  background-size: cover;
}

.bg-\[top_left_50px\]{
  background-position: top left 50px;
}

.bg-\[top_right_50px\]{
  background-position: top right 50px;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.stroke-biodesign-black{
  stroke: #242223;
}

.stroke-biodesign-blue{
  stroke: #004169;
}

.stroke-white{
  stroke: #fff;
}

.stroke-2{
  stroke-width: 2;
}

.p-0{
  padding: 0px;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

.py-section-gap{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

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

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

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

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

.pb-52{
  padding-bottom: 13rem;
}

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

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

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

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

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

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

.pt-section-gap{
  padding-top: 7.5rem;
}

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

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

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

.text-3xl{
  font-size: 2rem;
}

.text-3xl\/9{
  font-size: 2rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.leading-snug{
  line-height: 1.375;
}

.text-biodesign-black{
  --tw-text-opacity: 1;
  color: rgb(36 34 35 / var(--tw-text-opacity, 1));
}

.text-biodesign-blue{
  --tw-text-opacity: 1;
  color: rgb(0 65 105 / var(--tw-text-opacity, 1));
}

.text-biodesign-link{
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1));
}

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

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

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

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

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

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_-4px_12px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 -4px 12px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 -4px 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);
}

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

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

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

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

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

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

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

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

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

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

/* Môžeš doplniť vlastné utility neskôr */

/* Krok 3: Vlastné CSS štýly a vrstvy */

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

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

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

.hover\:bg-biodesign-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 34 35 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:text-biodesign-black:hover{
  --tw-text-opacity: 1;
  color: rgb(36 34 35 / var(--tw-text-opacity, 1));
}

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

.focus\:border-biodesign-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 65 105 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:stroke-biodesign-blue{
  stroke: #004169;
}

.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}

.group:hover .group-hover\:font-bold{
  font-weight: 700;
}

.group:hover .group-hover\:text-biodesign-blue{
  --tw-text-opacity: 1;
  color: rgb(0 65 105 / var(--tw-text-opacity, 1));
}

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

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

@media (min-width: 768px){
  .md\:-right-1\/2{
    right: -50%;
  }

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

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

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

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .md\:hidden{
    display: none;
  }

  .md\:h-20{
    height: 5rem;
  }

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

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

  .md\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

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

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

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

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

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

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

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:bg-\[size\:70\%_auto\]{
    background-size: 70% auto;
  }

  .md\:bg-\[center_left_100\%\]{
    background-position: center left 100%;
  }

  .md\:bg-\[center_right_100\%\]{
    background-position: center right 100%;
  }

  .md\:p-12{
    padding: 3rem;
  }

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

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

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

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

@media (min-width: 1024px){
  .lg\:-right-1\/2{
    right: -50%;
  }

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

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

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

  .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-col{
    flex-direction: column;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:bg-\[url\(\'\/design_images\/biodesign\/Microban\.jpg\'\)\]{
    background-image: url('/design_images/biodesign/Microban.jpg');
  }

  .lg\:bg-\[size\:70\%_auto\]{
    background-size: 70% auto;
  }

  .lg\:bg-\[center_right_100\%\]{
    background-position: center right 100%;
  }

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

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

  .xl\:h-30{
    height: 7.5rem;
  }

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

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

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

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

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

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

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:space-y-section-gap > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

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

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

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

  .xl\:pb-section-gap{
    padding-bottom: 7.5rem;
  }

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

@media (min-width: 1600px){
  .\32xl\:px-\[7\.5rem\]{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .\32xl\:px-section-gap{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

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

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

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

  .\32xl\:text-3xl{
    font-size: 2rem;
  }

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

@media (min-width: 1920px){
  .\33xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .\33xl\:text-3xl{
    font-size: 2rem;
  }

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

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

  .\33xl\:text-\[1\.785rem\]{
    font-size: 1.785rem;
  }

  .\33xl\:text-\[6\.709rem\]{
    font-size: 6.709rem;
  }
}
