:root {
  --one-line-text: 1em;
  --paragraph: #191919b3;
  --paragraph-height: 1.4em;
  --neutral: #191919;
  --section-spacing: 80px;
  --wrapper-max-width: 90%;
  --light-blue: #1573ff;
  --dark-blue: #0d4599;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  font-size: 22px;
  line-height: var(--one-line-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

p {
  color: var(--paragraph);
  line-height: var(--paragraph-height);
  margin-bottom: 0;
}

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

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

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

.footer {
  padding-top: var(--section-spacing);
  background-image: linear-gradient(180deg, var(--light-blue), var(--dark-blue));
  padding-bottom: 40px;
}

.footer-wrapper {
  max-width: var(--wrapper-max-width);
}

.footer-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-white-logo {
  height: 90px;
}

.paragraph {
  color: #fff;
  text-align: right;
  width: 30rem;
}

.footer-divider {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  margin-bottom: 50px;
}

.footer-grid-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-grid-column-heading {
  color: #fff;
  font-size: 22px;
  line-height: var(--one-line-text);
  margin-bottom: 6px;
  font-weight: 400;
}

.footer-grid-column-info {
  color: #fffc;
}

.footer-grid-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-grid-row-icon {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.footer-grid-row-icon-img {
  width: 70%;
}

.footer-grid-column-info-link {
  color: #fffc;
  text-decoration: none;
}

.footer-copyright {
  color: #fff;
}

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

.footer-bottom-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-grid-column-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-grid-column-wrapper.left {
  align-items: stretch;
}

.footer-grid-column-wrapper.mid {
  justify-content: center;
  align-items: center;
}

.footer-grid-column-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.ochrana-osobnich-udaju {
  margin-top: 70px;
}

.container-10 {
  max-width: 85%;
}

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

.text-span-5 {
  font-size: 1.5rem;
  font-weight: 700;
}

.link-5 {
  color: var(--light-blue);
}

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

.cookie-btn {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--light-blue), var(--dark-blue));
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 25px;
  margin-bottom: 60px;
  padding: 12px 25px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.cookie-btn:hover {
  color: #fff;
  background-color: #32343a;
}

.cookie-btn:active {
  background-color: #43464d;
}

.body-2 {
  font-family: Generalsans Variable, Arial, sans-serif;
}

.nav-ochrana {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-logo-ochrana {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-ochrana {
  height: 70px;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-size: 6%, auto 82%;
  }

  .hero-right {
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }

  .hero-worker {
    height: 80vh;
  }

  .logo-text {
    display: block;
  }

  .image-around-worker._3 {
    display: none;
  }

  .vernost-heading {
    width: 31rem;
    max-width: none;
  }

  .pobocka-image {
    height: 80%;
  }

  .kontakt {
    background-size: cover;
  }

  .form-grid {
    grid-template-columns: 1fr .75fr;
  }

  .m-logo-text, .logo-text-ochrana {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    background-image: url("https://cdn.prod.website-files.com/6903ef883425288c17285f4a/690400e69943fdc1bd4a68b0_dots-bg.png"), url("https://cdn.prod.website-files.com/6903ef883425288c17285f4a/6907c4ddb14ac845c5e94869_hero-triangles-bg.svg");
    background-position: 99% 99%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 35%, auto 95%;
  }

  .hero-grid {
    grid-template-columns: 40% 60%;
  }

  .hero-right {
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 15%;
  }

  .hero-heading {
    max-width: 30rem;
    font-size: 62px;
  }

  .hero-paragraph, .btn-black-text, .btn-text {
    font-size: 20px;
  }

  .btn-arrow {
    height: 20px;
  }

  .hero-counter, .hero-counter-inner {
    font-size: 64px;
  }

  .hero-left-grid-text {
    font-size: 24px;
  }

  .hero-left-grid-paragraph {
    font-size: 18px;
  }

  .benefits_card_title {
    font-size: 2.25rem;
  }

  .card-features {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card-feature-check {
    height: 40px;
  }

  .card-feature-text {
    font-size: 18px;
  }

  .image-around-worker._1 {
    height: 120px;
    inset: auto 45rem 27% auto;
  }

  .image-around-worker._2 {
    height: 120px;
    inset: auto 40rem 60% auto;
  }

  .image-around-worker._3 {
    filter: drop-shadow(3px 3px 7px #0006);
    height: 120px;
    display: block;
    bottom: 77%;
    right: 5%;
  }

  .pribeh-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .pribeh-title {
    font-size: 20px;
  }

  .pribeh-paragraph {
    font-size: 18px;
  }

  .pribeh-right-card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .pribeh-right-card-heading {
    font-size: 26px;
  }

  .sortiment-title {
    font-size: 20px;
  }

  .sortiment-heading {
    font-size: 54px;
  }

  .ticker-logo {
    margin-left: 4em;
    margin-right: 4em;
  }

  .pribeh-heading {
    width: 35rem;
    font-size: 54px;
  }

  .vernost-right {
    background-position: 100%;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }

  .vernost-title {
    font-size: 20px;
  }

  .vernost-heading {
    width: 37rem;
    font-size: 54px;
  }

  .vernost-paragraph {
    font-size: 18px;
  }

  .vernost-feature-text {
    font-size: 22px;
  }

  .giftcard {
    width: 32rem;
    margin-right: 20%;
  }

  .star-1, .star-2 {
    height: 24px;
  }

  .testimonial-card-paragraph {
    font-size: 18px;
  }

  .testimonial-person-icon {
    width: 55px;
    height: 55px;
  }

  .text-block {
    font-size: 20px;
  }

  .testimonial-person-name {
    font-size: 22px;
  }

  .reference-title {
    font-size: 20px;
  }

  .reference-heading {
    width: 38rem;
    font-size: 54px;
  }

  .pobocky-title {
    font-size: 20px;
  }

  .pobocky-heading {
    width: 35rem;
    font-size: 54px;
  }

  .pobocky-paragraph {
    font-size: 18px;
  }

  .pobocka-info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .pobocka-info-row-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pobocka-info-icon {
    width: 60px;
    height: 60px;
  }

  .pobocky-brusperk {
    min-height: 70vh;
  }

  .kontakt {
    background-position: 50% 0;
  }

  .kontakt-title {
    font-size: 20px;
  }

  .kontakt-heading {
    width: 38rem;
    font-size: 54px;
  }

  .kontakt-top {
    margin-bottom: 100px;
  }

  .form-left {
    position: relative;
  }

  .form-top-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-icon {
    width: 60px;
    height: 60px;
  }

  .form-heading {
    font-size: 24px;
  }

  .text-field {
    height: 3rem;
    font-size: 17px;
  }

  .form-name {
    font-size: 19px;
  }

  .textarea {
    font-size: 17px;
  }

  .form-submit {
    padding: 16px 24px;
  }

  .footer-white-logo {
    height: 100px;
  }

  .footer-grid-column-wrapper.left {
    align-items: stretch;
  }

  .btn-text-hover {
    font-size: 20px;
  }

  .btn-arrow-hover {
    height: 20px;
  }

  .btn-text-black {
    font-size: 20px;
  }

  .btn-arrow-black {
    height: 20px;
  }

  .btn-text-black-hover {
    font-size: 20px;
  }

  .btn-arrow-black-hover {
    height: 20px;
  }

  .review-hero-wrapper {
    filter: drop-shadow(0 2px 7px #0006);
    color: var(--neutral);
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    display: flex;
    inset: auto 37rem 88% auto;
  }

  .hero-review-text {
    font-size: 16px;
  }

  .hero-star-1 {
    height: 18px;
  }

  .form-success-wrapper {
    height: 24.5rem;
  }

  .logo-ochrana {
    height: 80px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .image-2 {
    height: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading {
    max-width: 35rem;
    font-size: 72px;
  }

  .hero-paragraph {
    font-size: 22px;
  }

  .hero-btn-black {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-black-text {
    font-size: 22px;
  }

  .hero-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-text {
    font-size: 22px;
  }

  .btn-arrow {
    height: 22px;
  }

  .hero-left-grid-text {
    font-size: 28px;
  }

  .hero-left-grid-paragraph {
    font-size: 22px;
  }

  .nav-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .benefits_card_title {
    font-size: 2.75rem;
  }

  .card-feature-check {
    height: 45px;
  }

  .card-feature-text {
    font-size: 22px;
  }

  .image-around-worker._1 {
    height: 150px;
    right: 72%;
  }

  .image-around-worker._2 {
    height: 150px;
    right: 64%;
  }

  .image-around-worker._3 {
    height: 150px;
  }

  .pribeh-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .pribeh-title, .pribeh-paragraph {
    font-size: 22px;
  }

  .pribeh-right-card-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .pribeh-right-card-heading {
    font-size: 30px;
  }

  .pribeh-right-card-paragraph {
    font-size: 22px;
  }

  .pribeh-top-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .sortiment-title {
    font-size: 22px;
  }

  .sortiment-heading {
    width: 40rem;
    font-size: 62px;
  }

  .sortiment-paragraph {
    font-size: 22px;
  }

  .pribeh-btn, .pribeh-btn-black, .sortiment-btn-black, .sortiment-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ticker-logo {
    margin-left: 5em;
    margin-right: 5em;
  }

  .pribeh-heading {
    width: 40rem;
    font-size: 62px;
  }

  .vernost-title {
    font-size: 22px;
  }

  .vernost-heading {
    width: 42rem;
    font-size: 62px;
  }

  .vernost-paragraph {
    font-size: 22px;
  }

  .vernost-feature-text {
    font-size: 26px;
  }

  .giftcard {
    width: 35rem;
    margin-right: 15%;
  }

  .testimonial-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .star-1, .star-2 {
    height: 28px;
  }

  .testimonial-card-paragraph {
    font-size: 20px;
  }

  .testimonial-person-icon {
    width: 65px;
    height: 65px;
  }

  .text-block {
    font-size: 24px;
  }

  .testimonial-person-name {
    font-size: 26px;
  }

  .testimonial-card-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .reference-title {
    font-size: 22px;
  }

  .reference-heading {
    width: 45rem;
    font-size: 62px;
  }

  .reference-paragraph {
    font-size: 22px;
  }

  .reference-btn-black, .reference-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pobocky-top-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .pobocky-title {
    font-size: 22px;
  }

  .pobocky-heading {
    width: 40rem;
    font-size: 62px;
  }

  .pobocky-paragraph {
    font-size: 22px;
  }

  .pobocky-btn-black, .pobocky-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pobocka-info {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .pobocka-info-row-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pobocka-info-icon {
    width: 70px;
    height: 70px;
  }

  .pobocka-name {
    font-size: 30px;
  }

  .pobocka-info-grid-heading {
    font-size: 24px;
  }

  .pobocka-info-grid-text, .pobocka-info-grid-text-link {
    font-size: 20px;
  }

  .pobocka-info-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kontakt-title {
    font-size: 22px;
  }

  .kontakt-heading {
    width: 45rem;
    font-size: 62px;
  }

  .kontakt-paragraph {
    font-size: 22px;
  }

  .form-grid {
    width: 80%;
  }

  .form-top-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-icon {
    width: 70px;
    height: 70px;
  }

  .form-heading {
    font-size: 30px;
  }

  .checkbox-label, .text-field {
    font-size: 18px;
  }

  .form-name {
    font-size: 20px;
  }

  .textarea {
    min-height: 10rem;
    max-height: 15rem;
  }

  .form-submit {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-content {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .footer-row {
    justify-content: space-between;
    display: flex;
  }

  .footer-white-logo {
    height: 110px;
  }

  .m-nav-btn, .btn_panel.is-bg, .btn_panel.is-solid, .btn_panel.is-bg, .btn_panel.is-solid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-text-hover {
    font-size: 22px;
  }

  .btn-arrow-hover {
    height: 22px;
  }

  .btn_panel_black.is-bg, .btn_panel_black.is-solid, .btn_panel_black.is-bg, .btn_panel_black.is-solid, .btn_panel-copy.is-bg, .btn_panel-copy.is-solid, .btn_panel-copy.is-bg, .btn_panel-copy.is-solid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-text-black {
    font-size: 22px;
  }

  .btn-arrow-black {
    height: 22px;
  }

  .btn-text-black-hover {
    font-size: 22px;
  }

  .btn-arrow-black-hover {
    height: 22px;
  }

  .btn_panel_form.is-bg, .btn_panel_form.is-solid, .btn_panel_form.is-bg, .btn_panel_form.is-solid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .review-hero-wrapper {
    bottom: 91%;
    right: 62%;
  }

  .hero-star-1 {
    height: 18px;
  }

  .success-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .form-success-wrapper {
    height: 26.5rem;
  }

  .logo-ochrana {
    height: 90px;
  }

  .btn_panel_nav.is-bg, .btn_panel_nav.is-solid, .btn_panel_nav.is-bg, .btn_panel_nav.is-solid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-6 {
    font-size: 26px;
  }

  .image-2 {
    height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: url("https://cdn.prod.website-files.com/6903ef883425288c17285f4a/690400e69943fdc1bd4a68b0_dots-bg.png"), url("https://cdn.prod.website-files.com/6903ef883425288c17285f4a/6907cc90f75dbfb08f41e858_mobile-bg-hero-cropped-cropped%20(1).svg");
    background-position: 95% 95%, 100% 100%;
    background-size: 7rem, 100%;
    height: 94vh;
  }

  .hero-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .nav {
    display: none;
  }

  .nav-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .hero-grid {
    grid-row-gap: 32px;
    grid-auto-rows: 1fr;
    padding-left: 0%;
  }

  .hero-left {
    padding-top: 3%;
    padding-bottom: 0%;
    padding-right: 0%;
  }

  .hero-right {
    display: flex;
  }

  .hero-left-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-left-bottom {
    display: none;
  }

  .hero-heading {
    text-align: center;
    width: 35rem;
    max-width: none;
    margin-bottom: 16px;
  }

  .hero-paragraph {
    text-align: center;
    width: 40rem;
    margin-bottom: 16px;
  }

  .hero-cta-btn-row {
    margin-top: 16px;
  }

  .hero-left-grid {
    place-items: stretch center;
  }

  .hero-left-grid-paragraph {
    width: 20rem;
  }

  .hero-worker {
    height: 100%;
    position: absolute;
    inset: auto auto 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .top-panel {
    z-index: 998;
  }

  .top-panel-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .top-panel-left {
    display: none;
  }

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

  .nav-right, .nav-logo {
    display: flex;
  }

  .nav-content {
    justify-content: center;
    align-items: center;
  }

  .logo-text {
    display: block;
  }

  .nav-links {
    display: flex;
  }

  .benefits_card_wrap {
    height: 18rem;
  }

  .u-container {
    padding-left: 0;
    padding-right: 0;
  }

  .card-features {
    margin-top: 20px;
  }

  .image-around-worker._1, .image-around-worker._2, .image-around-worker._3, .image-around-worker._1, .image-around-worker._2, .image-around-worker._3 {
    display: none;
  }

  .sortiment-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .pribeh {
    height: auto;
  }

  .pribeh-wrapper {
    max-width: var(--wrapper-max-width);
  }

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

  .pribeh-left-top {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .pribeh-left-img {
    aspect-ratio: 16 / 9;
  }

  .pribeh-paragraph {
    width: 40rem;
  }

  .pribeh-right-top {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sortiment-paragraph {
    width: 35rem;
  }

  .ticker-logo {
    height: 1.8em;
  }

  .pribeh-heading {
    width: 35rem;
  }

  .vernost {
    height: auto;
  }

  .vernost-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .vernost-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .vernost-right {
    background-image: url("https://cdn.prod.website-files.com/6903ef883425288c17285f4a/69063505d00970133fca63c4_tablet-triangles.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25rem;
  }

  .vernost-heading {
    text-align: center;
    width: 35rem;
  }

  .vernost-paragraph {
    text-align: center;
    width: 40rem;
  }

  .giftcard {
    width: 30rem;
  }

  .reference-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .testimonial-card {
    min-width: 48%;
    max-width: 48%;
  }

  .reference-paragraph {
    width: 40rem;
  }

  .pobocky-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .pobocky-top-grid {
    margin-bottom: 48px;
  }

  .pobocky-heading {
    width: 35rem;
  }

  .pobocky-paragraph {
    width: 40rem;
  }

  .pobocky-grid-bottom {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .pobocka-info-btn {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kontakt-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .kontakt-paragraph {
    width: 40rem;
  }

  .footer {
    padding-bottom: 140px;
  }

  .footer-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .form-left {
    border-radius: 12px;
  }

  .form-right {
    display: none;
  }

  .footer-content {
    width: 100%;
  }

  .paragraph {
    text-align: right;
  }

  .benefits-card-gradient {
    background-image: linear-gradient(#0000 10%, #000 80%);
  }

  .m-nav-toggle-description {
    font-weight: 400;
  }

  .m-nav-link-item.last-item {
    padding-top: 40px;
    padding-bottom: 180px;
  }

  .m-nav-list {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-overlay-gradient-bottom {
    background-image: linear-gradient(0deg, #fff, #24242300);
  }

  .m-nav-toggle-bg {
    background-image: linear-gradient(180deg, #eee0, var(--neutral));
  }

  .m-nav-toggle-inner {
    background-color: #0000;
    background-image: linear-gradient(45deg, var(--light-blue), var(--dark-blue));
    padding: 14px 48px;
  }

  .m-nav-toggle-inner.close {
    padding: 16px;
  }

  .nav-overlay-gradient-top {
    background-image: linear-gradient(#fff, #0000);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    display: flex;
  }

  .mobile-nav {
    z-index: 999;
    display: block;
  }

  .m-nav-overlay {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #ffffffd9;
    height: 100%;
    display: none;
  }

  .m-nav-close-icon {
    width: 20px;
  }

  .m-nav-toggle-open {
    filter: drop-shadow(0 2px 7px #0000004d);
    display: block;
    bottom: 30px;
  }

  .m-nav-link {
    color: var(--neutral);
    font-size: 20px;
  }

  .m-nav-toggle-close {
    display: none;
    bottom: 30px;
  }

  .m-nav-logo {
    display: flex;
  }

  .m-logo {
    height: 50px;
  }

  .m-logo-text {
    color: #fff;
    display: none;
  }

  .m-nav-btn {
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
  }

  .anchor-point {
    top: -80px;
  }

  .success-btn {
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
  }

  .cookie-btn {
    margin-top: 2rem;
    display: block;
  }

  .nav-logo-ochrana {
    display: flex;
  }

  .logo-text-ochrana {
    display: block;
  }

  .modralabut-logo {
    height: 90px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: none;
    background-size: auto;
    height: auto;
  }

  .hero-wrapper {
    max-width: var(--wrapper-max-width);
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    padding-left: 0%;
  }

  .hero-left {
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .hero-right {
    display: none;
  }

  .hero-left-top {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-heading {
    width: 28rem;
    font-size: 48px;
  }

  .hero-paragraph {
    width: 28rem;
    font-size: 16px;
  }

  .hero-cta-btn-row {
    margin-top: 12px;
  }

  .hero-btn-black, .hero-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-left-grid {
    place-items: stretch center;
  }

  .hero-counter {
    font-size: 46px;
  }

  .hero-counter-inner {
    text-align: left;
    font-size: 46px;
  }

  .hero-left-grid-paragraph {
    width: auto;
    max-width: 15rem;
  }

  .top-panel {
    height: 10vh;
  }

  .u-container {
    padding-left: 0;
    padding-right: 0;
  }

  .pribeh-title {
    font-size: 16px;
  }

  .pribeh-left-img {
    aspect-ratio: 1.3;
  }

  .pribeh-paragraph {
    width: 28rem;
    font-size: 16px;
  }

  .pribeh-right-card-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .pribeh-right-card-heading {
    font-size: 20px;
  }

  .pribeh-right-card-paragraph, .sortiment-title {
    font-size: 16px;
  }

  .sortiment-heading {
    width: 28rem;
    font-size: 40px;
  }

  .sortiment-paragraph {
    width: 28rem;
    font-size: 16px;
  }

  .pribeh-btn, .pribeh-btn-black, .sortiment-btn-black, .sortiment-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ticker-logo {
    height: 1.7em;
    margin-left: 1.2em;
    margin-right: 1.2em;
  }

  .pribeh-heading {
    width: 28rem;
    font-size: 40px;
  }

  .vernost-right {
    height: auto;
  }

  .vernost-title {
    font-size: 16px;
  }

  .vernost-heading {
    width: 28rem;
    font-size: 40px;
  }

  .vernost-paragraph {
    width: 28rem;
    font-size: 16px;
  }

  .vernost-feature-icon {
    height: 32px;
  }

  .vernost-feature-text {
    font-size: 20px;
  }

  .giftcard {
    width: 70%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reference-title {
    font-size: 16px;
  }

  .reference-heading {
    width: 28rem;
    font-size: 40px;
  }

  .reference-paragraph {
    width: 28rem;
    font-size: 16px;
  }

  .reference-btn-black, .reference-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pobocky-title {
    font-size: 16px;
  }

  .pobocky-heading {
    width: 28rem;
    font-size: 40px;
  }

  .pobocky-paragraph {
    width: 28rem;
    font-size: 16px;
  }

  .pobocky-btn-black, .pobocky-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pobocky-ostravice {
    min-height: 85vh;
  }

  .pobocka-info {
    align-items: flex-start;
    padding: 6%;
  }

  .pobocka-info-icon {
    width: 45px;
    height: 45px;
  }

  .pobocka-name {
    font-size: 24px;
  }

  .pobocka-info-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pobocky-brusperk {
    min-height: 85vh;
  }

  .kontakt-heading {
    width: 28rem;
    font-size: 39px;
  }

  .kontakt-paragraph {
    width: 28rem;
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .form-bottom-row {
    flex-flow: column;
  }

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

  .footer-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-white-logo {
    height: 120px;
  }

  .paragraph {
    text-align: left;
    width: auto;
    display: none;
  }

  .footer-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-grid-column {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-bottom-right {
    flex-flow: column;
    justify-content: space-between;
  }

  .footer-grid-column-wrapper.mid, .footer-grid-column-wrapper.right {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-grid-column-wrapper.left {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-grid-column-wrapper.mid, .footer-grid-column-wrapper.right {
    justify-content: flex-start;
    align-items: center;
  }

  .btn_panel.is-bg, .btn_panel.is-solid, .btn_panel.is-bg, .btn_panel.is-solid, .btn_panel_black.is-bg, .btn_panel_black.is-solid, .btn_panel_black.is-bg, .btn_panel_black.is-solid, .btn_panel-copy.is-bg, .btn_panel-copy.is-solid, .btn_panel-copy.is-bg, .btn_panel-copy.is-solid {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn_panel_form.is-bg {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    inset: 0%;
  }

  .btn_panel_form.is-solid {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .form-success-wrapper {
    height: 24.5rem;
  }

  .btn_panel_nav.is-bg, .btn_panel_nav.is-solid, .btn_panel_nav.is-bg, .btn_panel_nav.is-solid {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url("https://cdn.prod.website-files.com/6903ef883425288c17285f4a/690400e69943fdc1bd4a68b0_dots-bg.png"), url("https://cdn.prod.website-files.com/6903ef883425288c17285f4a/6907cc90edc89e709d22a7ae_mobile-bg-hero-cropped-cropped%20(2).svg");
    background-position: 95% 95%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 105%;
    height: 94vh;
  }

  .hero-left {
    padding-top: 4%;
  }

  .hero-right {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .hero-left-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-heading {
    width: 90%;
    font-size: 9.5vw;
  }

  .hero-paragraph {
    width: 90%;
    font-size: 3.5vw;
  }

  .hero-btn-black {
    padding: 2.75vw 5vw;
  }

  .btn-black-text {
    font-size: 3.5vw;
  }

  .hero-btn {
    padding: 2.75vw 5vw;
  }

  .btn-text {
    font-size: 3.5vw;
  }

  .btn-arrow {
    height: 3.5vw;
  }

  .hero-counter, .hero-counter-inner {
    font-size: 9vw;
  }

  .hero-left-grid-text {
    font-size: 4.5vw;
  }

  .hero-left-grid-paragraph {
    max-width: none;
    font-size: 3.5vw;
  }

  .hero-worker {
    width: 300px;
    height: auto;
  }

  .top-panel {
    height: 6vh;
  }

  .top-panel-right {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .top-panel-pobocka-row {
    grid-column-gap: 3.75vw;
    grid-row-gap: 3.75vw;
  }

  .top-panel-pobocka-text {
    font-size: 3.25vw;
  }

  .circle-open {
    width: 3.5vw;
    height: 3.5vw;
  }

  .open-text {
    font-size: 3.5vw;
  }

  .circle-close {
    width: 3.5vw;
    height: 3.5vw;
  }

  .close-text {
    font-size: 3.25vw;
  }

  .benefits_card_wrap {
    padding: 4vw;
  }

  .benefits_card_title {
    font-size: 6.5vw;
  }

  .card-features {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .card-feature-row {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .card-feature-check {
    height: 7vw;
  }

  .card-feature-text {
    font-size: 3.5vw;
  }

  .sortiment {
    overflow: hidden;
  }

  .pribeh-title {
    font-size: 3.75vw;
  }

  .pribeh-paragraph {
    width: 90%;
    font-size: 3.5vw;
  }

  .pribeh-right-card-icon-wrapper {
    width: 9vw;
    height: 9vw;
  }

  .pribeh-right-card-heading {
    font-size: 4.5vw;
  }

  .pribeh-right-card-paragraph {
    font-size: 3.25vw;
  }

  .sortiment-title {
    font-size: 3.75vw;
  }

  .sortiment-heading {
    width: 90%;
    font-size: 8vw;
  }

  .sortiment-paragraph {
    width: 90%;
    font-size: 3.5vw;
  }

  .pribeh-btn, .pribeh-btn-black, .sortiment-btn-black, .sortiment-btn {
    padding: 2.75vw 5vw;
  }

  .ticker-logo {
    height: 5vw;
    margin-left: 1em;
    margin-right: 1em;
  }

  .pribeh-heading {
    width: 90%;
    font-size: 8vw;
  }

  .vernost-title {
    font-size: 3.75vw;
  }

  .vernost-heading {
    width: 100%;
    font-size: 8vw;
  }

  .vernost-paragraph {
    width: 90%;
    font-size: 3.5vw;
  }

  .vernost-features-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .vernost-feature-row {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .vernost-feature-icon {
    height: 6.5vw;
  }

  .vernost-feature-text {
    font-size: 4vw;
  }

  .testimonial-card {
    grid-column-gap: 4.5vw;
    grid-row-gap: 4.5vw;
    min-width: 80%;
    max-width: 80%;
    padding: 5vw 4vw;
  }

  .testimonial-card-stars-row {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
  }

  .star-1, .star-2 {
    height: 4.25vw;
  }

  .testimonial-card-paragraph {
    font-size: 3.25vw;
  }

  .testimonial-person-icon {
    width: 10vw;
    height: 10vw;
  }

  .text-block {
    font-size: 3.75vw;
  }

  .testimonial-person-name {
    font-size: 4vw;
  }

  .testimonial-card-top {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
  }

  .reference-title {
    font-size: 3.75vw;
  }

  .reference-heading {
    width: 100%;
    font-size: 8vw;
  }

  .reference-paragraph {
    width: 90%;
    font-size: 3.5vw;
  }

  .reference-btn-black, .reference-btn {
    padding: 2.75vw 5vw;
  }

  .pobocky-title {
    font-size: 3.75vw;
  }

  .pobocky-heading {
    width: 90%;
    font-size: 8vw;
  }

  .pobocky-paragraph {
    width: 90%;
    font-size: 3.5vw;
  }

  .pobocky-btn-black, .pobocky-btn {
    padding: 2.75vw 5vw;
  }

  .pobocky-ostravice {
    min-height: 150vw;
  }

  .pobocka-image {
    height: 85%;
  }

  .pobocka-info-icon {
    width: 9vw;
    height: 9vw;
  }

  .pobocka-name {
    font-size: 4.75vw;
  }

  .pobocka-info-grid-heading {
    font-size: 4vw;
  }

  .pobocka-info-grid-text, .pobocka-info-grid-text-link {
    font-size: 3.5vw;
  }

  .pobocka-info-btn {
    padding: 2.75vw 5vw;
  }

  .pobocky-brusperk {
    min-height: 150vw;
  }

  .kontakt-title {
    font-size: 3.75vw;
  }

  .kontakt-heading {
    width: 100%;
    font-size: 7.75vw;
  }

  .kontakt-paragraph {
    width: 90%;
    font-size: 3.5vw;
  }

  .form-grid {
    width: 100%;
  }

  .form-left {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .form-icon {
    width: 9vw;
    height: 9vw;
  }

  .form-heading {
    font-size: 4.5vw;
  }

  .checkbox {
    width: 5vw;
    height: 5vw;
  }

  .checkbox-label {
    margin-left: 3.5vw;
    font-size: 3vw;
  }

  .form-bottom-row {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
  }

  .text-field {
    height: 8vw;
    font-size: 3.25vw;
  }

  .form-row {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: row;
  }

  .form-row._2 {
    flex-flow: column;
  }

  .form-column {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .form-name {
    font-size: 3.5vw;
  }

  .textarea {
    min-height: 25vw;
    max-height: 40vw;
    font-size: 3.25vw;
  }

  .form-submit {
    padding: 2.75vw 5vw;
  }

  .footer-row {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-white-logo {
    height: 30vw;
  }

  .benefits-card-gradient {
    background-image: linear-gradient(#0000 35%, #000 85%);
  }

  .m-nav-toggle-bg {
    font-size: 3.25vw;
  }

  .email-popup {
    filter: drop-shadow(0 2px 12px #0006);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
    inset: auto 0% 0%;
  }

  .email-popup-grid {
    filter: drop-shadow(0 2px 10px #0000004d);
    height: auto;
  }

  .gift-wrapper {
    width: 12vw;
    height: 12vw;
  }

  .email-popup-heading {
    font-size: 6vw;
  }

  .email-popup-paragraph, .field-label {
    font-size: 4vw;
  }

  .text-field-2 {
    height: 10vw;
    font-size: 3.5vw;
  }

  .checkbox-label-2 {
    font-size: 2.75vw;
  }

  .checkbox-2 {
    width: 6vw;
    height: 6vw;
  }

  .submit-button-2 {
    z-index: 1000;
    padding: 3vw 5vw;
    font-size: 4vw;
    position: relative;
  }

  .text-block-2 {
    margin-top: 3.5vw;
    font-size: 4.5vw;
  }

  .btn_panel.is-bg, .btn_panel.is-solid, .btn_panel.is-bg, .btn_panel.is-solid {
    padding: 2.75vw 5vw;
  }

  .btn-text-hover {
    font-size: 3.5vw;
  }

  .btn-arrow-hover {
    height: 3.5vw;
  }

  .btn_panel_black.is-bg, .btn_panel_black.is-solid, .btn_panel_black.is-bg, .btn_panel_black.is-solid, .btn_panel-copy.is-bg, .btn_panel-copy.is-solid, .btn_panel-copy.is-bg, .btn_panel-copy.is-solid {
    padding: 2.75vw 5vw;
  }

  .btn-text-black {
    font-size: 3.5vw;
  }

  .btn-arrow-black {
    height: 3.5vw;
  }

  .btn-text-black-hover {
    font-size: 3.5vw;
  }

  .btn-arrow-black-hover {
    height: 3.5vw;
  }

  .btn_panel_form.is-bg, .btn_panel_form.is-solid, .btn_panel_form.is-bg, .btn_panel_form.is-solid {
    padding: 2.75vw 5vw;
  }

  .close-popup {
    width: 8vw;
    height: 8vw;
  }

  .form-success-wrapper {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
  }

  .text-block-5 {
    font-size: 4vw;
  }

  .lottie-animation-2 {
    height: auto;
  }

  .heading-13 {
    font-size: 36px;
  }

  .logo-ochrana {
    height: 70px;
  }

  .logo-text-ochrana {
    font-size: 22px;
  }

  .btn_panel_nav.is-bg, .btn_panel_nav.is-solid, .btn_panel_nav.is-bg, .btn_panel_nav.is-solid {
    padding: 2.75vw 5vw;
  }

  .modralabut-logo {
    height: 20vw;
  }

  .text-block-6 {
    font-size: 4.5vw;
  }

  .image-2 {
    height: 4.5vw;
  }

  .text-block-7 {
    font-size: 3vw;
  }
}

#w-node-_5851efd1-0d24-cc55-cf9b-8990cd2f1043-1a751aa1, #w-node-_5851efd1-0d24-cc55-cf9b-8990cd2f1056-1a751aa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5851efd1-0d24-cc55-cf9b-8990cd2f1036-1a751aa1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
