:root {
  --font: #5b5151;
  --dark: #f8e5d4;
  --light: #fdf2e4;
  --background: #fffef9;
  --green: #bed9c0;
  --green-dark: #42857b;
  --transparent: rgba(0, 0, 0, 0);
  --white: white;
  --black: black;
}

body {
  color: var(--font);
  background-color: #fffef9;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21.6px;
  font-weight: 400;
  line-height: 28px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

p {
  width: 100%;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.hero {
  background-image: url('../images/bcg-shape-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section.emdr-1 {
  background-image: url('../images/bcg-shape-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.section.emdr-2 {
  background-image: url('../images/bcg-shape-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section.quote-section.peach {
  background-color: var(--dark);
}

.container {
  grid-column-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  justify-items: start;
  width: 100%;
  max-width: 1328px;
  margin-left: 0;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.container.partners {
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container.hero {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.column.bottom {
  justify-content: flex-end;
  align-self: flex-end;
  min-height: 100%;
}

.column.center {
  justify-content: space-between;
  align-items: flex-start;
}

.div-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img-1 {
  max-width: 100%;
  max-height: 442px;
}

.img-portret {
  max-width: 100%;
  max-height: 493px;
}

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

.div-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-bullet-green {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
}

.img-bullet {
  max-width: none;
  max-height: 17px;
}

.div-quote {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 55px;
  display: flex;
}

.div-quote.dark {
  background-color: var(--light);
}

.div-quote.light {
  background-color: var(--background);
}

.quote {
  text-align: center;
  font-size: 21.6px;
  line-height: 28px;
}

.img-2 {
  max-width: 100%;
  max-height: 84px;
}

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

.div-paragraph.vertical {
  display: flex;
}

.div-paragraph.horizontal {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  display: flex;
}

.img-3 {
  max-width: 100%;
  max-height: 350px;
}

.div-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.img-4 {
  min-width: 100%;
  max-width: 100%;
  max-height: 274px;
}

.div-bullet-blue {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
}

.img-5 {
  max-width: 100%;
  max-height: 305px;
}

.quote-author {
  text-align: center;
}

.img-7 {
  max-width: 100%;
  max-height: 724px;
}

.txt-bold {
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-weight: 400;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-404 {
  color: rgba(91, 81, 81, .05);
  font-size: 40vw;
  font-weight: 700;
}

.div-404 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.button-404 {
  color: #5b5151;
  background-color: #fdf2e4;
  border-radius: 25px;
  width: 250px;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s;
}

.button-404:hover {
  background-color: #f8e5d4;
  transform: scale(1.03);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}

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

.navbar {
  background-color: var(--green);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navlink {
  color: var(--font);
  padding: 0;
  font-size: 25px;
  line-height: 0;
  transition: all .2s;
}

.navlink:hover {
  color: var(--green-dark);
  transform: scale(1.05);
}

.navlink.w--current {
  color: var(--green-dark);
}

.div-logo.w--current {
  padding-left: 0;
}

.img-logo {
  max-height: 47px;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1328px;
  padding: 20px 70px;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  transition: all .2s;
}

.footer {
  background-color: var(--green);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.div-kontakt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--background);
  border-radius: 50px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

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

.gradient {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--background), #f9f1ea);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  padding: 0;
}

.img-partner {
  max-width: none;
  height: 100%;
  max-height: 58px;
}

.img-partner.vitamelius {
  max-height: 32px;
}

.img-partner.emdr {
  max-height: 140px;
}

.div-nav-link {
  color: var(--font);
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.div-nav-link:hover, .div-nav-link.w--current {
  color: var(--green-dark);
}

.nav-menu {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-center-horizontal, .div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.kontakt-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-404 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 35.5px;
  }

  h2 {
    font-size: 26.6px;
    line-height: 33px;
  }

  .section {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .quote {
    font-size: 32px;
    line-height: 40px;
  }

  .navlink {
    font-size: 32px;
  }

  .container-navbar {
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .body {
    font-size: 20px;
    line-height: 33px;
  }

  .heading {
    font-size: 35.5px;
    line-height: 46px;
  }

  .nav-menu {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .logo-404 {
    top: 5%;
  }
}

@media screen and (max-width: 991px) {
  .section.hero, .section.emdr-1, .section.emdr-2 {
    background-size: cover;
  }

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

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

  .img-1 {
    max-height: 230px;
  }

  .img-portret {
    max-height: 304px;
  }

  .img-3 {
    max-height: 191px;
  }

  .img-4 {
    max-height: 123px;
  }

  .img-5 {
    max-height: 233px;
  }

  .img-7 {
    max-width: 289px;
    max-height: none;
  }

  .txt-404 {
    font-size: 50vw;
  }

  .container-navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-menu-wrapper {
    background-color: var(--green);
    height: 100vh;
  }

  .icon-hamburger {
    color: var(--green-dark);
    font-size: 48px;
  }

  .menu-button {
    background-color: var(--transparent);
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .gradient {
    top: -90%;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 15vh;
    font-size: 26px;
    line-height: 32px;
    display: flex;
  }

  .div-nav-link {
    font-size: 26px;
    line-height: 1rem;
  }

  .div-hamburger {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    display: flex;
  }

  .line {
    background-color: var(--green-dark);
    border-radius: 100px;
    width: 26px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: hidden;
  }

  .container {
    grid-row-gap: 50px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container.quote-shape {
    width: 105%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .img-portret {
    max-width: 400px;
    max-height: none;
  }

  .div-paragraph.horizontal {
    flex-flow: column;
  }

  .img-3 {
    max-height: none;
  }

  .div-left {
    justify-content: center;
    align-items: flex-start;
  }

  .img-4 {
    max-height: none;
  }

  .img-7 {
    max-width: 400px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-404 {
    font-size: 50vw;
  }

  .div-404 {
    justify-content: center;
    align-items: center;
    height: 50vh;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .gradient {
    top: -80%;
  }

  .kontakt-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-404 {
    top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.quote-shape {
    width: 120%;
  }

  .img-1 {
    max-height: none;
  }

  .img-portret {
    max-width: 100%;
  }

  .div-quote {
    padding-left: 70px;
    padding-right: 70px;
  }

  .img-5 {
    max-height: none;
  }

  .img-7 {
    max-width: 100%;
  }

  .txt-404 {
    color: rgba(91, 81, 81, .1);
  }

  .button-404.w--current {
    width: 100%;
  }

  .container-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradient {
    top: -60%;
  }

  .img-partner.italianissima {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f2551dc-2763-f7d1-db8c-76027c6a95ed-fb87ceee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3af10c1-6bea-a9fe-d600-1d8fa8440e0f-fb87ceee {
    grid-area: 1 / 1 / 2 / 2;
  }
}


