:root {
  --orange_hover: #f70;
  --contrast_green: #77ec38;
  --glass_background: #53535312;
  --orange-highlight: #f15900;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-gray: #f4f4f4;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-image: url("../images/freepik__abstract-background-digital-black__70687.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 10%;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
}

.image {
  width: 128px;
}

.navi_bar {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 10px;
}

.container-regular {
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #2b2b2b;
  border-radius: 20px;
  width: 50%;
  margin-top: 20px;
  padding: 10px;
}

.navi_menu {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navi_menu_name_link {
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.navi_menu_name_link:hover {
  color: var(--orange_hover);
}

.navi_menu_name_link:focus-visible,
.navi_menu_name_link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  background-color: var(--contrast_green);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.rl-button {
  background-color: var(--orange-highlight);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-image: linear-gradient(#f159009e, #f159009e),
    url("../images/Gradient-Stippling-Background.svg"),
    linear-gradient(#ffbf9a3b, #fff0);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  border: 1px solid #fff3;
  border-radius: 16px;
  padding: 0.75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.4s;
}

.rl-button:hover {
  background-color: var(--orange_hover);
  background-image: linear-gradient(#f171009e, #f171009e),
    url("../images/Gradient-Stippling-Background.svg"),
    linear-gradient(#ffbf9a3b, #fff0);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite--rl-white);
  background-color: #0000;
}

.hero_buttons_container {
  width: 100%;
  padding-bottom: 2rem;
}

.obsah_text {
  color: var(--relume-library-lite--rl-white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.obsah_text.is-white {
  color: #fff;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.hero_buttons_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog_post_headline {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog_post_headline.is-white {
  color: #fff;
}

.hero_container {
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero_container.podstrana {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0%;
}

.obsah {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.obsah.columns {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  align-items: center;
  max-width: 80rem;
  height: auto;
  min-height: 500px;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.obsah._100vw {
  width: 100%;
  max-width: 100rem;
}

.obsah.projekty {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  align-items: center;
  max-width: 80rem;
  height: auto;
  min-height: 500px;
  margin-bottom: 5%;
  padding-left: 0%;
  padding-right: 0%;
}

.obsah.grafika_grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  align-items: center;
  max-width: 80rem;
  height: auto;
  min-height: auto;
  margin-bottom: 5%;
  padding-left: 0%;
  padding-right: 0%;
}

.obsah.grafika {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  align-items: center;
  max-width: 80rem;
  height: auto;
  min-height: 500px;
  margin-bottom: 5%;
  padding-left: 0%;
  padding-right: 0%;
}

.hero_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  min-height: 100%;
  max-height: none;
  padding-top: 3%;
  display: flex;
}

.hero_component.podstrana {
  max-width: 100%;
  padding-top: 0%;
}

.sekce_hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_text_container {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5%;
  padding: 4%;
  display: flex;
}

.rl-button-secondary-alternate {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #f15900;
  border-radius: 16px;
  padding: 0.75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.sekce_uvod_container {
  padding: 1rem 0%;
  position: static;
  top: 10px;
}

.rl_blog44_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.headline_l {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blog44_item {
  border: 1px solid var(--relume-library-lite--rl-black);
}

.rl_blog44_read-time-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

.blog_carousel_text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog44_spacing-block-5 {
  width: 100%;
  padding-bottom: 0.5rem;
}

.rl_blog44_button-row-desktop {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sluzba_detail {
  flex: 1;
}

.rl_blog44_category {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: 0.25rem 0.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.blog-container {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.rl_blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: 0.25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_blog44_spacing-block-7 {
  width: 100%;
  padding-bottom: 4rem;
}

.blog_carousel_headline {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blog44_button-row-mobile {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.rl_blog44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog44_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.sekce_basic {
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.rl_blog44_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog44_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog_tag {
  color: #000;
  background-color: #eee;
  padding: 5px;
}

.rl_blog44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.blog_carousel_image_div {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.subheadline_l {
  color: var(--orange_hover);
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 3px 0;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.sekce_uvod_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 40px;
  display: flex;
}

.rl_blog44_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.sekce_basic_container {
  background-color: #0000;
  flex-flow: column;
  width: auto;
  padding: 5% 0%;
  display: flex;
}

.sekce_basic_container.light_background {
  background-color: #0000;
}

.sekce_basic_container._100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rl_blog44_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blog44_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog_carousel_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: 0.75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_blogpost1_share {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.rl_section_blogpost1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blogpost1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog_date_published {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl-text-rich-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.bloh_tag_list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl_blogpost1_spacing-block-8 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: 0.25rem 0.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blogpost1_spacing-block-7 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-breadcrumb-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: 0.25rem;
}

.rl_blogpost1_content {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_blogpost1_author-text-large {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.rl_blogpost1_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.h1_headline {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Onest, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

.h1_headline.white {
  color: #fff;
  text-align: center;
}

.subheadline {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.subheadline.white {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 70%;
  margin-bottom: 2rem;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.3em;
}

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

.subheadline.white.brand {
  text-align: center;
  width: 50%;
  margin-top: 1rem;
}

.body {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000070, #00000070),
    url("../images/Bcg_2.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  font-family: Onest, sans-serif;
  display: flex;
}

.hero_sec {
  height: 90vh;
}

.container {
  height: 100%;
}

.hero_v_flex {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-image: radial-gradient(circle, #0000008c, #0000);
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-top: 5%;
}

.primary_button {
  background-color: var(--contrast_green);
  color: #000;
  letter-spacing: 2px;
  margin-top: 5%;
  padding: 1vw 2vw;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1em;
  transition: all 0.425s;
}

.primary_button:hover {
  background-color: var(--contrast_green);
  color: #fff;
  box-shadow: 0 2px 18px #77ec38;
}

.hero_h1 {
  margin-bottom: 20px;
  font-size: 10vw;
  line-height: 1em;
}

.secondary_button {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  width: 33%;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.secondary_button:hover {
  border-bottom: 1px solid var(--contrast_green);
  color: var(--contrast_green);
}

.flex-block-2 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  width: 60%;
  font-size: 1vw;
}

.navi_menu_blog_div {
  justify-content: flex-start;
  align-items: center;
}

.navi_menu_text_blob {
  background-color: #41414194;
  border-radius: 20px;
  padding: 4px 8px;
  font-family: Inconsolata, monospace;
}

.hero_subheading {
  font-family: Inconsolata, monospace;
}

.hero_cta {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
}

.navi_logo {
  width: 5vw;
}

.image-2 {
  width: 300px;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.liquid_glass_box {
  -webkit-backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  text-transform: capitalize;
  background-color: #ffffff12;
  background-image: linear-gradient(0deg, #00000080, #fff0);
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  width: 50%;
  height: 420px;
  min-height: auto;
  margin: 2% 0%;
  padding: 2% 4% 3%;
  transition: all 0.4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.liquid_glass_box:hover {
  background-color: #e4e4e424;
  box-shadow: 0 2px 20px #ffffff1a;
}

.liquid_glass_box._100 {
  width: 100%;
  height: auto;
  padding-top: 4%;
  padding-bottom: 3%;
}

.liquid_glass_box._100.sticky {
  z-index: 50;
  position: sticky;
  top: 15px;
}

.liquid_glass_box.auto-height,
.liquid_glass_box.auto {
  height: auto;
}

.heading-2 {
  font-size: 5rem;
  line-height: 1.3em;
}

.heading-3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2em;
}

.sluzby_container {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  margin-top: 0%;
}

.sluzby_container._100 {
  width: 100%;
}

.liquid_glass_menu_bar {
  z-index: 10;
  -webkit-backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  text-transform: capitalize;
  background-color: #ffffff12;
  background-image: linear-gradient(0deg, #00000080, #fff0);
  border: 1px solid #fff3;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin: 2% 0%;
  padding: 0 0%;
  position: static;
  top: 15px;
  box-shadow: 0 2px 5px #0003;
}

.tlacitko_primary {
  background-color: var(--orange-highlight);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-image: linear-gradient(#ffbf9a3b, #fff0);
  border: 1px solid #fff3;
  border-radius: 16px;
  min-width: 240px;
  padding: 0.75rem 1.5rem;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.4s;
}

.tlacitko_primary:hover {
  background-color: var(--orange_hover);
  background-image: linear-gradient(#ffbf9a3b, #fff0);
}

.tlacitko_primary.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.tlacitko_secondary {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#ffbf9a3b, #fff0);
  border: 1px solid #fff3;
  border-radius: 16px;
  width: auto;
  min-width: 240px;
  padding: 0.75rem 1.5rem;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.4s;
  display: block;
}

.tlacitko_secondary:hover {
  background-color: var(--orange_hover);
  background-image: linear-gradient(#ffbf9a3b, #fff0);
}

.tlacitko_secondary.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.div-block-2 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-4 {
  text-transform: none;
}

.no_sluzba {
  color: #eee;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.3em;
}

.headline_sluzba {
  text-transform: none;
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.2em;
}

.tlacitko_minimal {
  color: var(--relume-library-lite--rl-white);
  text-align: left;
  text-transform: none;
  background-color: #0000;
  border: 1px #fff3;
  border-radius: 16px;
  width: auto;
  min-width: 240px;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.4s;
}

.tlacitko_minimal:hover {
  text-transform: none;
  background-color: #0000;
  font-weight: 700;
}

.tlacitko_minimal.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.sluzba_card_text {
  text-transform: none;
  height: 60%;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5em;
}

.sluzba_card_button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 1rem;
  display: flex;
}

.sluzba_card_no_title {
  height: 30%;
}

.text-block,
.text-block-2 {
  font-size: 1rem;
}

.sluzba_card_link {
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
}

.obsah_container_l {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0%;
  display: flex;
}

.liquid_glass_box_reference {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: capitalize;
  background-color: #0000;
  border: 0 #fff3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0%;
  padding: 2% 0% 3%;
  transition: all 0.4s;
  display: flex;
}

.liquid_glass_box_reference:hover {
  background-color: #0000;
}

.reference_text {
  text-transform: none;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5em;
}

.refernce_logo {
  vertical-align: baseline;
  width: auto;
  height: 24px;
}

.reference_podpis {
  color: #acacac;
  text-align: right;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 2em;
}

.reference_logos_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.slider {
  background-color: #ddd0;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider-2.liquid_glass_box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
}

.slide-nav {
  font-size: 4px;
  line-height: 4px;
}

.slide,
.mask {
  width: 100%;
  height: 100%;
}

.right-arrow,
.icon-2 {
  display: none;
}

.text-block-3 {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.flex-block-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.reference_logo_div {
  display: flex;
}

.icon-3 {
  display: none;
}

.obsah_container_r {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.reference_body {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-span {
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.reference_loga {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  background-color: #0000;
  border: 0 solid #000;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 2% 2% 0%;
  position: relative;
  overflow: visible;
}

.reference_loga_carousel_div {
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
}

.obsah_container_100 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 3%;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_logo_wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.3em;
}

.carousel_logo {
  width: 200px;
  min-width: auto;
  min-height: auto;
}

.divider_light {
  background-image: linear-gradient(
    90deg,
    #ffffff12 10%,
    #ffffff4d 50%,
    #ffffff12 90%
  );
  width: 100%;
  height: 1px;
  margin-top: 5%;
}

.cta_headline {
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Onest, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3em;
}

.obsah_container_cta {
  border: 1px solid #ffffff12;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.kontakt_blok {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.paragraph {
  font-size: 1rem;
  line-height: 1em;
}

.kontakt_detail {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1em;
}

.code-embed {
  width: 200px;
  margin-top: 32px;
}

.bold-text {
  font-size: 1.25rem;
  text-decoration: none;
}

.bold-text-2 {
  font-size: 1.25rem;
  line-height: 2em;
}

.cta_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-bottom: 15px;
}

.footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
}

.image-4 {
  height: 2rem;
  margin-top: 5px;
}

.status_text {
  background-color: var(--glass_background);
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 5px;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.lottie-animation {
  width: 28px;
  font-size: 2px;
}

.brand_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sekce_brand {
  background-color: #0000;
  flex-flow: column;
  padding: 2% 0% 5%;
  display: flex;
}

.sekce_brand.light_background {
  background-color: #0000;
}

.cta_sekce {
  background-color: #0000;
  flex-flow: column;
  padding: 5% 0%;
  display: flex;
}

.cta_sekce.light_background {
  background-color: #0000;
}

.hero_container_small {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.tag {
  background-color: var(--glass_background);
  border-radius: 20px;
  padding: 12px;
}

.soc_media_icons_flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.text-span-2 {
  color: gray;
}

.liquid_glass_box_title {
  -webkit-backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  text-transform: capitalize;
  background-color: #ffffff12;
  background-image: linear-gradient(0deg, #00000080, #fff0);
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  width: 50%;
  height: 450px;
  margin: 2% 0%;
  padding: 2% 4% 3%;
  transition: all 0.4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.liquid_glass_box_title:hover {
  background-color: #e4e4e424;
  box-shadow: 0 2px 20px #ffffff1a;
}

.liquid_glass_box_title._100 {
  width: 100%;
  height: auto;
  padding-top: 4%;
  padding-bottom: 3%;
}

.liquid_glass_box_title._100.sticky {
  z-index: 50;
  padding-top: 2%;
  padding-bottom: 0%;
  position: sticky;
  top: 15px;
}

.tabs {
  width: 100%;
  max-width: 80rem;
}

.liquid_glass_tab {
  -webkit-backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  text-transform: capitalize;
  background-color: #ffffff12;
  background-image: linear-gradient(0deg, #00000080, #fff0);
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin: 0%;
  padding: 1% 4%;
  transition: all 0.4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.liquid_glass_tab:hover {
  background-color: #e4e4e424;
  box-shadow: 0 2px 20px #ffffff1a;
}

.liquid_glass_tab.w--current {
  background-color: #ff7700ad;
}

.liquid_glass_tab._100 {
  width: 100%;
  height: auto;
  padding-top: 4%;
  padding-bottom: 3%;
}

.liquid_glass_tab._100.sticky {
  z-index: 50;
  position: sticky;
  top: 15px;
}

.text-block-7 {
  color: #fff;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-8,
.text-block-9 {
  color: #fff;
}

.tab-pane-tab-1 {
  min-height: 500px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.tab_reference_div_l {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  min-height: 400px;
}

.tab_div_40 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding: 10px;
}

.text-block-10 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.paragraph-2 {
  margin-bottom: 10%;
  font-size: 1rem;
  line-height: 1.5em;
}

.tab_reference_div_r {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 400px;
}

.image-5 {
  width: 100%;
}

.tab_div_60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 10px;
}

.availability_indicator_text {
  color: var(--relume-library-lite--rl-white);
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.availability_indicator_text.is-white {
  color: #fff;
}

.sluzba_detail_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.image-6 {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  mix-blend-mode: luminosity;
  background-clip: border-box;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.profile_img {
  mix-blend-mode: normal;
  border-radius: 20px;
  margin-right: 23px;
}

.flex-block-7 {
  justify-content: center;
  align-items: flex-start;
}

.flex-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.bcg_face {
  z-index: -2;
  opacity: 0.5;
  mix-blend-mode: normal;
  width: auto;
  height: 95vh;
  position: absolute;
  inset: -30px 0% 0% auto;
  overflow: clip;
}

.nav-menu {
  padding-top: 2%;
  padding-bottom: 2%;
}

.flex-block-9 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.whatsapp_quick_button {
  width: 1.75rem;
  height: 100%;
  margin-top: 0;
  padding: 0 0;
}

.whatsapp_button {
  border: 1px solid #fff3;
  border-radius: 16px;
  padding: 0.5rem 1rem;
  transition: all 0.4s;
}

.whatsapp_button:hover {
  background-color: var(--contrast_green);
}

.flex-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.navbar_wrapper_pages {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.hero_text_container_pages {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0%;
  padding: 0% 4%;
  display: flex;
}

.liquid_glass_box_web {
  -webkit-backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  backdrop-filter: saturate(118%) brightness(109%) blur(5px);
  text-transform: capitalize;
  background-color: #ffffff12;
  background-image: linear-gradient(0deg, #00000080, #fff0);
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 450px;
  margin: 2% 0%;
  padding: 2% 4% 3%;
  transition: all 0.4s;
  display: flex;
  box-shadow: 0 2px 20px -6px #fff3, 0 2px 5px #0003;
}

.liquid_glass_box_web:hover {
  background-color: #e4e4e424;
  box-shadow: 0 2px 20px #ffffff1a;
}

.liquid_glass_box_web._100 {
  width: 100%;
  height: auto;
  padding-top: 4%;
  padding-bottom: 3%;
}

.liquid_glass_box_web._100.sticky {
  z-index: 50;
  position: sticky;
  top: 15px;
}

.obsah_container_l_projekty {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0%;
  padding-left: 0%;
  display: flex;
}

.projekty_popis {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 10%;
  padding-right: 15%;
}

.nahled_web_reference {
  border: 1px solid #3f3f3f;
  border-radius: 16px;
  align-self: stretch;
  height: auto;
  box-shadow: 0 2px 5px 6px #0003;
}

.tlacitko_text {
  color: var(--relume-library-lite--rl-white);
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.tlacitko_text.is-white {
  color: #fff;
}

.link_tlacitko {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  order: 0;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bold-text-3 {
  text-decoration: none;
}

.bold-text-3:hover {
  color: var(--orange_hover);
}

.lightbox-link {
  width: 100%;
  max-width: 80rem;
}

.other_service_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  min-height: auto;
  max-height: none;
  padding-top: 5%;
  display: flex;
}

.other_service_component.podstrana {
  max-width: 100%;
  padding-top: 0%;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--relume-library-lite--rl-white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.flex-block-11 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-12 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
}

.obsah_container_grafika {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navi_bar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-no-shadow-container {
    padding-bottom: 0;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .navi_menu {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .navi_menu_name_link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--glass_background);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
  }

  .obsah_text {
    width: 100%;
  }

  .blog_post_headline {
    font-size: 3.25rem;
  }

  .obsah.columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .obsah._100vw {
    display: flex;
  }

  .obsah.projekty {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .obsah.grafika_grid {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .obsah.grafika {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .sekce_uvod_container {
    padding: 2rem 0%;
  }

  .headline_l {
    font-size: 2rem;
  }

  .rl_blog44_button-row-desktop {
    flex: none;
  }

  .sluzba_detail {
    margin-right: 3rem;
  }

  .blog-container {
    grid-template-columns: 1fr 1fr;
  }

  .rl_blog44_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

  .rl_blog44_button-row-mobile {
    flex: none;
  }

  .sekce_uvod_wrapper {
    grid-column-gap: 3rem;
  }

  .rl_blog44_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .sekce_basic_container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sekce_basic_container._100 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_spacing-block-8,
  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .h1_headline {
    font-size: 3.25rem;
  }

  .subheadline.white {
    font-size: 0.75rem;
    font-weight: 400;
  }

  .primary_button {
    padding: 2vw 4vw;
    font-size: 4vw;
  }

  .hero_h1 {
    font-size: 20vw;
  }

  .secondary_button {
    font-size: 3vw;
  }

  .hero_subheading {
    margin-bottom: 10%;
  }

  .icon {
    font-size: 40px;
  }

  .navi_logo {
    width: 10vw;
  }

  .liquid_glass_box {
    width: 100%;
    height: 320px;
    margin-bottom: 0%;
    padding: 4% 8%;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .sluzby_container {
    flex-flow: column;
  }

  .sluzba_card_text {
    font-size: 0.75rem;
    line-height: 2em;
  }

  .sluzba_card_no_title {
    height: 34%;
  }

  .obsah_container_l {
    width: 80%;
    margin-right: 3rem;
    padding-bottom: 8%;
  }

  .liquid_glass_box_reference {
    padding: 4% 8% 10%;
  }

  .obsah_container_r {
    width: 100%;
    margin-right: 0;
  }

  .reference_body {
    width: 100%;
  }

  .reference_loga {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    align-content: flex-start;
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reference_loga_carousel_div {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    display: flex;
  }

  .obsah_container_100 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .carousel_logo {
    width: auto;
    min-width: 100px;
  }

  .cta_headline {
    font-size: 3rem;
  }

  .obsah_container_cta {
    margin-right: 0;
  }

  .status_text {
    font-size: 2rem;
  }

  .cta_sekce {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta_sekce._100 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .liquid_glass_box_title,
  .liquid_glass_tab {
    width: 100%;
    height: 320px;
    margin-bottom: 0%;
    padding: 4% 8%;
  }

  .sluzba_detail_component {
    grid-column-gap: 0rem;
  }

  .sluzba_detail_button_wrapper {
    margin-top: 40px;
  }

  .sluzba_detail_wrapper {
    flex-flow: column;
  }

  .profile_img {
    max-width: 30%;
  }

  .bcg_face {
    width: 80%;
    height: auto;
    inset: 0% -13% 0% auto;
  }

  .nav-menu {
    background-color: var(--glass_background);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 16px 0 16px 16px;
    height: 50vh;
  }

  .flex-block-10 {
    display: none;
  }

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

  .liquid_glass_box_web {
    width: 100%;
    height: 320px;
    margin-bottom: 0%;
    padding: 4% 8%;
  }

  .obsah_container_l_projekty {
    order: -1;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0%;
  }

  .projekty_popis {
    margin-top: 10%;
    padding-left: 0%;
  }

  .tlacitko_text {
    width: 100%;
  }

  .other_service_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .obsah_container_grafika {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 15%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navi_menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .navi_menu_name_link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero_buttons_container {
    padding-bottom: 1.5rem;
  }

  .obsah_text {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .blog_post_headline {
    font-size: 2.5rem;
  }

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

  .headline_l {
    font-size: 2.25rem;
  }

  .rl_blog44_button-row-desktop {
    justify-content: flex-start;
    width: 100%;
    display: none;
  }

  .sluzba_detail {
    margin-right: 0;
  }

  .blog-container {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_blog44_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .blog_carousel_headline {
    font-size: 1.25rem;
  }

  .rl_blog44_button-row-mobile {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .rl_blog44_spacing-block-2,
  .rl_blog44_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_blog44_spacing-block-1 {
    padding-bottom: 0.75rem;
  }

  .sekce_uvod_wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_blog44_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blog44_spacing-block-4 {
    padding-bottom: 0.75rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_author-text-large {
    font-size: 1rem;
  }

  .h1_headline {
    font-size: 2.5rem;
  }

  .subheadline {
    font-size: 1rem;
  }

  .obsah_container_l,
  .obsah_container_r,
  .obsah_container_100,
  .obsah_container_cta {
    margin-right: 0;
  }

  .status_text {
    font-size: 2.25rem;
  }

  .availability_indicator_text {
    font-size: 1rem;
  }

  .sluzba_detail_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .obsah_container_l_projekty {
    margin-right: 0;
  }

  .tlacitko_text {
    font-size: 1rem;
  }

  .obsah_container_grafika {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-bottom: 0;
  }

  .navi_menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    padding-right: 12px;
  }

  .menu-button.w--open {
    background-color: var(--glass_background);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-right: 12px;
  }

  .obsah_text {
    width: auto;
    margin-top: 0;
    font-size: 0.75rem;
    font-weight: 400;
  }

  .hero_buttons_div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .obsah.columns {
    padding: 60px 5% 40px;
  }

  .obsah._100vw {
    overflow: hidden;
  }

  .obsah.projekty {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding: 0 5% 40px;
  }

  .obsah.grafika_grid {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5% 40px;
  }

  .obsah.grafika {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    margin-bottom: 0%;
    padding: 0 5%;
  }

  .hero_text_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 70%;
  }

  .sekce_uvod_container {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .headline_l {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }

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

  .sluzba_detail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .rl_blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .subheadline_l {
    padding-left: 0;
    padding-right: 0;
  }

  .sekce_uvod_wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .sekce_basic_container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rl_header1_component {
    grid-template-columns: 1fr;
  }

  .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .subheadline.white {
    width: 90%;
    font-size: 0.75rem;
    font-weight: 400;
  }

  .subheadline.white.brand {
    width: 100%;
  }

  .body {
    background-image: linear-gradient(0deg, #000, #fff0),
      linear-gradient(#00000070, #00000070), url("../images/Bcg_2.webp");
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .hero_sec {
    height: 80vh;
  }

  .hero_v_flex {
    justify-content: flex-start;
    height: auto;
  }

  .primary_button {
    padding: 4vw 5vw;
    font-size: 8vw;
  }

  .hero_h1 {
    font-size: 20vw;
  }

  .secondary_button {
    width: 100%;
    margin-bottom: 5%;
    font-size: 8vw;
    line-height: 1.2em;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .hero_subheading {
    text-align: center;
    font-size: 5vw;
    line-height: 1.3em;
  }

  .hero_cta {
    margin-bottom: 25%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon {
    font-size: 10vw;
  }

  .navi_logo {
    width: 20vw;
  }

  .liquid_glass_box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    min-height: 350px;
    margin-bottom: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .liquid_glass_box._100 {
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .liquid_glass_box.auto-height,
  .liquid_glass_box.auto {
    min-height: auto;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .sluzby_container {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tlacitko_primary {
    width: 100%;
  }

  .tlacitko_secondary {
    display: block;
  }

  .no_sluzba {
    font-size: 1.5rem;
  }

  .headline_sluzba {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .sluzba_card_text {
    height: auto;
    font-size: 0.75rem;
  }

  .sluzba_card_button,
  .sluzba_card_no_title {
    height: auto;
  }

  .obsah_container_l {
    width: 100%;
    padding-bottom: 16%;
  }

  .liquid_glass_box_reference {
    width: 100%;
    height: auto;
    padding-top: 10%;
  }

  .reference_text {
    padding-left: 5%;
    padding-right: 0;
    font-size: 0.75rem;
  }

  .slider-2.liquid_glass_box {
    min-height: 400px;
  }

  .slide {
    vertical-align: baseline;
  }

  .obsah_container_r {
    order: 0;
    width: 100%;
  }

  .reference_loga {
    justify-content: space-around;
    display: flex;
  }

  .header_logo_wrapper {
    align-self: auto;
  }

  .text-block-5,
  .text-block-6 {
    font-size: 0.75rem;
  }

  .divider_light {
    margin-top: 20%;
  }

  .cta_headline {
    font-size: 1.5rem;
  }

  .bold-text,
  .bold-text-2 {
    font-size: 1rem;
  }

  .image-3 {
    width: 50px;
  }

  .status_text {
    text-align: left;
    border: 1px solid #ffffff14;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.5rem;
  }

  .brand_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 32px;
  }

  .cta_sekce {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gap {
    width: 100%;
    height: 20px;
  }

  .liquid_glass_box_title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-bottom: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .liquid_glass_box_title._100 {
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .liquid_glass_tab {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    margin-bottom: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .liquid_glass_tab._100 {
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .availability_indicator_text {
    width: auto;
    margin-top: 0;
    font-size: 0.75rem;
    font-weight: 400;
  }

  .sluzba_detail_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10%;
  }

  .sluzba_detail_button_wrapper {
    margin-top: 20px;
  }

  .profile_img {
    max-width: 60%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-8 {
    flex-flow: column;
  }

  .text-block-11 {
    font-size: 0.75rem;
  }

  .bcg_face {
    width: 100%;
    margin-top: 40px;
    inset: 0%;
  }

  .nav-menu {
    background-color: var(--glass_background);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    border-radius: 16px 0 16px 16px;
    width: auto;
    height: 40vh;
    margin-left: 0%;
    margin-right: 0%;
  }

  .whatsapp_button {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-10,
  .navbar_wrapper_pages {
    flex-flow: column;
  }

  .hero_text_container_pages {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0%;
  }

  .liquid_glass_box_web {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    min-height: 350px;
    margin-bottom: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .liquid_glass_box_web._100 {
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .obsah_container_l_projekty {
    order: 1;
    width: 100%;
    padding-bottom: 0%;
  }

  .projekty_popis {
    order: 0;
    margin-top: 0%;
  }

  .nahled_web_reference {
    order: 0;
    margin-bottom: 20px;
  }

  .tlacitko_text {
    width: auto;
    margin-top: 0;
    font-size: 0.75rem;
    font-weight: 400;
  }

  .other_service_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-block {
    flex-flow: column;
  }

  .obsah_container_grafika {
    order: 1;
    width: 100%;
  }
}

#back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  display: none;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}
#back-to-top:hover {
  background: #444;
}
