@charset "UTF-8";
/*!
Theme Name: Wegas 2.0
Author: Josef Petlach
Author URI: https://www.josefpetlach.cz
Version: 2.0
*/
/* google-sans-flex-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Google Sans Flex";
  font-style: normal;
  font-weight: 300;
  src: url("https://w.josefpetlach.cz/wp-content/themes/wegas2.0/fonts/google-sans-flex-v21-latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Google Sans Flex";
  font-style: normal;
  font-weight: 400;
  src: url("https://w.josefpetlach.cz/wp-content/themes/wegas2.0/fonts/google-sans-flex-v21-latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Google Sans Flex";
  font-style: normal;
  font-weight: 600;
  src: url("https://w.josefpetlach.cz/wp-content/themes/wegas2.0/fonts/google-sans-flex-v21-latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* google-sans-flex-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Google Sans Flex";
  font-style: normal;
  font-weight: 700;
  src: url("https://w.josefpetlach.cz/wp-content/themes/wegas2.0/fonts/google-sans-flex-v21-latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  /* Původní písmo */
  --pismo: 'Google Sans Flex', 'Arial', sans-serif;
  --pismo: 'Quicksand', sans-serif;
  --pismo: "Inter", sans-serif;
  --pismo: 'TikTok Sans', sans-serif;
  --pismo: 'Fustat', sans-serif;
  /* Váhy písma */
  --light: 300;
  --regular: 400;
  --bold: 500;
}

