/*!
Theme Name: Soika
Author: ENVIPARTNER
Author URI: https://www.envipartner.com
Version: 1.0
*/
@font-face {
  font-family: "EnviSans";
  font-style: normal;
  font-weight: 400;
  src: url("https://soika.josefpetlach.cz/wp-content/themes/envipartner-soika/fonts/envipartner-sans-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "EnviSans";
  font-style: normal;
  font-weight: 700;
  src: url("https://soika.josefpetlach.cz/wp-content/themes/envipartner-soika/fonts/envipartner-sans-bold.woff2") format("woff2");
  font-display: swap;
}
:root {
  --primary: #000000;
  --primary-hover: #000000;
  --on-primary: #fff;
  --highlight: var(--primary);
  --font-sans: 'EnviSans', 'Arial', sans-serif;
  --light: 400;
  --regular: 400;
  --bold: 700;
  --button-color: var(--primary);
  --button-color-hover: var(--primary-hover);
  --status-prijato: #80B3FF;
  --status-v-reseni: #FFD42A;
  --status-vyreseno: #ABD400;
  --status-nevyreseno: #FF5555;
}

*,
::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(--font-sans);
  font-style: normal;
  font-weight: var(--regular);
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

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

.bg-white {
  background: #fff;
}

.bg-blue {
  background: #ebf3ff;
}

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

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

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

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

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

.font-sans {
  font-family: var(--font-sans) !important;
}

blockquote {
  margin: 0 0 1rem;
}

.--highlight {
  color: var(--highlight);
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: var(--font-sans);
  font-weight: var(--regular);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
  line-height: 1.1;
  font-weight: var(--bold);
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: clamp(1.625rem, 1.8rem + 1vw, 3.7rem);
}

h3, .h3 {
  font-size: clamp(1.375rem, 1.22rem + 0.66vw, 1.75rem);
  margin-bottom: 0.7em;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 1.4rem;
  }
}

h4, .h4 {
  font-size: clamp(1.25rem, 1.15rem + 0.44vw, 1.5rem);
}

h5, .h5 {
  font-size: 1.1rem;
}

p.perex {
  font-size: 1.1rem;
  line-height: 1.7em;
  font-family: var(--font-sans);
  font-weight: var(--regular);
  color: #677880;
  margin-bottom: 2.8rem;
}

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

blockquote {
  font-family: var(--font-sans);
  font-style: italic;
  font-size: 1.1rem;
}

cite {
  font-style: normal;
  display: block;
}
cite:before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: var(--primary);
  display: block;
  margin-bottom: 10px;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
  font-weight: var(--light);
}

.uvodni-slovo p.perex {
  margin-bottom: 0;
}

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

p {
  margin-top: 0;
  margin-bottom: 2rem;
}
p.small {
  font-size: 0.85rem;
}
p.mini {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h2.hero {
  font-size: 4rem;
}

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

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

@media (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: end;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: end;
  }
}
p.small.eyebrow {
  font-weight: var(--bold);
}
p.small.eyebrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000;
  margin-right: 10px;
}

.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: 1500px;
  }
}
.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 ;
  }
}
#header {
  width: 100%;
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 1rem 0;
  font-family: var(--font-sans);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
#header .header__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: var(--bold);
  flex-shrink: 0;
}
.header__logo img, .header__logo svg {
  display: block;
  height: 40px;
  width: auto;
}

