.blogInner {
  padding-top: 170px;
  padding-bottom: 80px;
}

@media (height >= 900px) and (height <= 5000px) {
  .blogInner {
    z-index: 9999;
    padding-right: 60px;
    position: relative;
  }
}

.blogPage {
  padding-top: 170px;
}

.scroll-container {
  width: 100vh;
}

.horizontal {
  column-gap: 50px;
  width: max-content;
  height: 60vh;
  padding-left: 230px;
  display: flex;
}

h1.dim {
  opacity: .3;
}

.blogIntro {
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  width: 30vw;
  height: 100%;
  padding: 170px 50px 50px 320px;
  display: flex;
  position: fixed;
  inset: 0;
}

.blogIntro h1 {
  opacity: .2;
  font-size: 25vw;
}

#list, #list .blogItemList {
  position: relative;
}

#list .blogItemList a {
  text-decoration: none;
}

#list .blogItemList:first-of-type .blogInside {
  flex-direction: row-reverse;
}

#list .blogItemList:first-of-type .blogInside:before {
  display: none;
}

#list .blogItemList:first-of-type .blogInside * {
  flex: 1;
}

#list .blogItemList:first-of-type .blogInside h2 {
  text-transform: none;
  font-size: 3vw;
  text-decoration: none;
}

#list .blogItemList:first-of-type {
  padding-left: 290px;
}

#list .blogItemList:first-of-type .blogInside .blogThumb img {
  min-width: 40vw;
}

#list .blogItemList:last-of-type {
  padding-right: 70px;
}

#list .blogItemList .blogInside {
  letter-spacing: -.003em;
  flex-direction: column;
  align-self: flex-start;
  max-height: 80%;
  padding: 30px;
  display: flex;
  position: relative;
}

#list .blogItemList .blogInside:hover {
  cursor: pointer;
}

#list .blogItemList .blogInside:hover:before {
  opacity: .4;
  height: 100%;
}

#list .blogItemList .blogInside:hover a {
  color: #000;
}

#list .blogItemList .blogInside:before {
  content: "";
  opacity: 0;
  z-index: -1;
  mix-blend-mode: overlay;
  background-color: #cfccc9;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  inset: 0;
}

#list .blogItemList .blogInside h2 {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
}

#list .blogItemList .blogInside a {
  color: #383635;
  letter-spacing: -.003em;
  text-decoration: none;
}

#list .blogItemList .blogInside p {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .5s ease-in-out;
  display: block;
}

#list .blogItemList .blogInside .blogThumb {
  overflow: hidden;
}

#list .blogItemList .blogInside .blogThumb:hover img {
  transform: scale(1.05);
}

#list .blogItemList .blogInside .blogThumb img {
  object-fit: cover;
  object-position: left;
  min-width: 20vw;
  height: 100%;
  max-height: 50vh;
  transition: all .8s ease-in-out;
}

#list .blogItemList .blogInside .date {
  z-index: 100000;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 350;
  display: none;
}

#list .blogItemList .blogInside .date:after {
  content: "001";
  z-index: 100000;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 350;
  display: block;
}

#list .blogItemList .blogInside:hover .blogText {
  transform: translateX(0);
}

#list .blogItemList .blogInside .blogText {
  padding-top: 20px;
  transition: all .5s ease-in-out;
}

main {
  overscroll-behavior-x: none;
  width: 100vw;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.scrollWrapper {
  flex-wrap: wrap;
  column-gap: 10px;
  max-width: 100vw;
  display: flex;
}

.scrollWrapper section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

html, body {
  margin: 0;
  font-family: sans-serif;
}

.blogGrid {
  flex-flow: column wrap;
  width: 50vw;
  display: flex;
}

.blogGrid > * {
  flex: 1;
}

.gridBlock img {
  object-fit: contain;
}

#grid {
  flex-flow: column wrap;
  gap: 0;
  padding-top: 170px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

#grid .blogItemList {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: all .5s ease-in-out;
  display: flex;
  position: relative;
}

#grid .blogItemList * {
  text-decoration: none;
}

@media (width >= 320px) and (width <= 900px) {
  #grid .blogItemList {
    flex: 1;
    padding-right: 0;
  }
}

