@font-face {
  font-family: "Din Next W 10";
  src: url('../fonts/DIN-Next-W10-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-blue: #aabdf6;
  --main-font: "Space Grotesk", sans-serif;
  --dark-brand-blue: #6787e4;
  --paragraph-color: #3f5390;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

h3 {
  color: var(--brand-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

p {
  font-family: var(--main-font);
  margin-bottom: 10px;
}

.container {
  max-width: 1000px;
}

.container.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.o-mne {
  max-width: 80%;
}

.container.kontakt {
  margin-top: 20vh;
}

.nav-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ccd7fac4;
  border-radius: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar {
  background-color: #0000;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #686868;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-link.w--current {
  color: #000;
}

.heading-main {
  max-width: 10ch;
  color: var(--brand-blue);
  text-align: center;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.heading-main.small {
  font-size: 60px;
}

.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-section.sluzby {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading {
  max-width: 25ch;
  color: var(--brand-blue);
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.heading3-width {
  max-width: 28ch;
  color: var(--dark-brand-blue);
  text-align: center;
}

.footer-light {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 40px;
  font-family: Space Grotesk, sans-serif;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--brand-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--brand-blue);
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--dark-brand-blue);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: var(--brand-blue);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--brand-blue);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 80px;
  display: flex;
}

.wrapper.cen-k {
  padding-left: 20px;
  padding-right: 20px;
}

.flex {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff96;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex.margin-top {
  margin-top: 80px;
}

.flex.margin-top.margin-bot {
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 40%;
}

.paragraph {
  font-family: var(--main-font);
  color: var(--paragraph-color);
  letter-spacing: 1.3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph._20 {
  max-width: 37ch;
  font-size: 20px;
  line-height: 1.3;
}

.paragraph.block {
  text-align: justify;
}

.heading-o-mne {
  color: var(--dark-brand-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.heading-o-mne.small {
  margin-top: 65px;
  font-size: 25px;
}

.heading-o-mne.small.position {
  margin-top: 7px;
}

.heading-o-mne.large {
  color: var(--paragraph-color);
  font-size: 40px;
}

.body {
  background-image: url('../images/Screenshot_3.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.body.home {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#fff3, #fff3), url('../images/New-Project.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.body.cenik {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#ffffffa3, #ffffffa3), url('../images/New-Project.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.content {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  margin-bottom: 50px;
}

.content.sluzby {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 30vh;
}

.content.sluzby.o-mne {
  margin-bottom: 50px;
}

.content.sluzby._0 {
  margin-bottom: auto;
}

.content.o-mne, .content.white {
  background-color: #fff;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.quick-stack {
  align-self: center;
}

.flex1 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.bellow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link-block {
  font-family: var(--main-font);
  color: var(--paragraph-color);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  color: var(--dark-brand-blue);
  text-decoration: underline;
}

.text-block {
  font-family: var(--main-font);
}

.left {
  background-color: #eaeffded;
  width: 40%;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 45px;
}

.right {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  width: 60%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
}

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

.block-quote {
  border-left-color: var(--brand-blue);
  width: 65%;
  font-family: var(--main-font);
  margin-left: 28px;
  font-size: 24px;
}

.rich-text-block {
  font-family: var(--main-font);
}

.flex-block {
  align-items: stretch;
}

.list-item {
  margin-bottom: 20px;
}

.list {
  font-family: var(--main-font);
}

.table_cell {
  font-family: var(--main-font);
  color: var(--paragraph-color);
  font-size: 16px;
}

.table_cell.l {
  color: var(--dark-brand-blue);
  font-weight: 500;
}

.table_row {
  height: 60px;
}

.table_body {
  flex-flow: column;
}

.list-2 {
  padding-left: 20px;
}

.list-home {
  font-family: var(--main-font);
  color: var(--paragraph-color);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .flex.margin-top.margin-bot {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    width: 100%;
    height: 500px;
  }

  .flex1 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left {
    width: 100%;
    padding-left: 45px;
    display: none;
  }

  .right {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .block-quote {
    width: 100%;
    margin-left: -2px;
  }

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

  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.o-mne {
    max-width: 90%;
  }

  .heading-main {
    font-size: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .flex.margin-top.margin-bot {
    margin-top: 50px;
  }

  .image {
    object-position: 50% 28%;
    height: 300px;
  }

  .heading-o-mne.small {
    margin-top: 38px;
  }

  .left {
    padding: 50px 25px;
  }

  .table_row {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .container.nav {
    justify-content: flex-end;
    align-items: center;
  }

  .container.o-mne {
    max-width: 100%;
  }

  .container.kontakt {
    margin-top: 10vh;
  }

  .nav-menu {
    background-color: #ccd7fa;
    border-radius: 20px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .nav-link {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-main {
    font-size: 40px;
  }

  .center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-section {
    margin-top: 40px;
  }

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

  .heading3-width {
    font-size: 15px;
    line-height: 1.5;
  }

  .menu-button {
    background-color: var(--brand-blue);
    border-radius: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: #ccd7fa;
  }

  .icon {
    color: #000;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .wrapper {
    padding: 25px 20px;
  }

  .flex.margin-top.margin-bot {
    margin-top: 0;
  }

  .paragraph._20 {
    font-size: 18px;
  }

  .heading-o-mne {
    font-size: 24px;
  }

  .heading-o-mne.small {
    font-size: 20px;
  }

  .content.sluzby._0.no-blur {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
  }

  .image-2 {
    height: 200px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .block-quote {
    font-size: 18px;
  }

  .table_row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    margin-top: 20px;
    display: flex;
  }
}

#w-node-_346a8f34-538a-989f-b860-1778047a07d2-b6283a60 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_346a8f34-538a-989f-b860-1778047a07d4-b6283a60 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_346a8f34-538a-989f-b860-1778047a07d2-b6283a60 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_346a8f34-538a-989f-b860-1778047a07d4-b6283a60 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_346a8f34-538a-989f-b860-1778047a07d2-b6283a60 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Din Next W 10';
  src: url('../fonts/DIN-Next-W10-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}