:root {
  --dim-grey: #76634f;
  --antique-white: #e5dbcc;
  --tan: #d1c0b0;
  --dark-grey: #a09183;
  --linen: #ebe6de;
  --dim-grey-2: #137f39;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

h2 {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
}

a {
  color: var(--dim-grey);
  text-decoration: underline;
}

.body {
  background-color: var(--antique-white);
  font-family: Quicksand, sans-serif;
}

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

.section-2 {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 10px;
}

.text-block {
  color: var(--dim-grey);
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-3 {
  background-color: var(--tan);
  justify-content: flex-start;
  max-height: 450px;
  display: flex;
}

.navbar {
  background-color: var(--dim-grey);
}

.nav-link {
  color: var(--antique-white);
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: Patrick Hand, sans-serif;
  font-size: 20px;
}

.nav-link.w--current {
  color: var(--tan);
}

.nav-link-2 {
  color: var(--antique-white);
  letter-spacing: 1px;
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: Patrick Hand, sans-serif;
  font-size: 20px;
  display: none;
}

.nav-link-3 {
  color: var(--antique-white);
  letter-spacing: 1px;
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: Patrick Hand, sans-serif;
  font-size: 20px;
}

.div-block {
  background-image: linear-gradient(#76634fad, #76634fad), url('../images/zaChranenaStodola_4.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 20%;
  height: 300px;
}

.div-block-2 {
  background-image: linear-gradient(#76634f8f, #76634f8f), url('../images/zaChranenaStodola_3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 30%;
  height: 300px;
}

.div-block-3 {
  background-image: linear-gradient(#76634f8c, #76634f8c), url('../images/zaChranenaStodola_5.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 20%;
  height: 300px;
}

.div-block-4 {
  background-image: linear-gradient(#76634f73, #76634f73), url('../images/zaChranenaStodola_2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 30%;
  height: 300px;
}

.image {
  z-index: 999;
  margin-bottom: 20px;
}

.text-block-2 {
  color: var(--dim-grey);
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-3 {
  color: var(--dim-grey);
  font-size: 22px;
}

.bold-text {
  color: var(--dark-grey);
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.container-2 {
  z-index: 1000;
  position: relative;
}

.brand {
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-4 {
  color: var(--antique-white);
  text-align: right;
  letter-spacing: .5px;
  margin-left: 10px;
  font-family: Patrick Hand, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.heading {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: .8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Patrick Hand, sans-serif;
  font-size: 32px;
  line-height: 52px;
}

.heading.mob {
  display: none;
}

.section-5 {
  background-color: var(--linen);
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.list-item {
  margin-bottom: 15px;
  line-height: 22px;
}

.list {
  color: var(--dim-grey);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.list.program {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.heading-2 {
  color: var(--tan);
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}

.heading-2.dark {
  color: var(--dim-grey);
}

.section-6 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-5.underlined {
  border-bottom: 1px solid var(--dark-grey);
}

.div-block-6, .div-block-7 {
  width: 33%;
}

.div-block-8 {
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.link {
  color: var(--dim-grey-2);
  font-weight: 700;
  text-decoration: underline;
}

.heading-3 {
  color: var(--dim-grey);
  font-size: 20px;
}

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

.heading-4 {
  color: var(--dim-grey);
}

.paragraph {
  color: var(--dim-grey);
  display: none;
}

.container-4 {
  padding-top: 20px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: block;
}

.tab-link-tab-1 {
  background-color: var(--antique-white);
  color: var(--dim-grey);
}

.tab-link-tab-1.w--current {
  background-color: var(--dim-grey);
  color: var(--linen);
}

.tab-link-tab-2 {
  background-color: var(--antique-white);
  color: var(--dim-grey);
}

.tab-link-tab-2.w--current {
  background-color: var(--dim-grey);
  color: var(--linen);
}

.tab-link-tab-3 {
  background-color: var(--antique-white);
  color: var(--dim-grey);
}

.tab-link-tab-3.w--current {
  background-color: var(--dim-grey);
  color: var(--linen);
}

.text-span {
  font-size: 14px;
}

.link-2, .link-3 {
  color: var(--dim-grey-2);
}

.columns {
  display: block;
}

.div-block-9 {
  border-radius: 8px;
  overflow: hidden;
}

.text-block-5 {
  margin-bottom: 10px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-4 {
  position: sticky;
  top: 60px;
}

.text-span-2 {
  color: var(--dim-grey);
  font-weight: 700;
}

.section-8 {
  background-color: var(--linen);
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-6 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.lightbox-link {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 10px;
}

.text-span-3, .text-span-4 {
  font-size: 40px;
  font-weight: 700;
}

.bold-text-2 {
  color: var(--dark-grey);
}

.text-span-5 {
  font-size: 14px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  color: var(--dim-grey-2);
}

.text-block-6 {
  color: var(--dim-grey);
  text-align: right;
  margin-top: 20px;
  font-size: 24px;
  display: none;
}

.div-block-11 {
  height: 100px;
}

.section-9 {
  background-image: url('../images/DSC_0596_panorama_ToneMapping_1.avif');
  background-position: 0 0;
  background-size: cover;
  height: 40vh;
}

.image-3 {
  object-fit: cover;
  margin: 5px;
  transition: transform .3s;
}

.image-3:hover {
  transform: scale(1.1);
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.button {
  background-color: var(--dim-grey-2);
  border-radius: 6px;
}

.div-block-12 {
  justify-content: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.columns-2 {
  display: block;
}

.rich-text-block {
  color: var(--dim-grey);
}

.container-7 {
  justify-content: space-between;
  display: none;
}

.container-8 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-4 {
  max-width: 60%;
}

.image-5 {
  object-fit: fill;
  overflow: visible;
}

.link-4, .link-5, .bold-text-21, .link-6, .link-7, .link-8, .link-9, .link-10 {
  color: var(--dim-grey);
}

.typeform-wrapper-u5zrpea7 {
  height: 500px;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link-2, .nav-link-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5 {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    padding-left: 17px;
  }

  .heading-2 {
    width: 24%;
    margin-top: 0;
    margin-right: 20px;
  }

  .section-6 {
    padding: 30px 20px;
  }

  .container-3 {
    flex-direction: column;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .icon {
    color: var(--antique-white);
  }

  .menu-button {
    margin-top: 20px;
  }

  .menu-button.w--open, .nav-menu {
    background-color: var(--dark-grey);
  }

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

  .column-2 {
    justify-content: flex-start;
    display: flex;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .div-block-9 {
    justify-content: center;
    margin-bottom: 30px;
    display: block;
  }

  .column-3 {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .text-block-5 {
    margin-right: 10px;
  }

  .link-block-3 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .column-4 {
    position: static;
  }

  .container-6 {
    justify-content: center;
    display: flex;
  }

  .lightbox-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .text-block-6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2 {
    line-height: 30px;
  }

  .bold-text {
    font-size: 26px;
    line-height: 30px;
  }

  .brand {
    margin-left: 10px;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    font-size: 22px;
    line-height: 40px;
  }

  .list {
    font-size: 14px;
  }

  .heading-2 {
    width: auto;
    font-size: 20px;
  }

  .section-6 {
    padding-left: 20px;
  }

  .column, .column-2 {
    flex-direction: column;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .paragraph {
    font-size: 12px;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .container-6 {
    justify-content: center;
    display: flex;
  }

  .lightbox-link {
    width: 45vw;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-span-3, .text-span-4 {
    font-size: 20px;
  }

  .text-block-6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-3 {
    flex-direction: column;
  }

  .div-block {
    width: auto;
    display: none;
  }

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

  .div-block-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/zaChranenaStodola_5.avif');
    background-position: 0 0, 50% 100%;
    width: auto;
    display: none;
  }

  .div-block-4 {
    width: auto;
    display: none;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .bold-text {
    font-size: 21px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 17px;
  }

  .section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 20px;
    line-height: 34px;
  }

  .heading.mob {
    font-size: 15px;
    display: block;
  }

  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-5 {
    flex-direction: column;
  }

  .div-block-5.underlined {
    flex-direction: column;
    width: 100%;
  }

  .heading-3 {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
  }

  .section-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
    margin-bottom: 10px;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .column-4 {
    justify-content: space-between;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .section-8 {
    justify-content: center;
  }

  .container-6 {
    justify-content: center;
    display: flex;
  }

  .text-span-3, .text-span-4 {
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .div-block-11 {
    height: 50px;
  }

  .section-9 {
    background-position: 50% 0;
  }

  .image-3 {
    width: 80%;
  }

  .ligght-box-hp {
    justify-content: center;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    color: var(--linen);
    border-radius: 6px;
    font-weight: 600;
  }
}

#w-node-_2361b430-53df-8449-9bf0-b8289c316310-9c31630b, #w-node-_2361b430-53df-8449-9bf0-b8289c316312-9c31630b, #w-node-_2361b430-53df-8449-9bf0-b8289c316314-9c31630b, #w-node-_2361b430-53df-8449-9bf0-b8289c316316-9c31630b, #w-node-_4c0d5901-9463-1dea-871e-1b1247fa8a23-9c31630b, #w-node-e4d99e7a-7bb1-7551-1613-cf80a6085ee6-9c31630b, #w-node-_2361b430-53df-8449-9bf0-b8289c31631f-9c31630b, #w-node-b49422dd-8844-1217-04ea-fa567433850c-9c31630b {
  place-self: center;
}

#w-node-_2361b430-53df-8449-9bf0-b8289c31631d-9c31630b {
  align-self: center;
}


