:root {
  --white: #e6e6e6;
  --blue: #4a3aff;
  --black: #0e0e0e;
  --btext: #e6e6e682;
  --below_text: #e6e6e626;
  --transparent: #0000;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: var(--blue);
  white-space: nowrap;
  text-decoration: none;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.body.about {
  background-color: var(--blue);
}

.div-block {
  z-index: 0;
  object-fit: cover;
  background-color: #141414;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.section {
  -webkit-text-stroke-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading {
  color: var(--btext);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .25rem .5rem;
  font-size: 14px;
  font-weight: 400;
}

.heading-2 {
  color: var(--white);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.dlouhe {
  white-space: normal;
}

.collection-item {
  border: 1px solid var(--below_text);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: .25rem;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.link-block-2 {
  z-index: 10;
  border: 1px solid var(--btext);
  background-color: var(--below_text);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: url('../images/arrow_sikmo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100% 100% 100% 0%;
  width: 40px;
  height: 40px;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 10px 20px auto auto;
}

.link-block-2:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  transform: translate(10px, -10px)scale(1.5);
}

.div-block-2 {
  z-index: 1;
  background-image: linear-gradient(216deg, #0000009c, #0003 23%, #0000 36%);
  border-radius: 20px;
  width: 230px;
  height: 200px;
  position: absolute;
  inset: 0% 0 auto auto;
}

.paragraph {
  color: var(--btext);
  white-space: normal;
  margin-bottom: 0;
}

.collection-item-3 {
  z-index: 1;
  width: 23.9%;
  height: auto;
  margin-bottom: 2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.div-wraper {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.html-embed {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero_section {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button_1 {
  z-index: 10;
  border: 1px solid var(--white);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  padding: .25rem .5rem;
  transition: background-color .1s ease-in-out;
}

.button_1:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button_1.w--redirected-checked {
  color: #0000;
  background-color: #3898ec00;
  background-image: none;
  border-style: none;
  border-color: #fff0;
  margin-top: 0;
  margin-left: 0;
  inset: 0%;
}

.button_1.foto {
  padding-left: .55rem;
}

.button_1.foto:hover {
  color: var(--blue);
}

.button_1.blue {
  border-style: none;
  padding-bottom: .125rem;
  font-size: 31px;
  font-style: italic;
  font-weight: 300;
}

.button_1.blue:hover {
  background-color: var(--transparent);
  color: var(--white);
  border-bottom-style: solid;
  border-radius: 0;
}

.button_1.blue:visited {
  color: var(--white);
}

.button_1.hero {
  z-index: 999;
  position: fixed;
  inset: auto 4rem 3rem auto;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.down {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: fixed;
  bottom: 3rem;
  left: 4rem;
}

.link {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  position: static;
}

.link.w--current {
  color: var(--white);
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
}

.link.activ {
  color: var(--white);
  height: 40px;
}

.prava {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 400px;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projekt {
  color: var(--white);
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.projekt.menu {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

.categorie {
  color: var(--btext);
  text-decoration: none;
}

.popisek {
  color: var(--btext);
}

.popisek.normal {
  color: var(--white);
  text-align: left;
  width: 50ch;
  margin-bottom: 0;
}

.image-3 {
  opacity: .5;
  height: 28px;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
}

.image-3:hover {
  transform: translate(8px);
}

.image-3._0 {
  opacity: 0;
}

.archive_box {
  z-index: 2;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -6rem;
  display: flex;
  position: relative;
}

.dot {
  background-color: var(--white);
  border-radius: 20px;
  width: 4px;
  height: 4px;
}

.menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.carka {
  background-color: var(--white);
  border-radius: 20px;
  width: 5px;
  height: 29px;
  position: absolute;
}

.carka.left {
  width: 2px;
  transform: rotate(45deg);
}

.carka.right {
  width: 2px;
  transform: rotate(-45deg);
}

.menu-x {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.menu_button {
  z-index: 999;
  padding: 0;
  position: fixed;
  inset: 3rem 4rem auto auto;
}

.menu_button.w--open {
  background-color: var(--transparent);
  width: 60px;
  height: 60px;
  position: fixed;
  top: 3rem;
  right: 4rem;
}

.div-block-10 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 3.5vh;
  padding-left: 2vw;
  display: flex;
  position: sticky;
  inset: 0 auto auto 0;
}

.projekt_info {
  justify-content: space-between;
  align-items: center;
  height: 30px;
  display: flex;
  position: relative;
}

.projekt_info.menu_info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.linka {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 1px;
  display: flex;
}

.projekty {
  position: static;
}

.popis {
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.popis.menu-info {
  width: auto;
}

.leva {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.typer {
  color: var(--white);
  white-space: nowrap;
  font-style: italic;
  font-weight: 300;
}

.cursor {
  font-weight: 300;
}

.popis_2 {
  width: 250px;
}

.popis_3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.archive_full {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.togglle-_up {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1900px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.obsah {
  z-index: 50;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-13 {
  z-index: 50;
  position: sticky;
  inset: 0% auto 2vh 2vw;
}

.div-block-13.toggle_switch_div {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: auto;
}

.menu_1 {
  z-index: 1;
  background-color: var(--blue);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 85vh;
  padding-top: 16rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.menu_foto {
  z-index: 9999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: url('../images/hereiam-2_1hereiam-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  margin-top: 8rem;
  display: flex;
  position: absolute;
  inset: 0 auto 0% 5vw;
}

.nadpis {
  color: var(--btext);
  margin-bottom: 0;
  padding-top: 10px;
}

.flex-block-8 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  position: fixed;
  inset: auto 4rem 3rem;
}

.contact.full {
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
}

.flex-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 156px;
}

.popisek-copy {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.flex-block-10 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  position: static;
  left: 0;
}

.flex-block-11 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.skill-sof {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  margin-top: 10px;
}

.skill_line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15px;
}

.sklill_line_inside {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 5px;
}

.sklill_line_inside._80 {
  width: 80%;
}

.sklill_line_inside._90 {
  width: 90%;
}

.sklill_line_inside._60 {
  width: 60%;
}

.sklill_line_inside._75 {
  width: 75%;
}

.skill-soft_box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.leva_box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 100%;
}

.prava_box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 100%;
  margin-left: 20px;
}

.sklill_line_inside_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.contact_box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
}

.email {
  color: var(--white);
  margin-bottom: 5px;
}

.contact_sites {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.button_1_portfolio {
  z-index: 10;
  border: 1px solid var(--white);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 0;
  padding: .5rem 1rem;
  transition: background-color .2s ease-in-out;
  position: fixed;
  bottom: 3rem;
  left: 4rem;
}

.button_1_portfolio:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button_1_portfolio.w--current {
  bottom: 3rem;
  left: 4rem;
}

.button_1_portfolio.w--redirected-checked {
  color: #0000;
  background-color: #3898ec00;
  background-image: none;
  border-style: none;
  border-color: #fff0;
  margin-top: 0;
  margin-left: 0;
  inset: 0%;
}

.button_1_portfolio.right {
  left: auto;
  right: 4rem;
}

.toggle_switch {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 40px;
  display: flex;
  position: relative;
}

.toggle_text {
  z-index: 99;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 96%;
  display: flex;
  position: relative;
}

.toggle_text.on {
  cursor: pointer;
}

.toggle_text.off {
  color: var(--black);
  cursor: pointer;
}

.toggle-buton {
  z-index: 0;
  background-color: var(--white);
  border-radius: 50px;
  width: 50%;
  height: 90%;
  margin-left: 2px;
  margin-right: 2px;
  position: absolute;
}

.flex-block-12 {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  position: relative;
}

.toggle_switch_home {
  z-index: 999;
  border: 1px solid var(--white);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  height: 31px;
  margin-top: 3.5rem;
  display: flex;
  position: relative;
}

.toggle_text_menu {
  z-index: 99;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 96%;
  display: flex;
  position: relative;
}

.toggle_text_menu.on {
  cursor: pointer;
}

.toggle_text_menu.off {
  color: var(--blue);
  cursor: pointer;
}

.toggle-buton_menu {
  z-index: 0;
  background-color: var(--white);
  border-radius: 50px;
  width: 50%;
  height: 90%;
  margin-left: 2px;
  margin-right: 2px;
  position: absolute;
}

.archive_cover {
  flex-flow: row;
  width: 940px;
}

.archive_box_cv {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.toggle_switch_cv {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 210px;
  height: 31px;
  margin-top: 3rem;
  display: flex;
  position: fixed;
}

.toggle_text_cv {
  z-index: 99;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 96%;
  display: flex;
  position: relative;
}

.toggle_text_cv.off {
  color: var(--black);
}

.toggle-buton_cv {
  z-index: 0;
  background-color: var(--white);
  border-radius: 50px;
  width: 50%;
  height: 90%;
  margin-left: 2px;
  margin-right: 2px;
  position: absolute;
}

.sklill_line_inside_skill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 5px;
}

.sklill_line_inside_skill.coplet {
  width: 100%;
}

.sklill_line_inside_skill.client {
  width: 80%;
}

.sklill_line_inside_skill.social {
  width: 50%;
}

.div-block-15 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.logo_menu {
  z-index: 809;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: fixed;
  inset: 3rem auto auto 4rem;
}

.div-block-16 {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo_menu_categorie {
  z-index: 809;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 3rem;
  padding-left: 4rem;
  display: flex;
  position: sticky;
  inset: 0 auto auto 0;
}

.project_name {
  z-index: 999;
  width: 100vw;
  position: fixed;
  top: 6.5rem;
}

.nazev_projektu {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
}

.wraper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: 44px;
  display: flex;
}

.switch_project_text {
  color: var(--btext);
}

.switch_project_text:hover {
  color: var(--white);
}

.my_container_2 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project_info_text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45ch;
  display: flex;
}

.popisek_info {
  color: var(--btext);
  width: 45ch;
}

.splide__slide-2 {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-width: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-small {
  width: 100%;
  padding-bottom: 1.5rem;
}

.parent-grid {
  width: 100%;
  display: flex;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.item-parent.right {
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 4rem;
}

.item-parent.up_left {
  padding-top: 8rem;
}

.item-parent.up_left_stred {
  justify-content: center;
  align-items: flex-end;
  padding-top: 8rem;
}

.item-parent.right-copy {
  justify-content: space-between;
  align-items: flex-end;
}

.item-parent.stred {
  justify-content: center;
  align-items: center;
}

.item-parent.stred.horn {
  justify-content: flex-end;
  align-items: center;
}

.item-parent.stred_vysoke, .item-parent.stred_nizke {
  justify-content: center;
  align-items: center;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content.size-one {
  width: 24vw;
}

.slide-content.size-one.home_fade {
  background-image: linear-gradient(180deg, var(--transparent), #0d0d0deb 33%, var(--black));
  width: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-content.size-two {
  width: 21rem;
}

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

.cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-img.size {
  width: 72%;
  min-width: 18rem;
  height: 30rem;
}

.spacer-medium {
  width: 100%;
  padding-bottom: 3rem;
}

.splide__list-2 {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.splide__arrows {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 2rem;
  display: none;
}

.splide__track-2 {
  cursor: grab;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.splide-2 {
  width: 100%;
  height: 65%;
}

.splide-2.slider1 {
  height: 48rem;
  max-height: 44rem;
  padding-left: 4rem;
  overflow: hidden;
}

.italic {
  -webkit-text-stroke-color: var(--black);
  font-style: italic;
  font-weight: 200;
}

.grid-right {
  width: 40%;
  height: 100%;
}

.text-sm {
  color: #000;
  line-height: 1.4;
}

.text-sm.fade {
  color: var(--btext);
}

.text-sm.fade.categories_text {
  border: 1px solid var(--btext);
  border-radius: 20px;
  width: auto;
  margin-bottom: 0;
  padding: .25rem .5rem;
}

.grid-left {
  width: 60%;
  padding-top: 8rem;
}

.heading-medium {
  text-transform: none;
  font-weight: 400;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.size-one {
  float: right;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
}

.img-parent.size-three {
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  display: flex;
}

.img-parent.size-two {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: auto;
  display: flex;
}

.img-parent.size-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.btn-whipe {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-cover {
  object-fit: contain;
  width: 130%;
  max-width: 150%;
}

.img-cover.size-two {
  width: 40vw;
}

.img-cover.size-two.pes {
  background-color: var(--white);
}

.img-cover.size-one {
  width: 30vw;
  height: auto;
}

.img-cover.size-one.pes {
  background-color: var(--white);
}

.img-cover.size-three {
  width: 70vw;
}

.img-cover.size-three.fulll_image {
  object-fit: contain;
  width: 50%;
  max-width: 100%;
  height: auto;
}

.img-cover.size-two-copy {
  width: 25vw;
}

.section-9 {
  z-index: 1;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-9.no-hide {
  background-color: var(--black);
  overflow: visible;
}

.btn-parent {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  padding-top: 1px;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: .8rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.btn-parent.dark {
  color: #000;
  border-color: #000;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #d9d9e4;
  width: 4rem;
  height: 4rem;
  margin-left: -1px;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

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

.container-7.flex-split-btm {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child.ab {
  justify-content: center;
  align-items: center;
  position: relative;
}

.img-child.ab.full_im {
  overflow: visible;
}

.border-line {
  background-color: var(--below_text);
  width: 100%;
  height: 1px;
  position: relative;
}

.grid-left-up {
  width: 60%;
}

.grid_list {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.section-10.is--grid {
  z-index: 5;
  background-color: var(--black);
  margin-top: -8rem;
  position: relative;
}

.grid_wrapper-contain {
  padding-top: 4rem;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--grid {
  padding-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.grid_item {
  margin-top: 1rem;
  margin-bottom: 6rem;
  padding: .36em;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.container-scrolling {
  z-index: 1;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: 0%;
}

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.center {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
}

.flex.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
  position: static;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.hor {
  justify-content: center;
}

.flex.hor.left {
  justify-content: space-between;
  align-items: flex-start;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.half {
  width: 51.4%;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: #0000;
  align-self: center;
  width: 10px;
  height: 200px;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 220px;
  display: flex;
}

.line-ver {
  background-color: var(--white);
  transform-origin: 50% 0;
  align-self: center;
  width: 1px;
  height: 200px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.short {
  height: 100px;
  margin-top: 0;
}

.line-ver.margin-top {
  margin-top: 0;
}

.line-ver.long {
  height: 400px;
}

.line-ver.med {
  height: 250px;
}

.line-ver.short-bottom {
  height: 109px;
  margin-bottom: 0;
}

.rel {
  z-index: 30;
  position: relative;
}

.rotation-hero-text {
  z-index: 2;
  position: relative;
}

.line-container-copy {
  transform-origin: 50% 0;
  justify-content: center;
  width: 40%;
  display: flex;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.button-block {
  z-index: 99999;
  display: inline-block;
  position: absolute;
  inset: 2% 2% auto auto;
}

.text {
  color: #e0cffe;
  padding-top: 10px;
  overflow: hidden;
}

.text.margin-5-left {
  color: var(--white);
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 12px;
}

.text.margin-5-right {
  color: var(--white);
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.text.margin-left {
  color: var(--white);
  margin-left: 20px;
}

.text.margin-left.top {
  width: 45%;
}

.text.margin-right {
  color: var(--white);
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  color: var(--white);
  width: 45%;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 0 10px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-hor {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 49%;
}

.line-hor.origin-left {
  transform-origin: 0%;
}

.line-hor.origin-right {
  transform-origin: 100%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 57%;
}

.line-container {
  width: 42%;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-weight: 600;
}

.heading-11.light {
  font-weight: 300;
}

.heading-12 {
  padding-right: 10px;
}

.paragraf_recommend {
  width: 25ch;
}

.div-block-19 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-11 {
  z-index: 20;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block-about {
  z-index: 999;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.grain-container {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.flex-block-9-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-8-copy {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-13 {
  margin-bottom: 0;
  font-weight: 600;
}

.categories {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.wrap_content {
  width: 24vw;
}

.wrap_content_medium {
  width: 42vw;
}

.wrap_content_large {
  width: 80vw;
}

.kon-fp-input-color {
  width: .1px;
  padding: 0;
}

.kon-fp-collor-picker-one {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding: 0;
}

.input {
  width: 100%;
}

.kon-fp-main-container {
  flex-flow: column wrap;
  align-items: center;
  width: 70%;
  padding-left: 4rem;
  display: flex;
}

.dropdown-link {
  font-weight: 300;
}

.kon-fp-sliders {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.kon-fp-collor-picker-two {
  -webkit-text-stroke-color: #ffbfa8;
  background-color: #ffbfa8;
  border: 2px solid #ffbfa8;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding: 0;
}

.kon-fp-text-div {
  flex: 0 auto;
  width: 100%;
}

.kon-fp-sliders-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.kon-fp-textarea {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #e6e6e6;
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  justify-content: center;
  width: 100%;
  padding: 1rem 0 0;
  font-family: Sardinka, Arial, sans-serif;
  font-size: 50px;
  line-height: 1.1;
}

.kon-fp-container {
  width: 100%;
  display: flex;
}

.kon-fp-ui-text {
  color: var(--btext);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.kon-fp-font-weight {
  font-weight: 500;
}

.kon-fp-font-weight.kon-fp-font-weight-400 {
  font-weight: 400;
}

.kon-fp-font-weight.kon-fp-font-weight-700 {
  font-weight: 700;
}

.flex-block-13 {
  justify-content: space-between;
}

.kon-fp-label {
  color: var(--btext);
  -webkit-text-stroke-color: #ffbfa8;
  padding-bottom: 20px;
}

.kon-fp-ui-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.kon-fp-ui-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #ffbfa8;
}

.flex-block-14 {
  justify-content: space-between;
}

.kon-fp-label-copy {
  color: var(--btext);
  padding-bottom: 20px;
}

.kon-fp-collor-picker-three {
  background-color: #e6e6e6;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding: 0;
}

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

.background-video-2 {
  aspect-ratio: 9 / 7;
  object-fit: cover;
  height: 50vh;
}

.background-video-3 {
  aspect-ratio: 9 / 5;
  object-fit: cover;
  height: 29vh;
}

.no-results {
  z-index: 999;
  width: 100%;
  position: relative;
}

.collection-list-wrapper-copy {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

.code-embed {
  z-index: 999;
}

.categorie_box {
  width: 100%;
  margin-top: .25rem;
  margin-bottom: .25rem;
  display: flex;
}

.text-block-copy {
  color: #e6e6e6;
  padding-top: .25rem;
}

.vrchni_mezera {
  height: 18rem;
}

.background-video-2-copy {
  aspect-ratio: 9 / 7;
  object-fit: cover;
  height: 35vh;
}

.background-video_h {
  aspect-ratio: 6 / 10;
  object-fit: cover;
  height: 55vh;
}

.video-1 {
  aspect-ratio: 9 / 7;
  object-fit: cover;
  height: 35vh;
}

.link_home {
  z-index: 10;
  border: 1px solid var(--btext);
  background-color: var(--below_text);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: url('../images/arrow_sikmo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100% 100% 100% 0%;
  width: 40px;
  height: 40px;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 2rem 0% auto;
}

.link_home:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  transform: translate(10px, -10px)scale(1.5);
}

.grid_list_2 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: center;
  padding-top: .25em;
  display: flex;
}

.grid_list_3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: center;
  padding-top: .25em;
  display: flex;
}

.collection-list-wrapper-scrolly {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem 0;
  position: relative;
  inset: 0% 0% auto;
}

.utility-page-wrap {
  z-index: 999;
  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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

@media screen and (min-width: 1920px) {
  .collection-list-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-3 {
    width: 20%;
  }

  .hero_section {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .button_1.hero {
    bottom: 10vh;
    right: 10vw;
  }

  .down {
    bottom: 10vh;
    left: 10vw;
  }

  .menu_button {
    top: 9vh;
    right: 10vw;
  }

  .menu_button.w--open {
    top: 10vh;
    right: 10vw;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: flex-start;
    position: sticky;
    top: 10vh;
    left: 10vw;
  }

  .experience, .education {
    margin-top: 100px;
  }

  .menu_1 {
    padding-top: 15vh;
  }

  .contact {
    bottom: 10.5vh;
    right: 10vw;
  }

  .contact.full {
    left: 10vw;
    right: 10vw;
  }

  .button_1_portfolio.w--current {
    bottom: 10vh;
    left: 10vw;
  }

  .button_1_portfolio.right {
    bottom: 10vh;
    right: 10vw;
  }

  .flex-block-12 {
    width: 600px;
  }

  .toggle_switch_home {
    margin-top: 14.5vh;
  }

  .archive_cover {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
  }

  .archive_box_cv {
    max-width: 1240px;
  }

  .toggle_switch_cv {
    margin-top: 10vh;
  }

  .logo_menu {
    top: 10vh;
    left: 10vw;
  }

  .div-block-16 {
    padding-top: 4rem;
  }

  .logo_menu_categorie {
    padding-top: 0;
    padding-left: 10vw;
    top: 10vh;
    left: 10vw;
  }

  .project_name {
    width: 100vw;
    top: 10vh;
  }

  .wraper {
    width: 700px;
  }

  .my_container_2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .parent-pad-side {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .img-parent.size-two {
    width: 20vw;
    height: 50vh;
  }

  .border-line {
    position: relative;
  }

  .container.is--grid {
    max-width: 1420px;
    margin-left: auto;
  }

  .div-block-19 {
    max-width: 1600px;
    margin-top: 8rem;
  }

  .collection-list-wrapper-copy, .collection-list-wrapper-scrolly {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }

  .body {
    font-size: 16px;
    line-height: 1.3;
  }

  .div-block {
    height: 180px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    font-size: 12px;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 1.3;
  }

  .collection-list-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-2 {
    border-radius: 20px;
    width: 200px;
    height: 150px;
  }

  .paragraph {
    white-space: normal;
    font-size: 14px;
    line-height: 1.4;
  }

  .collection-item-3 {
    width: 30%;
  }

  .div-wraper {
    border-radius: 20px;
    height: 150px;
  }

  .button_1.hero {
    bottom: 2rem;
    right: 2rem;
  }

  .down {
    bottom: 2rem;
    left: 2rem;
  }

  .link {
    font-size: 24px;
  }

  .link.w--current {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
  }

  .projekt {
    font-size: 16px;
  }

  .projekt.menu {
    font-size: 24px;
  }

  .categorie {
    white-space: normal;
  }

  .menu_button, .menu_button.w--open {
    top: 2rem;
    right: 2rem;
  }

  .div-block-10 {
    inset: 3.5vw auto auto 2vw;
  }

  .experience, .education {
    padding-top: 2rem;
  }

  .archive_full {
    width: auto;
    max-width: none;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .menu_1 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
    position: fixed;
    inset: 0% 0% auto;
    overflow: scroll;
  }

  .menu_foto {
    width: 90%;
    height: 50vh;
    margin-top: 0;
    top: 10vh;
    left: 5vw;
  }

  .flex-block-8 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .contact {
    margin-top: 40px;
    bottom: 2.5rem;
  }

  .contact.full {
    left: 2rem;
    right: 2rem;
  }

  .flex-block-10 {
    margin-top: 100px;
  }

  .skill-sof {
    height: 450px;
  }

  .skill-sof.second {
    height: 500px;
    margin-bottom: 100px;
  }

  .contact_sites {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .button_1_portfolio {
    bottom: 2rem;
    left: 2rem;
  }

  .button_1_portfolio.w--current {
    left: 2rem;
  }

  .button_1_portfolio.right {
    right: 2rem;
  }

  .toggle_switch {
    width: 230px;
    height: 35px;
  }

  .flex-block-12 {
    width: 600px;
  }

  .toggle_switch_home {
    margin-top: 5.5rem;
  }

  .archive_cover {
    width: 100%;
  }

  .archive_box_cv {
    width: 100vw;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .toggle_switch_cv {
    margin-top: 5rem;
  }

  .logo_menu {
    z-index: 80;
    inset: 3rem auto auto 2rem;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .logo_menu_categorie {
    z-index: 80;
    padding-left: 2rem;
    inset: 0 auto auto 2rem;
  }

  .project_name {
    top: 6rem;
  }

  .nazev_projektu {
    font-size: 24px;
    font-weight: 400;
  }

  .wraper {
    width: 700px;
  }

  .project_info_text, .popisek_info {
    width: 30ch;
  }

  .splide__slide-2 {
    width: 90%;
    min-width: 90%;
  }

  .item-parent.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-parent.up_left_stred {
    justify-content: center;
    align-items: flex-start;
  }

  .item-parent.right-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-parent.stred {
    padding-bottom: 6.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-parent.stred_vysoke {
    padding-bottom: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-parent.stred_nizke {
    padding-bottom: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .cover-img.size {
    width: 61%;
  }

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

  .splide-2.slider1 {
    height: 50rem;
    padding-left: 2rem;
  }

  .text-sm.fade {
    width: 30ch;
  }

  .grid-left {
    display: flex;
  }

  .heading-medium {
    margin-bottom: 0;
    font-size: 24px;
  }

  .img-parent.size-one {
    height: auto;
  }

  .img-parent.size-three {
    width: 100%;
    height: auto;
  }

  .img-parent.size-two {
    width: auto;
    height: 35vh;
  }

  .img-cover.size-two-copy {
    width: 20vw;
  }

  .img-child.ab {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .grid-left-up {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .grid_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    height: 120vh;
    padding-top: 1em;
  }

  .grid_wrapper-contain {
    padding-top: 3rem;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid_item {
    margin-bottom: 4rem;
  }

  .container-flex {
    margin-bottom: 12rem;
  }

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

  .line-hor.quarter-2-copy.origin-right {
    width: 57%;
  }

  .line-container {
    width: 55%;
  }

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

  .div-block-19 {
    flex-flow: column;
  }

  .section-11 {
    height: 100%;
  }

  .flex-block-about, .flex-block-8-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

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

  .categories {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-right: 40px;
  }

  .kon-fp-textarea {
    font-size: 24px;
  }

  .kon-fp-label {
    padding-bottom: 10px;
  }

  .kon-fp-ui-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .kon-fp-label-copy {
    padding-bottom: 10px;
  }

  .background-video-2, .background-video-3 {
    height: 35vh;
  }

  .collection-list-wrapper-copy {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-copy {
    font-size: 14px;
  }

  .background-video-2-copy {
    height: 30vh;
  }

  .background-video_h {
    height: 35vh;
  }

  .video-1 {
    height: 15vh;
  }

  .link_home {
    right: .25rem;
  }

  .grid_list_2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .grid_list_3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    height: 80vh;
  }

  .collection-list-wrapper-scrolly {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  .body {
    font-size: 14px;
  }

  .div-block {
    height: 150px;
  }

  .section {
    padding-bottom: 0;
  }

  .heading-2 {
    margin-top: 3px;
  }

  .collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-2 {
    width: 200px;
    height: 150px;
  }

  .paragraph {
    height: 30px;
  }

  .collection-item-3 {
    width: 45%;
  }

  .div-wraper {
    height: 150px;
  }

  .button_1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button_1.blue:focus {
    color: var(--white);
  }

  .button_1.blue:focus-visible {
    color: var(--white);
  }

  .button_1.blue[data-wf-focus-visible], .button_1.blue:lang(en) {
    color: var(--white);
  }

  .link {
    font-size: 20px;
  }

  .link.w--current {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .link.activ.w--current {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .projekt {
    white-space: normal;
    padding-right: 20px;
    font-size: 14px;
  }

  .projekt.menu {
    font-size: 20px;
  }

  .popisek {
    white-space: normal;
  }

  .menu_button, .menu_button.w--open {
    top: 1.4rem;
  }

  .div-block-10 {
    padding-left: 0;
    top: 6vw;
  }

  .projekt_info {
    height: auto;
  }

  .archive_full {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .obsah {
    padding-top: 6rem;
  }

  .menu_1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 75vh;
    padding-top: 4rem;
    overflow: auto;
  }

  .menu_foto {
    width: 100%;
    height: 33vh;
    left: 0;
  }

  .flex-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .contact {
    margin-top: 40px;
    bottom: 2.3rem;
  }

  .skill-sof {
    height: 450px;
  }

  .email.short {
    white-space: normal;
  }

  .contact_sites {
    margin-top: 40px;
  }

  .toggle_switch {
    width: 200px;
    height: 30px;
  }

  .flex-block-12 {
    width: 100%;
  }

  .toggle_switch_home {
    width: 180px;
    height: 30px;
    margin-top: 4.5rem;
  }

  .archive_cover {
    width: 100%;
  }

  .archive_box_cv {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .toggle_switch_cv {
    width: 180px;
    height: 30px;
    margin-top: 4.5rem;
  }

  .logo_menu {
    z-index: 80;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    top: 2rem;
    left: 2rem;
  }

  .logo_menu_categorie {
    z-index: 80;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 2rem;
  }

  .project_name {
    top: 5rem;
  }

  .nazev_projektu {
    font-size: 20px;
  }

  .wraper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 450px;
  }

  .project_info_text {
    width: 100%;
  }

  .popisek_info {
    width: 35ch;
  }

  .parent-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .item-parent.up_left, .item-parent.up_left_stred {
    padding-top: 1rem;
  }

  .item-parent.stred {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-parent.stred_vysoke {
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-parent.stred_nizke {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .parent-pad-side {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .splide-2.slider1 {
    height: 44rem;
  }

  .grid-right {
    width: 100%;
    margin-top: 1rem;
  }

  .grid-left {
    width: 100%;
    padding-top: 0;
  }

  .heading-medium {
    font-size: 20px;
  }

  .img-parent.size-three, .img-parent.size-two, .img-cover.size-three {
    height: auto;
  }

  .img-cover.size-two-copy {
    width: 30vw;
  }

  .grid-left-up {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 1rem;
  }

  .grid_list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
  }

  .grid_wrapper-contain {
    padding-top: 2rem;
  }

  .container.is--grid {
    margin-top: 8rem;
    margin-bottom: 0;
  }

  .grid_item {
    margin-bottom: 2rem;
  }

  .container-scrolling {
    justify-content: flex-end;
  }

  .sec {
    align-items: flex-end;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .wrapper {
    padding-top: 60px;
  }

  .line-hor.quarter-2-copy.origin-right {
    width: 58%;
  }

  .line-container {
    width: 60%;
  }

  .heading-11 {
    font-size: 20px;
  }

  .div-block-19 {
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flex-block-about, .flex-block-8-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .categories {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-right: 60px;
  }

  .kon-fp-sliders {
    flex-flow: column;
  }

  .kon-fp-sliders-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kon-fp-textarea {
    padding-top: .25rem;
    font-size: 20px;
  }

  .background-video-3 {
    height: 30vh;
  }

  .collection-list-wrapper-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .vrchni_mezera {
    height: 14rem;
  }

  .background-video-2-copy {
    height: 20vh;
  }

  .grid_list_2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .grid_list_3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 10rem;
  }

  .collection-list-wrapper-scrolly {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .body.about {
    background-color: var(--black);
  }

  .div-block {
    width: 100%;
    height: 150px;
  }

  .section {
    padding-top: 0;
  }

  .heading-2 {
    margin-bottom: 2px;
  }

  .collection-list-wrapper {
    width: auto;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .div-block-2 {
    width: 250px;
    height: 150px;
  }

  .collection-item-3 {
    width: 100%;
  }

  .div-wraper {
    height: 150px;
  }

  .button_1 {
    text-align: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button_1:hover {
    color: var(--black);
  }

  .button_1.foto:hover {
    color: var(--blue);
  }

  .button_1.hero {
    right: 1.4rem;
  }

  .down {
    left: 1.4rem;
  }

  .link.w--current {
    width: auto;
  }

  .link.activ.w--current {
    height: 28px;
  }

  .prava {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 200px;
    height: 30px;
  }

  .projekt {
    white-space: normal;
    padding-right: 10px;
  }

  .popisek, .popisek.normal {
    width: auto;
  }

  .menu {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }

  .menu-x {
    width: 40px;
    height: 40px;
  }

  .menu_button {
    width: auto;
    top: 1.6rem;
    right: 1.4rem;
  }

  .menu_button.w--open {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    top: 1.6rem;
    right: 1.4rem;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: flex-start;
    top: 6vw;
    bottom: auto;
    left: 5vw;
  }

  .projekt_info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .leva {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    white-space: nowrap;
    width: 90px;
    height: 25px;
  }

  .popis_2, .popis_3 {
    width: 100px;
  }

  .archive_full {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .obsah {
    overflow: auto;
  }

  .menu_1 {
    padding-top: 2rem;
  }

  .menu_foto {
    width: 100%;
    height: 25vh;
    margin-top: 0;
    inset: 6vh auto 0%;
  }

  .flex-block-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    position: relative;
    bottom: auto;
    left: 0;
  }

  .contact.full {
    justify-content: space-between;
    align-items: center;
    inset: auto 0% 4rem;
  }

  .flex-block-10 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .flex-block-11 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .skill-sof {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 440px;
    margin-bottom: 100px;
  }

  .skill-sof.second {
    flex-flow: row;
    height: 500px;
    margin-bottom: 140px;
  }

  .prava_box {
    margin-left: 0;
  }

  .email.short {
    text-align: left;
    white-space: normal;
    width: 30ch;
  }

  .contact_sites {
    margin-top: 20px;
  }

  .button_1_portfolio {
    left: 1.4rem;
  }

  .button_1_portfolio.w--current {
    padding-left: 1rem;
    bottom: 2rem;
    left: 1.4rem;
  }

  .button_1_portfolio.right {
    right: 1.4rem;
  }

  .toggle_switch {
    width: 200px;
    height: 35px;
  }

  .flex-block-12 {
    width: 100%;
  }

  .toggle_switch_home {
    width: 200px;
    height: 35px;
    margin-bottom: 0;
  }

  .archive_cover {
    width: 100%;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .archive_box_cv {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .div-block-15 {
    width: auto;
  }

  .logo_menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    top: 2rem;
    bottom: auto;
    left: 1.4rem;
  }

  .navbar {
    flex-flow: column;
  }

  .logo_menu_categorie {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 1.4rem;
    bottom: auto;
  }

  .project_name {
    z-index: 99;
    top: 4rem;
  }

  .nazev_projektu {
    text-align: center;
  }

  .wraper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .switch_project_text {
    border-bottom: 1px solid var(--btext);
  }

  .project_info_text, .popisek_info {
    width: auto;
  }

  .parent-grid {
    flex-flow: column;
  }

  .item-parent.stred {
    justify-content: center;
    align-items: center;
    padding-bottom: 4.7rem;
    padding-left: 0;
    padding-right: 0;
  }

  .item-parent.stred.horn {
    margin-top: 100px;
  }

  .item-parent.stred_vysoke {
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .item-parent.stred_nizke {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-content.size-one {
    padding-top: .125rem;
  }

  .slide-content.size-two {
    width: 18rem;
    padding-top: .125rem;
  }

  .cover-img {
    width: 100%;
    min-width: 104%;
    max-width: 100%;
  }

  .spacer-medium {
    padding-bottom: 2rem;
  }

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

  .splide-2.slider1 {
    height: 36rem;
    padding-left: 1.4rem;
  }

  .grid-right {
    margin-top: 1rem;
  }

  .text-sm.fade {
    width: 35ch;
  }

  .img-parent.size-three {
    height: auto;
  }

  .img-parent.size-two {
    width: 85vw;
    height: auto;
  }

  .img-cover.size-two {
    width: 18rem;
    height: auto;
  }

  .img-cover.size-one {
    width: 60vw;
  }

  .img-cover.size-three {
    height: auto;
  }

  .img-cover.size-two-copy {
    width: 75vw;
  }

  .container-7.flex-split-btm {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .img-child.ab {
    justify-content: center;
    align-items: center;
  }

  .grid_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-content: flex-start;
    height: auto;
  }

  .grid_wrapper-contain {
    padding-top: 1rem;
  }

  .container.is--grid {
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    display: flex;
  }

  .grid_item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .container-flex {
    margin-bottom: 100px;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .line-ver.short-bottom {
    height: 140px;
  }

  .resources-block {
    margin-left: 5%;
  }

  .button-block {
    top: 1%;
  }

  .wrapper {
    max-width: 100%;
  }

  .line-hor.quarter-2-copy.origin-right {
    width: 57%;
  }

  .line-container {
    width: 98%;
  }

  .div-block-19 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .flex-block-about, .flex-block-8-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .categories {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
  }

  .kon-fp-main-container {
    flex-direction: column;
    align-content: flex-start;
    display: flex;
  }

  .kon-fp-sliders {
    color: #ffbfa8;
  }

  .kon-fp-sliders-container {
    border-width: 5px;
    margin-bottom: 20px;
  }

  .kon-fp-ui-container {
    flex-flow: wrap;
    flex: 1;
    justify-content: space-between;
  }

  .background-video-2, .background-video-3 {
    height: 25vh;
  }

  .collection-list-wrapper-copy {
    width: auto;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .vrchni_mezera {
    height: 15rem;
  }

  .background-video-2-copy, .background-video_h, .video-1 {
    height: 25vh;
  }

  .grid_list_2 {
    align-content: flex-start;
    height: auto;
  }

  .grid_list_3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-content: flex-start;
    height: auto;
  }

  .collection-list-wrapper-scrolly {
    width: auto;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

#w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1ea36e52, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1eaa2465, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b1b1dd3a, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5aafa5c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b866c914, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-86a24b52, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-8e2f3bae, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2c68fcfe, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-5ee427af, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-79544a29, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5cc0597, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b88598cb, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-9fc5a05f, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-e13d503b, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-41916199, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-918e9b53, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5d758ab, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-66cba1c6, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1e5a0fde, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9c6e9f8, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1e5b79d3, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-d92d38c9, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-075e268c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-161a4aac, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-075fa858, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-dc5fe1fc, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9ca847c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-ae5a2615, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9cac610, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2c9958ff, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-62f55860, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-e14b67aa, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-3bb4c4d5, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-92af8cb2, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2a465a81, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-d1aabb9d, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-8bcf41a5, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-372082db {
  grid-template-rows: 800px 800px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1ea36e52, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1eaa2465, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b1b1dd3a, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5aafa5c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b866c914, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-86a24b52, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-8e2f3bae, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2c68fcfe, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-5ee427af, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-79544a29, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5cc0597, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b88598cb, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-9fc5a05f, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-e13d503b, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-41916199, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-918e9b53, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5d758ab, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-66cba1c6, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1e5a0fde, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9c6e9f8, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1e5b79d3, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-d92d38c9, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-075e268c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-161a4aac, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-075fa858, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-dc5fe1fc, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9ca847c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-ae5a2615, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9cac610, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2c9958ff, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-62f55860, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-e14b67aa, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-3bb4c4d5, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-92af8cb2, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2a465a81, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-d1aabb9d, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-8bcf41a5, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-372082db {
    grid-template-rows: 800px 800px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1ea36e52, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1eaa2465, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b1b1dd3a, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5aafa5c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b866c914, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-86a24b52, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-8e2f3bae, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2c68fcfe, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-5ee427af, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-79544a29, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5cc0597, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-b88598cb, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-9fc5a05f, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-e13d503b, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-41916199, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-918e9b53, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-c5d758ab, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-66cba1c6, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1e5a0fde, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9c6e9f8, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-1e5b79d3, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-d92d38c9, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-075e268c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-161a4aac, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-075fa858, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-dc5fe1fc, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9ca847c, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-ae5a2615, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-f9cac610, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2c9958ff, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-62f55860, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-e14b67aa, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-3bb4c4d5, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-92af8cb2, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-2a465a81, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-d1aabb9d, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-8bcf41a5, #w-node-_0a0357e2-e2ff-1995-7c43-57cdd763c18e-372082db {
    grid-template-rows: 400px 400px;
    grid-template-columns: 1fr;
  }
}


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