.header__bar {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .header__bar {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .header__bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(320px, 85vw);
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding: 6rem 2rem 2rem;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header__bar.show {
    transform: translateX(0);
  }
}

#header_nav {
  width: 100%;
}
@media (min-width: 992px) {
  #header_nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 0.3rem;
  }
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .nav-list {
    flex-direction: row;
    align-items: center;
    width: auto;
    gap: 0.15rem;
  }
}
.nav-list .menu-item a {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: var(--font-sans);
  line-height: 1.15;
  font-size: 1.1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
}
@media (min-width: 992px) {
  .nav-list .menu-item a {
    font-size: 0.9rem;
    font-weight: var(--bold);
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
  }
  .nav-list .menu-item a:hover, .nav-list .menu-item a:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.nav-list .current-menu-item a {
  color: var(--primary);
}

.header__cta {
  width: 100%;
  margin-top: auto;
}
.header__cta .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .header__cta {
    width: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
  .header__cta .btn {
    width: auto;
    padding: 0.55rem 1.15rem;
    font-size: 0.9rem;
    border-radius: 8px;
  }
}

.header_nav_toggler {
  position: relative;
  z-index: 1002;
  width: 40px;
  height: 40px;
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.header_nav_toggler svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.header_nav_toggler__icon-close {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.header_nav_toggler.is-open .header_nav_toggler__icon-open {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.header_nav_toggler.is-open .header_nav_toggler__icon-close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0);
}
@media (min-width: 992px) {
  .header_nav_toggler {
    display: none;
  }
}

.header__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(13, 17, 22, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.header__backdrop.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .header__backdrop {
    display: none;
  }
}

.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .social-links {
    margin-top: 0;
    margin-left: 20px;
  }
}
.social-links a {
  display: inline-flex;
  transition: opacity 0.3s ease;
  color: #88a3b4;
}
.social-links a:hover {
  opacity: 0.7;
}
.social-links a svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

ul.levemenu {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.levemenu .nav-link,
ul.levemenu .menu-item a {
  color: #000;
  background-color: #f5f5f5;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #e6e7e8;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  display: block;
  line-height: normal;
  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%;
}
ul.levemenu .menu-item a.active,
ul.levemenu .menu-item a:hover,
ul.levemenu .menu-item a:focus,
ul.levemenu .menu-item.current-menu-item a {
  color: #bd1622;
  border-bottom: 1px solid #d9deef;
  border-left: 3px solid #bd1622;
}

button,
.btn,
.wp-block-button__link {
  border: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: none;
  font-size: 1rem;
  padding: 1em 1.6em;
  position: relative;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--button-color-hover);
  color: #fff;
}

.btn-outline-primary {
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: var(--on-primary);
  background-color: var(--primary);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn-black:hover, .btn-black:focus {
  background-color: #1a1a1a;
  color: #fff;
}

.btn-outline-black {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.btn-outline-black:hover, .btn-outline-black:focus {
  color: #fff;
  background-color: #000;
}

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

[role=button] {
  cursor: pointer;
}

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

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

.hp-hero {
  padding-top: 8em;
  padding-bottom: 6em;
  margin-bottom: 3em;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.hp-hero .--hero-text {
  position: relative;
  z-index: 500;
  text-align: center;
}
.hp-hero .--hero-text p.perex {
  color: inherit;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.hp-hero.--home {
  padding: 0;
  text-align: center;
}

.--home .--hero-text {
  padding-top: 15rem;
  padding-bottom: 14rem;
  text-align: inherit;
}

.chevron-right {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  fill: none;
  flex-shrink: 0;
}

.hero__cta-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.hp-blog {
  padding-top: 4rem;
  padding-bottom: 3.2rem;
}
.hp-blog h3, .hp-blog h2 {
  margin-bottom: 1em;
  font-weight: 400;
  color: #2e384d;
}

.novinky__vypis {
  margin-bottom: 4rem;
}
.novinky__vypis a {
  color: #353535;
  text-decoration: none;
}
.novinky__vypis .--thumbnail {
  overflow: hidden;
  position: relative;
}
.novinky__vypis h3 {
  margin-bottom: 0.2em;
  color: #bd1622;
  font-weight: 700;
}
.novinky__vypis p {
  margin-bottom: 0.3em;
}
.novinky__vypis h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #bd1622;
  margin-top: 1em;
}
.novinky__vypis .--mini {
  font-size: 0.85rem !important;
  color: gray;
  margin-bottom: 0.7rem;
  display: inline-block;
}

.--popisek p {
  margin-bottom: 0;
}

a.readmore {
  color: #bd1622;
  text-decoration: underline;
}

.clanek {
  padding-top: 3em;
  padding-bottom: 5em;
  margin-bottom: 5em;
  border-bottom: 1px solid #dedede;
}
.clanek p.perex {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
}
.clanek p {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.8;
}

footer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: 0.9rem;
}

footer a:focus, footer a:hover, footer a:link, footer a:visited {
  color: inherit;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer-columns {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-columns {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .footer-col--weby {
    grid-column: span 2;
  }
}

.footer-col__title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  color: #999;
  margin-bottom: 1rem;
}

.footer-logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .footer-logos {
    flex-direction: row;
  }
}

.footer-logo {
  display: block;
  height: 26px;
  width: auto;
}

.footer-logos__divider {
  width: 1px;
  height: 22px;
  background-color: #d5d5d5;
}

.footer-cert-text {
  color: #666;
  font-size: 0.85rem;
  max-width: 26rem;
  margin: 0;
}
.footer-cert-text a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.footer-cert-text a:hover, .footer-cert-text a:focus {
  text-decoration: none;
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-nav-list {
    columns: 2;
    column-gap: 2rem;
  }
}
.footer-nav-list li {
  break-inside: avoid;
  margin-bottom: 0.65rem;
}
.footer-nav-list a {
  color: #666;
  font-size: 0.9rem;
  text-decoration: none;
}
.footer-nav-list a:hover, .footer-nav-list a:focus {
  color: #000;
  text-decoration: underline;
}

/* IKONY */
.iko-arrow-mini {
  width: 12px;
  height: 9px;
  margin-left: 8px;
}

.copyright a {
  color: #b9b9b9;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  display: inline-block;
  margin: 0 5px;
}
.copyright a:first-child {
  margin: 0 5px 0 0;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section--dark {
  background-color: #1f2933;
  color: #fff;
}

.section__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}
.section__header--light .section__title {
  color: #fff;
}
.section__header--light .section__subtitle {
  color: #cbd2d9;
}

.section__label {
  display: inline-block;
  color: var(--primary);
  font-weight: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.section__title {
  margin-bottom: 0.75rem;
}

.section__subtitle {
  color: #495155;
  margin-bottom: 0;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.card__icon {
  margin-bottom: 1rem;
}
.card__icon img {
  width: 40px;
  height: 40px;
}
.card__title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.card__text {
  color: #677880;
  margin-bottom: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  text-align: center;
  background: linear-gradient(0deg, #e4e8ff, transparent);
}
@media (min-width: 1200px) {
  .hero {
    padding-top: 10rem;
  }
}
.hero__title {
  position: relative;
  text-wrap: balance;
}
.hero__shapes {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
}
.hero__circle, .hero__ring {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
  border-radius: 50%;
}
.hero__circle {
  width: clamp(420px, 55vw, 720px);
  aspect-ratio: 1/1;
  background: linear-gradient(0deg, #bcc2ff, transparent);
}
.hero__ring {
  width: clamp(560px, 66vw, 960px);
  aspect-ratio: 1/1;
  border: 2px solid #dfe3fd;
}
.hero__frame-wrap {
  position: relative;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero__frame-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hero__frame-wrap {
    margin-top: 4rem;
  }
}
.hero__frame {
  position: relative;
  display: inline-block;
}
.hero__frame__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 1fr);
  column-gap: 1rem;
}
@media (max-width: 767.98px) {
  .hero__frame__grid {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #fff;
  }
}
.hero__banner-text {
  grid-column: 1/4;
  grid-row: 2;
  text-align: left;
}
.hero__banner-text__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-sans);
  font-weight: var(--bold);
  font-size: 0.95rem;
}
.hero__banner-text__desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 767.98px) {
  .hero__frame__grid .hero__banner-text {
    display: none;
  }
}
.hero__banner-text--mobile {
  display: none;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .hero__banner-text--mobile {
    display: block;
  }
}
.hero__banner-set {
  display: none;
}
.hero__banner-set.is-active {
  display: contents;
}
@media (max-width: 767.98px) {
  .hero__banner-set.is-active {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.hero__banner-graphic {
  position: relative;
  grid-column: 9/13;
  grid-row: 2;
  align-self: center;
  text-align: left;
  border-radius: 15px;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .hero__banner-graphic {
    align-self: stretch;
  }
}
.hero__banner-graphic__badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem;
  font-weight: var(--bold);
  text-align: center;
  color: #000;
  background-color: inherit;
  border-radius: 60px;
  overflow: hidden;
}
.hero__banner-graphic__badge::after {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__banner-graphic + .hero__banner-graphic {
  grid-row: 3;
}
.hero__banner-graphic__title {
  margin: 0 0 0.25rem;
  font-family: var(--font-sans);
  font-weight: var(--bold);
  font-size: 0.95rem;
}
.hero__banner-graphic__desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
}
.hero__banner-graphic--danger {
  background-color: var(--status-nevyreseno);
  color: #fff;
}
.hero__banner-graphic--warning {
  background-color: var(--status-v-reseni);
  color: #000;
}
.hero__banner-graphic--success {
  background-color: var(--status-vyreseno);
  color: #000;
}
.hero__banner-graphic--info {
  background-color: var(--status-prijato);
  color: #000;
}
.hero__banner-graphic--neutral {
  background-color: #EFEFEF;
  color: #000;
}
.hero__banner-graphic--empty {
  visibility: hidden;
}
.hero__banner-set.is-active .hero__banner-graphic {
  animation: hero-fade-up 0.5s ease both;
}
.hero__banner-set.is-active .hero__banner-graphic:nth-of-type(1) {
  animation-delay: 0.4s;
}
.hero__banner-set.is-active .hero__banner-graphic:nth-of-type(2) {
  animation-delay: 0.8s;
}
@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__banner-graphic {
    animation: none !important;
  }
  .hero__frame-slide-item {
    transition: none;
  }
}
.hero__nav-slider {
  grid-column: 1/4;
  grid-row: 3;
  align-self: start;
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .hero__nav-slider {
    justify-content: center;
  }
}
.hero__nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.hero__nav-arrow:hover, .hero__nav-arrow:focus-visible {
  background-color: #000;
  color: #fff;
}
.hero__nav-arrow--prev .hero__nav-arrow-icon {
  transform: rotate(180deg);
}
.hero__nav-arrow-icon {
  width: 16px;
  height: 16px;
  fill: none;
  color: inherit;
}
.hero__frame-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.hero__frame-slide-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hero__frame-slide {
  display: block;
  width: 100%;
  border-radius: 30px 30px 0 0;
}
.hero__frame-img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(380px, 70vh, 551px);
}

.hero-second {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 60svh;
  text-align: center;
  color: #000;
  background: linear-gradient(0deg, #e4e8ff, transparent);
}
.hero-second > .container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.hero-second__title {
  position: relative;
  text-wrap: balance;
}
.hero-second__shapes {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
}
.hero-second__circle, .hero-second__ring {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
  border-radius: 50%;
}
.hero-second__circle {
  width: clamp(420px, 55vw, 720px);
  aspect-ratio: 1/1;
  background: linear-gradient(0deg, #bcc2ff, transparent);
}
.hero-second__ring {
  width: clamp(560px, 66vw, 960px);
  aspect-ratio: 1/1;
  border: 2px solid #dfe3fd;
}
.hero-second__frame-wrap {
  position: relative;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-second__frame-wrap {
    flex-direction: row;
    justify-content: center;
  }
}
.hero-second__frame {
  position: relative;
  display: inline-block;
}
.hero-second__frame-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 551px;
}
.hero-second__frame-img--front {
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease-out;
}
.hero-second__frame-img--back {
  position: absolute;
  bottom: 0;
  left: 4%;
  z-index: 1;
  width: 98%;
  max-width: 98%;
  transition: transform 0.25s ease-out;
}
.hero-second__grid {
  position: relative;
  order: -1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero-second__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .hero-second__grid {
    position: absolute;
    inset: 0;
    order: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 1fr);
    column-gap: 1rem;
    width: auto;
    margin-bottom: 0;
  }
}
.hero-second__banner {
  position: relative;
  text-align: center;
  color: inherit;
  opacity: 0;
}
@media (min-width: 992px) {
  .hero-second__banner {
    grid-column: 1/4;
  }
  .hero-second__banner--1 {
    grid-row: 1;
  }
  .hero-second__banner--2 {
    grid-row: 3;
  }
  .hero-second__banner--3 {
    grid-column: 10/13;
    grid-row: 1;
  }
  .hero-second__banner--4 {
    grid-column: 10/13;
    grid-row: 3;
  }
}
.hero-second__grid.is-active .hero-second__banner {
  animation: hero-second-fade-up 0.5s ease both;
}
.hero-second__grid.is-active .hero-second__banner--1 {
  animation-delay: 0s;
}
.hero-second__grid.is-active .hero-second__banner--2 {
  animation-delay: 0.4s;
}
.hero-second__grid.is-active .hero-second__banner--3 {
  animation-delay: 0.8s;
}
.hero-second__grid.is-active .hero-second__banner--4 {
  animation-delay: 1.2s;
}
.hero-second__banner-title {
  margin: 0 0 0.25rem;
  font-family: var(--font-sans);
  font-weight: var(--bold);
  font-size: 1rem;
  line-height: 1.2;
  color: inherit;
}
.hero-second__banner-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  color: inherit;
}
@keyframes hero-second-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-second__banner {
    animation: none !important;
    opacity: 1;
  }
}

