:root {
  --tbcs_yellow: #fff500;
  --black: black;
  --white: white;
  --relume-library-lite--rl-black: black;
  --tbcs_red: #c60001;
  --relume-library-lite--rl-white: white;
}

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

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.body {
  background-color: #0000;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.uvod {
  background-image: linear-gradient(#00000075 39%, #000000d6 81%, #101010), url('../images/Tomas-Bohman-Creative-Solutions-web.webp');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: block;
}

.hero {
  filter: drop-shadow(0 2px 5px #000000b3);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff0;
  border: 1px #ffffff0d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  min-height: 500px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 50px 0;
  display: flex;
}

.hero.akce {
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.brand {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image {
  width: 160px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
  position: static;
}

.nav-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu {
  color: #fff;
}

.heading {
  color: var(--tbcs_yellow);
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: auto;
  margin-top: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 96px;
  line-height: 100px;
}

.heading.akce_banner {
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 48px;
  line-height: 1em;
}

.heading.home {
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2em;
}

.heading.home.grafika {
  color: var(--tbcs_yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--white);
  -webkit-text-stroke-color: var(--tbcs_yellow);
}

.container-2 {
  max-width: 1400px;
}

.sekce {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffff0d;
  background-color: #4c4c4c33;
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  min-height: 540px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.sekce.blank {
  color: #0000;
  background-color: #0000;
  border-width: 0;
  min-width: 0;
  min-height: 300px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.sekce.blank.b2b {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.sekce.fullwidth {
  background-color: #4c4c4c00;
  max-width: 100%;
}

.sekce.web_do_tydne {
  margin-top: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.container-3 {
  flex-flow: row;
  max-width: 90%;
  display: block;
}

.container-4 {
  box-sizing: border-box;
  max-width: 100%;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  flex: none;
  order: 0;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  place-items: center stretch;
  width: 100%;
  max-width: 1400px;
  min-height: 300px;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  display: grid;
}

.container-5 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 0;
  display: block;
}

.card-s {
  background-color: #4c4c4c33;
  background-image: linear-gradient(0deg, #0000, #101010);
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 380px;
  padding: 32px;
  transition: all .2s;
  display: block;
}

.card-s:hover {
  border-width: 1px;
  border-color: #f8e824;
}

.card-s.blank {
  background-color: #0000;
  background-image: none;
  border-width: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.card-s.blank.yellow {
  background-color: var(--tbcs_yellow);
}

.card-s.blank.full_size {
  justify-content: center;
  align-items: center;
}

.flex-block-2, .flex-block-3 {
  flex: 1;
}

.primarni_text {
  color: #fff;
  text-align: left;
  min-height: 50px;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
}

.primarni_text._2 {
  font-size: .8rem;
  line-height: 1.8em;
}

.primarni_text.zarovnani_l {
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
}

.primarni_text.zarovnani_s {
  text-align: center;
  width: 60%;
}

.primarni_text.zarovnani_s.form {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  font-size: .8rem;
}

.paragraph-2 {
  font-size: 16px;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--tbcs_yellow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 25%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: 1;
  flex-flow: row;
  flex: 1;
  grid-template: ". Area"
  / 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: grid;
}

.heading-2 {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-2.budte_videt {
  padding-left: 0;
}

.primarybutton {
  background-color: var(--tbcs_yellow);
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 32px;
  font-size: 16px;
}

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

.paragraph-4 {
  color: var(--black);
}

.heading-3 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  flex: 1;
  align-self: stretch;
  padding: 30px;
  font-size: 32px;
  font-weight: 300;
}

.image-2 {
  color: var(--tbcs_yellow);
}

.image-3 {
  text-align: left;
  display: block;
}

.image-4 {
  flex: 1;
  align-self: stretch;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  transition: opacity .2s;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center;
  display: grid;
  position: static;
}

.container-7 {
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-5 {
  display: block;
}

.navigace {
  color: var(--white);
  text-transform: uppercase;
}

.nav-link-2, .nav-link-3 {
  color: var(--white);
}

.image-6 {
  text-align: left;
  flex: 0 auto;
  display: block;
  position: static;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.3em;
}

.paragraph-5.akce {
  text-align: center;
}

.text-span-2, .text-span-3 {
  color: var(--tbcs_yellow);
}

.navbar-no-shadow {
  width: 100vw;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.navbar-no-shadow-container.web_tyden {
  font-size: .8rem;
  line-height: 1.3em;
}

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

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  line-height: 1.3em;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--tbcs_yellow);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-link.akce {
  background-color: var(--tbcs_yellow);
  color: var(--black);
}

.nav-link.open {
  color: var(--tbcs_yellow);
}

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

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

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

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

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

.nav-dropdown-icon {
  color: #fff;
  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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.mobile-margin-top-10 {
  flex: 0 auto;
  list-style-type: disc;
}

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

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

.button-primary:hover {
  border-color: var(--tbcs_yellow);
  background-color: var(--tbcs_yellow);
  color: var(--black);
}

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

.button-primary.form {
  padding: 20px 48px;
  font-size: 16px;
}

.button-primary.co_delame {
  width: 250px;
  font-size: 1rem;
}

.button-primary.navigace {
  margin-left: 10px;
}

.button-primary.web_do_tydne {
  color: #fff;
  background-color: #c60000;
  border-style: solid;
  border-color: #c60000;
}

.button-primary.web_do_tydne.formular {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.heading-4 {
  font-size: 48px;
  line-height: 1.3em;
}

.columns {
  flex: 1;
  align-self: stretch;
}

.div-block-4 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.lottie-animation {
  flex: 1;
  align-self: stretch;
}

.image-8 {
  max-width: 20%;
}

.obsah-webu {
  background-color: #101010;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  display: block;
}

.video {
  position: fixed;
}

.bcgvid {
  z-index: -2;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.videoset {
  z-index: -1;
  mix-blend-mode: multiply;
  background-color: #343434cc;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.background-video-2 {
  z-index: -1;
  position: static;
}

.background-video-3 {
  z-index: 0;
  border-radius: 19px;
}

.columns-2 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.heading-5 {
  color: #fff;
  margin-bottom: 10px;
}

.image-9 {
  position: static;
  inset: 0% 0% 73px 781px;
}

.vodn {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffff0d;
  background-color: #4c4c4c33;
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 540px;
  max-width: 1400px;
  min-height: 540px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.vodn.blank {
  color: #0000;
  background-color: #0000;
  border-width: 0;
  min-width: 0;
  min-height: 300px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.vodn.blank.b2b {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.vodn.fullwidth {
  background-color: #4c4c4c00;
  max-width: 100%;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  display: flex;
}

.reference {
  background-color: #0000;
  background-image: linear-gradient(#0000, #000 51%, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 50px;
  display: flex;
}

.referencegrid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template: "Area Area-2 Area-3"
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1400px;
  min-height: 300px;
  display: block;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  align-self: stretch;
  padding-bottom: 60px;
}

.container-8 {
  align-self: stretch;
  width: 1400px;
  max-width: 100%;
  margin-top: 20px;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  position: static;
  top: 50px;
}

.cardreference {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/ipad_1.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1000px;
  border: 0 #ffffff1a;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  padding: 30px 30px 10px;
  transition: all .3s;
  display: flex;
}

.cardreference:hover {
  background-size: auto, 800px;
}

.cardreference._2 {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/Coffee_Brand_Mockup_5.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, 600px;
}

.cardreference._2:hover {
  background-size: auto, 650px;
}

.cardreference.ibob_shop {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%);
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  padding: 0 0 24px;
}

.cardreference.taoc_web {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/Macbook-Mockup-Front-View.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.cardreference.ibob_soc {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/Soc_media.webp');
  background-position: 0 0, 30% 30%;
  background-size: auto, 450px;
}

.cardreference.taoc_tisk {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/Taoc_tisk.webp');
  background-size: auto, 500px;
  background-attachment: scroll, scroll;
}

.cardreference.tbco_web {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/tomboco.webp');
  background-position: 0 0, 50% 55%;
  background-size: auto, 600px;
}

.cardreference.cleaning_lion {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/ipad.webp');
  background-position: 0 0, 40%;
  background-size: auto, 140%;
}

.cardreference.palombini_web {
  background-image: linear-gradient(0deg, #000, #171717 0%, #0000 58%), url('../images/Web_palombini.webp');
  background-position: 0 0, 40%;
  background-repeat: repeat, repeat;
  background-size: auto, 170%;
}

.cardreference.tbco_eshop {
  background-position: 0 0, 25% 40%;
  background-size: auto, 700px;
}

.cell {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.wordbutton {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: underline;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1.3em;
}

.heading-7.kontakt_nadpis {
  text-align: left;
}

.podnadpissekce {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.rl_footer3_legal-link {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer3_credit-text {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_bottom-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

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

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

.rl_footer3_link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_link:hover {
  color: var(--tbcs_yellow);
}

.rl_footer3_link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100% 1fr;
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  place-items: start;
  display: flex;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl-social-icon {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

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

.rl-text-style-small {
  color: var(--white);
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_text {
  color: var(--white);
  margin-bottom: 20px;
  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_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

.rl_footer3_logo {
  margin-bottom: 32px;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl_footer3_left-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 3vw;
  grid-template: ". . Area"
  / .75fr .75fr .75fr 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-medium {
  border-top: 1px solid #2e2e2e;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000, #000);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.rl_footer3_component {
  color: #fff;
  background-color: #0000;
  align-self: stretch;
  max-width: 100%;
}

.text-field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff40;
  margin-bottom: 10px;
}

.glowing-wrapper-borders {
  opacity: 1;
  border-radius: 10px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-content-wrapper {
  cursor: auto;
  background-image: radial-gradient(circle farthest-side at 50% 0, #ffffff0f, #000 79%);
  border-radius: .6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-heading {
  color: #f9f0f0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

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

.glowing-wrapper-animations {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-card {
  z-index: 1;
  opacity: 1;
  letter-spacing: -.01em;
  border: .6px solid #ffffff14;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-text {
  color: #888;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
}

.card-text.centered {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.icon-2 {
  opacity: .8;
  height: 1.2rem;
  margin-right: .75rem;
}

.card-text-wrapper {
  opacity: .85;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.glowing-card-lc {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-card-lc.glowing-wrapper-active {
  border-radius: .4rem;
  width: 30rem;
  height: 20rem;
}

.styles---glowing-card {
  display: none;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
  border-radius: 10px;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  padding: .3px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.resources_title-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

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

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.checkbox-field {
  color: #fff;
  padding-bottom: 15px;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.field-label {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.login_sekce {
  background-color: #4c4c4c33;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  min-height: 400px;
  margin-bottom: 0;
  padding: 50px 10px 50px 50px;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.text-field-2 {
  color: #333;
  border: 1px solid #cecece;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.form.akce {
  width: 60%;
}

.tlacitko_primarni {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 10px 0;
  font-size: 1rem;
  display: flex;
}

.tlacitko_primarni:hover {
  background-color: #53afff;
}

.tlacitko_primarni.inverted {
  color: #3898ec;
  background-color: #fff;
  border: 1px solid #3898ec;
}

.tlacitko_primarni.inverted:hover {
  background-color: #dff0ff;
}

.kontakt {
  background-image: linear-gradient(#101010, #0d0d0d8c 48%, #101010), linear-gradient(#b1aa0d7a, #b1aa0d7a), url('../images/bcg_cta.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  margin-top: 50px;
  margin-bottom: 49px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dlouh-zpr-va {
  color: #333;
  border: 1px solid #cecece;
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.sekundarni_text {
  color: #fff;
  text-align: left;
  border: 1px solid #ffffff80;
  border-radius: 20px;
  min-height: 0;
  margin-top: 10px;
  padding: 3px 15px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
}

.sekundarni_text._2 {
  font-size: .8rem;
  line-height: 1.8em;
}

.container-9 {
  background-color: #0000;
  border-radius: 20px;
  max-width: 1440px;
}

.column-4 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-span-4 {
  color: var(--tbcs_yellow);
}

.columns-3 {
  margin-top: 30px;
}

.form-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-6 {
  background-color: #333;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.columns-4 {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text {
  color: var(--tbcs_yellow);
}

.sekce_sluzby {
  padding-top: 60px;
  padding-bottom: 101px;
}

.columns-5 {
  padding-bottom: 20px;
}

.container-10 {
  width: 100%;
  max-width: 1400px;
}

.heading-9, .heading-10, .heading-11 {
  color: #fff;
}

.heading-12 {
  color: #fff;
  font-size: 2rem;
}

.heading-13 {
  color: #fff;
  margin-bottom: 10px;
}

.image-11 {
  align-self: center;
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}

.ikona_sluzby_div {
  height: 64px;
}

.vaseznacka {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffff0d;
  background-color: #4c4c4c33;
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  min-height: 540px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.vaseznacka.blank {
  color: #0000;
  background-color: #0000;
  border-width: 0;
  min-width: 0;
  min-height: 300px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.vaseznacka.blank.b2b {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.vaseznacka.fullwidth {
  background-color: #4c4c4c00;
  max-width: 100%;
}

.uvitaci_sleva_banner {
  background-color: var(--tbcs_yellow);
  padding: 5px 15px;
}

.uvitaci_sleva_banner.form {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-field-2 {
  border: 1px solid #fff;
  border-radius: 1px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
}

.form_vyber_sluzby {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checkbox, .checkbox-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-block-2 {
  width: 60%;
}

.div-block-7 {
  background-color: #c60000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0;
  display: inline-flex;
}

.text-span-5 {
  color: var(--tbcs_yellow);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 6rem;
  line-height: 1.3em;
}

.section-2 {
  min-height: auto;
  margin-bottom: 30px;
}

.bold-text-3 {
  text-transform: uppercase;
  font-size: 3rem;
}

.paragraph {
  color: #fff;
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .8rem;
  line-height: 1.8em;
  text-decoration: none;
}

.paragraph.akce_tag {
  text-align: center;
  min-height: 0;
}

.paragraph.akce_tag.nadpis {
  font-size: 1.5rem;
}

.text-block-3 {
  color: #fff500;
  background-color: #fff5001a;
  border-radius: 100px;
  min-width: 130px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

.div-block-8 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  padding: 10px;
  display: inline-flex;
}

.uvod_tlacitka {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.button-secondary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  width: 250px;
  padding: 12px 25px;
  font-size: 1rem;
  line-height: 20px;
  transition: all .4s;
}

.button-secondary:hover {
  border-color: var(--tbcs_yellow);
  background-color: var(--tbcs_yellow);
  color: var(--black);
}

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

.button-secondary.form {
  padding: 20px 48px;
  font-size: 16px;
}

.paragraph-6 {
  color: #fff;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-6.link, .text-span-6 {
  text-decoration: underline;
}

.div-block-9 {
  display: flex;
}

.bold-text-4 {
  color: #fff;
  font-weight: 700;
}

.vyhoda_ikona {
  color: #f8e824;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
}

.lottie-animation-2 {
  width: 36px;
  margin-top: 36px;
}

.list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: block;
}

.text-block-4 {
  color: var(--white);
  font-size: 1rem;
}

.vyhoda_blok {
  margin-bottom: 64px;
  display: flex;
}

.image-12 {
  margin-right: 20px;
}

.funkce_nazev {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2em;
}

.reference_tags {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  min-height: 100px;
  display: inline-flex;
}

.image-13 {
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 0;
}

.reference_foto {
  background-image: url('../images/ibobref.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px 10px 10px 0;
  width: 100%;
  min-height: 400px;
}

.reference_foto.ibob {
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 250%;
  border-bottom-right-radius: 0;
}

.reference_foto.taoc_web {
  background-image: url('../images/Macbook-Mockup-Front-View.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 0;
}

.reference_foto.palombini {
  background-image: url('../images/Web_palombini.webp');
  background-position: 40%;
  background-size: 180%;
  border-bottom-right-radius: 0;
}

.reference_foto.drony {
  background-image: url('../images/Drones.webp');
  background-position: 40% 100%;
  background-size: 200%;
  border-bottom-right-radius: 0;
}

.reference_foto.tb_caffe {
  background-image: url('../images/ipad_1.webp');
  background-position: 20%;
  background-size: 225%;
  border-bottom-right-radius: 0;
}

.reference_foto.cleaning_lion {
  background-image: url('../images/ipad.webp');
  background-position: 30% 10%;
  background-size: 175%;
  border-bottom-right-radius: 0;
}

.reference_foto.badec {
  background-image: url('../images/Macbook-Mockup-Front-View-2.jpeg');
  background-position: 20%;
  background-size: 200%;
  border-bottom-right-radius: 0;
}

.reference_foto.servis_pistnic {
  background-image: url('../images/Servis_pistnic.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
}

.reference_popis {
  margin-left: 15px;
}

.tag_akce {
  background-color: #c60000;
  border-radius: 0 0 10px 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 7% auto auto;
}

.tag_akce._4_sloupce {
  inset: 0% 7% auto auto;
}

.akce_tag_cena {
  color: #fff;
  font-size: 1.25rem;
}

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

.vice_odkaz {
  color: #fff;
  font-size: 1rem;
}

.link-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bez_dph {
  font-size: .5rem;
}

.bold-text-6 {
  font-size: 4rem;
  line-height: 1.2em;
}

.bold-text-7 {
  font-size: 1.25rem;
  line-height: 1.2em;
  display: block;
}

.spacer {
  height: 24px;
}

.lottie-animation-3 {
  width: 200px;
  position: absolute;
  inset: auto 0% auto auto;
}

.heading-14 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3em;
}

.columns-6 {
  width: 100%;
  display: flex;
}

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

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

.lottie-animation-4 {
  width: 200px;
  position: static;
  inset: auto 0% 0% auto;
}

.image-14 {
  display: block;
}

.div-block-10 {
  background-color: #474747;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.div-block-11 {
  width: 100%;
  display: inline-flex;
}

.lottie-animation-5 {
  width: 300px;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0% 70%;
}

.text-span-7 {
  font-size: 1.5rem;
  line-height: 2em;
}

.bold-text-9 {
  font-size: .8rem;
  font-weight: 400;
}

.checkbox-field-3 {
  background-color: #c60001;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 30px;
}

.link-2 {
  color: #fff500;
}

.text-span-8 {
  background-color: #c60001;
  padding-left: 25px;
  padding-right: 25px;
}

.button-akce {
  border: 1px solid var(--black);
  background-color: var(--tbcs_yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto;
  padding: 25px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  transition: all .4s;
}

.button-akce:hover {
  border-color: var(--tbcs_red);
  background-color: var(--tbcs_red);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

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

.button-akce.form {
  padding: 20px 48px;
  font-size: 16px;
}

.div-block-13 {
  height: 50px;
}

.odrazka_features {
  color: #f8e824;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block-15 {
  width: 100%;
  height: 25px;
}

.nabidka_vyhody {
  margin-bottom: 30px;
  display: flex;
}

.heading-15 {
  background-color: var(--tbcs_red);
  color: #fff;
  text-align: right;
  margin-top: 60px;
  margin-right: 40px;
  padding: 10px;
}

.dalsi_sluzby_grid {
  padding-bottom: 20px;
}

.image-15 {
  vertical-align: baseline;
  align-self: auto;
  display: block;
}

.konkretni_sluzby {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffff0d;
  background-color: #4c4c4c33;
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  min-height: 540px;
  margin-bottom: 40px;
  padding: 20px 10px;
  display: flex;
}

.konkretni_sluzby.blank {
  color: #0000;
  background-color: #0000;
  border-width: 0;
  min-width: 0;
  min-height: 300px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.konkretni_sluzby.blank.b2b {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.konkretni_sluzby.fullwidth {
  background-color: #4c4c4c00;
  max-width: 100%;
}

.grid {
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
  align-self: stretch;
}

.konkretni_sluzba {
  padding: 20px;
}

.img {
  width: 48px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: none;
  }

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

  .heading {
    text-align: center;
    margin-top: 40px;
    font-size: 5rem;
    line-height: 1.1em;
  }

  .heading.home {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .text-span {
    font-size: 2rem;
  }

  .sekce {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .card-s {
    width: 100%;
    margin-bottom: 20px;
  }

  .card-s.blank {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 300px;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .card-s.blank.motiv {
    flex: 0 auto;
    min-height: auto;
    position: absolute;
    top: 729px;
    left: 48px;
  }

  .primarni_text {
    min-height: 75px;
    padding-left: 78px;
    padding-right: 78px;
    font-size: .8rem;
  }

  .primarni_text.zarovnani_l {
    text-align: center;
    min-height: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .primarni_text.zarovnani_s {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1rem;
    display: flex;
  }

  .heading-2.vase_znacka {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2.emoce {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3, .paragraph-5 {
    text-align: center;
  }

  .paragraph-5.akce {
    line-height: 1.3em;
  }

  .navbar-no-shadow-container {
    justify-content: center;
    align-items: center;
  }

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

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

  .nav-menu-2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #000a1ee0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 70px 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .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 {
    color: #fff;
    background-color: #152334;
  }

  .icon {
    color: #fff;
  }

  .obsah-webu {
    height: auto;
  }

  .videoset {
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vodn.blank {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 500px;
    margin-bottom: 10px;
  }

  .referencegrid {
    flex-flow: column;
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-6 {
    font-size: 1.25rem;
    line-height: 1.3em;
  }

  .cardreference.ibob_shop {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cardreference.cleaning_lion {
    background-size: auto, cover;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .heading-7.kontakt_nadpis {
    text-align: center;
    margin-bottom: 10px;
  }

  .podnadpissekce {
    font-size: .8rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl_footer3_link-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rl_footer3_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 4rem;
    flex-flow: row;
    grid-template: ". Area-2 Area"
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start stretch;
    display: grid;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .card-content-wrapper {
    height: 10rem;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .background-noise {
    z-index: -2;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .login_sekce {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    width: 100%;
  }

  .form.akce {
    width: 80%;
  }

  .image-10 {
    position: relative;
  }

  .sekundarni_text {
    min-height: auto;
    font-size: .8rem;
  }

  .columns-3 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .form-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .columns-4 {
    flex-flow: column;
    align-self: auto;
  }

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

  .sekce_sluzby {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-11 {
    margin-bottom: 0;
  }

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

  .form-block-2 {
    width: 80%;
  }

  .text-span-5 {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .bold-text-3 {
    font-size: 2.5rem;
  }

  .paragraph {
    min-height: 200px;
  }

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

  .funkce_nazev {
    min-height: 125px;
    display: block;
  }

  .reference_foto.ibob {
    height: 300px;
    min-height: auto;
  }

  .reference_foto.taoc_web, .reference_foto.palombini, .reference_foto.drony, .reference_foto.tb_caffe, .reference_foto.cleaning_lion, .reference_foto.badec {
    border-bottom-right-radius: 0;
    height: 300px;
    min-height: auto;
  }

  .reference_foto.servis_pistnic {
    height: 300px;
    min-height: auto;
  }

  .tag_akce {
    left: 550px;
  }

  .tag_akce._4_sloupce {
    right: 5%;
  }

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

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

  .lottie-animation-5 {
    display: none;
  }

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

  .text-span-8 {
    font-size: 5rem;
  }

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

  .heading-15 {
    position: absolute;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    background-position: 100% 40%;
    background-size: 225px;
  }

  .card-s.blank.motiv {
    top: 823px;
    left: 15px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
  }

  .heading-2 {
    font-size: 3rem;
    line-height: 1.25em;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .vodn.blank {
    padding-top: 30px;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .card-text {
    font-size: 1rem;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .column, .column-2, .column-3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: 100vw;
  }

  .hero {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 200px;
    margin-top: 16px;
    padding: 40px 10px 20px;
    position: static;
  }

  .heading {
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
    font-size: 2.5rem;
    position: relative;
    top: 0;
  }

  .heading.akce_banner {
    padding-top: 0;
    font-size: 28px;
    top: 0;
  }

  .heading.home {
    text-align: center;
    font-size: 2rem;
  }

  .text-span {
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .sekce {
    max-width: 100%;
    min-height: auto;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-s.blank {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-s.blank.motiv {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-right: 0;
    display: none;
  }

  .primarni_text {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
  }

  .primarni_text.zarovnani_l {
    text-align: left;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
  }

  .primarni_text.zarovnani_s {
    text-align: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .primarni_text.zarovnani_s.form {
    width: 90%;
  }

  .paragraph-3 {
    text-align: center;
    margin-right: 0;
  }

  .div-block-3 {
    flex: 1;
    place-items: center;
  }

  .heading-2 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1.8em;
  }

  .heading-2.budte_videt {
    margin-top: 15px;
  }

  .heading-2.align_centre {
    text-align: center;
  }

  .image-3 {
    align-self: auto;
  }

  .paragraph-5 {
    text-align: center;
    margin-top: 20px;
    font-size: .8rem;
    line-height: 1.5em;
  }

  .paragraph-5.akce {
    text-align: left;
    margin-top: 10px;
    font-size: .7rem;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 70px;
  }

  .nav-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button-primary {
    width: 100%;
  }

  .button-primary.form {
    justify-content: center;
    align-items: center;
  }

  .button-primary.co_delame {
    width: 100%;
  }

  .button-primary.navigace {
    margin-left: 0;
  }

  .image-7 {
    max-width: 75%;
  }

  .obsah-webu {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bcgvid {
    width: 100vw;
  }

  .background-video-3 {
    width: 100%;
    display: block;
  }

  .vodn.blank {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .reference {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 1.25rem;
    line-height: 1.3em;
  }

  .cardreference {
    width: 100%;
    min-height: 300px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-7 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
    line-height: 1.3em;
  }

  .heading-7.kontakt_nadpis {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .podnadpissekce {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.8em;
  }

  .podnadpissekce.odsazeni {
    padding-left: 10px;
  }

  .rl_footer3_link-list {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .rl_footer3_social-list {
    margin-bottom: 50px;
  }

  .rl-text-style-small {
    text-align: left;
    font-size: 1rem;
  }

  .rl_footer3_text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .rl_footer3_text.cta_telefon {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
  }

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

  .rl_footer3_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .text-field {
    text-align: center;
    margin-top: 10px;
  }

  .card-content-wrapper {
    height: 100%;
  }

  .glowing-card-lc.glowing-wrapper-active {
    width: 19rem;
    height: 15rem;
  }

  .shape-4 {
    top: 30.7em;
  }

  .footer {
    width: 100vw;
  }

  .checkbox-field, .field-label {
    width: 90%;
  }

  .login_sekce {
    width: 100%;
    max-width: 100%;
  }

  .text-field-2 {
    width: 100%;
  }

  .form {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .form.akce {
    width: 95%;
  }

  .kontakt, .dlouh-zpr-va {
    width: 100%;
  }

  .image-10 {
    max-width: 95%;
    margin-top: 94px;
    display: block;
    top: -65px;
  }

  .sekundarni_text {
    min-height: auto;
    font-size: .8rem;
  }

  .column-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: center;
  }

  .column-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .columns-4 {
    order: 0;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .sekce_sluzby {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11 {
    align-self: flex-start;
    margin-bottom: 16px;
  }

  .vaseznacka {
    max-width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .uvitaci_sleva_banner {
    margin-bottom: 10px;
  }

  .uvitaci_sleva_banner.form {
    margin-bottom: 20px;
    display: block;
  }

  .checkbox-field-2 {
    width: 100%;
  }

  .form_vyber_sluzby {
    flex-flow: column;
    align-items: flex-start;
  }

  .form-block-2 {
    width: 95%;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-bottom: 30px;
    display: flex;
  }

  .text-span-5 {
    font-size: 1rem;
    line-height: 1.1em;
  }

  .bold-text-3 {
    text-align: left;
    font-size: 2rem;
  }

  .paragraph.akce_tag {
    line-height: 1.3em;
  }

  .text-block-3 {
    min-width: 50px;
    font-size: .5rem;
  }

  .uvod_tlacitka {
    flex-flow: column;
    width: 100%;
  }

  .button-secondary {
    width: 100%;
  }

  .button-secondary.form {
    justify-content: center;
    align-items: center;
  }

  .paragraph-6 {
    font-size: .8rem;
  }

  .div-block-9 {
    font-size: 1rem;
  }

  .tag_akce {
    padding-top: 0;
    padding-bottom: 0;
    left: 191px;
  }

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

  .bold-text-5 {
    font-size: .8rem;
  }

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

  .bold-text-8 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.2em;
    display: block;
  }

  .heading-14 {
    color: #fff;
    text-align: center;
    font-size: 2rem;
  }

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

  .div-block-11 {
    width: auto;
  }

  .lottie-animation-5 {
    display: none;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .checkbox-label-2 {
    font-size: .8rem;
    line-height: 1.3em;
  }

  .text-span-8 {
    font-size: 2rem;
  }

  .button-akce {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8rem;
  }

  .button-akce.form {
    justify-content: center;
    align-items: center;
  }

  .heading-15 {
    margin-top: 151px;
  }

  .konkretni_sluzby {
    max-width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    flex-flow: column;
    flex: 1;
    grid-auto-flow: row;
    align-self: stretch;
    display: flex;
  }
}

#w-node-_46341f18-5e9e-a9af-af60-bae6ddf44bad-a0781041, #w-node-_8252592d-d23f-0adb-a7c6-2934ab0e2e3d-a0781041 {
  grid-area: Area-2;
}

#w-node-_0b90023e-405a-30db-4329-9a98fb680594-a0781041 {
  grid-area: Area-3;
}

#w-node-_0b90023e-405a-30db-4329-9a98fb68058a-a0781041 {
  grid-area: Area-2;
}

#w-node-_7c981cdf-34c5-a852-7791-e52f45ca884a-a0781041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-a0781041 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-bea1cfef-ccf8-3d56-77ee-0b446ad54df4-a0781041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_0b90023e-405a-30db-4329-9a98fb680594-5711e73b {
  grid-area: Area-3;
}

#w-node-_0b90023e-405a-30db-4329-9a98fb68058a-5711e73b {
  grid-area: Area-2;
}

#w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-5711e73b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-bea1cfef-ccf8-3d56-77ee-0b446ad54df4-5711e73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_46341f18-5e9e-a9af-af60-bae6ddf44bad-0ff25acd, #w-node-e6178dc1-bc46-e22b-1751-5a2be3eb14c7-0ff25acd {
  grid-area: Area-2;
}

#w-node-_68fac3c9-de58-c279-1b54-a2cd5207e4ca-0ff25acd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-fdf9c8e7-a60d-78d0-5149-c859136097f8-0ff25acd {
  grid-area: Area;
  place-self: auto;
}

#w-node-e3522412-0239-8589-bdd1-30d8a79bcea7-0ff25acd, #w-node-cb18c906-8d0a-43c6-0c95-54b4b67937be-0ff25acd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_2dddf430-dc77-b2fa-93c4-0b1ee31baed6-0ff25acd {
  grid-area: Area-5;
  place-self: auto;
}

#w-node-_08f0112f-99bf-db04-8693-fd4ba16c907f-0ff25acd, #w-node-cfdfadd2-e969-ae97-efef-569c6ceadd09-0ff25acd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-0ff25acd {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0b90023e-405a-30db-4329-9a98fb680594-0ff25acd {
  grid-area: Area-3;
}

#w-node-_46341f18-5e9e-a9af-af60-bae6ddf44bad-82d9b7ea, #w-node-_8252592d-d23f-0adb-a7c6-2934ab0e2e3d-82d9b7ea {
  grid-area: Area-2;
}

#w-node-_7c981cdf-34c5-a852-7791-e52f45ca884a-82d9b7ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-82d9b7ea {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0b90023e-405a-30db-4329-9a98fb68058a-82d9b7ea {
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-a0781041, #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-5711e73b, #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-0ff25acd, #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-82d9b7ea {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-a0781041, #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-5711e73b, #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-0ff25acd, #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-82d9b7ea {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c981cdf-34c5-a852-7791-e52f45ca884a-a0781041 {
    justify-self: auto;
  }

  #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-a0781041 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bea1cfef-ccf8-3d56-77ee-0b446ad54df4-a0781041 {
    justify-self: auto;
  }

  #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-5711e73b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bea1cfef-ccf8-3d56-77ee-0b446ad54df4-5711e73b, #w-node-_68fac3c9-de58-c279-1b54-a2cd5207e4ca-0ff25acd {
    justify-self: auto;
  }

  #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-0ff25acd {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c981cdf-34c5-a852-7791-e52f45ca884a-82d9b7ea {
    justify-self: auto;
  }

  #w-node-_060d52b1-4997-ee27-6017-c9ca1a4d7bc6-82d9b7ea {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


