@font-face {
  font-family: Ema;
  src: url('../fonts/Ema-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --jc-green: #08b54f;
  --light-green: #eefff5;
  --white: white;
  --black: #000;
  --dark-teal: #0b3c49;
  --pearl-beige: #d7edff;
  --light-grey: #e6e5e3;
  --dark-grey: #292929;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.background {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.hero-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.left-arrow {
  display: none;
}

.super-text-hero {
  z-index: 2;
  color: var(--jc-green);
  -webkit-text-stroke-width: 1px;
  text-shadow: 1px 2px 7px #000000b3;
  white-space: nowrap;
  font-family: Ema, Arial, sans-serif;
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

.background-sm {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.slider-background-sm, .slider-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 85vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.slide-nav {
  padding-top: 0;
  font-size: 5px;
  display: none;
  inset: auto auto 0% 2rem;
}

.slider-cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.right-arrow {
  display: none;
}

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

.hero-title {
  z-index: 10;
  background-color: var(--light-green);
  color: var(--jc-green);
  text-align: center;
  letter-spacing: 1px;
  border: 1px #000;
  border-radius: 30px;
  margin-bottom: -118px;
  padding: 37px 62px 68px;
  font-family: Ema, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 45px;
  position: absolute;
  bottom: 9.9vh;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mask {
  overflow: hidden;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.slider-background-wrapper.hero-wrapper-small {
  border-radius: 50px;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.maly-pic {
  z-index: 1;
  width: 100%;
  min-width: 20rem;
  max-width: 30rem;
  position: absolute;
  overflow: hidden;
}

.full-slider {
  z-index: 1;
  background-color: #0c0c0e;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrap-sm {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 24vw;
  min-width: 20rem;
  max-width: 24rem;
  height: 60vh;
  max-height: 38rem;
  margin-top: -82px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-large {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.parent-pad-side {
  border: 1px #000;
  border-radius: 120px;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 4rem 37px;
}

.section {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.container {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}

.styles {
  position: absolute;
  inset: 0% auto auto 0%;
}

.italic-text {
  color: var(--jc-green);
  font-family: Ema, Arial, sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.paragraph {
  color: #08b54f;
  text-align: left;
  width: auto;
  margin-top: 14px;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
}

.video-popisek-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.video-popisek {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  padding-bottom: 40px;
  display: flex;
}

.video-1-wrapper-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  display: flex;
}

.paragraph-2-wide {
  color: #204f58;
  letter-spacing: 1px;
  margin-top: 20px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.video-2-wraper {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: auto;
  margin: 26px auto 58px;
  display: flex;
}

.columns {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  padding-right: 100px;
}

.column.d {
  padding-left: 0;
  padding-right: 0;
}

.column.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 113px;
  display: flex;
}

.video-5 {
  border-radius: 30px;
  overflow: hidden;
}

.columns-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.videa-1 {
  background-color: var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.redline {
  background-color: #08b54f;
  width: 270px;
  height: 4px;
  margin-bottom: 40px;
}

.redline.white {
  background-color: #fff;
}

.paragraph-2-narrow {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  width: 650px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 143%;
}

.click-lottie {
  text-align: center;
  width: 70px;
  height: 70px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}

.menu-obal {
  background-image: none;
  background-position: 0 0;
  width: 100%;
  height: auto;
  padding-top: 19px;
  padding-bottom: 0;
}

.footer-2 {
  background-color: var(--black);
  width: 100%;
  padding: 0 4rem 2.8rem;
  overflow: hidden;
}

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

.loga-foot {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  display: flex;
}

.logo-footer---2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-6 {
  font-weight: 700;
}

.image-4 {
  height: 40px;
}

.logo-footer---3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.footer-bar {
  opacity: 1;
  border-top: 1px #fff3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 700px;
  max-width: 1100px;
  margin: 10px auto;
  font-size: 12px;
  line-height: 16px;
}

.text-span-4 {
  font-weight: 700;
}

.image-logo {
  z-index: 500;
  height: 25px;
  margin-top: 14px;
  padding-top: 0;
  padding-right: 27px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-kapitola {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.heading-5-kap-3 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Ema, Arial, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 110%;
}

.text-span-38 {
  color: #08b54f;
  font-style: normal;
  font-weight: 400;
}

.perex-kapitola-3 {
  color: #fcf9f2;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 20px;
  width: 610px;
  padding: 40px 20px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.divider-kap {
  background-color: #367b3d;
  background-image: linear-gradient(#fff0 36%, #0ab34e), radial-gradient(circle, #00000075, #fff0), url('../images/business.avif');
  background-position: 0 0, 0 0, 50% 48%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.divider-kap-2 {
  background-color: #367b3d;
  background-image: linear-gradient(#fff0 40%, #02b54e), radial-gradient(circle, #00000061, #fff0), url('../images/talent.avif');
  background-position: 0 0, 0 0, 50% 48%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.divider-kap-3 {
  background-color: #367b3d;
  background-image: linear-gradient(180deg, #fff0 54%, var(--jc-green)), radial-gradient(circle farthest-corner at 50% 50%, #00000052, #fff0), url('../images/kutlrua-min.avif');
  background-position: 0 0, 0 0, 50% 48%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.divider-kap-4 {
  background-color: #367b3d;
  background-image: linear-gradient(#fff0 68%, #0bb54f), radial-gradient(circle, #0000008c, #fff0), url('../images/shutterstock_2661673445.jpg');
  background-position: 0 0, 0 0, 50% 48%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
}

.green-nadpis {
  color: var(--jc-green);
  text-align: center;
  text-transform: none;
  width: 780px;
  margin: 14px auto 50px;
  padding-left: 73px;
  padding-right: 73px;
  font-family: Ema, Arial, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}

.sipka {
  z-index: 8000;
  color: #497d00;
  text-align: center;
  font-size: 50px;
  position: absolute;
  inset: auto 0% -1%;
}

.bold-text {
  color: var(--jc-green);
  font-size: 30px;
}

.menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.paragraph-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Ema, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.heading-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-4 {
  border: 1px solid var(--jc-green);
  background-color: #52f77e;
  background-image: linear-gradient(180deg, #4ce675, var(--jc-green) 81%);
  border-radius: 30px;
  width: 100%;
  height: 170px;
  padding: 15px 15px 15px 25px;
  text-decoration: none;
}

.menu-3 {
  height: 230px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.link-block {
  text-decoration: none;
}

.div-block-5 {
  background-color: var(--light-green);
  border: 1px #000;
  padding-top: 137px;
  padding-bottom: 20px;
}

.video-cta {
  color: var(--jc-green);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 150%;
}

.video-cta.white {
  color: var(--light-green);
}

.text-span-39 {
  color: var(--dark-teal);
  font-size: 31px;
}

.podvideo-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.green-divider-nadpis {
  color: var(--pearl-beige);
  font-size: 130px;
  font-style: normal;
  line-height: 100%;
}

.mask-6 {
  border-radius: 20px;
}

.milnik-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #08b54f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  width: 200px;
  height: auto;
}

.maly-text-kariera {
  color: #2c2c2c;
  width: 400px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 22px;
  font-family: Ema, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.slide-16 {
  background-image: url('../images/trebon1_1trebon1.avif');
  background-position: 50%;
  background-size: cover;
}

.lazne-pozice {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-17 {
  color: #fcf9f2;
  text-align: center;
  letter-spacing: 1px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ema, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.link-white {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.link-30 {
  color: #204f58;
  font-weight: 700;
}

.heading-49 {
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 22px;
  font-family: Ema, Arial, sans-serif;
  line-height: 32px;
}

.heading-49.black {
  color: #010b15;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.latzne-right {
  border-radius: 20px;
  width: 40%;
  height: 600px;
}

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  background-color: #08b54f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  font-family: Ema, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.button-2.wider {
  width: 300px;
}

.button-2.sirsi {
  width: 280px;
}

.milnik-2 {
  background-color: #08b54f;
  border-radius: 20px;
  width: 260px;
  height: 200px;
  padding: 10px 0 29px;
}

.heading-19 {
  color: #fcf9f2;
  text-align: center;
  font-family: Ema, Arial, sans-serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-18 {
  color: #204f58;
  letter-spacing: .5px;
  margin-bottom: 18px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.slide-18 {
  background-image: url('../images/trebon3_1trebon3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-4 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.lazne {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lazne-kariera {
  background-color: #e6e5e3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.en-logo {
  margin-right: 54px;
}

.milniky {
  width: 1000px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.slider-7 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.heading-22 {
  color: #204f58;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 36px;
  font-family: Ema, Arial, sans-serif;
}

.wrappp {
  background-color: #e6e5e3;
  border-radius: 20px;
  width: 1100px;
  min-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}

.slide-17 {
  background-image: url('../images/trebon2_1trebon2.avif');
  background-position: 20% 0;
  background-size: cover;
}

.heading-24 {
  color: #08b54f;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Ema, Arial, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 48px;
}

.text-span-35 {
  color: #08b54f;
  font-family: Ema, Arial, sans-serif;
  font-weight: 600;
}

.wrap-modul-1 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin: -120px auto 100px;
  padding: 40px 60px 50px;
}

.obsah-k1 {
  background-color: var(--jc-green);
  padding-top: 60px;
  padding-bottom: 20px;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.final-cta {
  margin-top: 0;
}

.but-2 {
  grid-row-gap: 1em;
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #08b54f;
  border: 0 #fefdfb;
  border-radius: 30px;
  outline: 3px #00e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 57px;
  text-decoration: none;
  display: flex;
}

.arrow-icon {
  width: 30px;
}

.heading-36 {
  color: #fcf9f2;
  text-align: center;
  letter-spacing: 1px;
  width: 620px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ema, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.final-button {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.big-pic-after-8 {
  background-image: linear-gradient(180deg, var(--jc-green), #fff0 46%, #fff0 55%), radial-gradient(circle farthest-corner at 50% 50%, #0000004d, #fff0), url('../images/hero-1-JC.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.walsh-heading-small-7 {
  color: #fbf9f2;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Ema, Arial, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

.finn {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  outline-offset: -10px;
  border-radius: 30px;
  outline: 3px #fcf9f2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.logo-company {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  padding: 10px 10px 10px 0;
  display: flex;
}

.text-span-40 {
  font-family: Ema, Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.paragraph-28 {
  color: #fcf9f2;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Ema, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.engel-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: var(--light-grey);
  justify-content: center;
  align-items: flex-end;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.miulnik-he-2 {
  color: #fcf9f2;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Ema, Arial, sans-serif;
  font-weight: 500;
}

.miulnik-he-2.sxs {
  margin-bottom: 21px;
  font-family: Ema, Arial, sans-serif;
}

.green-perex {
  color: #08b54f;
  letter-spacing: 1px;
  width: 400px;
  font-family: Ema, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.vlevo-kaplice {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.text-span-61 {
  font-style: italic;
}

._4-milniky-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: -10px;
  background-color: #08b54f;
  border-radius: 20px;
  outline: 3px #fcf9f2;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 79px;
  display: flex;
}

.heading-31 {
  margin-bottom: 18px;
}

.heading-31.kaplice {
  color: #08b54f;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-family: Ema, Arial, sans-serif;
}

.milnik-3 {
  border-radius: 20px;
  width: 300px;
  height: 200px;
  padding-bottom: 29px;
  padding-left: 29px;
  padding-right: 29px;
}

.milnik-3.dr {
  padding-left: 10px;
  padding-right: 10px;
}

.milnik-3.dr.tightw {
  background-color: #08b54f;
  height: 150px;
}

.kaplice-right {
  border-radius: 20px;
  width: 50%;
  height: auto;
  padding-left: 35px;
}

.paragraph-21 {
  color: #204f58;
  letter-spacing: 1px;
  width: 400px;
  font-family: Ema, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.heading-28 {
  color: #fcf9f2;
  text-align: center;
  font-family: Ema, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.modul-text-left {
  width: 50%;
  padding: 0 60px 40px 0;
}

.logo-obal {
  width: 140px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.sticky-fotky-slider-right {
  border-radius: 20px;
  width: 50%;
  position: sticky;
  top: 50px;
}

.heading-modul-text {
  font-family: Ema, Arial, sans-serif;
}

.engel-modul {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.obal-vnutrek-modulu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-modul-1 {
  border-radius: 20px;
  width: 100%;
  height: 600px;
}

.obal-youtube {
  margin-top: 57px;
}

.div-block-25 {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slide-2-engel {
  background-image: url('../images/engelnew7.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/engelnew4.avif');
  background-position: 50% 20%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/engelnew5.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3-engel {
  background-image: url('../images/engelnew1.avif');
  background-position: 50%;
  background-size: cover;
}

.icon {
  color: #367b3d;
}

.slider-2 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dre {
  background-image: url('../images/engelnew2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  bottom: -40px;
}

.slide-4-engel {
  background-color: #fff;
  background-image: url('../images/engelnew6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.youtube {
  border-radius: 20px;
  overflow: hidden;
}

.wrap-modul-2 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin: -120px auto 100px;
  padding: 40px 60px 50px;
}

.modul-text-right {
  width: 50%;
  padding: 0 0 40px 60px;
}

.k4-obsah {
  background-color: var(--jc-green);
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 79px;
  padding-bottom: 79px;
}

.image-11 {
  width: 50px;
  margin-left: 5px;
  margin-right: 20px;
}

.div-block-18 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 15px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: var(--dark-grey);
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-7 {
  color: var(--jc-green);
  padding-right: 0;
  font-family: Ema, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

.logo-karierra {
  width: 125px;
  margin-right: 10px;
}

.karta-kariera {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  height: 154px;
  margin-bottom: 28px;
  padding-top: 0;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.karta-kariera.spodni {
  border: 1px #000;
}

.position-kariera {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 930px;
  margin: 40px auto;
  display: flex;
}

.obal-kariera {
  width: 480px;
}

.kariera-heading {
  color: var(--dark-teal);
  text-align: center;
  width: 650px;
  margin: 0 auto 10px;
  font-family: Ema, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}

.obal-nemocnice {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1050px;
  margin-top: -170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 23px;
  position: relative;
}

.slider-pisek {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.slider-pisek-inside {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-6-copy {
  border-radius: 20px;
}

.logo-obal-pisek {
  width: 240px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.link-31 {
  color: #06b44e;
  font-weight: 600;
}

.slide-19 {
  background-image: url('../images/CKMP_VLMnative_01-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-2-pisek {
  background-image: url('../images/CKMP_VLMnative_06-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3-pisekl {
  background-image: url('../images/CKMP_VLMnative_02-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-4-pisek {
  background-image: url('../images/CKMP_VLMnative_09-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-5-pisek {
  background-image: url('../images/CKMP_VLMnative_05-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-6-pisek {
  background-color: #fff;
  background-image: url('../images/CKMP_VLMnative_04-min.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7-pisek {
  background-image: url('../images/CKMP_VLMnative_08-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-8-pisek {
  background-image: url('../images/CKMP_VLMnative_07-min.avif');
  background-position: 50% 0;
  background-size: cover;
}

.slide-9-pisek {
  background-image: url('../images/CKMP_VLMnative_10-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-10-pisek {
  background-image: url('../images/CKMP_VLMnative_03-min.avif');
  background-position: 50%;
  background-size: cover;
}

.wrap-modul-3 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 50px;
}

.bold-text-2 {
  font-weight: 900;
}

.link-32 {
  color: #06b64f;
  font-weight: 900;
}

.logo-obal-genlabs {
  width: 140px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.slide-1-genlabs {
  background-image: url('../images/foto-JVTP.avif');
  background-position: 50%;
  background-size: cover;
}

.mask-genlabs {
  border-radius: 20px;
}

.slider-genlabs-inside {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-genlabs {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.slide-2-genlabs {
  background-image: url('../images/Nutrigenomika1-900x795.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3-genlabs {
  background-image: url('../images/mitochondrie-analyza-mtDNA-900x795.avif');
  background-position: 50%;
  background-size: cover;
}

.sticky-fotky-slider-no-video {
  border-radius: 20px;
  width: 50%;
  position: sticky;
  top: 50px;
}

.wrap-modul-4 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 60px 50px;
}

.logo-obal-heyco, .logo-obal-heycoo {
  width: 140px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.link-33 {
  color: #204f58;
  font-weight: 600;
}

.slider-heyco {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-heyco {
  border-radius: 20px;
}

.slide-heyco-1 {
  background-image: url('../images/Foto-závodu-čelní-ze-dne-06.06.2021.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-heyco-2 {
  background-image: url('../images/Foto-závodu-05.06.2021-min.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-heyco-3 {
  background-image: url('../images/20210903_083105-min.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-heyco-4 {
  background-image: url('../images/8.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-heyco-5 {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-size: cover;
}

.sticky-fotky-slider-right-no-video {
  border-radius: 20px;
  width: 50%;
  position: sticky;
  top: 50px;
}

.logo-obal-heycoo-copy {
  width: 120px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.wrap-modul-5 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 50px;
}

.logo-jcvp {
  width: 140px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.slider-jvtp {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-jvtp {
  border-radius: 20px;
}

.slide-jvtp1 {
  background-image: url('../images/IMG_0136.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-jvtp2 {
  background-image: url('../images/2a310446-f1d6-4ffe-b38c-1794931de00f.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-jvtp3 {
  background-image: url('../images/690292a3-15e2-408a-bbee-414381965219.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-jvtp4 {
  background-image: url('../images/8.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-jvtp5 {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-size: cover;
}

.wrap-modul-6 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 50px;
}

.link-34 {
  color: #204f58;
  font-weight: 600;
}

.slider-kamen {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-kamen {
  border-radius: 20px;
}

.slide-kamen1 {
  background-image: url('../images/kamen1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-kamen2 {
  background-image: url('../images/kamen2.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-kamen3 {
  background-image: url('../images/kamen3.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-kamen4 {
  background-image: url('../images/kamen4.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-kamen5 {
  background-image: url('../images/kamen5.avif');
  background-position: 50% 0;
  background-size: cover;
}

.wrap-modul-7 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 50px;
}

.logo-rohde {
  width: 220px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.italic-text-2 {
  color: #204f58;
  font-weight: 600;
}

.slider-rohde {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-rohde {
  border-radius: 20px;
}

.slide-rohde {
  background-image: url('../images/rohde1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-rohde2 {
  background-image: url('../images/rohde2.avif');
  background-position: 100%;
  background-size: cover;
}

.slide-rohde4 {
  background-image: url('../images/rohde3.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-rohde5 {
  background-image: url('../images/rohde5.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-rohde6 {
  background-image: url('../images/kamen5.avif');
  background-position: 50% 0;
  background-size: cover;
}

.wrap-modul-8 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 50px;
}

.logo-stein {
  width: 180px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.link-35 {
  color: #204f58;
  font-weight: 600;
}

.slider-stein {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-stein {
  border-radius: 20px;
}

.slide-stein1 {
  background-image: url('../images/stein1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-stein2 {
  background-image: url('../images/stein2.avif');
  background-position: 100%;
  background-size: cover;
}

.slide-stein3 {
  background-image: url('../images/stein3.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-stein4 {
  background-image: url('../images/stein4.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-stein5 {
  background-image: url('../images/stein5.avif');
  background-position: 50%;
  background-size: cover;
}

.wrap-modul-9 {
  background-color: var(--light-green);
  border-radius: 20px;
  width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 50px;
}

.logo-witt {
  width: 180px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.sldier-witt {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-witt {
  border-radius: 20px;
}

.slide-witt1 {
  background-image: url('../images/witt1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-witt2 {
  background-image: url('../images/witt2.avif');
  background-position: 100%;
  background-size: cover;
}

.slide-witt3 {
  background-image: url('../images/witt3.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-witt4 {
  background-image: url('../images/witt4.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-witt5 {
  background-image: url('../images/witt5.avif');
  background-position: 50%;
  background-size: cover;
}

.modul-text-leftt {
  width: 50%;
  padding: 0 60px 40px 0;
}

.link-36 {
  color: #204f58;
  font-weight: 600;
}

.text-span-62 {
  font-weight: 900;
}

.obsah-k2 {
  background-color: var(--jc-green);
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-kaplice {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-kaplicw {
  border-radius: 20px;
}

.kaplice-1 {
  background-image: url('../images/kaplice2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kaplice-2 {
  background-image: url('../images/kaplice0.avif');
  background-position: 0 30%;
  background-size: cover;
}

.kaplice-3 {
  background-image: url('../images/kaplice3.avif');
  background-position: 50%;
  background-size: cover;
}

.kaplice-4 {
  background-image: url('../images/kaplice11.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.kaplice-5 {
  background-image: url('../images/kaplice1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-4-engel-copy {
  background-color: #fff;
  background-image: url('../images/engelnew6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kaplice-6 {
  background-color: #fff;
  background-image: url('../images/kaplice5.avif');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-kaplice {
  width: 120px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
  margin-left: -14px;
}

.slider-cb {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-cb {
  border-radius: 20px;
}

.cb1 {
  background-image: url('../images/CB1.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cb2 {
  background-image: url('../images/CB0.avif');
  background-position: 0 0;
  background-size: cover;
}

.cb3 {
  background-image: url('../images/CB2.avif');
  background-position: 50%;
  background-size: cover;
}

.cb4 {
  background-image: url('../images/CB3.avif');
  background-position: 50%;
  background-size: cover;
}

.cb5 {
  background-image: url('../images/CB4.avif');
  background-position: 50%;
  background-size: cover;
}

.text-span-63 {
  font-weight: 600;
}

.cb-logo {
  width: 160px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70 {
  font-weight: 600;
}

.heading-50 {
  color: #0bb54f;
  font-family: Ema, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.text-span-71, .text-span-72, .text-span-73 {
  font-weight: 600;
}

.heading-50-copy {
  color: #0bb54f;
  margin-bottom: 23px;
  font-family: Ema, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-span-74, .text-span-75 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.velesin-logo {
  width: 100px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.text-span-76 {
  font-weight: 600;
}

.slider-velesin {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-velesin {
  border-radius: 20px;
}

.velesin1 {
  background-image: url('../images/sosvel_01.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.velesin2 {
  background-image: url('../images/sosvel_02.avif');
  background-position: 100%;
  background-size: cover;
}

.velesin3 {
  background-image: url('../images/sosvel_03.avif');
  background-position: 50%;
  background-size: cover;
}

.velesin4 {
  background-image: url('../images/sosvel_04.avif');
  background-position: 50%;
  background-size: cover;
}

.velesin5 {
  background-image: url('../images/sosvel_05.avif');
  background-position: 50%;
  background-size: cover;
}

.lgoo-waldorf {
  width: 80px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
}

.slider-wal {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-wal {
  border-radius: 20px;
}

.slide-wal1 {
  background-image: url('../images/waldof.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-wal2 {
  background-image: url('../images/WALDORF5.avif');
  background-position: 0 0;
  background-size: cover;
}

.slide-wal3 {
  background-image: url('../images/WALDORF4.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-kamen4-copy {
  background-image: url('../images/kamen4.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-wal4 {
  background-image: url('../images/WALDORF2.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-wal5 {
  background-image: url('../images/WALDORF3.avif');
  background-position: 50% 0;
  background-size: cover;
}

.obsah-k3 {
  background-color: var(--jc-green);
  padding-top: 60px;
  padding-bottom: 60px;
}

.logo-obal-pisek-copy {
  width: 240px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
  margin-left: -13px;
}

.walsh-cover-image {
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-heading-small-3 {
  color: var(--white);
  letter-spacing: .6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ema, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-quote-image-wrapper {
  background-color: #d0f6f6;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 4em;
  display: flex;
}

.walsh-main-paragraph {
  color: var(--light-grey);
  letter-spacing: 0;
  width: 400px;
  font-family: Ema, Arial, sans-serif;
  font-size: 1.45em;
  font-weight: 600;
  line-height: 1.5;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
  margin-bottom: 0;
}

.walsh-heading-regular-2 {
  color: var(--jc-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ema, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.2;
}

.walsh-info-wrap-center {
  text-align: center;
  margin-bottom: 37px;
}

.hejtman-quote {
  z-index: 2;
  background-color: var(--jc-green);
  border-radius: 60px;
  flex: none;
  width: 920px;
  margin: 101px auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.walsh-text-small-left {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  border-radius: 57px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-right {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.slider-trebon {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-trebon {
  border-radius: 20px;
}

.tr1 {
  background-image: url('../images/TREBON2_2.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tr2 {
  background-image: url('../images/TREBON1_2.avif');
  background-position: 0 0;
  background-size: cover;
}

.tr3 {
  background-image: url('../images/TREBON4.avif');
  background-position: 50%;
  background-size: cover;
}

.tr4 {
  background-image: url('../images/TREBON3_2.avif');
  background-position: 50%;
  background-size: cover;
}

.tr5 {
  background-image: url('../images/TREBON5.avif');
  background-position: 50%;
  background-size: cover;
}

.text-span-77 {
  font-family: Ema, Arial, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-span-77.green {
  color: var(--jc-green);
}

.videa-2 {
  background-color: var(--light-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-32 {
  width: 800px;
}

.video-mini {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.video-22 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  margin: 10px auto 58px;
  display: flex;
}

.bold-text-3, .bold-text-4 {
  color: var(--jc-green);
}

.bold-text-5 {
  color: var(--light-green);
}

.lottie-animation {
  filter: brightness(67%);
}

.video-report-wrapper {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 690px;
  height: auto;
  margin: 58px auto;
  display: flex;
}

.video-popisek-report {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 68px auto -41px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-33 {
  z-index: 499;
  filter: drop-shadow(2px 0 10px #000000b3);
  background-color: #fff;
  border-bottom-left-radius: 30px;
  width: 210px;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-span-78 {
  font-weight: 600;
}

.cta {
  background-color: #dc0000;
  background-image: url('../images/19-fin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 380px;
  height: auto;
  margin-bottom: 11px;
  padding: 33px 44px 123px 57px;
}

.text-span-79 {
  font-size: 1.9rem;
}

@media screen and (max-width: 991px) {
  .super-text-hero {
    font-size: 7rem;
  }

  .slide-nav {
    bottom: 1.4rem;
    right: 2.5rem;
  }

  .hero-title {
    font-size: 1.6rem;
    bottom: 7vh;
  }

  .maly-pic {
    min-width: 20rem;
  }

  .slider-wrap-sm {
    min-width: 22rem;
    height: 52vh;
  }

  .spacer-large {
    padding-bottom: 6rem;
  }

  .parent-pad-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-2 {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .footer-bar {
    justify-content: center;
    margin-top: 1rem;
  }

  .text-block-4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }

  .menu {
    flex-flow: column;
    height: auto;
  }

  .final-button {
    flex: 0 auto;
    width: auto;
  }

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

  .kariera-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .hejtman-quote {
    flex: 0 auto;
    width: auto;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-inner-column-right {
    max-width: none;
    padding-top: 0;
    padding-left: 4em;
  }
}

@media screen and (max-width: 767px) {
  .super-text-hero {
    font-size: 5rem;
  }

  .slide-nav {
    bottom: 1.2rem;
    right: 2rem;
  }

  .text-block-4 {
    width: 90%;
  }

  .menu {
    width: 100%;
  }

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

  .div-block-4 {
    width: 300px;
    height: 150px;
    margin-bottom: 31px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-3 {
    height: auto;
  }

  .column-5, .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .but-2 {
    grid-row-gap: 1.5em;
  }

  .finn {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .kariera-heading {
    font-size: 34px;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-heading-regular-2 {
    font-size: 1.8em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .hero-parent {
    flex-flow: row;
  }

  .super-text-hero {
    font-size: 2rem;
  }

  .hero-title {
    opacity: 1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-bottom: -141px;
    padding-bottom: 68px;
    font-size: 24px;
    line-height: 28px;
    display: block;
    bottom: 13%;
  }

  .maly-pic {
    min-width: 17rem;
  }

  .slider-wrap-sm {
    border-radius: 20px;
    width: 200px;
    min-width: 200px;
    height: 300px;
    min-height: 250px;
  }

  .spacer-large {
    padding-bottom: 5rem;
  }

  .parent-pad-side {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    width: 100%;
  }

  .italic-text {
    font-size: 28px;
  }

  .paragraph {
    font-size: 30px;
  }

  .video-popisek-copy {
    flex-flow: row;
    width: 100%;
    padding-left: 0;
  }

  .video-popisek {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 47px;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .video-1-wrapper-copy {
    width: 95vw;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .video-2-wraper {
    width: 85vw;
  }

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

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

  .column.d {
    padding-left: 0;
  }

  .column-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .videa-1 {
    padding-bottom: 0;
  }

  .redline {
    width: 90px;
    height: 2px;
    margin-bottom: 20px;
  }

  .paragraph-2-narrow {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .click-lottie {
    width: 50px;
    height: 50px;
    margin-top: 19px;
  }

  .footer-2 {
    padding-top: 0;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .loga-foot {
    flex-flow: column;
  }

  .logo-footer---2 {
    margin-bottom: 30px;
  }

  .footer-bar {
    flex-flow: column;
    margin-top: 1rem;
    padding-bottom: 0;
  }

  .text-kapitola {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 35px;
  }

  .heading-5-kap-3 {
    font-size: 40px;
  }

  .perex-kapitola-3 {
    width: 90%;
  }

  .divider-kap {
    background-image: linear-gradient(#fff0 36%, #06b64f), linear-gradient(#00000078, #00000078), url('../images/business.avif');
    background-position: 0 0, 0 0, 55%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    justify-content: center;
    align-items: flex-start;
    height: 60vh;
    padding-top: 28px;
  }

  .divider-kap-2 {
    background-image: linear-gradient(#fff0 46%, #06b64f), linear-gradient(#00000069, #00000069), url('../images/talent.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .divider-kap-3 {
    background-image: linear-gradient(#06b64f00, #06b64f), linear-gradient(#0000006b, #0000006b), url('../images/kutlrua-min.avif');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .divider-kap-4 {
    background-image: linear-gradient(#000000ad, #000000ad), url('../images/shutterstock_2661673445.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 80vh;
  }

  .green-nadpis {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .sipka {
    font-size: 50px;
    line-height: 70px;
    bottom: -2%;
  }

  .menu {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 18px;
  }

  .heading-3 {
    margin-right: 17px;
    font-size: 50px;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    width: 270px;
    height: 90px;
    margin-bottom: 25px;
    padding-left: 20px;
    display: flex;
  }

  .menu-3 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-5 {
    padding-top: 6px;
  }

  .video-cta {
    width: 90%;
    margin-top: 0;
  }

  .podvideo-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .green-divider-nadpis {
    font-size: 70px;
  }

  .milnik-wrapper-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: #d94c2500;
    flex-flow: column;
  }

  .en-text {
    width: 90%;
  }

  .maly-text-kariera {
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 100%;
  }

  .lazne-pozice {
    flex-flow: column;
    width: 90%;
    height: auto;
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .paragraph-17 {
    font-size: 15px;
  }

  .link-white {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-49 {
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 100%;
  }

  .heading-49.black {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .latzne-right {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    width: 100%;
  }

  .milnik-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-19 {
    margin-top: 0;
    font-size: 30px;
  }

  .laznbe-left {
    padding: 20px 15px 20px 10px;
  }

  .paragraph-18 {
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 26px;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .lazne {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-top: 52px;
    padding-bottom: 23px;
    padding-left: 29px;
    padding-right: 20px;
  }

  .lazne-kariera {
    width: 90%;
    margin-top: 10px;
    padding-bottom: 31px;
  }

  .en-logo {
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
  }

  .milniky {
    width: 100%;
    margin-top: 0;
  }

  .heading-22 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrappp {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    padding-bottom: 31px;
    display: flex;
  }

  .heading-24 {
    font-size: 32px;
    line-height: 35px;
  }

  .wrap-modul-1 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 35px;
    padding: 0 20px 17px 29px;
    display: flex;
  }

  .walsh-inner-wrap {
    flex-flow: column;
  }

  .but-2 {
    flex-flow: row;
    padding: 53px;
  }

  .heading-36 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .final-button {
    flex: 0 auto;
    width: 100%;
  }

  .big-pic-after-8 {
    background-image: linear-gradient(180deg, var(--jc-green), #fff0 46%, #fff0 55%), linear-gradient(to bottom, #0000005e, #0000005e), radial-gradient(circle farthest-corner at 50% 50%, #0000004d 45%, #fff0), url('../images/hero-1-JC.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
    height: 70vh;
  }

  .walsh-heading-small-7 {
    margin-bottom: 22px;
    padding-right: 0;
    font-size: 21px;
  }

  .finn {
    width: 90%;
  }

  .text-span-40 {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-28 {
    font-size: 14px;
  }

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

  .miulnik-he-2 {
    font-size: 27px;
    line-height: 35px;
  }

  .miulnik-he-2.sxs {
    font-size: 22px;
    line-height: 34px;
  }

  .green-perex {
    width: 100%;
    font-size: 14px;
  }

  .vlevo-kaplice {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  ._4-milniky-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-31.kaplice {
    font-size: 30px;
    line-height: 36px;
  }

  .milnik-3 {
    width: 100%;
    height: 150px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .milnik-3.dr.tightw {
    width: 90%;
  }

  .kaplice-right {
    width: 100%;
    padding-left: 0;
  }

  .paragraph-21 {
    width: 100%;
    font-size: 14px;
  }

  .heading-28 {
    margin-top: 10px;
    font-size: 30px;
  }

  .modul-text-left {
    width: 100%;
    padding: 0 0 20px;
  }

  .sticky-fotky-slider-right {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .heading-modul-text {
    padding-right: 20px;
  }

  .engel-modul {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-top: 52px;
    padding-bottom: 23px;
    padding-left: 29px;
    padding-right: 20px;
  }

  .obal-vnutrek-modulu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 52px;
    padding-bottom: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .wrap-modul-2 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 20px 10px;
    display: flex;
  }

  .modul-text-right {
    width: 100%;
    padding: 53px 15px 20px 10px;
  }

  .k4-obsah {
    padding-bottom: 5px;
  }

  .image-11 {
    width: 25px;
    margin-left: 10px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
  }

  .text-block-8 {
    text-align: center;
    padding-bottom: 16px;
  }

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

  .karta-kariera {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .karta-kariera.spodni {
    height: auto;
    padding-left: 0;
  }

  .position-kariera {
    flex-flow: column;
    width: 300px;
  }

  .obal-kariera {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .kariera-heading {
    width: 300px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .obal-nemocnice {
    width: 100%;
    padding-top: 70px;
  }

  .slider-pisek {
    width: 100%;
    height: 250px;
    margin-top: 15px;
  }

  .wrap-modul-3 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 20px 31px;
    display: flex;
  }

  .slider-genlabs {
    width: 100%;
    height: 250px;
    margin-top: 15px;
  }

  .sticky-fotky-slider-no-video {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-modul-4 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 20px 14px;
    display: flex;
  }

  .sticky-fotky-slider-right-no-video {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .wrap-modul-5 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    padding: 10px 40px 31px;
    display: flex;
  }

  .wrap-modul-6 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 20px 31px;
    display: flex;
  }

  .wrap-modul-7 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 30px 31px;
    display: flex;
  }

  .wrap-modul-8 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 20px 31px;
    display: flex;
  }

  .wrap-modul-9 {
    flex-flow: column;
    width: 90%;
    min-width: 300px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 40px 31px;
    display: flex;
  }

  .modul-text-leftt {
    width: 100%;
    padding: 20px 15px 20px 10px;
  }

  .obsah-k2 {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .lgoo-waldorf {
    width: 60px;
  }

  .obsah-k3 {
    padding-bottom: 20px;
  }

  .walsh-cover-image {
    border-radius: 20px;
    min-width: 100%;
    display: block;
  }

  .walsh-heading-small-3 {
    font-size: 16px;
  }

  .walsh-quote-image-wrapper {
    border-radius: 20px;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-bottom: 0;
  }

  .walsh-inner-column-center {
    padding: 10px;
  }

  .walsh-main-paragraph {
    width: 90%;
    font-size: 18px;
  }

  .walsh-heading-regular-2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .hejtman-quote {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: -35px;
    padding: 53px 20px 25px;
  }

  .walsh-text-small-left {
    font-size: 16px;
  }

  .walsh-inner-column-right {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-width: 300px;
    height: 400px;
    min-height: 400px;
    padding: 0 0 28px;
    display: block;
  }

  .text-span-77.green {
    font-size: 20px;
  }

  .videa-2 {
    padding-bottom: 0;
  }

  .video-mini {
    width: 100%;
  }

  .video-22 {
    width: 90vw;
  }

  .video-report-wrapper {
    width: 85vw;
    margin-bottom: 35px;
  }

  .video-popisek-report {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .cta {
    width: 90%;
  }
}


@font-face {
  font-family: 'Ema';
  src: url('../fonts/Ema-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}