.eyebrow {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.eyebrow svg {
  width: 30px;
  height: 58px;
}

.social-proof {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.social-proof__text {
  color: #677880;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.social-proof__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.social-proof__logo {
  display: inline-flex;
  align-items: center;
}
.social-proof__logo img {
  max-height: 40px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.7;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.social-proof__logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.why-gisella__benefity {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 50px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .why-gisella__benefity {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 50px;
  }
}
@media (min-width: 992px) {
  .why-gisella__benefity.--lp {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.why-gisella__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-gisella__benefit-icon {
  display: block;
  width: 48px;
  height: 48px;
  fill: none;
  stroke-width: 1px;
  color: var(--highlight);
  margin-bottom: 0.9rem;
}
.why-gisella__benefit-funkce {
  display: block;
  font-family: var(--font-sans);
  font-size: 1.3rem;
  color: #3a4554;
  margin-bottom: 0.25rem;
}
.why-gisella__benefit-vyhoda {
  display: block;
  color: #434a4d;
  font-size: 0.9rem;
}

.target-groups__track {
  position: relative;
}
@media (min-width: 992px) {
  .target-groups__track {
    height: calc(var(--tg-count, 4) * 55vh);
  }
}

@media (min-width: 992px) {
  .target-groups__sticky {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.target-groups__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  width: 100%;
}

.target-groups__nav {
  grid-column: 1/-1;
  text-align: left;
}
@media (min-width: 992px) {
  .target-groups__nav {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}
.target-groups__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.target-groups__nav li {
  border-bottom: 1px solid #cfcfcf;
  text-align: left;
}

.target-groups__nav-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.85rem;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 1.15rem 0;
  font-family: var(--font-sans);
  font-size: 1.35rem;
  color: #999;
  transition: color 0.3s ease;
}
.target-groups__nav-item:hover {
  color: #555;
}
.target-groups__nav-item.is-active {
  color: #000;
}
.target-groups__nav-item.is-active .target-groups__nav-number {
  color: var(--highlight);
}

.target-groups__nav-number {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: var(--bold);
  color: #999;
  transition: color 0.3s ease;
}

.target-groups__items {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .target-groups__items {
    display: contents;
  }
}
@media (max-width: 991.98px) {
  .target-groups__items {
    margin-top: 2.5rem;
  }
}

@media (min-width: 992px) {
  .target-groups__item {
    display: contents;
  }
}
@media (max-width: 991.98px) {
  .target-groups__item {
    margin-bottom: 3rem;
  }
  .target-groups__item:last-child {
    margin-bottom: 0;
  }
}

.target-groups__item-media {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1/1.2;
}
@media (min-width: 768px) {
  .target-groups__item-media {
    aspect-ratio: 1.3/1;
  }
}
@media (min-width: 992px) {
  .target-groups__item-media {
    grid-row: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    aspect-ratio: 1/1.4;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .target-groups__item-media {
    grid-column: 5/-1;
    aspect-ratio: 2.4/1;
  }
}
@media (min-width: 1200px) {
  .target-groups__item-media {
    grid-column: 5/span 4;
  }
}
.target-groups__item-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.6) 100%);
}

.target-groups__item.is-active .target-groups__item-media {
  opacity: 1;
  visibility: visible;
}

.target-groups__media-img,
.target-groups__media-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.target-groups__media-placeholder {
  background-color: #e6e7e8;
}

.target-groups__media-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.target-groups__media-text h3 {
  color: #fff;
  margin: 0;
}
.target-groups__media-text .target-group-card__desc {
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

@media (min-width: 992px) {
  .target-groups__item-detail {
    grid-column: 9/span 4;
    grid-row: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease 0.05s;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .target-groups__item-detail {
    grid-column: 5/-1;
    grid-row: 2;
    align-self: start;
    margin-top: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .target-groups__item-detail {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .target-groups__item-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .target-groups__item-detail-bottom {
    margin-top: auto;
  }
}

.target-group-card__paragraph {
  color: #2e384d;
  margin: 0 0 1.5rem;
}

.target-groups__item.is-active .target-groups__item-detail {
  opacity: 1;
  visibility: visible;
}

.target-group-card__list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}
.target-group-card__list li {
  padding-left: 1.25rem;
  position: relative;
  color: #2e384d;
}
.target-group-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background-color: #000;
}

.target-groups__panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e6e7e8;
  color: #2e384d;
}

.how-it-works {
  background-color: #fff2f0;
  color: #0c0c0c;
  --secondc: #f7b19d;
}
.how-it-works__cell {
  text-align: center;
}
.how-it-works__cell:nth-child(1) {
  --stagger: 0s;
}
.how-it-works__cell:nth-child(2) {
  --stagger: .6s;
}
.how-it-works__cell:nth-child(3) {
  --stagger: 1.2s;
}
.how-it-works__cell:nth-child(4) {
  --stagger: 1.8s;
}
.how-it-works__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid var(--secondc);
  opacity: 0;
}
.how-it-works__icon-circle svg {
  width: 28px;
  height: 28px;
}
.how-it-works__icon-circle svg path,
.how-it-works__icon-circle svg rect,
.how-it-works__icon-circle svg line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.how-it-works__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: -15px auto 1rem;
  border-radius: 50%;
  background-color: var(--secondc);
  color: #000;
  font-size: 0.8rem;
  font-weight: var(--bold);
  opacity: 0;
}
.how-it-works h3 {
  opacity: 0;
}
.how-it-works__text {
  color: #404141;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0;
  opacity: 0;
}
.how-it-works__steps.is-active .how-it-works__cell .how-it-works__icon-circle,
.how-it-works__steps.is-active .how-it-works__cell .how-it-works__number {
  animation: how-it-works-fade-up 0.5s ease both;
  animation-delay: var(--stagger);
}
.how-it-works__steps.is-active .how-it-works__cell h3,
.how-it-works__steps.is-active .how-it-works__cell .how-it-works__text {
  animation: how-it-works-fade-up 0.5s ease both;
  animation-delay: calc(var(--stagger) + 0.35s);
}
.how-it-works__steps.is-active .how-it-works__cell .how-it-works__icon-circle svg path,
.how-it-works__steps.is-active .how-it-works__cell .how-it-works__icon-circle svg rect,
.how-it-works__steps.is-active .how-it-works__cell .how-it-works__icon-circle svg line {
  animation: how-it-works-draw 0.6s ease-out forwards;
  animation-delay: calc(var(--stagger) + 0.35s);
}
@keyframes how-it-works-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes how-it-works-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .how-it-works__icon-circle, .how-it-works__number,
  .how-it-works h3, .how-it-works__text {
    opacity: 1;
  }
  .how-it-works__icon-circle svg path, .how-it-works__icon-circle svg rect, .how-it-works__icon-circle svg line {
    stroke-dashoffset: 0;
  }
}
.how-it-works__highlight {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  text-align: center;
}
.how-it-works__highlight-label {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.how-it-works__highlight-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.what-to-report {
  background-color: #fff;
  --secbgr: #f7b19d;
}
.what-to-report__row {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .what-to-report__row {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.what-to-report__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) {
  .what-to-report__text {
    padding-top: 11rem;
    padding-bottom: 11rem;
    padding-right: 6rem;
    padding-left: calc((100vw - 720px) / 2 + 0.75rem);
  }
}
@media (min-width: 992px) {
  .what-to-report__text {
    padding-left: calc((100vw - 960px) / 2 + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .what-to-report__text {
    padding-left: calc((100vw - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .what-to-report__text {
    padding-left: calc((100vw - 1320px) / 2 + 0.75rem);
  }
}
@media (min-width: 1600px) {
  .what-to-report__text {
    padding-left: calc((100vw - 1500px) / 2 + 0.75rem);
  }
}
.what-to-report__photo {
  min-height: 280px;
  background-color: #EFEFEF;
}
.what-to-report__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-to-report h2 {
  margin-bottom: 1rem;
}
.what-to-report ul {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.what-to-report ul li {
  background-color: var(--secbgr);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
  color: #000;
}
@media (min-width: 768px) {
  .what-to-report--reverse .what-to-report__text {
    order: 2;
    padding-left: 3rem;
    padding-right: calc((100vw - 720px) / 2 + 0.75rem);
  }
}
@media (min-width: 992px) {
  .what-to-report--reverse .what-to-report__text {
    padding-right: calc((100vw - 960px) / 2 + 0.75rem);
  }
}
@media (min-width: 1200px) {
  .what-to-report--reverse .what-to-report__text {
    padding-right: calc((100vw - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .what-to-report--reverse .what-to-report__text {
    padding-right: calc((100vw - 1320px) / 2 + 0.75rem);
  }
}
@media (min-width: 1600px) {
  .what-to-report--reverse .what-to-report__text {
    padding-right: calc((100vw - 1500px) / 2 + 0.75rem);
  }
}
@media (min-width: 768px) {
  .what-to-report--reverse .what-to-report__photo {
    order: 1;
  }
}

.benefits__list {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 0.9rem 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .benefits__list {
    grid-template-columns: 1fr 1fr;
  }
}
.benefits__list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #000;
}
.benefits__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #d39970;
}

.wegas__example {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin: 3rem auto;
}
@media (min-width: 992px) {
  .wegas__example {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.wegas__example-text-col {
  text-align: left;
}
.wegas__example-label {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--status-prijato);
}
.wegas__example-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.wegas__preview {
  position: relative;
  aspect-ratio: 16/10;
  width: 100%;
  background-color: #fff;
  border: 10px solid #000;
  border-radius: 20px;
}
.wegas__preview::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: calc(35% + 10px);
  border-radius: 0 0 20px 20px;
  background: linear-gradient(0deg, rgb(235, 243, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.wegas__preview-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.wegas__preview-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.for-citizens__steps {
  list-style: none;
  counter-reset: steps;
  margin: 3rem auto;
  padding: 0;
  max-width: 640px;
  display: grid;
  gap: 0.75rem;
}
.for-citizens__steps li {
  counter-increment: steps;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 0.8rem 1rem 0.8rem 3rem;
  font-size: 0.95rem;
  color: #2e384d;
}
.for-citizens__steps li::before {
  content: counter(steps);
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: var(--bold);
}
.for-citizens__note {
  max-width: 640px;
  margin: 0 auto 3rem;
  padding: 1.5rem 2rem;
  background-color: #F5F5F5;
  border-radius: 15px;
  text-align: center;
}
.for-citizens__note-label {
  margin: 0 0 0.35rem;
  font-weight: var(--bold);
}
.for-citizens__note-text {
  margin: 0;
  font-size: 0.9rem;
  color: #677880;
}
.for-citizens__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.faq__group-title {
  margin: 2.5rem 0 1rem;
  font-size: 1.1rem;
}
.faq__group-title:first-child {
  margin-top: 0;
}

.flexible-data__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
}
@media (min-width: 992px) {
  .flexible-data__grid {
    grid-template-columns: 1.5fr 2fr;
    align-items: center;
    row-gap: 0;
  }
}
.flexible-data__content, .flexible-data__slider-wrap {
  min-width: 0;
}
.flexible-data__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 992px) {
  .flexible-data__content {
    padding-left: calc((100vw - 960px) / 2 + 0.75rem);
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .flexible-data__content {
    padding-left: calc((100vw - 1140px) / 2 + 0.75rem);
  }
}
@media (min-width: 1400px) {
  .flexible-data__content {
    padding-left: calc((100vw - 1320px) / 2 + 0.75rem);
  }
}
@media (min-width: 1600px) {
  .flexible-data__content {
    padding-left: calc((100vw - 1500px) / 2 + 0.75rem);
  }
}
.flexible-data__slider-wrap {
  position: relative;
  background-color: #ececef;
  padding: 8rem 1.25rem;
  min-height: 26rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .flexible-data__slider-wrap {
    padding: 8rem 3rem;
  }
}
@media (min-width: 992px) {
  .flexible-data__slider-wrap {
    padding: 12rem 3rem;
  }
  .flexible-data__slider-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
}
.flexible-data__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.flexible-data__bg-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.flexible-data__bg-item.is-active {
  opacity: 1;
}
.flexible-data__bg-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.flexible-data__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible-data__preview {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
}
.flexible-data__preview::-webkit-scrollbar {
  display: none;
}
.flexible-data__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
}
.flexible-data__card {
  width: 100%;
  max-width: 460px;
  height: 100%;
  background-color: #fff;
  border-radius: 18px;
  padding: 1.75rem;
}
.flexible-data__card h3 {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
  opacity: 0;
}
.flexible-data__card .flexible-data__fields li {
  opacity: 0;
}
.flexible-data__slide.is-active .flexible-data__card h3 {
  animation: flex-fade-up 0.5s ease both;
}
.flexible-data__slide.is-active .flexible-data__card .flexible-data__fields li {
  animation: flex-fade-up 0.5s ease both;
}
.flexible-data__slide.is-active .flexible-data__card .flexible-data__fields li:nth-child(1) {
  animation-delay: 0.35s;
}
.flexible-data__slide.is-active .flexible-data__card .flexible-data__fields li:nth-child(2) {
  animation-delay: 0.75s;
}
.flexible-data__slide.is-active .flexible-data__card .flexible-data__fields li:nth-child(3) {
  animation-delay: 1.15s;
}
.flexible-data__slide.is-active .flexible-data__card .flexible-data__fields li:nth-child(4) {
  animation-delay: 1.55s;
}
.flexible-data__slide.is-active .flexible-data__card .flexible-data__fields li:nth-child(5) {
  animation-delay: 1.95s;
}
.flexible-data__slide.is-active .flexible-data__card .flexible-data__fields li:nth-child(6) {
  animation-delay: 2.35s;
}
@keyframes flex-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .flexible-data__card h3, .flexible-data__card .flexible-data__fields li {
    opacity: 1;
    animation: none !important;
  }
}
.flexible-data__card-header {
  display: flex;
  gap: 6px;
  margin-bottom: 1.5rem;
}
.flexible-data__card-header span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e6e7e8;
}
.flexible-data__fields {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}
.flexible-data__fields li {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
  color: #2e384d;
}
.flexible-data__nav {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .flexible-data__nav {
    right: 1.75rem;
    bottom: 1.75rem;
  }
}
.flexible-data__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.flexible-data__arrow:hover, .flexible-data__arrow:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.flexible-data__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  color: #fff;
}
.flexible-data__arrow--prev svg {
  transform: rotate(180deg);
}

.references__strip {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.5rem;
}
.references__strip li {
  font-family: var(--font-sans);
  font-weight: var(--bold);
  font-size: 1.1rem;
  color: #9aa5aa;
}

.support__grid {
  display: grid;
}
@media (min-width: 992px) {
  .support__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.support__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .support__content {
    padding-left: max(1.5rem, (100vw - 1320px) / 2 + 0.75rem);
    padding-right: 3rem;
  }
}
.support__content h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.support__trust-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.support__trust-points li {
  padding-left: 1.25rem;
  position: relative;
  color: #cbd2d9;
}
.support__trust-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background-color: var(--primary);
}
.support__media {
  position: relative;
  min-height: 90svh;
}
.support__media .brand__detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 5;
}
.support__media .brand__detail div {
  width: 100%;
  height: 100%;
}
.support__media .brand__detail div.blue {
  background: #05B6EC;
}
.support__media .brand__detail div.yellow {
  background: #FBD700;
}
.support__media .brand__detail div.green {
  background: #99C21C;
}
.support__media .brand__detail div.red {
  background: #E20413;
}
@media (min-width: 992px) {
  .support__media {
    min-height: 100%;
  }
  .support__media .brand__detail {
    width: 2px;
    height: 100%;
    grid-template-columns: unset;
    grid-template-rows: repeat(4, 1fr);
  }
}
.support__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support__media-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.75) 100%);
}
.support__quote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 2.8rem;
  font-style: normal;
}
.support__quote h3 {
  margin: 0;
  line-height: 1.3;
}
.support__quote-mark {
  display: block;
  font-family: var(--font-sans);
  font-size: 4rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
}
.support__quote p {
  font-style: normal;
  color: #fff;
  margin: 0;
}

@keyframes cta-avatar-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.cta-banner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.cta-banner__social {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto 1.5rem;
}
.cta-banner__social-text {
  color: #8a8a8a;
  font-size: 0.85rem;
}
.cta-banner__avatars {
  display: flex;
}
.cta-banner__avatar {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin-left: -10px;
  opacity: 0;
}
.cta-banner__avatar:first-child {
  margin-left: 0;
}
.cta-banner__social.is-visible .cta-banner__avatar {
  animation: cta-avatar-in 0.5s ease both;
  animation-delay: calc(var(--i) * 0.12s);
}
.cta-banner__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-banner__title {
  color: inherit;
  margin-bottom: 0.75rem;
}
.cta-banner__text {
  max-width: 640px;
  margin: 0 auto 2rem;
  color: inherit;
  opacity: 0.9;
}
.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.cta-banner .btn-outline-primary {
  color: var(--on-primary);
  border-color: var(--on-primary);
}
.cta-banner .btn-outline-primary:hover, .cta-banner .btn-outline-primary:focus {
  background-color: var(--on-primary);
  color: var(--primary);
}

@media (prefers-reduced-motion: reduce) {
  .cta-banner__avatar {
    opacity: 1;
    animation: none !important;
  }
}
.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 3.5rem;
}
.final-cta__contact {
  margin-top: 1rem;
}
.final-cta__contact-company {
  margin: 0;
  font-weight: var(--bold);
}
.final-cta__contact-address {
  margin: 0 0 1.25rem;
}
.final-cta__contact-person-label {
  margin: 0 0 0.25rem;
  font-size: 0.8rem;
  font-weight: var(--bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.final-cta__contact-person {
  margin: 0;
}
.final-cta__contact-phone {
  margin: 0;
}
.final-cta__contact-phone a {
  color: inherit;
}
.final-cta__form {
  text-align: left;
}
.final-cta__form-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .final-cta__form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.final-cta__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (min-width: 768px) {
  .final-cta__field--full {
    grid-column: 1/-1;
  }
}
.final-cta__field label {
  font-size: 0.85rem;
  font-weight: var(--bold);
}
.final-cta__field input,
.final-cta__field textarea {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  background-color: #fff;
}
.final-cta__field input:focus,
.final-cta__field textarea:focus {
  outline: 2px solid #000;
  outline-offset: 1px;
}
.final-cta__field--checkbox {
  flex-direction: row;
  align-items: flex-start;
}
.final-cta__field--checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: var(--regular);
}
.final-cta__field--checkbox input {
  margin-top: 0.2rem;
}

.video-modal-open {
  overflow: hidden;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.video-modal[hidden] {
  display: none;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  max-height: calc(100vh - 3rem);
  aspect-ratio: 16/9;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.video-modal.is-open .video-modal__backdrop {
  opacity: 1;
}
.video-modal.is-open .video-modal__dialog {
  opacity: 1;
  transform: scale(1);
}
.video-modal__close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}
.video-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
}
.video-modal__close:hover, .video-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}
@media (max-width: 767.98px) {
  .video-modal__close {
    top: -3rem;
    right: 0;
  }
}
.video-modal__frame {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.video-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .video-modal__backdrop,
  .video-modal__dialog {
    transition: none;
  }
}
.target-groups-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .target-groups-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.target-groups-grid__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 1.75rem;
  transition: box-shadow 0.25s ease;
}
.target-groups-grid__card:hover, .target-groups-grid__card:focus {
  color: inherit;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.target-groups-grid__desc {
  color: #677880;
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
}
.target-groups-grid__cta {
  pointer-events: none;
  margin-top: auto;
}

.cil-hero {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
}
.cil-hero__top h1 {
  text-wrap: balance;
}
.cil-hero__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .cil-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
    min-height: 34rem;
  }
}
.cil-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cil-hero__content {
    align-self: center;
    padding-bottom: 3rem;
  }
}
.cil-hero__cta {
  margin-top: 1.5rem;
}
.cil-hero__cta .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .cil-hero__cta .btn {
    width: auto;
  }
}
.cil-hero__visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1rem;
  min-height: 20rem;
}
@media (min-width: 992px) {
  .cil-hero__visual {
    position: relative;
    justify-content: flex-end;
    padding: 0;
    min-height: 34rem;
  }
}
.cil-hero__bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cil-hero__phone-frame {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 80%;
  max-height: 55vh;
}
@media (min-width: 992px) {
  .cil-hero__phone-frame {
    max-height: none;
    height: 100%;
  }
}
.cil-hero__phone-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 55vh;
}
@media (min-width: 992px) {
  .cil-hero__phone-img {
    max-height: none;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
  }
}
.cil-hero__banner {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 28%;
  max-width: 280px;
  background: rgba(15, 15, 22, 0.55);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  box-shadow: 0 8px 24px -12px rgba(15, 15, 22, 0.45);
  color: #fff;
  padding: 15px;
  font-size: 0.85rem;
  line-height: 1.375;
  letter-spacing: 0.025em;
}
@media (min-width: 992px) {
  .cil-hero__banner {
    right: 2rem;
  }
}