#grid .blogItemList:before {
  content: "";
  opacity: 0;
  z-index: -1;
  filter: blur(40px);
  mix-blend-mode: overlay;
  background-color: #cfccc9;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  inset: 0;
}

#grid .blogItemList:hover {
  cursor: pointer;
}

#grid .blogItemList:hover:before {
  opacity: .5;
  height: 100%;
}

#grid .blogItemList:hover a {
  color: #000;
}

#grid .blogItemList .blogInside {
  letter-spacing: -.003em;
  border-bottom: 1px solid #fff;
  flex-direction: row-reverse;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 50px 0;
  display: flex;
}

@media (width >= 320px) and (width <= 900px) {
  #grid .blogItemList .blogInside {
    flex-direction: column;
  }
}

#grid .blogItemList .blogInside > div {
  flex: 1;
}

#grid .blogItemList .blogInside > div:first-of-type {
  width: 30%;
}

@media (width >= 320px) and (width <= 900px) {
  #grid .blogItemList .blogInside > div:first-of-type {
    width: 100%;
  }
}

#grid .blogItemList .blogInside h2 {
  color: #000;
  text-wrap: balance;
  letter-spacing: -2px;
  font-size: 3.33333vw;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
}

@media (width >= 320px) and (width <= 900px) {
  #grid .blogItemList .blogInside h2 {
    font-size: 7vw;
  }
}

#grid .blogItemList .blogInside a {
  color: #383635;
  letter-spacing: -.003em;
  text-decoration: none;
}

#grid .blogItemList .blogInside p {
  color: #000;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: block;
}

#grid .blogItemList .blogInside:hover .blogThumb img {
  transition: all .33s ease-in-out;
  transform: scale(1.05);
}

#grid .blogItemList .blogInside .blogThumb {
  aspect-ratio: 1.2;
  max-height: 50vh;
  overflow: hidden;
}

#grid .blogItemList .blogInside .blogThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .43s ease-in-out;
}

#grid .blogItemList .blogInside .date {
  z-index: 100000;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 350;
  display: none;
}

#grid .blogItemList .blogInside .date:after {
  content: "001";
  z-index: 100000;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 350;
  display: block;
}

#grid .blogItemList .blogInside:hover .blogText {
  transform: translateX(0);
}

#grid .blogItemList .blogInside .blogText {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 50px;
  transition: all .5s ease-in-out;
  display: flex;
}

@media (width >= 320px) and (width <= 900px) {
  #grid .blogItemList .blogInside .blogText, #grid {
    padding-right: 0;
  }
}

.blogLink {
  padding: 30px;
  display: none;
}

.blogLink a {
  color: #fff;
  text-decoration: none;
}

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

.blogSystemWrap {
  width: 100%;
}

.blogPost {
  max-width: 1200px;
}

.blogHead {
  flex-direction: column;
  max-width: 1200px;
  display: flex;
  overflow: hidden;
}

.blogHead #perex {
  max-width: 90%;
  padding-top: 100px;
  padding-bottom: 50px;
  line-height: 1.2;
  font-size: 24px !important;
}

@media (width >= 320px) and (width <= 900px) {
  .blogHead #perex {
    max-width: unset;
    padding-top: 50px;
    font-size: 18px !important;
  }
}

.blogHead > div {
  flex: 1;
}

.blogHead > div:first-of-type {
  padding-top: 170px;
  padding-right: 30px;
}

@media (width >= 320px) and (width <= 900px) {
  .blogHead > div:first-of-type {
    padding-top: 120px;
    padding-right: 0;
  }
}

body {
  min-height: 100vh;
}

main {
  flex-direction: column;
  padding-left: 320px;
  padding-right: 30px;
  display: flex;
}

main.bloglist .blogSystemWrap {
  display: none;
}

@media (width >= 320px) and (width <= 900px) {
  main {
    padding-left: 0;
  }
}

@media (width >= 901px) and (width <= 1500px) {
  main {
    padding-left: 230px;
  }
}

main .blogHeader {
  padding-top: 170px;
  padding-left: 290px;
}

@media (width >= 320px) and (width <= 900px) {
  main .blogHeader {
    padding-left: 0;
  }
}

@media (width >= 901px) and (width <= 1500px) {
  main .blogHeader {
    padding-left: 230px;
  }
}