:root {
  --cervena: #e2202d;
  --cervena-hover: #e2202d;
  --black: #132322;
  --blue: #2a3776;
  --primary-color: #03A9F4;
  --primary-color-hover: #059fe6;
  --bg-dark: #13283d;
  --bg-color: #f0f8ff;
  --bg-grey: #EDEFF2;
  --odkazy: var(--primary-color);
  --grey: #f5f7fa;
  --button-bgr: var(--primary-color);
  --button: #fff;
  --button-bgr-hover: var(--primary-color-hover);
  --button-hover: #fff;
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: var(--pismo);
  font-weight: var(--light);
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body.home header {
  color: #fff;
}

body.page-template-sablona-pro-koho {
  background: #fff;
}

a {
  color: var(--odkazy);
  text-decoration: underline;
}

a:hover,
a:focus {
  color: var(--odkazy);
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
  font-weight: var(--bold);
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

img,
svg {
  vertical-align: middle;
}

figure {
  margin: 0 0 1em;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

hr {
  border: none;
  border-bottom: 1px solid #d7e2eb;
}

.p-relative {
  position: relative;
}

.kotva {
  position: absolute;
  top: -130px;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: var(--bg-dark);
}

.bg-color {
  background-color: var(--bg-color);
}

.bg-grey {
  background-color: var(--bg-grey);
}

.highlight {
  color: inherit;
}

.red {
  color: var(--primary-color) !important;
}

.black {
  color: var(--black) !important;
}

.light {
  font-weight: var(--light);
}

.fade-edge-top-white-grey {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, #fbfbfa, #ffffff);
}

.container-narrow {
  width: 98%;
  margin: 0 auto;
}

.container-rounded {
  border-radius: 30px;
}

ul.page-hero-trust {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.page-hero-trust li {
  font-size: 0.9rem;
  padding-left: 30px;
  position: relative;
  margin-bottom: 6px;
}
ul.page-hero-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='22px' height='22px' viewBox='0 0 24 24'%3E%3Cpath fill='%2303a9f4' d='M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2m.59 7.7-5.67 5.67a.75.75 0 0 1-1.06 0l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 5.14-5.14c.29-.29.77-.29 1.06 0s.29.76 0 1.06'/%3E%3C/svg%3E");
  background-position: left top;
  background-repeat: no-repeat;
}

.light, .--light {
  font-weight: var(--light);
}

.regular, .--regular {
  font-weight: var(--regular);
}

.mini {
  font-size: 0.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #03a9f4;
  margin-bottom: 0.5rem;
}

p.small,
.small p {
  font-size: 0.85rem;
}

p.perex,
p.has-medium-font-size {
  font-size: 1.35rem;
  line-height: 1.5;
  font-weight: var(--light);
  margin-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero p.perex {
    font-size: 1.15rem;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-weight: var(--bold);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #222222;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}

h1, .h1 {
  font-size: clamp(2.9rem, 5vw, 3.1rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: clamp(2rem, 2.75vw, 2.6rem);
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

/* SEZNAMY */
ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.tag-mini {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: var(--regular);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  background-color: #E3F2FD;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: normal;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-start {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-end {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-end {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-end {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-end {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-end {
    text-align: right;
  }
}
.stranka-404 {
  height: 60vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/*
Bootstrap classese & helpers
*/
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.position-relative {
  position: relative;
}

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

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

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

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

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

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

.p-9 {
  padding: 10rem !important;
}

.pt-9 {
  padding-top: 10rem !important;
}

.pb-9 {
  padding-bottom: 10rem !important;
}

.pe-9 {
  padding-right: 10rem !important;
}

.ps-9 {
  padding-left: 10rem !important;
}

.px-9 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-9 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

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

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

.me-2 {
  margin-right: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.me-6 {
  margin-right: 4.5rem !important;
}

.ms-6 {
  margin-left: 4.5rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

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

.m-9 {
  margin: 10rem !important;
}

.mt-9 {
  margin-top: 10rem !important;
}

.mb-9 {
  margin-bottom: 10rem !important;
}

.me-9 {
  margin-right: 10rem !important;
}

.ms-9 {
  margin-left: 10rem !important;
}

.mx-9 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.my-9 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mb-auto {
  margin-bottom: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.me-n6 {
  margin-right: -4.5rem !important;
}

.ms-n6 {
  margin-left: -4.5rem !important;
}

.mx-n6 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

.mb-n7 {
  margin-bottom: -6rem !important;
}

.me-n7 {
  margin-right: -6rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.m-n9 {
  margin: -10rem !important;
}

.mt-n9 {
  margin-top: -10rem !important;
}

.mb-n9 {
  margin-bottom: -10rem !important;
}

.me-n9 {
  margin-right: -10rem !important;
}

.ms-n9 {
  margin-left: -10rem !important;
}

.mx-n9 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.my-n9 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-sm-9 {
    padding: 10rem !important;
  }
  .pt-sm-9 {
    padding-top: 10rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 10rem !important;
  }
  .pe-sm-9 {
    padding-right: 10rem !important;
  }
  .ps-sm-9 {
    padding-left: 10rem !important;
  }
  .px-sm-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-sm-9 {
    margin: 10rem !important;
  }
  .mt-sm-9 {
    margin-top: 10rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 10rem !important;
  }
  .me-sm-9 {
    margin-right: 10rem !important;
  }
  .ms-sm-9 {
    margin-left: 10rem !important;
  }
  .mx-sm-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-sm-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .me-sm-n7 {
    margin-right: -6rem !important;
  }
  .ms-sm-n7 {
    margin-left: -6rem !important;
  }
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8 {
    margin-top: -8rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .me-sm-n8 {
    margin-right: -8rem !important;
  }
  .ms-sm-n8 {
    margin-left: -8rem !important;
  }
  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .m-sm-n9 {
    margin: -10rem !important;
  }
  .mt-sm-n9 {
    margin-top: -10rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -10rem !important;
  }
  .me-sm-n9 {
    margin-right: -10rem !important;
  }
  .ms-sm-n9 {
    margin-left: -10rem !important;
  }
  .mx-sm-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-sm-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-md-9 {
    padding: 10rem !important;
  }
  .pt-md-9 {
    padding-top: 10rem !important;
  }
  .pb-md-9 {
    padding-bottom: 10rem !important;
  }
  .pe-md-9 {
    padding-right: 10rem !important;
  }
  .ps-md-9 {
    padding-left: 10rem !important;
  }
  .px-md-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-md-9 {
    margin: 10rem !important;
  }
  .mt-md-9 {
    margin-top: 10rem !important;
  }
  .mb-md-9 {
    margin-bottom: 10rem !important;
  }
  .me-md-9 {
    margin-right: 10rem !important;
  }
  .ms-md-9 {
    margin-left: 10rem !important;
  }
  .mx-md-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-md-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .me-md-n6 {
    margin-right: -4.5rem !important;
  }
  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }
  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7 {
    margin-top: -6rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }
  .me-md-n7 {
    margin-right: -6rem !important;
  }
  .ms-md-n7 {
    margin-left: -6rem !important;
  }
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8 {
    margin-top: -8rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }
  .me-md-n8 {
    margin-right: -8rem !important;
  }
  .ms-md-n8 {
    margin-left: -8rem !important;
  }
  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .m-md-n9 {
    margin: -10rem !important;
  }
  .mt-md-n9 {
    margin-top: -10rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -10rem !important;
  }
  .me-md-n9 {
    margin-right: -10rem !important;
  }
  .ms-md-n9 {
    margin-left: -10rem !important;
  }
  .mx-md-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-md-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-lg-9 {
    padding: 10rem !important;
  }
  .pt-lg-9 {
    padding-top: 10rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 10rem !important;
  }
  .pe-lg-9 {
    padding-right: 10rem !important;
  }
  .ps-lg-9 {
    padding-left: 10rem !important;
  }
  .px-lg-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-lg-9 {
    margin: 10rem !important;
  }
  .mt-lg-9 {
    margin-top: 10rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 10rem !important;
  }
  .me-lg-9 {
    margin-right: 10rem !important;
  }
  .ms-lg-9 {
    margin-left: 10rem !important;
  }
  .mx-lg-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-lg-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .me-lg-n7 {
    margin-right: -6rem !important;
  }
  .ms-lg-n7 {
    margin-left: -6rem !important;
  }
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .me-lg-n8 {
    margin-right: -8rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8rem !important;
  }
  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .m-lg-n9 {
    margin: -10rem !important;
  }
  .mt-lg-n9 {
    margin-top: -10rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -10rem !important;
  }
  .me-lg-n9 {
    margin-right: -10rem !important;
  }
  .ms-lg-n9 {
    margin-left: -10rem !important;
  }
  .mx-lg-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-lg-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-xl-9 {
    padding: 10rem !important;
  }
  .pt-xl-9 {
    padding-top: 10rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 10rem !important;
  }
  .pe-xl-9 {
    padding-right: 10rem !important;
  }
  .ps-xl-9 {
    padding-left: 10rem !important;
  }
  .px-xl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-xl-9 {
    margin: 10rem !important;
  }
  .mt-xl-9 {
    margin-top: 10rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 10rem !important;
  }
  .me-xl-9 {
    margin-right: 10rem !important;
  }
  .ms-xl-9 {
    margin-left: 10rem !important;
  }
  .mx-xl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-xl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .me-xl-n7 {
    margin-right: -6rem !important;
  }
  .ms-xl-n7 {
    margin-left: -6rem !important;
  }
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8 {
    margin-top: -8rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .me-xl-n8 {
    margin-right: -8rem !important;
  }
  .ms-xl-n8 {
    margin-left: -8rem !important;
  }
  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .m-xl-n9 {
    margin: -10rem !important;
  }
  .mt-xl-n9 {
    margin-top: -10rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -10rem !important;
  }
  .me-xl-n9 {
    margin-right: -10rem !important;
  }
  .ms-xl-n9 {
    margin-left: -10rem !important;
  }
  .mx-xl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-xxl-9 {
    padding: 10rem !important;
  }
  .pt-xxl-9 {
    padding-top: 10rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 10rem !important;
  }
  .pe-xxl-9 {
    padding-right: 10rem !important;
  }
  .ps-xxl-9 {
    padding-left: 10rem !important;
  }
  .px-xxl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-xxl-9 {
    margin: 10rem !important;
  }
  .mt-xxl-9 {
    margin-top: 10rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 10rem !important;
  }
  .me-xxl-9 {
    margin-right: 10rem !important;
  }
  .ms-xxl-9 {
    margin-left: 10rem !important;
  }
  .mx-xxl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .my-xxl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .me-xxl-n7 {
    margin-right: -6rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .me-xxl-n8 {
    margin-right: -8rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -10rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -10rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -10rem !important;
  }
  .me-xxl-n9 {
    margin-right: -10rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -10rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xxl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
}
.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
a.branding {
  text-decoration: none;
  color: inherit;
  font-size: 1.7rem;
  font-weight: var(--bold);
  display: flex;
  flex-direction: row;
  align-items: center;
}
a.branding svg {
  color: inherit;
  width: 140px;
  height: 41px;
  display: inline-block;
  flex: 1 0 auto;
}

header {
  position: absolute;
  width: 100%;
  z-index: 50;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  transition: all 0.5s ease;
  color: #000;
}

header .navbar {
  --nav-link-desktop-size: 1rem;
  --nav-link-mobil-size: 1.3rem;
  --nav-link-padding-x: 1.25rem;
  --nav-link-padding-y: .4rem;
  --bs-navbar-nav-link-padding-x: 1.25rem;
  --bs-navbar-nav-link-padding-y: .5rem;
  --nav-link-color: #000;
  --nav-link-color-hover: #1f1f1f;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  color: inherit;
}

@media (min-width: 992px) and (max-width: 1099.98px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
  }
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 20px;
  }
}

.collapse:not(.show) {
  display: none;
}

.navbar-nav,
.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav {
  flex-direction: column;
}

button.navbar-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  button.navbar-toggler {
    display: flex;
  }
}

@media (min-width: 992px) {
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link.active,
  .navbar-nav .kotva .nav-link.active:hover,
  header li.current-page-ancestor a.nav-link {
    color: inherit;
  }
  .navbar-nav .kotva .nav-link.active {
    color: inherit;
  }
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.nav-link, .dropdown-item {
  display: block;
  font-size: var(--nav-link-mobil-size);
  font-weight: var(--regular);
  padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
  color: inherit;
  text-decoration: none;
  margin: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .nav-link, .dropdown-item {
    margin: 0.75rem 0;
  }
}

@media (min-width: 992px) {
  .dropdown-item {
    font-size: var(--nav-link-desktop-size);
  }
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
header li.cta-primary a.nav-link {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 50px;
}
header li.cta-primary a.nav-link:hover, header li.cta-primary a.nav-link:focus, header li.cta-primary a.nav-link.active {
  background: #f7f7f7;
}

header li.cta-secondary a.nav-link {
  border: 1px solid #03A9F4;
  background: #03A9F4;
  border-radius: 4px;
  color: #fff;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (min-width: 992px) {
  header li.cta-secondary a.nav-link {
    margin-left: 15px;
  }
}
header li.cta-secondary a.nav-link:hover, header li.cta-secondary a.nav-link:focus, header li.cta-secondary a.nav-link.active {
  border: 1px solid var(--primary-color-hover);
  background: var(--primary-color-hover);
  color: #fff;
}

@media (max-width: 991.9px) {
  header li.cta-primary a.nav-link,
  header li.cta-secondary a.nav-link {
    text-align: center;
  }
  header .collapse.show {
    z-index: 100;
  }
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: inherit;
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

button.navbar-toggler {
  color: inherit;
  font-size: 0.8rem;
  line-height: normal;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

svg.burger-menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: inherit;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    font-size: var(--nav-link-desktop-size);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
.dropdown-menu {
  display: none;
  background-color: #ffffff;
  height: auto;
  min-width: 160px;
  padding: 10px 0;
  position: absolute;
  width: auto;
  z-index: 1000;
  list-style: none;
  background-clip: padding-box;
  top: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 3px;
  align-items: flex-start;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu.show {
  display: block;
  display: flex;
  flex-direction: column;
  background: var(--primary-color);
  color: #fff;
}

.dropdown-menu li {
  margin-bottom: 0.5rem;
}

/*
.dropdown-menu a {
    text-decoration: none;
    color: #000;
    font-size: 90%;
    text-decoration: none;
    color: #000;
    font-size: 90%;
    padding: 5px 10px;
    margin-bottom: 5px;
}
*/
.dropdown-item {
  width: 100%;
  text-align: left;
  color: inherit;
}
@media (min-width: 992px) {
  .dropdown-item:hover, .dropdown-item:focus {
    color: inherit;
    background: #099be0;
  }
}

@media (max-width: 991.9px) {
  .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    align-items: center;
  }
  .dropdown-item {
    display: block;
    margin: 0.25rem 0;
    text-align: center;
    color: inherit;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto,
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  width: auto;
}

.col-1,
.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3,
.col-4 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5,
.col-6 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7,
.col-8 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-10,
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11,
.col-12 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0 ;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0 ;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem ;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem ;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem ;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem ;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem ;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem ;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem ;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem ;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem ;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem ;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1,
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3,
  .col-sm-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5,
  .col-sm-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7,
  .col-sm-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-10,
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11,
  .col-sm-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0 ;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0 ;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1,
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3,
  .col-md-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5,
  .col-md-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7,
  .col-md-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-10,
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11,
  .col-md-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0 ;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0 ;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1,
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3,
  .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5,
  .col-lg-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7,
  .col-lg-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-10,
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11,
  .col-lg-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0 ;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0 ;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1,
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3,
  .col-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5,
  .col-xl-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7,
  .col-xl-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-10,
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11,
  .col-xl-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0 ;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0 ;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1,
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-3,
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-5,
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7,
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-10,
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-11,
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0 ;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0 ;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem ;
  }
}
.btn {
  display: inline-block;
  font-weight: var(--bold);
  line-height: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: none;
  padding: 1.1rem 1.7rem;
  font-size: 1rem;
  border-radius: 4px;
}

.btn-wide {
  padding: 0.85rem 3.5rem;
}

.btn-small {
  padding: 0.5rem 2rem;
}

.btn-white {
  background-color: white;
  color: #000;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  opacity: 0.8;
}

.btn-primary,
.cta-tmava .btn-primary {
  background-color: #4caf50;
  border: 1px solid #4caf50;
  border-top: 1px solid #75dc79;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus,
.cta-tmava .btn-primary:hover,
.cta-tmava .btn-primary:focus {
  background: #43a046;
  color: #fff;
}

.btn-outline-primary {
  color: #03A9F4;
  border: 1px solid #03A9F4;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #03A9F4;
  color: #fff;
}

.btn-outline-dark {
  border: 1px solid var(--black);
  color: var(--black);
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
  background-color: var(--black);
  color: #fff;
}

.btn-ghost-white {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: calc(0.8rem - 2px) calc(1.6rem - 2px) calc(0.9rem - 2px);
}
.btn-ghost-white:hover, .btn-ghost-white:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn-dark {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #454545;
  border-color: #454545;
  color: #fff;
}

button {
  border-radius: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

a.read-more {
  color: inherit;
}

span.btn-arrow {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #08a9f4;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  margin-left: 10px;
}
span.btn-arrow .iko-tick {
  color: inherit;
  width: 14px;
  height: 15px;
}

:root {
  --max-width: 1620px;
}

.container-fluid {
  max-width: var(--max-width);
}

.hero-wrapper {
  background: var(--bg-dark);
  color: #fff;
}

.hero {
  overflow: hidden;
  position: relative;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .hero {
    padding-top: 11rem;
    padding-bottom: 9rem;
  }
}
.hero__text {
  max-width: 800px;
  padding: 4rem 0;
  /*
  @media (max-width: 899px) {
      padding: 4rem 0;
  }
      */
}
.hero__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.hero__image.--placeholder {
  background: #112435;
}
.hero__image {
  /*
  &::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 40%;
      background: linear-gradient(0deg, #f0f8ff, transparent);            
  }
      */
}
.hero h1 {
  color: inherit;
}
.hero p.perex {
  color: #b2d4e0;
}
.hero p.small {
  color: #000;
}

.hero.page p.perex {
  max-width: unset;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero-vyhody {
  font-size: 1rem;
  color: #b2d4e0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .hero-vyhody span.me-2.pe-3 {
    border-right: 1px solid #295487;
  }
}
.hero-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.hero-foto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .hero-foto {
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .hero-foto {
    align-items: flex-end;
  }
}
.hero-foto img {
  position: relative;
  z-index: 2;
}

.hero.page {
  padding-top: 4rem;
  padding-bottom: 3rem;
  text-align: center;
  background: #EAEFF3;
  color: #000;
  border-radius: 4px;
  margin-top: 90px;
  display: block;
}

.hero__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 15px;
  display: block;
}

.hero-image-placeholder {
  width: 100%;
  aspect-ratio: 1/0.85;
  border-radius: 35px;
}

#changeme {
  display: inline-block;
  transition: opacity 0.5s ease;
}

.hi-wrap {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 52px 8px 44px;
}

.hi-screen {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hi-bar {
  height: 32px;
  background: #1a2b4a;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  flex-shrink: 0;
}

.hi-bar-logo {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: system-ui, sans-serif;
}

.hi-bar-search {
  flex: 1;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  max-width: 120px;
  margin-left: auto;
}

.hi-bar-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.hi-map {
  aspect-ratio: 4/3;
  background: #1a2535;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(148, 163, 184, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.07) 1px, transparent 1px);
  background-size: 12.5% 12.5%;
}

.hi-block {
  position: absolute;
  border-radius: 3px;
}
.hi-block--1 {
  width: 22%;
  height: 20%;
  top: 18%;
  left: 12%;
  background: #2d4057;
}
.hi-block--2 {
  width: 28%;
  height: 24%;
  top: 30%;
  left: 38%;
  background: #263a50;
}
.hi-block--3 {
  width: 18%;
  height: 22%;
  top: 10%;
  left: 63%;
  background: #2d4057;
}
.hi-block--4 {
  width: 18%;
  height: 16%;
  top: 60%;
  left: 58%;
  background: #2d4057;
}
.hi-block--5 {
  width: 28%;
  height: 18%;
  top: 65%;
  left: 12%;
  background: #1a3320;
  border-radius: 30%;
}

.hi-pin {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hi-pin--1 {
  background: #f59e0b;
  top: 36%;
  left: 28%;
}
.hi-pin--2 {
  background: #3b82f6;
  top: 18%;
  left: 70%;
}
.hi-pin--3 {
  background: #ef4444;
  top: 55%;
  left: 52%;
}

.hi-card {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14), 0 1px 4px rgba(0, 0, 0, 0.08);
  min-width: 170px;
  font-family: system-ui, sans-serif;
  z-index: 2;
  opacity: 0;
  animation: hi-card-in 0.45s ease forwards;
}
.hi-card--1 {
  top: 6px;
  right: 8px;
  animation-delay: 0.5s;
}
.hi-card--2 {
  top: 42%;
  left: -4px;
  animation-delay: 0.85s;
}
.hi-card--3 {
  bottom: 6px;
  right: 14%;
  animation-delay: 1.2s;
}

@keyframes hi-card-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hi-card-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hi-card-title {
  font-size: 12px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  white-space: nowrap;
}

.hi-card-sub {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
  white-space: nowrap;
}

.demo__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .demo__grid {
    grid-template-columns: 1fr 1.15fr;
  }
}
.demo__grid {
  overflow: hidden;
}

.demo__grid-text {
  align-self: center;
  padding: 3rem;
  max-width: 690px;
  margin: 0 auto;
}

.demo__grid-image-wrapper {
  position: relative;
  height: 90vh;
}
@media (min-width: 992px) {
  .demo__grid-image-wrapper {
    height: 75vh;
  }
}

.demo-vyhody {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
}
.demo-vyhody .iko-tick {
  color: #1497ff;
  width: 18px;
  height: 18px;
}

.bg-color p.perex {
  color: #242355;
}

.bg-color h2 {
  color: #1d2d82;
}

.hh-screen {
  border: 10px solid #d8d8d8;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
}
@media (min-width: 992px) {
  .hh-screen {
    left: 0;
  }
}

.hh-screen-inner {
  aspect-ratio: 16/9;
  background: #f9f9f9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hhi-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: clamp(10px, 1.1vw, 14px);
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.4;
}

.hhi-bar {
  height: 2.6em;
  background: #1a2b4a;
  display: flex;
  align-items: center;
  gap: 0.8em;
  padding: 0 1.2em;
  flex-shrink: 0;
}

.hhi-bar-logo {
  font-weight: 800;
  font-size: 0.9em;
  color: #fff;
  letter-spacing: 0.12em;
  flex-shrink: 0;
}

.hhi-bar-search {
  flex: 1;
  height: 1.4em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  max-width: 16em;
}

.hhi-bar-actions {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-left: auto;
}

.hhi-bar-dot {
  width: 1.8em;
  height: 1.8em;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.hhi-bar-avatar {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.hhi-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  flex: 1;
  overflow: hidden;
}

.hhi-nav {
  grid-column: span 2;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0.7em 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hhi-nav-label {
  font-size: 0.72em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #bbb;
  padding: 0.4em 1em 0.2em;
}

.hhi-nav-item {
  display: flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.55em 0.8em;
  margin: 0 0.4em;
  border-radius: 5px;
  cursor: pointer;
  color: #555;
  font-size: 0.88em;
  user-select: none;
  transition: background 0.15s, color 0.15s;
}
.hhi-nav-item:hover:not(.is-active) {
  background: #f4f4f4;
}
.hhi-nav-item.is-active {
  background: #e8f2fb;
  color: #1a6fa0;
  font-weight: 600;
}

.hhi-dot {
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  flex-shrink: 0;
}
.hhi-dot--1 {
  background: #f59e0b;
}
.hhi-dot--2 {
  background: #3b82f6;
}
.hhi-dot--3 {
  background: #ef4444;
}
.hhi-dot--4 {
  background: #22c55e;
}

.hhi-detail {
  grid-column: span 2;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding: 1em 1.1em;
  overflow: hidden;
}

.hhi-panel {
  display: none;
}
.hhi-panel.is-active {
  display: block;
}

.hhi-tag {
  font-size: 0.68em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #aaa;
  margin-bottom: 0.35em;
}

.hhi-title {
  font-size: 1.05em;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.1em;
}

.hhi-sub {
  font-size: 0.78em;
  color: #999;
  margin-bottom: 0.9em;
}

.hhi-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0.75em 0;
}

.hhi-mini-label {
  font-size: 0.7em;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}

.hhi-rows {
  display: flex;
  flex-direction: column;
  gap: 0.45em;
}

.hhi-row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.hhi-ph-stack {
  display: flex;
  flex-direction: column;
  gap: 0.45em;
}

.hhi-photo-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

.hhi-ph {
  height: 0.6em;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  flex-shrink: 0;
}
.hhi-ph--xs {
  width: 28%;
}
.hhi-ph--sm {
  width: 42%;
}
.hhi-ph--md {
  width: 60%;
}
.hhi-ph--lg {
  width: 78%;
}
.hhi-ph--full {
  width: 100%;
}

.hhi-map {
  grid-column: span 8;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.hhi-map-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.hhi-map-slide.is-active {
  opacity: 1;
}
.hhi-map-slide[data-map="1"] {
  background: linear-gradient(145deg, #fefce8 0%, #fde68a 80%);
}
.hhi-map-slide[data-map="2"] {
  background: linear-gradient(145deg, #eff6ff 0%, #93c5fd 80%);
}
.hhi-map-slide[data-map="3"] {
  background: linear-gradient(145deg, #fff1f2 0%, #fca5a5 80%);
}
.hhi-map-slide[data-map="4"] {
  background: linear-gradient(145deg, #f0fdf4 0%, #86efac 80%);
}

footer {
  background: var(--bg-dark);
  color: #fff;
  font-size: 0.875rem;
}
footer .mini {
  color: #9dd7ed;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 1.1rem;
}
footer .h5 {
  color: inherit;
}

.footer-cta {
  background-color: #E1F5FE;
  color: #17426a;
  text-align: center;
  padding: 2.5rem 0;
}
.footer-cta a {
  color: var(--primary-color);
}

.footer-main {
  padding: 3rem 0 3.5rem;
  border-bottom: 1px solid #1d3a55;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 3.5rem;
}
@media (min-width: 576px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.footer-logo {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-brand-popis {
  line-height: 1.65;
  margin-bottom: 0.75rem;
  max-width: 22ch;
}

.footer-nadpis {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 1.25rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-list a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.12s;
}
.footer-list a:hover {
  color: inherit;
  text-decoration: none;
}

.footer-list--apps {
  gap: 0.875rem;
}
.footer-list--apps a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.footer-list--apps a strong {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.12s;
}
.footer-list--apps a em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}
.footer-list--apps a:hover strong {
  color: #fff;
}

.footer-app-ico {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
}

.footer-app-initials {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(2, 132, 199, 0.25);
  color: #7dd3fc;
  font-weight: 800;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-copyright {
  padding: 1.25rem 0;
  text-align: center;
}
.footer-copyright p {
  font-size: 0.8rem;
  color: inherit;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-copyright p {
    text-align: center;
  }
}
.footer-copyright p a {
  color: inherit;
  text-decoration: none;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon.desktop {
  width: 16px;
  height: 16px;
  color: #588ab6;
  stroke: currentColor;
  fill: none;
}
.icon.app {
  width: 16px;
  height: 16px;
  color: #588ab6;
  stroke: currentColor;
  fill: none;
}
.icon.danger {
  width: 22px;
  height: 22px;
  color: #588ab6;
  stroke: currentColor;
  fill: none;
}

.sipka-dolu {
  color: var(--primary-color);
  width: 16px;
  height: 40px;
  display: block;
  margin: 15px auto;
}

.iko-arrow-mini {
  width: 12px;
  height: 9px;
  margin-left: 8px;
  color: inherit;
}

.iko-tick {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #42c64a;
}

.fajfka-dolu {
  color: var(--primary-color);
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 10px;
}

.iko-otazka {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -5px 4px 0 0;
  color: #84c0d6;
}

.vyuziti-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .vyuziti-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .vyuziti-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.vyuziti-grid {
  gap: 25px;
}

.vyuziti-karta {
  background: #fff;
  border-top: 4px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vyuziti-karta.--budovy {
  border-top-color: var(--primary-color);
}
.vyuziti-karta.--osvětleni {
  border-top-color: #f59e0b;
}
.vyuziti-karta.--zavady {
  border-top-color: var(--cervena);
}

.vyuziti-karta-body {
  padding: 28px 28px 20px;
}
.vyuziti-karta-body h3 {
  font-size: 1.1rem;
  margin: 8px 0 12px;
  color: var(--black);
}
.vyuziti-karta-body p {
  font-size: 0.925rem;
  color: #445;
  line-height: 1.6;
  margin-bottom: 16px;
}

.vyuziti-karta-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a8aa8;
}

.vyuziti-karta-seznam {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: #334;
}
.vyuziti-karta-seznam li {
  padding: 5px 0 5px 18px;
  border-bottom: 1px solid #f2f4f6;
  position: relative;
}
.vyuziti-karta-seznam li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 0.8rem;
}
.vyuziti-karta-seznam li:last-child {
  border-bottom: none;
}

.vyuziti-karta-footer {
  padding: 14px 28px 22px;
  border-top: 1px solid #f2f4f6;
}
.vyuziti-karta-footer a {
  font-size: 0.9rem;
  font-weight: var(--bold);
  text-decoration: none;
  color: var(--primary-color);
}
.vyuziti-karta-footer a:hover {
  text-decoration: underline;
}

/* viewport hack */
@media (max-width: 991.98px) {
  .jen-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .jen-mobil {
    display: none !important;
  }
}
.center-vert {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.d-flex {
  display: flex;
}

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

.d-none {
  display: none;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
.testimonial-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  padding: 50px 20px; /* Okraj pro ukázku přesahu */
}

/* Hlavní kontejner banneru */
.testimonial-banner {
  display: flex;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 40px 50px 60px;
  gap: 60px;
}

/* Levá část s textem */
.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Ikona uvozovek */
.quote-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
}

.quote-icon svg {
  width: 100%;
  height: 100%;
  fill: #c7d3dc; /* Stříbrno-šedá barva */
}

/* Samotný text recenze */
.quote-text {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.6;
  color: #111827;
  margin: 0 0 32px 0;
}

/* Autor a jeho pozice */
.quote-author {
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
  color: #111827;
}

.quote-author strong {
  font-weight: 700;
  margin-bottom: 4px;
}

.quote-author span {
  font-weight: 400;
}

/* Pravá část - zástupce pro obrázek */
.testimonial-image-placeholder {
  width: 340px;
  height: 380px;
  background-color: #e5e7eb; /* Tmavší šedá pro placeholder */
  flex-shrink: 0;
  /* Negativní marginy zajistí, že obrázek bude přesahovat ven z banneru nahoře i dole */
  margin-top: -40px;
  margin-bottom: -40px;
}

/* Responzivita pro mobilní zařízení */
@media (max-width: 860px) {
  .testimonial-banner {
    flex-direction: column;
    padding: 40px 30px;
    gap: 40px;
  }
  .testimonial-image-placeholder {
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cta ul.page-hero-trust li {
  font-size: 1.1rem;
}

.cta-tmava {
  background: var(--bg-dark);
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.cta-tmava h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.25;
}

.cta-tmava > .container {
  position: relative;
  z-index: 5;
}

.cta-tmava-pozadi {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgb(43, 58, 184) 1px, rgba(255, 0, 0, 0) 1px);
  background-size: 20px 20px;
}

.cta-tmava-pin {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 420px;
  color: rgba(255, 255, 255, 0.055);
  pointer-events: none;
}
@media (max-width: 767px) {
  .cta-tmava-pin {
    width: 240px;
    right: -40px;
    bottom: -40px;
  }
}

.cta-tmava-krizek {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 220px;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
}

.cta-tmava-perex {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.6;
}

.cta-dotazy {
  background: #eaeff3;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  border-radius: 5px;
}
.cta-dotazy > .row {
  justify-content: center;
}

.mapa-demo-new-sticky {
  display: grid;
  grid-template-columns: 1fr;
  height: auto;
}
@media (min-width: 992px) {
  .mapa-demo-new-sticky {
    grid-template-columns: repeat(7, 1fr);
    height: clamp(520px, 90vh, 800px);
  }
}

.mapa-demo-nav {
  background: var(--bg-dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 5rem 3rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
  grid-column: 1/3;
}
@media (max-width: 991px) {
  .mapa-demo-nav {
    padding: 1.5rem 1.25rem 1rem;
    overflow-y: visible;
    grid-column: 1/-1;
  }
}

.mapa-demo-intro {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
}
.mapa-demo-intro .mini {
  color: #03a9f4;
  margin-bottom: 0.4rem;
}
.mapa-demo-intro h2 {
  line-height: 1.1;
  color: inherit;
}
.mapa-demo-intro p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mapa-demo-menu {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}
@media (max-width: 991px) {
  .mapa-demo-menu {
    flex-direction: row;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
  }
  .mapa-demo-menu::-webkit-scrollbar {
    display: none;
  }
}

.mapa-demo-menu-item {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.4rem;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
  position: relative;
}
.mapa-demo-menu-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  transition: background 0.15s;
}
.mapa-demo-menu-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.mapa-demo-menu-item.is-active {
  background: rgba(3, 169, 244, 0.12);
}
.mapa-demo-menu-item.is-active::before {
  background: #03a9f4;
}
.mapa-demo-menu-item.is-active .mapa-demo-menu-text strong {
  color: #fff;
}
.mapa-demo-menu-item.is-active .mapa-demo-menu-text span {
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 991px) {
  .mapa-demo-menu-item {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.6rem 1rem;
  }
  .mapa-demo-menu-item::before {
    display: none;
  }
  .mapa-demo-menu-item.is-active {
    background: rgba(3, 169, 244, 0.2);
    border-radius: 6px;
  }
}

.mapa-demo-menu-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.mapa-demo-menu-text strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  transition: color 0.15s;
}
.mapa-demo-menu-text span {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.02em;
  transition: color 0.15s;
}

.mapa-demo-vizual {
  position: relative;
  background: #1a2535;
  overflow: hidden;
  grid-column: 3/-1;
}
@media (max-width: 991px) {
  .mapa-demo-vizual {
    height: 56vw;
    min-height: 280px;
    max-height: 460px;
    grid-column: 1/-1;
  }
}

.mapa-demo-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.mapa-demo-frame.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mapa-demo-frame-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.demo-objekt {
  position: absolute;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 5px 12px 6px;
  font-size: 0.775rem;
  font-weight: 700;
  font-family: var(--pismo);
  color: #1a3a50;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.demo-objekt::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #03a9f4;
  box-shadow: 0 0 0 0 rgba(3, 169, 244, 0.4);
  animation: pulse-dot 2.5s ease-out infinite;
}
.demo-objekt:hover {
  background: #fff;
  border-color: #03a9f4;
  box-shadow: 0 2px 14px rgba(3, 169, 244, 0.3);
}
.demo-objekt.is-active {
  background: #03a9f4;
  border-color: #03a9f4;
  color: #fff;
  box-shadow: 0 3px 18px rgba(3, 169, 244, 0.45);
}
.demo-objekt.is-active::before {
  display: none;
}

@keyframes pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(3, 169, 244, 0.5);
  }
  60% {
    box-shadow: 0 0 0 7px rgba(3, 169, 244, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(3, 169, 244, 0);
  }
}
.demo-banner {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 265px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 20, 50, 0.2), 0 1px 3px rgba(0, 0, 0, 0.08);
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.demo-banner.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
@media (max-width: 479px) {
  .demo-banner {
    width: calc(100% - 24px);
    right: 12px;
    top: 12px;
  }
}

.demo-banner-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 10px 10px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.demo-banner-nazev {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f1923;
  line-height: 1.3;
}

.demo-banner-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  padding: 0 2px;
  font-size: 0.9rem;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.12s;
}
.demo-banner-close:hover {
  color: #0f1923;
}

.demo-banner-data {
  margin: 0;
  padding: 4px 0;
}

.demo-banner-radek {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  padding: 6px 14px;
  font-size: 0.775rem;
}
.demo-banner-radek:not(:last-child) {
  border-bottom: 1px solid #f8fafc;
}
.demo-banner-radek dt {
  color: #94a3b8;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
}
.demo-banner-radek dd {
  color: #1e293b;
  font-weight: 600;
  margin: 0;
  text-align: right;
}
.demo-banner-radek dd.--ok {
  color: #059669;
}
.demo-banner-radek dd.--warn {
  color: #d97706;
}

.pristup {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  transition: background-color 0.7s ease, color 0.7s ease;
  --pristup-border: #e2e8f0;
}
.pristup.bg-black {
  --pristup-border: #3c3c3c;
}
@media (min-width: 992px) {
  .pristup {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .pristup__layout {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
    column-gap: 3.125rem;
    row-gap: 0;
    align-items: start;
  }
}

.pristup__left {
  display: none;
}
@media (min-width: 992px) {
  .pristup__left {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
    min-height: calc(90vh - 100px);
    flex-direction: column;
    justify-content: space-between;
  }
}

.pristup__lbl {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--pristup-border);
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.pristup__lbl p.mini {
  opacity: 0.6;
}
.pristup__lbl.is-active p.mini {
  font-weight: 600;
  opacity: 1;
}
.pristup__lbl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pristup__lbl-sub {
  opacity: 0.5;
  margin-top: 0.25rem;
  line-height: 1.4;
}

.pristup__item {
  padding: 2rem 0;
}
.pristup__item:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .pristup__item {
    min-height: 90vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pristup__item {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto 1fr;
    column-gap: 1.5rem;
    align-items: start;
  }
}

.pristup__item-head {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .pristup__item-head {
    display: none;
  }
}

.pristup__h2 {
  margin: 0;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pristup__h2 {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }
}

.pristup__item-media {
  margin: 0;
  display: block;
  margin-top: 1.25rem;
}
.pristup__item-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pristup__item-media {
    margin-top: 0;
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .pristup__item-media img {
    aspect-ratio: 3/4;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .pristup__item-media {
    display: none;
  }
}

.pristup__right {
  display: none;
}
@media (min-width: 992px) {
  .pristup__right {
    display: block;
    position: sticky;
    top: 100px;
    height: fit-content;
  }
}

.pristup__img-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.pristup__img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.pristup__img.is-active {
  opacity: 1;
}

.proc-pouzivat-wegas svg {
  color: var(--primary-color);
}

.pw-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 992px) {
  .pw-layout {
    grid-template-columns: 1fr 1.8fr;
    gap: 4rem;
  }
}

.pw-left {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .pw-left {
    position: sticky;
    top: 50px;
  }
}

.pw-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pw-nav__item {
  font-size: 0.95rem;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.25s ease;
  color: #636e78;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 0.5rem 0;
}
.pw-nav__item.is-active {
  color: #000;
  border-color: var(--primary-color);
}
.pw-nav__item h3 {
  color: inherit;
}
.pw-nav__item .icon {
  flex: 0 0 auto;
  width: 22px;
  color: inherit;
}

.pw-nav__icon {
  padding: 10px;
  display: inline-block;
  border-radius: 7px;
  color: #79798a;
  border: 1px solid #eee;
}

.pw-nav__item.is-active .pw-nav__icon {
  background: #e5f3ff;
  color: #1565C0;
  border-color: #94bde0;
}

.pw-right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.pw-block {
  background: #fff;
  border: 1px solid #d6e4f2;
  border-radius: 25px;
  position: relative;
}

.pw-block-image {
  border-radius: 25px;
  overflow: hidden;
}

.pw-block-text {
  padding: 35px;
}

ul.vyhody {
  list-style: none;
  padding-left: 0;
}
ul.vyhody li {
  position: relative;
  padding-left: 39px;
  line-height: normal;
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
ul.vyhody li:last-child {
  border: none;
}
ul.vyhody li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%230378f4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M7.75 12L10.58 14.83L16.25 9.17004' stroke='%230378f4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: -3px;
  left: 0;
}

.pwc3 {
  background: #fff;
}

.pwc3__uvod {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.pwc3__uvod h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0f1923;
  margin-bottom: 1.25rem;
}

.pwc3__uvod-text {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 52ch;
  margin: 0;
  line-height: 1.6;
}

.pwc3__panel {
  position: sticky;
  top: 50px;
  min-height: 70vh;
  border-radius: 15px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 4fr 3fr;
  background: #0c3667;
  color: #000;
  margin-bottom: 2rem;
}
.pwc3__panel:nth-child(odd) {
  background: #eaf6ff;
}
@media (max-width: 768px) {
  .pwc3__panel {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

.pwc3__text {
  display: flex;
  align-items: center;
  padding: 4rem 5rem 4rem 4rem;
}
@media (max-width: 1200px) {
  .pwc3__text {
    padding: 3rem 3rem 3rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .pwc3__text {
    padding: 2.5rem 1.5rem;
    order: 2;
  }
}

.pwc3__cislo {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.pwc3__intro-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  font-style: italic;
  position: relative;
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.pwc3__text h3 {
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 1.55rem;
}

.pwc3__body {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.pwc3__body li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.pwc3__iko {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 0.1em;
  opacity: 0.7;
}

.pwc3__foto {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pwc3__foto {
    order: 1;
    min-height: 260px;
  }
}
.pwc3__foto img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pwb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .pwb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .pwb-grid {
    grid-template-columns: 1fr;
  }
}

.pwb-item {
  padding: 40px;
  background: aliceblue;
  border-radius: 20px;
  font-size: 1rem;
}
.pwb-item h3 {
  color: inherit;
}
.pwb-item ul {
  padding-left: 1.25rem;
}
.pwb-item--1 {
  grid-column: 1;
  grid-row: 1/3;
  background: var(--bg-dark);
  color: #fff;
}
@media (max-width: 991px) {
  .pwb-item--1 {
    grid-column: auto;
    grid-row: auto;
  }
}
.pwb-item--1 p {
  color: #a9d7ff;
  margin: 20px 0 40px;
}
.pwb-item--2 {
  grid-column: 2/4;
  grid-row: 1;
  background: #d4e4fd;
  color: #2a3284;
}
@media (max-width: 991px) {
  .pwb-item--2 {
    grid-column: auto;
    grid-row: auto;
  }
}
.pwb-item--3 {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 991px) {
  .pwb-item--3 {
    grid-column: auto;
    grid-row: auto;
  }
}
.pwb-item--4 {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 991px) {
  .pwb-item--4 {
    grid-column: auto;
    grid-row: auto;
  }
}

.moduly-wrapper {
  background-color: #f0f8ff;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}

.moduly-sticky-nav-wrapper {
  position: relative;
}

.sticky-section {
  padding-top: 50px;
}

.moduly-sticky-nav {
  position: sticky;
  top: 0;
  padding-top: 75px;
  background-color: #fff;
  z-index: 5;
  border-bottom: 1px solid #dedede;
}
.moduly-sticky-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-weight: var(--regular);
  line-height: normal;
}
.moduly-sticky-nav nav ul li a {
  text-decoration: none;
  color: #1b1b1b;
  padding: 15px;
  position: relative;
  font-weight: var(--regular);
  font-size: 1rem;
}
.moduly-sticky-nav nav ul li a:hover, .moduly-sticky-nav nav ul li a:focus {
  color: var(--primary-color);
}
.moduly-sticky-nav nav ul li a.active {
  color: var(--primary-color);
  font-weight: var(--bold);
}
.moduly-sticky-nav nav ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}

.moduly-vysvetleni {
  font-size: 1rem;
  line-height: normal;
  color: var(--black);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.moduly-vysvetleni svg {
  flex: 0 0 auto;
}

.moduly-vysvetleni__ikona {
  width: 40px;
  height: 40px;
  background: #9CCC65;
  color: #fff;
  position: relative;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modul-wegas {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 18px;
  border-left: 1px solid;
  color: #000;
  height: 100%;
  background-color: #ffffff;
  border-color: #e3e6ea;
}
.modul-wegas h3 {
  color: inherit;
}
.modul-wegas p {
  font-size: 0.95rem;
  line-height: 1.4;
  color: inherit;
}

.modul-wegas__ikona {
  width: 75px;
  height: 75px;
  background: #e9ecf1;
  flex: 0 0 auto;
  margin: 10px 22px 0 0;
}

.modul-wegas__text {
  padding: 10px 0 0 0;
}

.popis__modulu svg {
  fill: var(--primary-color);
}

.popis__modulu .perex {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #383e65;
}

.timeline-sticky {
  position: sticky;
  top: 140px;
}

.timeline-milestone {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
.timeline-milestone p {
  font-size: 0.975rem;
  margin: 0.5rem 0 1rem;
}

.time {
  position: relative;
  background: linear-gradient(90deg, rgb(244, 247, 249) 0%, rgb(216, 229, 239) 100%);
  border: 3px solid #eaf2fd;
  color: var(--black);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: var(--bold);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 26px;
}
.time::after {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  width: 1px;
  height: 300%;
  background: #cbcbcb;
}

.timeline .col-11:last-child .time::after {
  content: unset;
}

.timeline .col-11:last-child {
  background: white;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.step-wrapper {
  background: #fff;
}

.step {
  font-size: 1.4rem;
  font-weight: var(--bold);
  color: var(--black);
}

span.tag {
  font-size: 0.75rem;
  line-height: normal;
  display: inline-block;
  background: #ffdd76;
  color: #000;
  padding: 4px 8px;
  position: relative;
  margin-left: 10px;
}
span.tag::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent #ffdd76 transparent transparent;
  transform: rotate(0deg);
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  align-items: flex-end;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}

.slider-head {
  position: relative;
  width: auto;
  padding: 0 100px;
  margin: 0 auto 2rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: calc(50% - 20px);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: unset;
  /*
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  */
}

.swiper-button-prev, .swiper-button-next {
  width: 48px;
  height: 48px;
  color: #000;
  z-index: 10;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-navigation-wrapper {
  position: relative;
}
@media (min-width: 900px) {
  .swiper-navigation-wrapper::before, .swiper-navigation-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 4;
  }
  .swiper-navigation-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, #F9F9F9 15%, rgba(255, 255, 255, 0) 100%);
  }
  .swiper-navigation-wrapper::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%, #F9F9F9 100%);
  }
}

.swiper-reference {
  position: static;
}

.swiper-reference .swiper-wrapper {
  transition-timing-function: linear !important;
}

#obec-counter {
  display: inline-block;
  min-width: 3ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

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

.reference-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.1;
}
.reference-block p {
  font-size: 0.95rem;
}
.reference-block a {
  color: var(--primary-color);
}
.reference-block img {
  max-width: 70px;
}

.leve-menu li {
  background-color: #f5f5f5;
}
.leve-menu a.nav-link {
  color: #000;
  background-color: #f5f5f5;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #e6e7e8;
  font-size: 0.9rem;
  display: block;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='14.21' height='10.71' viewBox='0 0 14.21 10.71'%3E%3Cline y1='5.35' x2='13.5' y2='5.35' fill='none' stroke='%23004888' stroke-miterlimit='10'/%3E%3Cpolyline points='8.5 0.35 13.5 5.35 8.5 10.35' fill='none' stroke='%23004888' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.leve-menu a.nav-link:hover, .leve-menu a.nav-link:focus, .leve-menu a.nav-link.active {
  color: var(--cervena);
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #d9deef;
  font-weight: var(--regular);
  border-left: 3px solid var(--cervena);
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}

.wp-block-gallery.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

body .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .is-layout-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

figure {
  margin: 0 0 1em;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}

.wp-block-gallery.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
}
/* obr */
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-image img, .wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex > * {
  margin: 0;
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  margin-bottom: 1.75em;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
  }
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
/* Vertical align */
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

/* Text align */
.has-text-align-center {
  text-align: center;
}

.has-small-font-size {
  font-size: 0.8rem;
}

p.has-small-font-size {
  line-height: normal;
}

.accordion {
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 9L12 17L20 9' stroke='%230051EA' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 9L12 17L20 9' stroke='%230051EA' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-bottom: 1px solid var(--cubanup-blue);
}

.accordion--yellow .accordion-item {
  background: #fff;
  border-bottom: 3px solid var(--cubanup-yellow);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: 0.5rem 1.25rem 1rem 1.25rem;
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

button.accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-item {
  border-bottom: 1px solid #dedede;
}

.persony-grid {
  display: grid;
  grid-template-columns: repeat(1fr);
}
@media (min-width: 768px) {
  .persony-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .persony-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .persony-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1390px) {
  .persony-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.persony-grid {
  gap: 20px;
}

.persona_link {
  padding-top: 20px;
  font-size: 0.925rem;
  font-weight: var(--bold);
  display: inline-block;
  text-decoration: underline;
}

a.persona {
  text-decoration: none;
  background: #e2f1ff;
  padding: 15px 35px 35px 35px;
}
@media (min-width: 992px) {
  a.persona {
    padding: 24px 20px;
  }
}
a.persona {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--bg-color);
  border-radius: 5px;
}
a.persona:hover, a.persona:focus {
  outline: unset;
  background-color: #E3F0FB;
}
a.persona ul {
  padding-left: 20px;
  line-height: normal;
  margin: 5px auto 5px;
  color: #000;
  font-size: 0.925rem;
}

.persona_image {
  width: 150px;
  height: 180px;
  border-radius: 250px;
  display: block;
  margin: 0 auto 18px;
  position: relative;
  transition: all 0.6s ease;
}

.persona_duvod {
  font-weight: var(--bold);
}

.persona_typ_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}

.persona_typ {
  margin: 0;
  display: inline;
  background: var(--primary-color);
  color: #fff;
  line-height: 1;
  position: relative;
  padding-right: 7px;
}
.persona_typ::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--primary-color);
}

.pk-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: var(--bold);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.pk-badge.--wegas {
  background: rgba(6, 83, 119, 0.776);
  color: #0369a1;
}
.pk-badge.--wegas-lite {
  background: rgba(2, 132, 199, 0.12);
  color: #075985;
}
.pk-badge.--gisella {
  background: rgba(245, 158, 11, 0.12);
  color: #92400e;
}
.pk-badge.--soika {
  background: rgba(226, 32, 45, 0.12);
  color: #9f1239;
}

.pk-hero {
  position: relative;
  background-color: var(--bg-color);
  padding-top: 130px;
  overflow: hidden;
}
.pk-hero img.bgr-vis {
  position: absolute;
  bottom: -50px;
  right: -150px;
  mix-blend-mode: multiply;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.glow {
  position: relative;
}
.glow::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -30%;
  width: 40%;
  height: 100%;
  background: #b9d0e3;
  border-radius: 100%;
  filter: blur(101px);
}

.pk-hero-foto {
  position: relative;
  z-index: 3;
}

.tag-wrapper {
  position: absolute;
  right: 0;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tag-wrapper span.tag-pro-koho {
  font-size: 1.75rem;
  font-weight: var(--bold);
  background: #03A9F4;
  color: #fff;
  display: inline;
  padding: 0 10px 0 13px;
}
.tag-wrapper span.tag-pro-koho::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0px 0px;
  border-color: #03A9F4 transparent transparent transparent;
}

.pk-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #8898aa;
  margin: 2.5rem 0;
}
.pk-breadcrumb a {
  color: var(--odkazy);
  text-decoration: underline;
}
.pk-breadcrumb a:hover {
  text-decoration: none;
}
.pk-breadcrumb span[aria-hidden] {
  opacity: 0.5;
}

.pk-hero-nastroje {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1.25rem;
}

.pk-hero-tagline {
  font-size: 1.2rem;
  color: #4b5563;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.pk-hero-perex {
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.pk-hero-nastroje-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 2.5rem;
  border-top: 1px solid #e8edf3;
}

.pk-hero-nastroj-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e8edf3;
}
.pk-hero-nastroj-item .pk-hero-nastroj-popis {
  font-size: 0.85rem;
  color: #4b5563;
}

.pk-srovnani-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .pk-srovnani-grid {
    grid-template-columns: 1fr;
  }
}

.pk-srovnani-karta {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  padding: 3rem 2.5rem;
}
@media (max-width: 767px) {
  .pk-srovnani-karta {
    padding: 2rem 1.5rem;
  }
}
.pk-srovnani-karta h2 {
  color: #fff;
  margin-bottom: 1rem;
}
.pk-srovnani-karta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
}

.pk-srovnani-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  padding: 40px;
}
.pk-srovnani-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.pk-srovnani-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.pk-srovnani-list.--before {
  background-color: #FEF4F6;
  color: #b00000;
}
.pk-srovnani-list.--after {
  background-color: #F0F8ED;
  color: #28b52e;
}

.pk-vyhody {
  padding: 6rem 0;
  background: #f9fafb;
}
@media (max-width: 767px) {
  .pk-vyhody {
    padding: 4rem 0;
  }
}

.pk-vyhody-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
@media (min-width: 640px) {
  .pk-vyhody-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .pk-vyhody-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pk-vyhoda {
  padding: 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: background 0.2s ease;
}
.pk-vyhoda:hover {
  background: #f0f9ff;
}

.pk-vyhoda-badge {
  align-self: flex-start;
  margin-bottom: 0.25rem;
}

.pk-vyhoda-nazev {
  font-size: 1.05rem;
  font-weight: var(--bold);
  color: #111827;
  margin: 0;
}

.pk-vyhoda-popis {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.pk-pripady {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .pk-pripady {
    padding: 4rem 0;
  }
}

.pk-pripady-list {
  display: flex;
  flex-direction: column;
}

.pk-pripad {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e8edf3;
}
.pk-pripad:last-child {
  border-bottom: none;
  margin: 0;
}
@media (max-width: 767px) {
  .pk-pripad {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 2rem;
  }
}

.pk-pripad-cislo {
  font-size: 4.5rem;
  font-weight: var(--bold);
  line-height: 1;
  color: #ffffff;
  stroke-width: 2px;
  stroke: #2196F3;
  letter-spacing: -0.04em;
  padding-top: 0.2rem;
  user-select: none;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2196F3;
}
@media (max-width: 767px) {
  .pk-pripad-cislo {
    margin-bottom: 0.5rem;
  }
}

.pk-pripad-obsah {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pk-pripad-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
}

.pk-pripad-nadpis {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: var(--bold);
  color: #111827;
  margin: 0;
  line-height: 1.2;
}

.pk-pripad-text {
  font-size: 0.92rem;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}

.pk-faq {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .pk-faq {
    padding: 4rem 0;
  }
}

.pk-faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e8edf3;
}

.pk-faq-item {
  border-bottom: 1px solid #e8edf3;
}

.pk-faq-otazka {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1.3rem;
}
.pk-faq-otazka span {
  font-weight: var(--bold);
  line-height: 1.4;
}
.pk-faq-otazka[aria-expanded=true] {
  color: var(--primary-color);
}
.pk-faq-otazka[aria-expanded=true] .pk-faq-icon {
  transform: rotate(180deg);
}

.pk-faq-icon {
  flex-shrink: 0;
  color: #9ca3af;
  transition: transform 0.25s ease;
}

.pk-faq-odpoved {
  overflow: hidden;
}
.pk-faq-odpoved[hidden] {
  display: none;
}

.pk-faq-odpoved-inner {
  padding: 0 0 1.5rem;
}
.pk-faq-odpoved-inner p {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 0.75rem;
}
.pk-faq-odpoved-inner p:last-child {
  margin-bottom: 0;
}

.page-hero {
  background-color: var(--bg-color);
}
.page-hero-nazev {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: var(--bold);
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #0f1923;
}
.page-hero-perex {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 1rem;
}
.page-hero-extra {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 1.75rem;
}
.page-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.cjw-kroky {
  padding: 5rem 0;
  background: #f8fafc;
}
.cjw-kroky-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 767px) {
  .cjw-kroky-grid {
    grid-template-columns: 1fr;
  }
}
.cjw-kroky-note {
  margin-top: 3rem;
  font-size: 0.95rem;
  color: #64748b;
  max-width: 640px;
}

.cjw-krok-cislo {
  font-size: 2.5rem;
  font-weight: 800;
  color: #e0f2fe;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.cjw-krok-nazev {
  font-size: 1.1rem;
  font-weight: var(--bold);
  color: #0f1923;
  margin-bottom: 0.5rem;
}
.cjw-krok p {
  font-size: 0.95rem;
  color: #64748b;
}

.cjw-krok-spojka {
  font-size: 1.5rem;
  color: #cbd5e1;
  padding-top: 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cjw-krok-spojka {
    display: none;
  }
}

.cjw-zacnete {
  padding: 5rem 0;
}
.cjw-zacnete-note {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #64748b;
  font-style: italic;
}

.cjw-srovnani-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.cjw-srovnani-tabulka {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}
.cjw-srovnani-tabulka th, .cjw-srovnani-tabulka td {
  padding: 1rem 1.4rem;
  width: 50%;
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.55;
}
.cjw-srovnani-tabulka thead th {
  font-size: 0.82rem;
  font-weight: var(--bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cjw-srovnani-tabulka thead th.--min {
  background: #03a9f4;
  color: #fff;
}
.cjw-srovnani-tabulka thead th.--max {
  background: #0f1923;
  color: #fff;
}
.cjw-srovnani-tabulka tbody tr:nth-child(odd) td.--min {
  background: #e0f7fd;
  color: #0f1923;
}
.cjw-srovnani-tabulka tbody tr:nth-child(odd) td.--max {
  background: #182535;
  color: #d6e6f0;
}
.cjw-srovnani-tabulka tbody tr:nth-child(even) td.--min {
  background: #c4eef9;
  color: #0f1923;
}
.cjw-srovnani-tabulka tbody tr:nth-child(even) td.--max {
  background: #0f1923;
  color: #bcd4e3;
}
.cjw-srovnani-tabulka tbody tr + tr td.--min {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.cjw-srovnani-tabulka tbody tr + tr td.--max {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 600px) {
  .cjw-srovnani-tabulka {
    min-width: 0;
  }
  .cjw-srovnani-tabulka thead {
    display: none;
  }
  .cjw-srovnani-tabulka tbody tr {
    display: block;
    margin-bottom: 1px;
  }
  .cjw-srovnani-tabulka tbody td {
    display: block;
    width: 100%;
  }
  .cjw-srovnani-tabulka tbody td::before {
    display: block;
    font-size: 0.72rem;
    font-weight: var(--bold);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    opacity: 0.65;
  }
  .cjw-srovnani-tabulka tbody td.--min::before {
    content: attr(data-label);
  }
  .cjw-srovnani-tabulka tbody td.--max::before {
    content: attr(data-label);
  }
  .cjw-srovnani-tabulka tbody tr + tr td {
    border-top: none;
  }
}

.cjw-vedle {
  padding: 5rem 0;
  background: #f0f9ff;
}
.cjw-vedle h2 {
  margin-bottom: 1rem;
}
.cjw-vedle-body {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cjw-vedle-body li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-left: 1.5rem;
  position: relative;
}
.cjw-vedle-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #03a9f4;
}
.cjw-vedle-body li strong {
  font-size: 0.95rem;
  color: #0f1923;
}
.cjw-vedle-body li span {
  font-size: 0.875rem;
  color: #64748b;
}

.cjw-envipartner {
  padding: 5rem 0;
}
.cjw-envipartner-logo-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  background: #f8fafc;
  border-radius: 10px;
}
.cjw-envipartner-od {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}
.cjw-envipartner-link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: var(--bold);
  color: #03a9f4;
  text-decoration: none;
}
.cjw-envipartner-link:hover {
  text-decoration: underline;
}

.cjw-faq {
  padding: 5rem 0;
  background: #f8fafc;
}
.cjw-faq-list {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cjw-faq-item {
  border-bottom: 1px solid #e2e8f0;
}
.cjw-faq-item:first-child {
  border-top: 1px solid #e2e8f0;
}
.cjw-faq-otazka {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  gap: 1rem;
}
.cjw-faq-otazka h3 {
  font-size: 1rem;
  font-weight: var(--bold);
  color: #0f1923;
  margin: 0;
}
.cjw-faq-ikona {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #03a9f4;
  line-height: 1;
  width: 1.5rem;
  text-align: center;
}
.cjw-faq-odpoved {
  padding: 0 0 1.25rem;
}
.cjw-faq-odpoved p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

.blog-archiv {
  padding: 3rem 0 5rem;
}

.blog-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.blog-karta {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.75rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .blog-karta {
    grid-template-columns: 1fr;
  }
}
.blog-karta-foto {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 4/3;
}
.blog-karta-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.blog-karta-foto:hover img {
  transform: scale(1.03);
}
.blog-karta-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog-karta-kategorie a {
  font-size: 0.75rem;
  font-weight: var(--bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #03a9f4;
  text-decoration: none;
}
.blog-karta-kategorie a:hover {
  text-decoration: underline;
}
.blog-karta-nadpis {
  font-size: 1.3rem;
  font-weight: var(--bold);
  margin: 0;
  line-height: 1.3;
}
.blog-karta-nadpis a {
  color: #0f1923;
  text-decoration: none;
}
.blog-karta-nadpis a:hover {
  color: #03a9f4;
}
.blog-karta-perex {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}
.blog-karta-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.75rem;
}
.blog-karta-meta time {
  font-size: 0.825rem;
  color: #94a3b8;
}
.blog-karta-cta {
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: #03a9f4;
  text-decoration: none;
}
.blog-karta-cta:hover {
  text-decoration: underline;
}

.nav-links {
  display: flex;
  gap: 0.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.nav-links a, .nav-links .current {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: var(--bold);
  text-decoration: none;
}
.nav-links a {
  background: #f1f5f9;
  color: #334155;
}
.nav-links a:hover {
  background: #e2e8f0;
}
.nav-links .current {
  background: #03a9f4;
  color: #fff;
}

.blog-sidebar {
  padding-top: 1rem;
}
.blog-sidebar-sekce {
  margin-bottom: 2rem;
}
.blog-sidebar-nadpis {
  font-size: 0.85rem;
  font-weight: var(--bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 1rem;
}
.blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.blog-sidebar ul li a {
  font-size: 0.9rem;
  color: #334155;
  text-decoration: none;
}
.blog-sidebar ul li a:hover {
  color: #03a9f4;
}
.blog-sidebar-seznam li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 0.6rem;
}
.blog-sidebar-seznam li a {
  font-size: 0.875rem;
  font-weight: var(--bold);
  color: #0f1923;
  text-decoration: none;
}
.blog-sidebar-seznam li a:hover {
  color: #03a9f4;
}
.blog-sidebar-seznam li span {
  font-size: 0.775rem;
  color: #94a3b8;
}

.blog-clanek-cover {
  margin-bottom: 3rem;
}
.blog-clanek-cover img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.blog-clanek-layout {
  padding-bottom: 5rem;
}
.blog-clanek-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.blog-clanek-datum {
  font-size: 0.875rem;
  color: #94a3b8;
}
.blog-clanek-obsah {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1e293b;
}
.blog-clanek-obsah h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.blog-clanek-obsah h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.blog-clanek-obsah p {
  margin-bottom: 1.25rem;
}
.blog-clanek-obsah a {
  color: #03a9f4;
}
.blog-clanek-obsah ul, .blog-clanek-obsah ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.blog-clanek-obsah li {
  margin-bottom: 0.4rem;
}
.blog-clanek-obsah blockquote {
  border-left: 3px solid #03a9f4;
  padding-left: 1.25rem;
  color: #475569;
  font-style: italic;
  margin: 1.5rem 0;
}
.blog-clanek-obsah img {
  max-width: 100%;
  border-radius: 6px;
}
.blog-clanek-tagy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.blog-clanek-navigace {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}
@media (max-width: 576px) {
  .blog-clanek-navigace {
    grid-template-columns: 1fr;
  }
}
.blog-clanek-nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.blog-clanek-nav-link:hover {
  background: #e0f7fd;
}
.blog-clanek-nav-link.--next {
  text-align: right;
}
.blog-clanek-nav-smer {
  font-size: 0.75rem;
  font-weight: var(--bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #03a9f4;
}
.blog-clanek-nav-titulek {
  font-size: 0.9rem;
  font-weight: var(--bold);
  color: #0f1923;
  line-height: 1.35;
}

.blog-tag {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  background: #f1f5f9;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #475569;
  text-decoration: none;
}
.blog-tag:hover {
  background: #e0f7fd;
  color: #0369a1;
}

.pk-prehled {
  padding: 4rem 0;
}
.pk-prehled-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .pk-prehled-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .pk-prehled-grid {
    grid-template-columns: 1fr;
  }
}
.pk-prehled-karta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pk-prehled-karta:hover {
  border-color: #03a9f4;
  box-shadow: 0 4px 20px rgba(3, 169, 244, 0.1);
}
.pk-prehled-ikona {
  width: 40px;
  height: 40px;
  color: #03a9f4;
  margin-bottom: 0.25rem;
}
.pk-prehled-ikona svg {
  width: 100%;
  height: 100%;
}
.pk-prehled-label {
  font-size: 0.72rem;
  font-weight: var(--bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.pk-prehled-nazev {
  font-size: 1.05rem;
  font-weight: var(--bold);
  color: #0f1923;
  margin: 0;
  line-height: 1.3;
}
.pk-prehled-perex {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.pk-prehled-odkaz {
  font-size: 0.85rem;
  font-weight: var(--bold);
  color: #03a9f4;
  margin-top: 0.5rem;
}
.pk-prehled-cta {
  padding: 4rem 0;
  background: #f8fafc;
}
.pk-prehled-cta h2 {
  margin-bottom: 0.75rem;
}
.pk-prehled-cta p {
  color: #475569;
  margin-bottom: 1.25rem;
}
.pk-prehled-telefon {
  font-size: 0.9rem;
  color: #fff;
}
.pk-prehled-telefon a {
  color: var(--odkazy);
  font-weight: var(--bold);
  text-decoration: none;
}
.pk-prehled-telefon a:hover {
  color: #03a9f4;
}

.priklady__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 992px) {
  .priklady__grid {
    grid-template-columns: 2fr 5fr;
    gap: 100px;
  }
}
@media (min-width: 1200px) {
  .priklady__grid {
    grid-template-columns: 2fr 6fr;
    gap: 100px;
  }
}

.priklady__grid-ba {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.priklady__grid-ba .situace {
  font-size: 1rem;
  line-height: 1.4;
  padding: 22px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.priklady__grid-ba .situace.--after {
  transition-delay: 0.18s;
}

.priklady__grid-hook.is-visible .situace {
  opacity: 1;
  transform: translateY(0);
}

.priklad__tag {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: var(--bold);
  letter-spacing: 0.75px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--tit);
}

@media (min-width: 992px) {
  .priklady__grid-situace {
    position: sticky;
    top: 90px;
    align-self: start;
  }
}
.priklady__grid-situace a {
  font-size: 1.2rem;
  line-height: normal;
  font-weight: var(--bold);
  text-decoration: none;
  display: flex;
  color: #a8a8a8;
  padding: 8px 0;
  border-bottom: 1px solid #E6E6E6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  transition: color 0.2s ease;
}
.priklady__grid-situace a.active {
  color: #000;
}

.priklady__cards {
  min-height: 100%;
}

.priklady__grid-hook {
  padding: 40px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .priklady__grid-hook {
    grid-template-columns: 1fr 1.1fr;
  }
}
@media (min-width: 992px) {
  .priklady__grid-hook {
    position: sticky;
  }
  .priklady__grid-hook:nth-child(1) {
    top: 90px;
  }
  .priklady__grid-hook:nth-child(2) {
    top: 110px;
  }
  .priklady__grid-hook:nth-child(3) {
    top: 130px;
  }
  .priklady__grid-hook:nth-child(4) {
    top: 150px;
  }
  .priklady__grid-hook:nth-child(5) {
    top: 300px;
  }
}
.priklady__grid-hook:nth-child(1) {
  --bgc: var(--bg-color);
  --bgcs: #fff;
  --c: #000;
  --tit: #191987;
}
.priklady__grid-hook:nth-child(2) {
  --bgc: #fffdf0;
  --bgcs: #fff;
  --c: #000;
  --tit: #c9b500;
}
.priklady__grid-hook:nth-child(3) {
  --bgc: #f4e5fe;
  --bgcs: #fff;
  --c: #000;
  --tit: #8236ad;
}
.priklady__grid-hook:nth-child(4) {
  --bgc: #d8fbdc;
  --bgcs: #fff;
  --c: #000;
  --tit: #1b9229;
}
.priklady__grid-hook:nth-child(5) {
  --bgc: #fcede2;
  --bgcs: #fff;
  --c: #000;
  --tit: #d76f27;
}
.priklady__grid-hook {
  background: var(--bgc);
  color: var(--c);
}
.priklady__grid-hook .situace {
  background-color: var(--bgcs);
}
.priklady__grid-hook .h4 {
  color: var(--tit);
}

.priklady__pagination {
  display: flex;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: center;
}
.priklady__pagination a {
  width: 16px;
  height: 16px;
  background-color: #ededed;
  border-radius: 200px;
}
.priklady__pagination a.active {
  background-color: #A3A3A3;
}

.pripad-sekce {
  background: #f1f5f9;
}

.pripad-karta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .pripad-karta {
    grid-template-columns: 1fr;
  }
}

.pripad-citace {
  background: #0f1923;
  padding: 3rem 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1199px) {
  .pripad-citace {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .pripad-citace {
    padding: 2.25rem 1.75rem;
    gap: 1.25rem;
  }
}

.pripad-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #03a9f4;
  margin: 0;
}

.pripad-quote {
  font-size: clamp(0.975rem, 1.5vw, 1.2rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.72;
  margin: 0;
  padding: 0;
  border: none;
}
.pripad-quote::before {
  content: "„";
  font-style: normal;
  color: #03a9f4;
  margin-right: 1px;
}
.pripad-quote::after {
  content: '"';
  font-style: normal;
  color: #03a9f4;
  margin-left: 1px;
}

.pripad-autor {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pripad-autor strong {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.pripad-autor span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.pripad-meta {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pripad-obec-nazev {
  font-size: 0.825rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.pripad-obec-detail {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}
.pripad-obec-detail::before {
  content: "·";
  margin: 0 0.6rem;
  color: rgba(255, 255, 255, 0.2);
}

.pripad-moduly {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pripad-modul-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 3px 9px;
  border-radius: 4px;
  background: rgba(3, 169, 244, 0.14);
  color: #7dd3fc;
  border: 1px solid rgba(3, 169, 244, 0.22);
}

.pripad-stats {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pripad-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.75rem 2.25rem;
}
.pripad-stat:nth-child(odd) {
  border-right: 1px solid #f1f5f9;
}
.pripad-stat:nth-child(1), .pripad-stat:nth-child(2) {
  border-bottom: 1px solid #f1f5f9;
}
@media (max-width: 1199px) {
  .pripad-stat {
    padding: 2.25rem 1.75rem;
  }
}
@media (max-width: 991px) {
  .pripad-stat {
    padding: 1.75rem 1.5rem;
  }
}

.pripad-stat-cislo {
  display: block;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: #03a9f4;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-variant-numeric: tabular-nums;
}

.pripad-stat-label {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
}

.pripad-disclaimer {
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 0;
}

.vyhody-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem 3.5rem;
}
@media (max-width: 991px) {
  .vyhody-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem 2.5rem;
  }
}
@media (max-width: 575px) {
  .vyhody-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.vyhoda {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vyhoda-ikona {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background: #2C3E50;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vyhoda-ikona svg {
  width: 22px;
  height: 22px;
  display: block;
}

.vyhoda-nadpis {
  font-size: 1.2rem;
  font-weight: var(--bold);
  color: #0f1923;
  margin: 0;
  line-height: 1.3;
}

.vyhoda__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.vyhoda-text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.esa-sekce {
  position: relative;
  overflow-x: clip;
  --wegas-lite: #0284c7;
  --gisella: #f97316;
  --soika: #dc2626;
}

.esa-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  grid-template-rows: auto 1fr;
  min-height: 560px;
  --bannerclr: #e4f0fb;
  background: var(--bannerclr);
  border-radius: 4px;
  padding: 60px 0 0 60px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .esa-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .esa-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }
}

.esa-foto {
  position: relative;
  grid-column: 2;
  grid-row: 1/3;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .esa-foto {
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .esa-foto {
    grid-column: auto;
    grid-row: auto;
  }
}

.esa-foto-inner {
  position: relative;
  margin-top: -90px;
}
.esa-foto-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(0deg, var(--bannerclr) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .esa-foto-inner {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .esa-foto-inner {
    max-width: 80%;
    margin: -90px 0 0 auto;
  }
}
@media (min-width: 992px) {
  .esa-foto-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
    aspect-ratio: 1481/1929;
    margin: 0;
  }
}

.esa-foto-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.esa-screen {
  position: absolute;
  z-index: 1;
  left: 13.64%;
  top: 2.7%;
  width: 46.46%;
  height: 74.91%;
  border-radius: 5%;
  overflow: hidden;
}

.esa-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.esa-slide.is-active {
  opacity: 1;
}

.esa-uvod {
  grid-column: 1;
  grid-row: 1;
  padding: 1rem 0px 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .esa-uvod {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 767.98px) {
  .esa-uvod {
    grid-column: auto;
    grid-row: auto;
  }
}
.esa-uvod h2 {
  line-height: 1;
}
.esa-uvod p {
  margin: 0;
}

.esa-apps {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: start;
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .esa-apps {
    grid-column: 1/-1;
    grid-row: 2;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .esa-apps {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.esa-app {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 1.125rem 1rem;
}
@media (max-width: 767.98px) {
  .esa-app {
    padding: 1.5rem;
  }
}
.esa-app {
  background: #fff;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0);
  border-top-width: 2px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.esa-app:hover, .esa-app:focus {
  background: #fff;
  color: #000;
  outline: 0;
}
.esa-app.--wegas-lite {
  border-top-color: var(--wegas-lite);
}
.esa-app.--gisella {
  border-top-color: var(--gisella);
}
.esa-app.--soika {
  border-top-color: var(--soika);
}

.esa-app-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/*
.esa-app-initials {
    width: 40px;
    height: 40px;
    border-radius: 8px;        
    font-weight: 800;
    font-size: 0.775rem;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
*/
.esa-app-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.esa-app-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.esa-app-info strong {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.esa-app-typ {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: inherit;
  line-height: 1;
}
.esa-app-typ svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  color: inherit;
  stroke: currentColor;
}

.esa-app-popis {
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 1rem 0;
  flex: 1;
}

.esa-app-users {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 10px 14px;
  font-weight: var(--bold);
}
.esa-app-users svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}

.esa-app.--wegas-lite .esa-app-users {
  background-color: var(--wegas-lite);
  color: #fff;
}

.esa-app.--gisella .esa-app-users {
  background-color: var(--gisella);
  color: #fff;
}

.esa-app.--soika .esa-app-users {
  background-color: var(--soika);
  color: #fff;
}