.cil-uses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  overflow: hidden;
}
@media (min-width: 620px) {
  .cil-uses {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .cil-uses {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cil-uses li {
  background-color: #fff;
  padding: 1.4rem 1.5rem;
  font-weight: var(--bold);
  font-size: 0.95rem;
}

.cil-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .cil-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .cil-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}
.cil-gallery__item {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.cil-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cil-examples {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .cil-examples {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.cil-examples__item {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 1.75rem;
}
.cil-examples__item h3 {
  font-size: 1.05rem;
}
.cil-examples__item p {
  color: #677880;
  font-size: 0.92rem;
  margin-bottom: 0;
}

.cil-fit {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .cil-fit {
    grid-template-columns: 1fr 1fr;
  }
}
.cil-fit__box {
  border-radius: 15px;
  padding: 2.2rem;
}
.cil-fit__box--yes {
  background-color: #eaf6fb;
}
.cil-fit__box--no {
  background-color: #fff;
  border: 1px solid #e4e7e9;
}
.cil-fit__box h3 {
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
}
.cil-fit__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.cil-fit__box li {
  padding-left: 1.6rem;
  position: relative;
}
.cil-fit__box--yes li::before, .cil-fit__box--no li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cil-fit__box--yes li::before {
  background-color: var(--primary);
}
.cil-fit__box--no li::before {
  background-color: #cbd2d9;
}
.cil-fit__box b {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}
.cil-fit__box span {
  display: block;
  color: #677880;
  font-size: 0.88rem;
}

.cil-final {
  background: linear-gradient(155deg, #1c4e60, var(--primary) 130%);
  color: #fff;
  border-radius: 15px;
  padding: 4.5rem 2rem;
  text-align: center;
}
.cil-final h2 {
  color: #fff;
  max-width: 40rem;
  margin: 0 auto 0.9rem;
}
.cil-final p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 46rem;
  margin: 0 auto 2rem;
}
.cil-final__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.position-relative {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.35;
}

.--home .overlay {
  opacity: 0.5;
}

.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(21, 52, 62) 0%, rgba(255, 255, 255, 0) 100%);
}

.box-shadow {
  box-shadow: 0 7px 6px -6px #aab3b7;
  transition: box-shadow 0.3s linear;
}

.pulkulaty-l {
  border-radius: 160px 0 0 160px;
}

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

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

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

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

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

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

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

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

.p-11 {
  padding: 12rem !important;
}

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

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

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

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

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

.py-11 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !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-10 {
  margin: 11rem !important;
}

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

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

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

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

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

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

.m-11 {
  margin: 12rem !important;
}

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

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

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

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

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

.my-11 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !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;
}

.m-n10 {
  margin: -11rem !important;
}

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

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

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

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

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

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

.m-n11 {
  margin: -12rem !important;
}

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

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

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

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

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

.my-n11 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !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;
  }
  .p-sm-10 {
    padding: 11rem !important;
  }
  .pt-sm-10 {
    padding-top: 11rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 11rem !important;
  }
  .pe-sm-10 {
    padding-right: 11rem !important;
  }
  .ps-sm-10 {
    padding-left: 11rem !important;
  }
  .px-sm-10 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-sm-10 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .p-sm-11 {
    padding: 12rem !important;
  }
  .pt-sm-11 {
    padding-top: 12rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 12rem !important;
  }
  .pe-sm-11 {
    padding-right: 12rem !important;
  }
  .ps-sm-11 {
    padding-left: 12rem !important;
  }
  .px-sm-11 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-sm-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !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-10 {
    margin: 11rem !important;
  }
  .mt-sm-10 {
    margin-top: 11rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 11rem !important;
  }
  .me-sm-10 {
    margin-right: 11rem !important;
  }
  .ms-sm-10 {
    margin-left: 11rem !important;
  }
  .mx-sm-10 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-sm-10 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-sm-11 {
    margin: 12rem !important;
  }
  .mt-sm-11 {
    margin-top: 12rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 12rem !important;
  }
  .me-sm-11 {
    margin-right: 12rem !important;
  }
  .ms-sm-11 {
    margin-left: 12rem !important;
  }
  .mx-sm-11 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-sm-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !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;
  }
  .m-sm-n10 {
    margin: -11rem !important;
  }
  .mt-sm-n10 {
    margin-top: -11rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -11rem !important;
  }
  .me-sm-n10 {
    margin-right: -11rem !important;
  }
  .ms-sm-n10 {
    margin-left: -11rem !important;
  }
  .mx-sm-n10 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .my-sm-n10 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .m-sm-n11 {
    margin: -12rem !important;
  }
  .mt-sm-n11 {
    margin-top: -12rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -12rem !important;
  }
  .me-sm-n11 {
    margin-right: -12rem !important;
  }
  .ms-sm-n11 {
    margin-left: -12rem !important;
  }
  .mx-sm-n11 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-sm-n11 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !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;
  }
  .p-md-10 {
    padding: 11rem !important;
  }
  .pt-md-10 {
    padding-top: 11rem !important;
  }
  .pb-md-10 {
    padding-bottom: 11rem !important;
  }
  .pe-md-10 {
    padding-right: 11rem !important;
  }
  .ps-md-10 {
    padding-left: 11rem !important;
  }
  .px-md-10 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-md-10 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .p-md-11 {
    padding: 12rem !important;
  }
  .pt-md-11 {
    padding-top: 12rem !important;
  }
  .pb-md-11 {
    padding-bottom: 12rem !important;
  }
  .pe-md-11 {
    padding-right: 12rem !important;
  }
  .ps-md-11 {
    padding-left: 12rem !important;
  }
  .px-md-11 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-md-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !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-10 {
    margin: 11rem !important;
  }
  .mt-md-10 {
    margin-top: 11rem !important;
  }
  .mb-md-10 {
    margin-bottom: 11rem !important;
  }
  .me-md-10 {
    margin-right: 11rem !important;
  }
  .ms-md-10 {
    margin-left: 11rem !important;
  }
  .mx-md-10 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-md-10 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-md-11 {
    margin: 12rem !important;
  }
  .mt-md-11 {
    margin-top: 12rem !important;
  }
  .mb-md-11 {
    margin-bottom: 12rem !important;
  }
  .me-md-11 {
    margin-right: 12rem !important;
  }
  .ms-md-11 {
    margin-left: 12rem !important;
  }
  .mx-md-11 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-md-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !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;
  }
  .m-md-n10 {
    margin: -11rem !important;
  }
  .mt-md-n10 {
    margin-top: -11rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -11rem !important;
  }
  .me-md-n10 {
    margin-right: -11rem !important;
  }
  .ms-md-n10 {
    margin-left: -11rem !important;
  }
  .mx-md-n10 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .my-md-n10 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .m-md-n11 {
    margin: -12rem !important;
  }
  .mt-md-n11 {
    margin-top: -12rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -12rem !important;
  }
  .me-md-n11 {
    margin-right: -12rem !important;
  }
  .ms-md-n11 {
    margin-left: -12rem !important;
  }
  .mx-md-n11 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-md-n11 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !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;
  }
  .p-lg-10 {
    padding: 11rem !important;
  }
  .pt-lg-10 {
    padding-top: 11rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 11rem !important;
  }
  .pe-lg-10 {
    padding-right: 11rem !important;
  }
  .ps-lg-10 {
    padding-left: 11rem !important;
  }
  .px-lg-10 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-lg-10 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .p-lg-11 {
    padding: 12rem !important;
  }
  .pt-lg-11 {
    padding-top: 12rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 12rem !important;
  }
  .pe-lg-11 {
    padding-right: 12rem !important;
  }
  .ps-lg-11 {
    padding-left: 12rem !important;
  }
  .px-lg-11 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-lg-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !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-10 {
    margin: 11rem !important;
  }
  .mt-lg-10 {
    margin-top: 11rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 11rem !important;
  }
  .me-lg-10 {
    margin-right: 11rem !important;
  }
  .ms-lg-10 {
    margin-left: 11rem !important;
  }
  .mx-lg-10 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-lg-10 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-lg-11 {
    margin: 12rem !important;
  }
  .mt-lg-11 {
    margin-top: 12rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 12rem !important;
  }
  .me-lg-11 {
    margin-right: 12rem !important;
  }
  .ms-lg-11 {
    margin-left: 12rem !important;
  }
  .mx-lg-11 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-lg-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !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;
  }
  .m-lg-n10 {
    margin: -11rem !important;
  }
  .mt-lg-n10 {
    margin-top: -11rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -11rem !important;
  }
  .me-lg-n10 {
    margin-right: -11rem !important;
  }
  .ms-lg-n10 {
    margin-left: -11rem !important;
  }
  .mx-lg-n10 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .my-lg-n10 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .m-lg-n11 {
    margin: -12rem !important;
  }
  .mt-lg-n11 {
    margin-top: -12rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -12rem !important;
  }
  .me-lg-n11 {
    margin-right: -12rem !important;
  }
  .ms-lg-n11 {
    margin-left: -12rem !important;
  }
  .mx-lg-n11 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-lg-n11 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !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;
  }
  .p-xl-10 {
    padding: 11rem !important;
  }
  .pt-xl-10 {
    padding-top: 11rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 11rem !important;
  }
  .pe-xl-10 {
    padding-right: 11rem !important;
  }
  .ps-xl-10 {
    padding-left: 11rem !important;
  }
  .px-xl-10 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-xl-10 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .p-xl-11 {
    padding: 12rem !important;
  }
  .pt-xl-11 {
    padding-top: 12rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 12rem !important;
  }
  .pe-xl-11 {
    padding-right: 12rem !important;
  }
  .ps-xl-11 {
    padding-left: 12rem !important;
  }
  .px-xl-11 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !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-10 {
    margin: 11rem !important;
  }
  .mt-xl-10 {
    margin-top: 11rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 11rem !important;
  }
  .me-xl-10 {
    margin-right: 11rem !important;
  }
  .ms-xl-10 {
    margin-left: 11rem !important;
  }
  .mx-xl-10 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-xl-10 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-xl-11 {
    margin: 12rem !important;
  }
  .mt-xl-11 {
    margin-top: 12rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 12rem !important;
  }
  .me-xl-11 {
    margin-right: 12rem !important;
  }
  .ms-xl-11 {
    margin-left: 12rem !important;
  }
  .mx-xl-11 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-xl-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !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;
  }
  .m-xl-n10 {
    margin: -11rem !important;
  }
  .mt-xl-n10 {
    margin-top: -11rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -11rem !important;
  }
  .me-xl-n10 {
    margin-right: -11rem !important;
  }
  .ms-xl-n10 {
    margin-left: -11rem !important;
  }
  .mx-xl-n10 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .my-xl-n10 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .m-xl-n11 {
    margin: -12rem !important;
  }
  .mt-xl-n11 {
    margin-top: -12rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -12rem !important;
  }
  .me-xl-n11 {
    margin-right: -12rem !important;
  }
  .ms-xl-n11 {
    margin-left: -12rem !important;
  }
  .mx-xl-n11 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-xl-n11 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !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;
  }
  .p-xxl-10 {
    padding: 11rem !important;
  }
  .pt-xxl-10 {
    padding-top: 11rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 11rem !important;
  }
  .pe-xxl-10 {
    padding-right: 11rem !important;
  }
  .ps-xxl-10 {
    padding-left: 11rem !important;
  }
  .px-xxl-10 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .py-xxl-10 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .p-xxl-11 {
    padding: 12rem !important;
  }
  .pt-xxl-11 {
    padding-top: 12rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 12rem !important;
  }
  .pe-xxl-11 {
    padding-right: 12rem !important;
  }
  .ps-xxl-11 {
    padding-left: 12rem !important;
  }
  .px-xxl-11 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xxl-11 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !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-10 {
    margin: 11rem !important;
  }
  .mt-xxl-10 {
    margin-top: 11rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 11rem !important;
  }
  .me-xxl-10 {
    margin-right: 11rem !important;
  }
  .ms-xxl-10 {
    margin-left: 11rem !important;
  }
  .mx-xxl-10 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .my-xxl-10 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .m-xxl-11 {
    margin: 12rem !important;
  }
  .mt-xxl-11 {
    margin-top: 12rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 12rem !important;
  }
  .me-xxl-11 {
    margin-right: 12rem !important;
  }
  .ms-xxl-11 {
    margin-left: 12rem !important;
  }
  .mx-xxl-11 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .my-xxl-11 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !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;
  }
  .m-xxl-n10 {
    margin: -11rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -11rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -11rem !important;
  }
  .me-xxl-n10 {
    margin-right: -11rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -11rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .my-xxl-n10 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .m-xxl-n11 {
    margin: -12rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -12rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -12rem !important;
  }
  .me-xxl-n11 {
    margin-right: -12rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -12rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-xxl-n11 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !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: 576px) {
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-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;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --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-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --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: 1.5rem;
  --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 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='M4 12H20M12 4V20' stroke='%23000000' stroke-width='2' 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 style='transform:rotate(45deg)' 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='M4 12H20M12 4V20' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-focus-border-color: 0;
  --bs-accordion-btn-focus-box-shadow: 0;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --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;
  border-color: var(--bs-accordion-btn-focus-border-color);
  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);
}

.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-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-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: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.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-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  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");
}

.accordion-button {
  font-size: inherit;
  font-weight: inherit;
  --ac-accent: #d9d9d9;
}
.accordion-button:hover, .accordion-button:focus {
  --ac-accent: #cfa2fd;
}

.dotazy-wrapper .accordion-button:hover,
.dotazy-wrapper .accordion-button:focus {
  background-color: #e8e8e8;
}

.accordion h2,
.accordion h3 {
  color: #000;
}

.accordion-item {
  border-bottom: 1px solid #d9d9d9;
}
.accordion-item h3 {
  margin: 0;
}

.accordion-body {
  padding-bottom: 2rem;
}

.accordion-body {
  font-size: 1rem;
  line-height: 1.6;
}

/*
.accordion-button:not(.collapsed) {
  font-weight: var(--bold);
}
*/
body.error404 {
  color: #000;
}

.stranka-404 {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
