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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'JetBrains Mono', sans-serif;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'JetBrains Mono', sans-serif;
  color: #30354c;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'JetBrains Mono', sans-serif;
  color: #30354c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -1px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.mynavigationstyle {
  width: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.navbarlinks {
  font-family: 'Hind Siliguri', sans-serif;
  color: #0b1728;
  font-size: 18px;
  line-height: 20px;
}

.navbarlinks.active {
  font-weight: 600;
}

.navbar {
  position: relative;
  display: block;
  height: 60px;
  max-width: none;
  background-color: #fff;
  box-shadow: 1px 0 9px 0 rgba(0, 0, 0, 0.06);
}

.podcasticonimage {
  position: relative;
  display: inline-block;
  max-height: 100%;
  max-width: 60px;
  padding: 0px 20px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  position: relative;
  display: block;
  padding: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-2 {
  background-color: #fff;
}

.text-block {
  position: relative;
  left: auto;
  right: auto;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block.navbarlinks.websitename {
  padding: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'JetBrains Mono', sans-serif;
  color: #30354c;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

.contain1100 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding: 68px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contain1100.sectionwithbackground {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f4f6;
  -webkit-transition-property: none;
  transition-property: none;
}

.contain1100.sectionwithbackground.whitebackground {
  background-color: #fff;
}

.contain1100.sectionwithbackground.footer {
  padding-top: 34px;
  padding-bottom: 34px;
}

.contain1100.bluebackground {
  max-width: none;
  background-color: #f4f4f6;
}

.contain1100.bluebackground.episode-detail_host-info {
  position: relative;
  max-width: none;
  padding: 0px;
}

.contain1100.opodcastu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contain1100.zacatky {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contain1100.oautorke {
  padding-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contain1100.hero {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contain1100.hero:active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.contain1100.footer {
  padding-top: 34px;
  padding-bottom: 34px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contain1100.host-info {
  padding: 0px;
  background-color: #f4f4f6;
}

.contain1100.zaciatky {
  height: 530px;
  margin-bottom: 68px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contain1100.pocuvajte {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contain1100.o-autorke {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain1100.section__show-notes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contain1100.blue-background {
  background-color: #434a6b;
}

.contain1100.zaciatky__box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contain1100.zaciatky__box.blue-background {
  background-color: #30354c;
}

.herosection.sectionstyle {
  padding-top: 68px;
  padding-bottom: 68px;
}

.grid {
  position: relative;
  grid-column-gap: 144px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
}

.title {
  position: relative;
  margin-bottom: 25px;
  font-family: 'JetBrains Mono', sans-serif;
  color: #30354c;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: -1px;
  text-indent: 0px;
}

.paragraph {
  position: static;
  display: block;
  margin-bottom: 0px;
  direction: ltr;
  font-family: 'Hind Siliguri', sans-serif;
  color: #0b1728;
  font-size: 18px;
  line-height: 30px;
  text-indent: 0px;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.paragraph-subset {
  font-size: 16px;
  font-style: italic;
}

.paragraph-subset-left {
  margin-bottom: 20px;
}

.paragraph-subset-center {
  margin-top: 20px;
  text-align: center;
}

.paragraph.card__text {
  overflow: hidden;
  height: 117px;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.paragraph--white.opodcastutext {
  max-width: none;
}

.paragraph.paragraph--white.zacatky__text {
  position: static;
  margin: 25px 0px 0px;
  color: #fff;
  line-height: 30px;
}

.paragraph.paragraph--white.zacatky__text.paragraph2 {
  margin-top: 15px;
}

.paragraph.opodcastutext {
  max-width: none;
  margin-top: 0px;
}

.paragraph.zacatky-right.zacatky-right-box-text {
  margin-bottom: -1px;
  line-height: 30px;
}

.paragraph.oautorkeright-textbox {
  margin-bottom: 10px;
  margin-left: 0px;
  line-height: 30px;
}

.paragraph.oautorkeright-textbox.paragraph1 {
  margin-bottom: 15px;
}

.paragraph.oautorkeright-textbox.paragraph2 {
  margin-bottom: 15px;
}

.paragraph.oautorkeright-textbox.paragraph3 {
  margin-bottom: 0px;
}

.paragraph.oautorkeright-textbox.paragraph3 {
  margin-bottom: 15px;
}

.paragraph.hero-subtext {
  position: static;
  max-width: 98%;
  margin-bottom: 0px;
}

.paragraph._404-page {
  line-height: 20px;
}

.paragraph.date-text {
  overflow: hidden;
  height: auto;
  max-height: 104px;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.paragraph.card__datum {
  overflow: hidden;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #30354c;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph.zaciatky__text {
  margin-top: 25px;
}

.card__text-wrapper {
  padding: 25px;
}

.card__text-wrapper.cardtextblock {
  padding: 25px;
}

.card__image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.listenonbuttonsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.podcastcoverimage {
  position: relative;
  display: inline-block;
  max-width: 260%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.imagewithmargin {
  margin-right: 22px;
  margin-left: 22px;
}

.imagewithmargin.buttonimage {
  margin-right: 0px;
  margin-left: 0px;
}

.listenonbuttonlink {
  min-width: 150px;
}

.buttonimage {
  min-width: 100px;
}

.buttonimage.imagewithmargin {
  padding-right: 22px;
  padding-left: 22px;
}

.episody__content-wrapper {
  display: block;
  max-width: 1110px;
}

.heading {
  line-height: 39px;
}

.heading.whitetext {
  max-width: none;
}

.heading.whitetext.zacatky-right-box-text {
  position: static;
  margin: 0px;
}

.heading.oautorkeright-textbox {
  margin-left: 0px;
}

.episody__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.episody__card-wrapper {
  margin-top: 34px;
  margin-bottom: 0px;
}

.outline-button {
  border-style: solid;
  border-width: 2px;
  border-color: #434a6b;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: 'JetBrains Mono', sans-serif;
  color: #434a6b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1px;
}

.outline-button:hover {
  border-color: #56608a;
  background-color: #56608a;
  color: #f4f4f6;
}

.outline-button:active {
  border-color: #434a6b;
  background-color: #434a6b;
}

.episody__card-grid {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.episody__card {
  overflow: hidden;
  width: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.12);
}

.primarybutton {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #434a6b;
  box-shadow: 1px 1px 20px 0 rgba(67, 74, 107, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'JetBrains Mono', sans-serif;
  color: #f4f4f6;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
}

.primarybutton:hover {
  background-color: #56608a;
}

.primarybutton:active {
  background-color: #30354c;
}

.paragraph-2 {
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}

.card__title {
  position: relative;
  z-index: 3;
  display: inline-block;
  overflow: hidden;
  height: 48px;
  max-height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0b1728;
  line-height: 24px;
  text-align: left;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}

.card__title:hover {
  color: #434a6b;
}

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

.button-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.text-block-2 {
  padding-left: 15px;
}

.buttontext {
  padding-left: 0px;
  color: #f4f4f6;
  font-weight: 700;
  text-decoration: none;
}

.odber__content-wrapper {
  width: 75%;
  max-width: 1100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap.contain1100 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 400px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.backgroundbox {
  display: block;
  max-height: none;
  max-width: 708px;
  margin-right: auto;
  margin-left: auto;
  padding: 44px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #30354c;
}

.whitetitle {
  max-width: 528px;
  color: #fff;
}

.whitetext {
  max-width: 528px;
  color: #fff;
}

.paragraph-3 {
  max-width: 528px;
  padding-right: 0px;
  padding-left: 0px;
}

.rightside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 708px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-top: 44px;
  padding-right: 90px;
  padding-left: 90px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.opodcastuimage {
  max-width: 383px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/pexels-photo-4458420.jpeg');
  background-position: 50% 50%;
  background-size: 1687px;
}

.leftside {
  position: relative;
  top: 46px;
  right: -50px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 418px;
  height: 541px;
  max-width: none;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rightside-text {
  margin-top: 44px;
  padding-right: 90px;
  padding-left: 90px;
}

.leftside-image {
  position: static;
  right: -25px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 0px;
  min-height: 541px;
  min-width: 418px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.leftside-image-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 383px;
  height: 506px;
  max-width: none;
  background-image: url('../images/pexels-photo-4458420.jpeg');
  background-position: 46% 50%;
  background-size: auto 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.leftside-image-frame {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 383px;
  height: 506px;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.div-block-5 {
  width: auto;
  height: 344px;
}

.div-block-6 {
  width: 50%;
}

.zacatky__left {
  position: relative;
  left: 0px;
  top: 20px;
  right: -50px;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zacatky__right {
  display: block;
  width: auto;
  max-width: 708px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.zacatky__right.zacatky-right-text {
  width: auto;
}

.zacatky__box {
  display: inline-block;
  max-width: none;
  margin-top: 0px;
  border-radius: 0px;
  background-color: #30354c;
}

.zacatky-right-box-text {
  display: block;
  width: auto;
  margin: 44px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.zacatky-right-text-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zacatky_image {
  position: absolute;
  max-height: 506px;
  max-width: 383px;
  background-image: url('../images/pexels-photo-4458420.jpeg');
  background-position: 0px 0px;
  background-size: auto;
}

.zacatky_image.zacatky-left {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 383px;
  height: 508px;
  max-height: none;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 3px;
  border-color: #30354c;
  background-image: url('../images/Boy-looking-at-stairs-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.zacatky_frame {
  position: static;
  left: -35px;
  bottom: -35px;
  z-index: -1;
  display: block;
  width: 383px;
  height: 508px;
  margin-top: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.zacatky_frame.autorka__frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 271px;
  height: 385px;
  margin-top: 35px;
  margin-left: 35px;
}

.footerbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footerboxtext {
  display: block;
  padding-right: 10px;
  font-family: 'Hind Siliguri', sans-serif;
  color: #30354c;
  line-height: 26px;
}

.footerboxtext.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #30354c;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
}

.autorka__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 25%;
  min-width: 25%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.autorka__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80%;
  min-width: 60%;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.autorka__right-wrapper {
  margin-left: 68px;
}

.autorka__image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: saturate(90%);
  filter: saturate(90%);
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__image-wrapper {
  display: none;
  max-width: 100%;
  min-width: 200px;
  margin-left: 80px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero__image {
  max-width: 100%;
  border-radius: 0px;
}

.hero__text-wrapper {
  max-width: 65%;
  margin-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__listen-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.listen-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.listen-buttons.listn-buttons--odber {
  margin-top: 34px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.listen-buttons__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  min-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listen-buttons__button-wrapper:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.listen-buttons__button-wrapper:active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.listen-buttons__button-wrapper.listen-buttons--apple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  min-width: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listen-buttons__button-wrapper.listen-buttons--apple:hover {
  border: 0px none #000;
  box-shadow: none;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.listen-buttons__button-wrapper.listen-buttons--spotify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listen-buttons__button-wrapper.listen-buttons--spotify:hover {
  box-shadow: none;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.listen-buttons__button-wrapper.listen-buttons--google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  min-width: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listen-buttons__button-wrapper.listen-buttons--google:hover {
  box-shadow: none;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.listen-buttons__button {
  display: inline-block;
  max-width: 240px;
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.listen-buttons__button:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-zacatky {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section-episody.section--blue {
  background-color: #f4f4f6;
}

.section-footer.section--blue {
  background-color: #f4f4f6;
}

.section-autorka.section--blue {
  height: auto;
}

.episody__heading {
  text-align: center;
}

.zacatky__heading {
  color: #fff;
}

.zacatky__heading.blue-text {
  color: #0b1728;
}

.section-odber {
  background-color: #f4f4f6;
}

.section-odber.white-background {
  background-color: #fff;
}

.odber__heading {
  text-align: center;
}

.hero__heading {
  margin-top: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(86, 96, 138, 0.15);
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Hind Siliguri', sans-serif;
  color: #0b1728;
}

.navbar__menu-items:hover {
  color: #56608a;
}

.navbar__menu-items.w--current {
  color: #434a6b;
  font-weight: 600;
}

.navbar__section {
  margin-top: 5px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 18px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar__underline {
  height: 2px;
  margin-top: 3px;
  background-color: #0b1728;
  opacity: 0;
}

.autorka__heading {
  margin-bottom: 25px;
}

.image-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card__image {
  width: 100%;
  height: auto;
  max-height: 159px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 60%;
  object-position: 50% 60%;
}

.episody__grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper {
  margin-top: 36px;
}

.card__name {
  position: static;
  display: inline-block;
  overflow: hidden;
  height: 48px;
  max-height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  line-height: 24px;
}

.card__title-colon {
  position: static;
  display: inline-block;
  overflow: hidden;
  height: 48px;
  max-height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  line-height: 24px;
}

.episode-detail__top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.episode-detail__bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.episode-date {
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Hind Siliguri', sans-serif;
  color: #30354c;
}

.episode-detail__embedded-player {
  max-width: 600px;
  min-width: 390px;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.episode-detail__title {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.host-info__left-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  min-width: 25vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #30354c;
}

.show-notes {
  margin-right: 0px;
  padding-right: 68px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-7 {
  margin-bottom: 25px;
}

.host-info__right-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  min-width: 75%;
  padding: 68px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f6;
}

.episode-detail__social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.host-info__web-image {
  display: block;
  margin-right: 10px;
}

.host-info__content {
  position: relative;
  right: 0px;
  max-width: 60%;
  margin-left: 68px;
}

.div-block-9 {
  position: relative;
  width: 100%;
  min-height: 450px;
}

.episode-detail__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 450px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #30354c;
}

.episode-detail_right {
  width: 70%;
  height: 450px;
  background-color: #f4f4f6;
}

.section-teaser {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.host-info__contain1100 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding: 68px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.host-info__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 388px;
  height: 234px;
  max-height: none;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.host-info__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 418px;
  height: 270px;
  max-height: 290px;
  max-width: 418px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.host-info__contain1100-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1100px;
  padding: 68px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.host-info__content-2 {
  position: relative;
  right: 0px;
  max-width: 60%;
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-5 {
  position: static;
  height: auto;
  margin-bottom: 0px;
  direction: ltr;
  font-family: 'Hind Siliguri', sans-serif;
  color: #0b1728;
  font-size: 18px;
  line-height: 30px;
  text-indent: 0px;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.episode-detail__left-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 420px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #30354c;
}

.episode-detail_right-2 {
  width: 70%;
  height: 420px;
  background-color: #f4f4f6;
}

.host-info__image-frame {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 388px;
  height: 234px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.host-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 388px;
  height: 260px;
  max-height: 260px;
  max-width: 388px;
  -o-object-fit: fill;
  object-fit: fill;
}

.host-fr {
  position: static;
  left: -35px;
  bottom: -35px;
  z-index: -1;
  display: block;
  width: 383px;
  height: 508px;
  margin-top: 80px;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.host-fr.autorka__frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 271px;
  height: 385px;
  margin-top: 35px;
  margin-left: 35px;
}

.image-4 {
  max-width: 300px;
  margin-bottom: 25px;
}

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

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

.zaciatky-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-width: 0%;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zaciatky-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 65%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zaciatky-left__image-wrapper {
  max-width: 80%;
}

.zaciatky-left__frame {
  display: block;
  width: 80%;
  height: auto;
  max-height: 80%;
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80%;
  height: auto;
  max-width: none;
}

.image-6 {
  width: 80%;
  opacity: 1;
}

.image-7 {
  height: auto;
  max-height: 100%;
  padding-bottom: 60px;
  padding-left: 20px;
}

.host-info__linkedin-image {
  display: block;
  margin-right: 10px;
}

.host-info__twitter-image {
  display: block;
  margin-right: 10px;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(48, 53, 76, 0.95)), color-stop(70%, rgba(67, 74, 107, 0)));
  background-image: linear-gradient(0deg, rgba(48, 53, 76, 0.95) 15%, rgba(67, 74, 107, 0) 70%);
}

.card__image-container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.host-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.card__image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 70.7%, 0.25);
  opacity: 1;
  mix-blend-mode: overlay;
}

.image-9 {
  width: auto;
  height: auto;
  max-width: 40%;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 120px;
  height: 120px;
  max-height: none;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) 76%);
}

.white-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  width: 100vw;
  height: 996vh;
  background-color: #fff;
}

.section-autorka2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-autorka2.section--blue {
  height: auto;
}

.date-text {
  margin-bottom: 10px;
}

.date-text.text-block-3 {
  margin-bottom: 5px;
  font-family: 'Hind Siliguri', sans-serif;
}

.episody__grid__vsetky-epizody {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.autorka__blog-link {
  color: #434a6b;
  font-weight: 400;
  text-decoration: underline;
}

.title-link {
  margin-bottom: 0px;
}

.autorka__left-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 371px;
  max-height: none;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.autorka__image-frame {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 341px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.zaciatky__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 388px;
  height: 260px;
  max-height: none;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 90%;
  object-position: 50% 90%;
}

.zaciatky__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 418px;
  height: 290px;
  max-height: none;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.zaciatky__image-frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 388px;
  height: 260px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.autorka__autorka-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 240px;
  height: 341px;
  max-height: none;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.html-embed {
  width: 60%;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.detail-episody__show-notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-style {
  color: #434a6b;
  font-weight: 400;
  text-decoration: underline;
}

.section-zaciatky.blue-background {
  background-color: #30354c;
}

.zacatky-text-box {
  display: block;
  width: auto;
  margin: 0px 0px 0px 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.zacatky-text-box.blue--text {
  color: #434a6b;
}

.zaciatky__image-frame-white {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 388px;
  height: 260px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #f4f4f6;
}

.zaciatky__image-frame-blue {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 388px;
  height: 260px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #30354c;
}

.zaciatky_right {
  width: 70%;
  height: 420px;
  background-color: #fff;
}

.zaciatky__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 420px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #30354c;
}

.zaciatky__contain1100 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding: 68px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-zaciatky2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-zaciatky3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zacatky-text-wrapper {
  display: block;
  width: auto;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.zacatky-text-wrapper.blue--text {
  color: #434a6b;
}

.section-zaciatky4 {
  margin-bottom: 68px;
}

.section-zaciatky4.blue-background {
  background-color: #30354c;
}

.zacatky-text-box3 {
  display: block;
  width: auto;
  margin: 0px 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.zacatky-text-box3.blue--text {
  color: #434a6b;
}

.host-info__mail-image {
  margin-right: 10px;
}

.section-prva-seria.blue-background {
  background-color: #f4f4f6;
}

.section_-odber.blue-background {
  background-color: #f4f4f6;
}

.show-notes__text-block {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.social-buttons__link-website {
  display: flex;
  margin-top: 25px;
  margin-right: 25px;
}

.social-buttons__link-linkedin {
  display: flex;
  margin-top: 25px;
  margin-right: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-buttons__link-mail {
  display: flex;
  margin-right: 25px;
  margin-top: 25px;
}

.social-buttons__link-twitter {
  display: flex;
  margin-right: 25px;
  margin-top: 25px;
}

.footer__left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__right-side {
  display: none;
}

.footer__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__made-by {
  display: block;
  padding-right: 0px;
  font-family: 'Hind Siliguri', sans-serif;
  color: #30354c;
  line-height: 26px;
}

.footer__made-by.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #30354c;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
}

@media screen and (max-width: 991px) {
  p {
    line-height: 27px;
  }

  .navbarlinks {
    padding-right: 0px;
    padding-left: 40px;
  }

  .navbar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .podcasticonimage {
    max-width: 55px;
    padding-left: 0px;
  }

  .contain1100 {
    padding: 34px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contain1100.bluebackground {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .contain1100.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contain1100.zaciatky {
    height: 710px;
  }

  .contain1100.o-autorke {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contain1100.section__show-notes {
    padding: 34px 20px;
  }

  .paragraph {
    line-height: 27px;
  }

  .paragraph.zacatky-right.zacatky-right-box-text {
    margin-bottom: 0px;
  }

  .paragraph.hero-subtext {
    font-size: 17px;
  }

  .episody__card {
    max-width: 48%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .buttontext {
    font-size: 15px;
  }

  .odber__content-wrapper {
    width: auto;
    max-width: 90%;
    min-width: 75%;
  }

  .utility-page-wrap.contain1100 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zacatky__left {
    left: auto;
    top: auto;
    right: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 390px;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .zacatky__right {
    width: auto;
    max-width: 800px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .zacatky-right-box-text {
    margin-right: 50px;
    margin-left: 50px;
  }

  .zacatky_image.zacatky-left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 270px;
    height: 390px;
  }

  .zacatky_frame {
    position: relative;
    left: auto;
    top: auto;
    right: -20px;
    bottom: -20px;
    z-index: 0;
    width: 270px;
    height: 390px;
  }

  .zacatky_frame.autorka__frame {
    width: 80%;
    height: 80%;
    max-width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .autorka__left {
    max-width: 40%;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .autorka__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60%;
    min-width: 40%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .autorka__right-wrapper {
    margin-left: 34px;
  }

  .autorka__image {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
  }

  .hero__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero__image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero__image {
    display: inline-block;
  }

  .hero__text-wrapper {
    max-width: 80%;
  }

  .listen-buttons.listn-buttons--odber {
    width: auto;
  }

  .listen-buttons__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 240px;
    min-width: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .listen-buttons__button {
    min-width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

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

  .heading-4 {
    line-height: 39px;
  }

  .heading-5 {
    margin-top: 0px;
  }

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

  .navbar__section {
    line-height: 18px;
    text-decoration: none;
  }

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

  .episody__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .episode-detail__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .show-notes {
    margin-right: 0px;
    padding-right: 0px;
  }

  .host-info__content {
    max-width: 70%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .episode-detail__left {
    width: 25%;
    height: 440px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .episode-detail_right {
    width: 75%;
    height: 440px;
  }

  .host-info__contain1100 {
    left: 0px;
    right: 0px;
    padding-top: 34px;
    padding-bottom: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .host-info__image {
    width: 300px;
    height: 180px;
  }

  .host-info__image-wrapper {
    left: -28px;
    width: 330px;
    height: 210px;
    max-height: none;
    max-width: none;
    padding-top: 0px;
  }

  .paragraph-5 {
    line-height: 27px;
  }

  .host-info__image-frame {
    width: 310px;
    height: 187px;
    padding-top: 0%;
    padding-left: 0%;
  }

  .zaciatky-left {
    width: 430px;
    height: 290px;
    margin-left: 40px;
  }

  .zaciatky-right {
    max-width: 60%;
    padding-right: 40px;
  }

  .image-7 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    padding-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-10 {
    width: 100%;
    max-width: none;
  }

  .image-11 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-autorka2 {
    height: 85vh;
  }

  .episody__grid__vsetky-epizody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .autorka__left-wrapper {
    width: 250px;
    height: 351px;
  }

  .autorka__image-frame {
    width: 220px;
    height: 321px;
  }

  .zaciatky__image {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .zaciatky__image-wrapper {
    width: 430px;
    height: 300px;
    max-height: none;
    max-width: none;
    margin-top: 13px;
    padding-top: 0px;
  }

  .zaciatky__image-frame {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .autorka__autorka-image {
    width: 220px;
    height: 321px;
  }

  .html-embed {
    width: auto;
    max-width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .zacatky-text-box {
    margin-right: 50px;
    margin-left: 50px;
  }

  .zaciatky__image-frame-white {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .zaciatky__image-frame-blue {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .zaciatky__contain1100 {
    height: 420px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .zacatky-text-box3 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .show-notes__text-block {
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 30px;
  }

  .podcasticonimage {
    max-height: 50px;
    max-width: 45px;
    padding-right: 15px;
  }

  .brand {
    padding-left: 0px;
  }

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

  .contain1100 {
    padding: 34px 20px;
  }

  .contain1100.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contain1100.zaciatky {
    height: auto;
    margin-top: 0px;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contain1100.o-autorke {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contain1100.zaciatky__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph.paragraph--white.zacatky__text {
    line-height: 24px;
  }

  .paragraph.zacatky-right.zacatky-right-box-text {
    margin-right: 30px;
    margin-left: 30px;
  }

  .paragraph.oautorkeright-textbox.paragraph1 {
    line-height: 24px;
  }

  .paragraph.oautorkeright-textbox.paragraph2 {
    line-height: 24px;
  }

  .paragraph.oautorkeright-textbox.paragraph3 {
    line-height: 24px;
  }

  .paragraph.oautorkeright-textbox.paragraph3 {
    margin-bottom: 0px;
  }

  .paragraph._404-page {
    line-height: 22px;
  }

  .outline-button._404-page {
    font-size: 14px;
    line-height: 22px;
  }

  .episody__card {
    max-width: 320px;
    min-width: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .odber__content-wrapper {
    min-width: 80%;
  }

  .sticky-nav {
    position: relative;
  }

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

  .zacatky-right-box-text {
    margin: 30px;
  }

  .autorka__left {
    margin-top: 0px;
  }

  .autorka__right {
    max-width: none;
    min-width: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .autorka__right-wrapper {
    margin-bottom: 34px;
    margin-left: 0px;
  }

  .menu-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero__wrapper {
    max-width: none;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero__image {
    display: block;
    max-width: 70%;
    min-width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero__text-wrapper {
    max-width: none;
    margin-bottom: 34px;
    text-align: center;
  }

  .hero__listen-buttons-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .listen-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .listen-buttons.listn-buttons--odber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .listen-buttons__button-wrapper {
    max-width: 180px;
    min-width: 160px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .listen-buttons__button-wrapper.listen-buttons--apple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .listen-buttons__button-wrapper.listen-buttons--spotify {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .listen-buttons__button-wrapper.listen-buttons--google {
    display: block;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .listen-buttons__button {
    width: auto;
    max-width: 180px;
    min-width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .episody__heading {
    font-size: 20px;
    line-height: 30px;
  }

  .zacatky__heading {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .odber__heading {
    font-size: 20px;
    line-height: 30px;
  }

  .hero__heading {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-3 {
    height: 50px;
  }

  .navbar__brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar__menu-items {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar__section {
    font-size: 16px;
  }

  .nav-menu {
    height: 50px;
    padding-top: 10px;
    background-color: #fff;
  }

  .autorka__heading {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .episody__grid {
    margin-top: 25px;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .episode-detail__bottom-wrapper {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .episode-detail__embedded-player {
    margin-top: 15px;
    margin-left: 0px;
  }

  .episode-detail__title {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .episode-detail__title.show-notes__title {
    display: none;
  }

  .show-notes {
    width: 100%;
  }

  .episode-detail__social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .host-info__web-image {
    margin-right: 10px;
  }

  .host-info__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .episode-detail__left {
    display: none;
  }

  .episode-detail_right {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-teaser {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f4f6;
  }

  .host-info__contain1100 {
    position: relative;
    height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .host-info__image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 340px;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 12%;
    object-position: 50% 12%;
  }

  .host-info__image-wrapper {
    left: 0px;
    top: auto;
    right: 0px;
    width: 370px;
    height: 220px;
    max-height: 90%;
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 34px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .host-info__image-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
    height: 190px;
    padding-top: 50%;
    padding-left: 85%;
    border-width: 2px;
  }

  .image-4 {
    max-width: 60%;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .menu-button-2.w--open {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .icon-2 {
    background-color: #fff;
  }

  .hamburger-lottie {
    width: 30px;
    height: 30px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .zaciatky-left {
    position: static;
    overflow: hidden;
    width: 100%;
    height: 270px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/Picture-of-boy-with-frame-2.png');
    background-position: 50% 74%;
    background-size: 130%;
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .zaciatky-right {
    position: static;
    max-width: none;
    margin-top: -30px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-7 {
    display: none;
    margin-left: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .section-autorka2 {
    height: auto;
  }

  .episody__grid__vsetky-epizody {
    width: auto;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .autorka__left-wrapper {
    left: 0px;
    top: auto;
    right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .autorka__image-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 55%;
    padding-left: 85%;
  }

  .zaciatky__image {
    position: static;
    width: 100%;
    height: auto;
    max-height: 200px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 12%;
    object-position: 50% 12%;
  }

  .zaciatky__image-wrapper {
    left: 0px;
    top: auto;
    right: 0px;
    width: 110%;
    height: 0%;
    max-height: none;
    max-width: none;
    margin: -30px -20px 15px;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .zaciatky__image-frame {
    display: none;
    padding-top: 55%;
    padding-left: 85%;
  }

  .autorka__autorka-image {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 12%;
    object-position: 50% 12%;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .detail-episody__show-notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .zacatky-text-box {
    margin: 30px;
  }

  .zaciatky__image-frame-white {
    display: none;
    padding-top: 55%;
    padding-left: 85%;
  }

  .zaciatky__image-frame-blue {
    display: none;
    padding-top: 55%;
    padding-left: 85%;
  }

  .zaciatky_right {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .zaciatky__left {
    display: none;
  }

  .zaciatky__contain1100 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-zaciatky2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f4f6;
  }

  .section-zaciatky3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f4f6;
  }

  .zacatky-text-wrapper {
    max-width: none;
  }

  .zacatky-text-box3 {
    margin: 30px;
  }

  .show-notes__text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .social-buttons__link-website {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .social-buttons__link-linkedin {
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-buttons__link-mail {
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-buttons__link-twitter {
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 22px;
  }

  .mynavigationstyle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    display: block;
    height: 50px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .podcasticonimage {
    max-width: 25px;
    padding-right: 0px;
  }

  .brand {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logocontainer {
    height: 50px;
  }

  .text-block.navbarlinks.websitename {
    padding-left: 10px;
    font-size: 18px;
  }

  .contain1100 {
    padding: 34px 18px;
  }

  .contain1100.sectionwithbackground {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contain1100.bluebackground {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contain1100.hero {
    padding: 34px 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contain1100.footer {
    padding: 15px 18px 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .contain1100.zaciatky {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .contain1100.pocuvajte {
    padding: 30px 18px;
  }

  .contain1100.o-autorke {
    padding: 34px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contain1100.section__show-notes {
    padding-right: 18px;
    padding-left: 18px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.card__text {
    height: 110px;
    margin-bottom: 15px;
    line-height: 22px;
  }

  .paragraph.paragraph--white.zacatky__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.zacatky-right.zacatky-right-box-text {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 24px;
  }

  .paragraph.oautorkeright-textbox {
    line-height: 24px;
  }

  .paragraph.oautorkeright-textbox.paragraph3 {
    margin-bottom: 0px;
  }

  .card__text-wrapper {
    padding: 16px;
  }

  .episody__button-wrapper {
    margin-top: 15px;
  }

  .outline-button._404-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .episody__card {
    max-width: 340px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .primarybutton {
    height: 40px;
  }

  .card__title {
    height: 44px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .buttontext {
    font-size: 14px;
  }

  .odber__content-wrapper {
    max-width: 100%;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .zacatky-right-box-text {
    margin: 20px;
  }

  .footerboxtext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footerboxtext.text-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .autorka__left {
    max-width: 80%;
    margin-top: 25px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .autorka__right {
    max-width: 100%;
  }

  .autorka__right-wrapper {
    margin-bottom: 15px;
  }

  .autorka__image {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-3 {
    grid-column-gap: 11px;
  }

  .hero__wrapper {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero__image-wrapper {
    margin-top: 5px;
  }

  .hero__image {
    max-width: 60%;
  }

  .hero__text-wrapper {
    margin-bottom: 25px;
  }

  .hero__listen-buttons-wrapper {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .listen-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .listen-buttons.listn-buttons--odber {
    margin-top: 15px;
  }

  .listen-buttons__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 45%;
    min-height: auto;
    min-width: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .listen-buttons__button-wrapper.listen-buttons--apple {
    max-width: 45%;
    min-width: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .listen-buttons__button-wrapper.listen-buttons--spotify {
    max-width: 45%;
    min-width: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .listen-buttons__button-wrapper.listen-buttons--google {
    max-width: 45%;
    min-width: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .listen-buttons__button {
    width: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .episody__heading {
    font-size: 18px;
    line-height: 24px;
  }

  .zacatky__heading {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .odber__heading {
    font-size: 18px;
    line-height: 24px;
  }

  .hero__heading {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .icon {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .container {
    max-height: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-3 {
    height: 50px;
  }

  .navbar__brand.w--current {
    padding-left: 0px;
  }

  .navbar__menu-items {
    margin-top: 10px;
  }

  .navbar__section {
    font-size: 15px;
  }

  .nav-menu {
    height: 80px;
    padding-top: 0px;
  }

  .autorka__heading {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
  }

  .episody__grid {
    height: auto;
    min-height: 0%;
    margin-top: 15px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .episode-detail__embedded-player {
    min-width: 0px;
  }

  .episode-detail__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .episode-detail__social-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .host-info__web-image {
    margin-right: 10px;
  }

  .host-info__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .host-info__contain1100 {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 34px 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .host-info__image {
    width: 250px;
    height: 150px;
    max-height: none;
    max-width: none;
  }

  .host-info__image-wrapper {
    width: 270px;
    height: 170px;
    max-height: none;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .host-info__image-frame {
    width: 250px;
    height: 150px;
    max-height: none;
    max-width: none;
    padding-top: 0%;
    padding-left: 0%;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-button-2 {
    padding-right: 5px;
  }

  .zaciatky-left {
    height: 190px;
  }

  .zaciatky-right {
    padding-right: 18px;
    padding-left: 18px;
  }

  .episody__grid__vsetky-epizody {
    height: auto;
    min-height: 0%;
    margin-top: 15px;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .autorka__image-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .zaciatky__image {
    display: none;
    max-height: 150px;
  }

  .zaciatky__image-wrapper {
    width: 110%;
    height: auto;
    max-width: none;
    min-width: 0%;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .html-embed {
    max-width: 330px;
    margin-bottom: 0px;
  }

  .detail-episody__show-notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zacatky-text-box {
    margin: 20px;
  }

  .zaciatky__contain1100 {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .zacatky-text-wrapper {
    max-width: 100%;
  }

  .zacatky-text-box3 {
    margin: 20px;
  }

  .social-buttons__link-website {
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .social-buttons__link-linkedin {
    margin-left: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .social-buttons__link-mail {
    margin-left: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-buttons__link-twitter {
    margin-left: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__left-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__made-by {
    margin-top: 15px;
  }

  .footer__made-by.text-divider {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0864f28c-4f90-db4f-aa9e-227511a6131c-7c042e9b {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

