@font-face {
  font-family: Glyph;
  src: url('../fonts/glyph_r_.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Minionpro;
  src: url('../fonts/MinionPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue;
  src: url('../fonts/BebasNeueBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue;
  src: url('../fonts/BebasNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Campton;
  src: url('../fonts/CamptonBold.otf') format("opentype"), url('../fonts/CamptonExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --hp-blue: #141760;
  --hp-red: #a70336;
  --light-bg: #e0e0ec;
}

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

h1 {
  color: var(--hp-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Campton, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  display: block;
}

h2 {
  color: #000;
  text-align: left;
  max-width: 860px;
  margin: 60px auto 30px;
  font-family: Campton, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Campton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  text-align: left;
  max-width: 860px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Serif Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

a {
  color: var(--hp-red);
  cursor: pointer;
  text-decoration: underline;
}

img {
  max-width: 341px;
  display: inline-block;
}

strong {
  font-weight: 900;
}

.header {
  z-index: 1000;
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  padding: 40px 60px;
  font-family: Source Sans Pro, sans-serif;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.button-chapters {
  float: right;
  background-color: var(--hp-blue);
  text-align: right;
  text-transform: uppercase;
  background-image: url('../images/chapters-icon.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: 50px;
  padding: 12px 30px 12px 50px;
  font-family: Campton, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
  display: inline;
  position: relative;
  right: 0;
}

.button-chapters:hover {
  background-color: var(--hp-red);
}

.menu {
  z-index: 1000;
  background-color: var(--hp-blue);
  width: 100%;
  min-height: 100%;
  padding: 5vh 5vh 0%;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.chapter-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Campton, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: relative;
}

.chapter-description {
  color: #b1b2cf;
  cursor: pointer;
  flex-flow: column wrap;
  font-family: Campton, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
  position: relative;
}

.chapter {
  z-index: 2000;
  color: #b5b6d6;
  cursor: pointer;
  border: 1px #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  padding: 0 20px 0 0;
  font-family: Campton, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.chapter:hover {
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

.chapter.w--current {
  grid-row-gap: 0px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 440px;
}

.chapter.w--current:hover {
  border-style: none;
  border-width: 0;
}

.text-white {
  color: #fff;
}

.menu-close {
  z-index: 10000;
  background-color: var(--hp-blue);
  text-align: center;
  border: 1px solid #676aa7;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
}

.menu-close:hover {
  border-color: #fff;
}

.interview-question {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-family: Campton, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.interview-answer {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.text-arrow-box {
  border-left: 1px none var(--hp-blue);
  text-align: left;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 30px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.text-arrow-box.timeline-slide-right {
  margin-top: 0;
  margin-bottom: 0;
}

.number-white-red {
  color: var(--hp-red);
  text-transform: none;
  background-color: #0000;
  width: auto;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 30px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  display: inline-block;
}

.number-white-blue {
  color: var(--hp-blue);
  text-transform: none;
  background-color: #0000;
  flex: 0 auto;
  width: auto;
  max-width: 260px;
  margin: 0 10px;
  padding: 24px 30px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  display: inline-block;
}

.icon-text-block-top {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 860px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-text-block-top.align-center {
  align-items: center;
  margin-bottom: 0;
}

.timeline-year {
  color: #0000;
  text-shadow: none;
  background-color: #0000;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 80px;
}

.timeline-slide-left {
  text-align: right;
  margin-top: 40px;
  padding-right: 0;
}

.timeline-slide-right {
  margin-top: 40px;
}

.image-6 {
  text-align: left;
  max-width: 100%;
  max-height: 50px;
  display: block;
  position: static;
  left: 0;
}

.menu-fixed {
  z-index: 5000;
  opacity: 1;
  object-fit: fill;
  flex-flow: row;
  align-items: flex-start;
  min-width: 100vw;
  height: auto;
  min-height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-family: Campton, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100vw;
  overflow: auto;
}

.link-block {
  float: left;
  text-align: left;
  flex: none;
  align-self: center;
  min-width: 120px;
  max-width: 220px;
  max-height: 100px;
  display: inline;
  position: relative;
  left: 0;
}

.link-block.w--current {
  float: left;
  text-align: left;
  flex: none;
  order: 0;
  align-self: center;
  align-items: flex-start;
  width: auto;
  min-width: 120px;
  max-width: 200px;
  min-height: 0;
  max-height: 100px;
  display: block;
  left: 0;
}

.menu-magazin-title {
  float: left;
  align-self: center;
  width: 20%;
  max-width: 320px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
}

.menu-magazin-title.w--current {
  width: 100%;
}

.chapter-number {
  color: #313591;
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: auto;
  min-width: 80px;
  margin-right: 20px;
  padding-bottom: 0;
  font-family: Campton, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  display: flex;
  position: relative;
}

.grid-menu {
  float: right;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: contain;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: start;
  width: 75%;
  max-width: 75%;
  height: auto;
  min-height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: 60px;
  padding-right: 0;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.chapter-perex {
  color: var(--hp-blue);
  text-align: left;
  width: 100%;
  min-width: 0%;
  max-width: 860px;
  margin: 40px auto 60px;
  font-family: Glyph, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.image-16 {
  float: left;
  object-fit: contain;
  width: 100%;
  min-width: 200px;
  max-width: none;
  box-shadow: 0 10px 20px #00000080;
}

.menu-item-text {
  cursor: pointer;
  flex: 1;
}

.contact-image {
  object-fit: contain;
  background-image: url('../images/Korbel_Frantisek_bit_kulaty.png');
  background-position: 0 0;
  background-size: auto;
  align-self: flex-start;
  max-width: 200px;
  margin-right: 30px;
}

.client-story-item {
  color: #fff;
  text-align: left;
  background-color: #a70336;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.footer-main-links {
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  width: auto;
  display: flex;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 2px;
  padding-left: 30px;
  font-family: Campton, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

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

.footer-link.home-icon {
  background-image: url('../images/footer-home.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
}

.footer-link.content-icon {
  background-image: url('../images/footer-content.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-link.about-icon {
  background-image: url('../images/footer-about.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.sub-header {
  z-index: 2000;
  text-align: center;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 40px 60px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
}

.header-claim {
  color: var(--hp-red);
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Bebas Neue, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.header-claim.header-red {
  justify-content: center;
  align-items: flex-start;
  max-width: 860px;
  height: auto;
  margin-top: 0;
}

.pro-bono-item {
  color: var(--hp-blue);
  text-align: left;
  margin-bottom: 0;
  padding: 60px;
}

.html-embed {
  width: 24px;
  height: 24px;
  margin-top: 0;
  display: block;
}

.newsletter {
  z-index: 1000;
  background-color: var(--light-bg);
  color: var(--hp-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Campton, sans-serif;
  position: relative;
}

.newsletter-inner {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.newsletter-title {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  float: right;
  background-color: var(--hp-blue);
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: 50px;
  padding: 12px 30px;
  font-family: Campton, sans-serif;
  font-size: 15px;
  transition: background-color .2s;
  display: block;
  position: relative;
  right: 0;
}

.button:hover {
  background-color: var(--hp-red);
}

.form {
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.newsletter-input {
  align-self: center;
  width: auto;
  min-width: 400px;
  height: 50px;
  margin-bottom: 0;
}

.form-block {
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: auto;
  display: block;
}

.success-message {
  background-color: #fff;
}

.error-message {
  flex: 0 auto;
}

.grid {
  grid-template: "."
  / 1fr 1fr 1fr;
  align-content: center;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-menu {
  background-color: var(--light-bg);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Campton, sans-serif;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.image-17 {
  max-height: 48px;
}

.div-block-7 {
  border-bottom: 2px solid #c5c6df;
  width: 80%;
  max-width: 1140px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--hp-blue);
  display: block;
}

.div-block-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-icon {
  color: var(--hp-blue);
  align-self: flex-start;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  line-height: 0;
}

.footer-icon:hover {
  color: var(--hp-red);
}

.lang-switcher {
  color: #fff;
  border: 1px #000;
  border-top: 1px solid #313591;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.inactive-lang {
  color: #b1b2cf;
  border: 1px solid #313591;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
}

.inactive-lang:hover {
  color: #fff;
  text-decoration: none;
}

.active-lang {
  border: 1px solid #313591;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.contact-image-2 {
  object-fit: contain;
  border: 1px #000;
  align-self: flex-start;
  max-width: 200px;
  margin-right: 30px;
}

.text-arrow-box-2 {
  text-align: left;
  border-left: 1px #141760;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 30px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.text-arrow-box-2.timeline-slide-right {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-inner {
  object-fit: fill;
  flex-flow: row;
  align-content: flex-start;
  align-items: center;
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.side-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 25%;
  display: flex;
}

.previous-magazine {
  color: #b1b2cf;
  text-align: center;
  object-fit: fill;
  border: 1px solid #313591;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.previous-magazine:hover {
  color: #fff;
  text-decoration: none;
}

.grid-item-trestnistihani {
  color: #fff;
  text-align: left;
  background-color: #f6e5ea;
  background-image: url('../images/bg-trestnistihani.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  padding: 30px;
  font-family: Droid Serif, serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-trestnistihani:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-onas {
  color: #fff;
  text-align: center;
  background-color: #141760;
  background-image: url('../images/bg-onas.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  height: 135px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-onas:hover {
  box-shadow: 0 0 10px #141760;
}

.menu-grid-title-2 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 440px;
  font-family: Campton, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.menu-grid-title-2.margin-top {
  margin-top: 10px;
}

.grid-item-chapter {
  color: #ffffffb3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Campton, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.grid-item-chapter.dark {
  color: #141760b3;
}

.grid-item-blue-bg {
  color: #fff;
  background-color: #141760b3;
  width: 90%;
  max-width: 440px;
  padding: 24px 30px;
}

.grid-item-small-brightblue {
  color: #a70336;
  text-align: center;
  background-color: #e0e0ec;
  flex-direction: row;
  align-items: center;
  height: 135px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-small-brightblue:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-small-blue {
  color: #fff;
  text-align: center;
  background-color: #141760;
  flex-direction: row;
  align-items: center;
  height: 135px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-small-blue:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-soudnispory-img {
  max-height: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-item-partner {
  color: #fff;
  background-color: #141760;
  background-image: linear-gradient(#14176033, #14176033), url('../images/bg-partner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-partner:hover {
  box-shadow: 0 0 10px 0 var(--hp-blue);
}

.grid-item-whistleblow {
  color: #fff;
  text-align: left;
  background-color: #a70336;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 280px;
  padding: 30px;
  font-family: Glyph, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-whistleblow:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-small-pink {
  color: #a70336;
  text-align: center;
  background-color: #f2d8e1;
  flex-direction: row;
  align-items: center;
  height: 135px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-small-pink:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-zmedii {
  color: #fff;
  text-align: center;
  background-color: #141760;
  background-image: linear-gradient(#1417601a, #1417601a), url('../images/bg-zmedii.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 570px;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-zmedii:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-financniurad {
  color: #141760;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 280px;
  padding: 30px;
  font-family: Glyph, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-financniurad:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-udrzitelnost {
  background-image: url('../images/bg-udrzitelnost.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 280px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-udrzitelnost:hover {
  z-index: 1000;
  position: relative;
  box-shadow: 0 0 10px #141760;
}

.grid-item-renomia {
  color: #a70336;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 280px;
  padding: 30px;
  font-family: Droid Serif, serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-renomia:hover {
  box-shadow: 0 0 10px #000;
}

.grid-item-esport {
  color: #fff;
  text-align: left;
  background-color: #141760;
  background-image: linear-gradient(#1417601a, #1417601a), url('../images/bg-esport.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 280px;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-esport:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-neovitosti {
  background-image: url('../images/bg-nemovitosti.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  height: 280px;
  transition: all .2s;
  display: flex;
}

.grid-item-neovitosti:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-soudnispory {
  color: #a70336;
  text-align: left;
  background-color: #f6e5ea;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 280px;
  padding: 30px;
  font-family: Droid Serif, serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-soudnispory:hover {
  box-shadow: 0 0 10px #141760;
}

.menu-grid-title-3 {
  margin-bottom: 0;
  font-family: Campton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.grid-item-soudy {
  background-image: url('../images/bg-soudy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 280px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-soudy:hover {
  z-index: 1000;
  position: relative;
  box-shadow: 0 0 10px #141760;
}

.grid-item-transakce {
  color: #a70336;
  text-align: left;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  padding: 30px;
  font-family: Droid Serif, serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-transakce:hover {
  box-shadow: 0 0 10px #141760;
}

.grid-item-stavebnirizeni-2 {
  color: #fff;
  text-align: center;
  background-color: #141760;
  background-image: linear-gradient(#14176066, #14176066), url('../images/bg-nemovitosti.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  align-items: center;
  height: 570px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-item-stavebnirizeni-2:hover {
  box-shadow: 0 0 10px #141760;
}

.magazine-grid {
  z-index: 2000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff6;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1386px;
  margin: 30px auto 100px;
  padding: 20px;
  font-family: Campton, sans-serif;
  display: grid;
  position: relative;
}

.menu-grid-title-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.close-big-menu {
  color: #fff;
  text-transform: uppercase;
  background-color: #a70336;
  align-items: center;
  width: auto;
  height: 50px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Campton, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 24px;
  right: 60px;
}

.close-big-menu:hover {
  background-color: #141760;
}

.big-menu {
  z-index: 5000;
  opacity: 1;
  background-image: url('../images/iStock-1135303398_gold-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  padding-top: 60px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.text-block-5 {
  font-weight: 600;
}

.rozcestnik {
  background-image: url('../images/hp-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.rozcestnik-button-2 {
  color: #fff;
  background-color: #141760;
  align-items: center;
  height: 50px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Campton, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.rozcestnik-button-2:hover {
  background-color: #a70336;
}

.rozcestnik-starsi-heading-2 {
  color: #141760;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
}

.d-31-card-back-2 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #141760;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.rozcestnik-starsi-cisla-2 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.rozcestnik-aktualni-perex {
  margin-bottom: 20px;
  font-family: Glyph, sans-serif;
}

.rozcestnik-starsi-2 {
  background-color: #ffffffb3;
  flex-flow: column wrap;
  place-content: space-between;
  align-items: center;
  width: 49%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  font-family: Droid Sans, sans-serif;
  display: flex;
}

.rozcestnik-starsi-perex {
  color: #fff;
  margin-bottom: 0;
  font-family: Glyph, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.rozcestnik-content-2 {
  z-index: 100;
  flex-direction: column;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 100px;
}

.d-31-card-2 {
  cursor: pointer;
  background-color: #0000;
  width: 220px;
  height: 288px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  inset: 0;
}

.rozcestnik-aktualni-title {
  margin-bottom: 20px;
}

.rozcestnik-starsi-cover-2 {
  width: 100%;
  max-width: none;
  display: inline-block;
}

.d-31-card-front-2 {
  box-shadow: none;
  backface-visibility: hidden;
  background-image: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0;
}

.rozcestnik-aktualni-img-2 {
  flex: 1;
  width: 340px;
  max-width: none;
  margin-right: 40px;
}

.rozcestnik-aktualni-2 {
  color: var(--hp-blue);
  background-color: #ffffffb3;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 30px;
  font-family: Glyph, sans-serif;
  font-size: 15px;
  line-height: 26px;
  display: flex;
}

.button-arrow {
  margin-left: 10px;
}

.d-31-card-wrapper {
  perspective: 1000px;
  position: static;
}

.rozcestnik-aktualni-text-2 {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rozcestnik-title {
  height: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.aktualni-titulek {
  z-index: 10;
  color: #ffffffb3;
  text-align: center;
  text-shadow: 0 -15px 20px #e9deda33;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Campton, sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 160px;
  position: relative;
  top: 0;
}

.homepage-mobile-bg {
  z-index: -1;
  background-image: linear-gradient(#fff6, #fff6), url('../images/Homepage_Podklad.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.rozcestnik-01-2024 {
  background-image: url('../images/bg-hp-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .header {
    flex-flow: row;
    display: flex;
  }

  .button-chapters {
    font-family: Campton, sans-serif;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    right: 30px;
  }

  .chapter-title {
    padding-bottom: 0;
  }

  .chapter {
    clear: none;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .text-arrow-box, .text-arrow-box.timeline-slide-right {
    margin-bottom: 0;
  }

  .timeline-year {
    color: #0000;
    margin-top: 0;
  }

  .timeline-slide-left {
    text-align: left;
    margin-top: 0;
    padding-right: 0;
    display: block;
  }

  .timeline-slide-right {
    margin-top: 0;
  }

  .image-6 {
    display: inline-block;
  }

  .menu-fixed {
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: auto;
    padding-bottom: 10vh;
    display: block;
    top: 0;
    bottom: 0;
  }

  .link-block {
    flex: 0 auto;
    order: 0;
    display: block;
    position: absolute;
    left: 30px;
  }

  .link-block.w--current {
    left: 30px;
  }

  .menu-magazin-title {
    display: none;
  }

  .chapter-number {
    padding-bottom: 0;
  }

  .grid-menu {
    float: none;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: column;
    flex: 0 auto;
    grid-template: "."
                   "." 1fr
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    align-items: start;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 120px;
    margin-right: 0;
    display: grid;
  }

  .chapter-perex {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sub-header {
    flex-flow: row;
    display: flex;
  }

  .header-claim {
    text-align: center;
    width: 50%;
    font-size: 24px;
    display: none;
    position: static;
    inset: 0% 0% auto;
  }

  .pro-bono-item {
    padding-bottom: 0;
  }

  .newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    position: relative;
    right: 0;
  }

  .form {
    justify-content: flex-start;
    position: relative;
  }

  .newsletter-input {
    min-width: 240px;
    position: relative;
  }

  .text-arrow-box-2, .text-arrow-box-2.timeline-slide-right {
    margin-bottom: 0;
  }

  .menu-inner {
    flex-direction: column;
    padding-right: 0;
  }

  .side-title {
    margin-top: 40px;
  }

  .menu-grid-title-2.margin-top {
    font-size: 20px;
    line-height: 28px;
  }

  .grid-item-neovitosti {
    text-decoration: none;
  }

  .grid-item-soudy {
    height: 280px;
  }

  .magazine-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .menu-grid-title-1 {
    font-size: 32px;
  }

  .close-big-menu {
    padding-top: 10px;
    font-size: 14px;
    line-height: 14px;
    top: 30px;
    right: 40px;
  }

  .big-menu {
    display: none;
  }

  .d-31-card-back-2 {
    padding: 20px;
  }

  .rozcestnik-starsi-cisla-2 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .rozcestnik-starsi-2 {
    width: auto;
    padding: 20px;
  }

  .rozcestnik-content-2 {
    max-width: 728px;
    margin-top: 0;
    position: relative;
    top: 120px;
  }

  .d-31-card-2 {
    width: 196px;
    height: 258px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .rozcestnik-starsi-cover-2 {
    width: auto;
    max-width: 196px;
  }

  .d-31-card-front-2 {
    background-image: none;
  }

  .rozcestnik-aktualni-img-2 {
    max-width: 280px;
  }

  .rozcestnik-aktualni-2 {
    max-width: 748px;
  }

  .rozcestnik-title {
    height: 110px;
  }

  .aktualni-titulek {
    font-size: 120px;
    top: 0;
  }

  .homepage-mobile-bg {
    background-image: url('../images/Homepage_Podklad.jpg');
    background-position: 50%;
    background-size: cover;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .header {
    height: 90px;
    display: flex;
  }

  .chapter {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-arrow-box.timeline-slide-right {
    max-width: none;
    margin-left: 30px;
    padding-left: 20px;
  }

  .number-white-red {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .number-white-blue {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .timeline-year {
    color: #0000;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .timeline-slide-left {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-slide-right {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .image-6 {
    max-width: 160px;
  }

  .menu-fixed {
    align-items: flex-start;
    min-height: 0;
    padding: 30px 30px 100px;
    top: 0;
    bottom: 0;
    overflow: auto;
  }

  .menu-magazin-title {
    margin-bottom: 40px;
  }

  .grid-menu {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    max-height: none;
    margin-top: 60px;
    margin-left: 0;
    position: relative;
  }

  .chapter-perex {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 40px;
    margin-left: 3px;
    padding-top: 1%;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .sub-header {
    height: 90px;
    display: flex;
  }

  .header-claim {
    display: none;
  }

  .newsletter-inner {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .button {
    right: 0;
  }

  .form-block {
    margin-top: 20px;
    margin-right: auto;
  }

  .div-block-6 {
    justify-items: center;
  }

  .footer-icon {
    margin-left: 20px;
  }

  .text-arrow-box-2.timeline-slide-right {
    max-width: none;
    margin-left: 30px;
    padding-left: 20px;
  }

  .menu-grid-title-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .grid-item-blue-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-item-small-blue {
    height: auto;
    min-height: 120px;
  }

  .grid-item-partner {
    height: 410px;
  }

  .grid-item-small-pink {
    height: auto;
    min-height: 120px;
  }

  .grid-item-zmedii {
    height: 410px;
  }

  .grid-item-esport {
    width: 100%;
  }

  .grid-item-stavebnirizeni-2 {
    height: 280px;
  }

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

  .menu-grid-title-1 {
    font-size: 28px;
    line-height: 36px;
  }

  .rozcestnik {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .d-31-card-back-2 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .rozcestnik-starsi-cisla-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rozcestnik-starsi-2 {
    margin-bottom: 0;
  }

  .rozcestnik-starsi-perex {
    font-size: 13px;
    line-height: 18px;
  }

  .rozcestnik-content-2 {
    max-width: 460px;
    top: 80px;
  }

  .d-31-card-2 {
    width: 185px;
    height: 244px;
  }

  .rozcestnik-starsi-cover-2 {
    max-width: 185px;
  }

  .rozcestnik-aktualni-img-2 {
    object-fit: fill;
    margin-right: 0;
  }

  .rozcestnik-aktualni-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .rozcestnik-aktualni-text-2 {
    align-items: center;
  }

  .aktualni-titulek {
    font-size: 80px;
    top: 10px;
  }

  .div-block-9 {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/bg-homepage.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }

  .homepage-mobile-bg {
    z-index: -1;
    background-image: url('../images/bg-hp-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
  }

  .rozcestnik-01-2024 {
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
  }

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

  .button-chapters {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-self: center;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    right: 20px;
  }

  .chapter-title {
    line-height: 22px;
  }

  .chapter-description {
    font-size: 14px;
  }

  .chapter {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .text-white {
    z-index: 300;
    display: block;
    position: relative;
  }

  .menu-close {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }

  .interview-question {
    margin-top: 40px;
  }

  .text-arrow-box {
    margin-bottom: 0;
  }

  .text-arrow-box.timeline-slide-right {
    padding-right: 0;
  }

  .icon-text-block-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-year {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 60px;
  }

  .timeline-slide-left {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .timeline-slide-right {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-fixed {
    flex-direction: column;
    padding: 0;
    display: flex;
    position: fixed;
  }

  .link-block, .link-block.w--current {
    left: 20px;
  }

  .chapter-number {
    min-width: 50px;
    margin-right: 10px;
    font-size: 36px;
  }

  .grid-menu {
    grid-row-gap: 10px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .chapter-perex {
    min-width: 90%;
    max-width: 99%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0%;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
  }

  .contact-image {
    align-self: center;
    margin-left: 30px;
  }

  .client-story-item {
    padding: 40px;
  }

  .footer-main-links {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sub-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pro-bono-item {
    padding: 30px;
  }

  .html-embed {
    margin-top: 10px;
  }

  .button {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-self: center;
    height: 42px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 20px;
    right: 0;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .form-block {
    margin-top: 0;
    margin-right: auto;
  }

  .grid, .div-block-6 {
    grid-template-columns: 1fr;
  }

  .link {
    text-align: center;
  }

  .footer-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .contact-image-2 {
    align-self: center;
    margin-left: 30px;
  }

  .text-arrow-box-2 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-arrow-box-2.timeline-slide-right {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item-soudnispory-img {
    max-height: 80px;
  }

  .magazine-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    margin-bottom: 0;
    padding: 10px;
  }

  .rozcestnik-starsi-heading-2 {
    margin-top: 20px;
  }

  .d-31-card-back-2 {
    max-width: 200px;
  }

  .rozcestnik-starsi-cisla-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 300px;
  }

  .rozcestnik-starsi-2 {
    flex: 1;
  }

  .rozcestnik-starsi-perex {
    max-width: 240px;
  }

  .rozcestnik-content-2 {
    max-width: 300px;
    top: 60px;
  }

  .d-31-card-2 {
    width: 200px;
    height: 262px;
  }

  .rozcestnik-starsi-cover-2 {
    max-width: 200px;
  }

  .rozcestnik-aktualni-img-2 {
    max-width: 240px;
  }

  .rozcestnik-aktualni-2 {
    margin-bottom: 10px;
    padding: 20px;
  }

  .rozcestnik-title {
    height: 50px;
  }

  .aktualni-titulek {
    font-size: 60px;
    line-height: 60px;
    top: 10px;
  }

  .div-block-9 {
    z-index: 10;
    bottom: 0;
  }
}


@font-face {
  font-family: 'Glyph';
  src: url('../fonts/glyph_r_.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/CamptonMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/CamptonSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/CamptonLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/CamptonBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Campton';
  src: url('../fonts/CamptonBold.otf') format('opentype'), url('../fonts/CamptonExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CamptonCamptonbook';
  src: url('../fonts/CamptonBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}