@media (width >= 320px) and (width <= 900px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.journalHeadline {
  padding-top: 80px;
  padding-left: 320px;
}

@media (width >= 320px) and (width <= 900px) {
  .journalHeadline {
    padding-left: 30px;
  }
}

@media (width >= 901px) and (width <= 1500px) {
  .journalHeadline {
    padding-left: 230px;
  }
}

.journalHeadline h2 {
  font-weight: 450;
}

h1#title {
  font-size: 5vw;
  line-height: 1;
}

@media (width >= 320px) and (width <= 900px) {
  h1#title {
    font-size: 9vw;
  }
}

#content .row-bg-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

#content h2 {
  padding-top: 40px;
  font-size: 48px;
  line-height: 1.1 !important;
}

@media (width >= 320px) and (width <= 900px) {
  #content h2 {
    padding-top: 25px;
    font-size: 25px;
  }
}

#content h2.p2 {
  max-width: 90%;
  line-height: 1.1 !important;
}

#content h2.p2 * {
  line-height: 1.1 !important;
}

#content p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

#content p strong {
  font-weight: 750;
}

#content p em {
  color: #000;
  font-style: italic;
  font-weight: 550;
}

#content a {
  color: inherit;
}

#content ol {
  list-style-type: decimal;
}

#content ol li {
  list-style-type: decimal !important;
}

#content li {
  list-style-type: disc;
}

#content hr {
  color: #f2d8af;
  opacity: .3;
  mix-blend-mode: difference;
  background: #fff;
  border: 0;
  height: 1px;
  margin-top: 2em;
}

#content ul, #content ol {
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 50px;
}

@media (width >= 320px) and (width <= 900px) {
  #content ul, #content ol {
    padding-left: 20px;
  }
}

#content ul li, #content ol li {
  padding-top: 5px;
}

#content img {
  border-radius: 0 !important;
}

#blogStructure {
  background: radial-gradient(60.21% 60.21% at 53.13% 49.13%, #6f43184a 0%, #0000 100%), #d7d7d7;
  flex-direction: column;
}

.blogSwiper .swiper-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (width >= 320px) and (width <= 900px) {
  .blogSwiper .swiper-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.blogSwipe {
  width: 38vw !important;
}

@media (width >= 320px) and (width <= 499px) {
  .blogSwipe {
    width: 80vw !important;
  }
}

@media (width >= 500px) and (width <= 899px) {
  .blogSwipe {
    width: 50vw !important;
  }
}

.blogSwipe a {
  color: inherit;
  text-decoration: none;
}

.blogSwipe__item {
  border: 1px solid #ffffff4d;
  flex-direction: row;
  column-gap: 30px;
  padding: 20px;
  display: flex;
}

@media (width >= 320px) and (width <= 900px) {
  .blogSwipe__item {
    flex-direction: column;
  }
}

.blogSwipe__item > div {
  flex: 1;
}

.blogSwipe__item .blogSwipe__image {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blogSwipe__item .blogSwipe__solo {
  aspect-ratio: 1;
  overflow: hidden;
}

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

.blogSwipe__text {
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blogSwipe__text h2 {
  color: inherit;
  font-size: clamp(1.25rem, 1.66667vw, 1.875rem);
  line-height: 1;
}

.blogSwipe__text p {
  font-weight: 350;
  font-family: GeneralSans-Variable !important;
}

@media (width >= 320px) and (width <= 900px) {
  .blogSwipe__text p {
    font-size: 16px;
  }
}

#grid.hidden, #seznam.hidden, .journalHeadline.hidden {
  display: none;
}

.blogSwipe img {
  transition: transform .3s;
}

.blogSwipe:hover img {
  transform: scale(1.01);
}

.blogSwipe__image, .blogSwipe__solo, .blogSwipe {
  overflow: hidden;
}

.blogSwipe:hover:after {
  opacity: .5;
  top: 0;
}

.blogSwipe:after {
  content: "";
  opacity: 0;
  filter: blur(40px);
  z-index: -1;
  background-color: #e7e7e7;
  transition: all .5s ease-in-out;
  display: block;
  position: absolute;
  inset: 100% 0 0;
  transform: rotate(-5deg);
}
