@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-grey: #9c9c9c;
  --dark-slate-blue: #263588;
  --white: white;
}

.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;
}

.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;
  }
}

a {
  min-height: 500px;
  text-decoration: underline;
}

.content {
  text-align: center;
  max-width: 1242px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -8px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.header-box {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.menu-button {
  z-index: 10;
  opacity: .6;
  text-align: center;
  background-color: #0000;
  margin-right: 0;
  padding: 0;
  position: relative;
}

.menu-button:hover {
  opacity: .8;
}

.menu-button.w--open {
  opacity: .8;
  border-radius: 20px;
}

.nav-menu {
  min-width: 320px;
  min-height: auto;
  color: var(--dark-grey);
  background-color: #fff;
  padding-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  line-height: 14px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.linki-menu {
  min-height: 0;
  padding: 10px;
  display: block;
}

.linki-menu:hover, .linki-menu:visited {
  color: #263588;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  max-width: 1242px;
  padding-top: 20px;
  display: block;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.paragraph {
  flex-direction: row;
  max-width: 900px;
  font-family: Lato, sans-serif;
  display: block;
}

.div-block {
  text-align: center;
  min-width: 320px;
  padding: 20px;
  box-shadow: 5px 3px 18px #00000059;
}

.body {
  font-family: Source Serif Pro, sans-serif;
  font-weight: 400;
}

.drop-down:hover, .drop-down:focus {
  color: #263588;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-list.w--open:hover {
  color: #263588;
}

.dropdown-toggle {
  padding-left: 10px;
}

.drop-down-link:hover, .drop-down-link:visited {
  color: #263588;
}

.header {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 0;
}

.hearo {
  background-color: #0000;
  background-image: url('../images/1920x1080_Obszar-roboczy-1-kopia-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -84px;
  padding-top: 0;
}

.footer-2 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  background-image: url('../images/header_2.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  box-shadow: 0 -3px 18px #00000059;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #9c9c9c;
  min-height: 0;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-link.w--current {
  margin-bottom: 5px;
}

.text-block {
  color: #868686;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.image-3 {
  background-color: var(--dark-slate-blue);
  color: #0000;
  min-width: 40px;
  min-height: 40px;
  margin-left: 10px;
  display: block;
}

.div-block-2 {
  border-top: 2px dashed #ffffff59;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  display: flex;
}

.div-block-3 {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  display: flex;
}

.image-4 {
  min-width: 320px;
  max-width: 100%;
  min-height: 1300px;
  padding: 66px 20px 30px;
  box-shadow: 4px 4px 18px #00000059;
}

.hero-h2 {
  margin-top: 0;
  font-family: Source Serif Pro, sans-serif;
  font-weight: 700;
}

.content-header {
  max-width: 1242px;
  min-height: 80px;
}

.hero {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: -82px;
  padding-top: 97px;
  padding-bottom: 50px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.wiersze-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading, .heading-2 {
  text-align: center;
}

.heading-3 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.heading-4, .heading-5, .heading-6 {
  text-align: center;
}

.heading-7 {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.div-block-4 {
  max-width: 300px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.image-6 {
  opacity: 1;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 0;
}

.hearo-image {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-tworczosc {
  background-color: var(--dark-slate-blue);
  box-shadow: 0 8px 18px #00000059;
}

.image-header {
  margin-top: 7px;
}

.kontakt_text {
  color: var(--dark-grey);
}

.section {
  margin-top: 20px;
}

.button-wiecej {
  color: #5f5f5f;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-wiecej:hover {
  color: #414141;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding-top: 4px;
  display: flex;
}

.hearo-tresc {
  text-align: left;
  min-height: 400px;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area Area-3"
                       "Area-2 Area-4"
                       "Area-5 ."
                       ". .";
}

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

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

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

.rzezba_text-block-2 {
  justify-content: flex-end;
  display: flex;
  position: static;
}

.italic-text {
  text-align: justify;
  font-size: 14px;
}

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

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-3, .heading-8, .heading-9 {
  text-align: center;
}

.paragraph-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.heading-10 {
  margin-bottom: 30px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 0;
}

.aranzacja-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-6 {
  min-height: 80px;
}

.div-block-7, .div-block-8 {
  text-align: center;
}

.div-block-9 {
  text-align: center;
  max-width: 350px;
}

.div-block-10 {
  text-align: center;
}

.div-block-jubileusz {
  box-shadow: 4px 4px 18px 0 var(--dark-grey);
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.tworczosc-div-block {
  box-shadow: 5px 3px 18px 0 var(--dark-grey);
  padding: 0 10px 20px;
}

.rzezba-image {
  text-align: center;
  width: 100%;
  max-width: 350%;
  margin-top: 10px;
}

.paragraph-6, .paragraph-7 {
  text-align: center;
}

.div-block-11-mon {
  box-shadow: 4px 4px 18px 0 var(--dark-grey);
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-7 {
  text-align: center;
}

.heading-12 {
  margin-bottom: 20px;
}

.paragraf_1 {
  padding-bottom: 10px;
}

.heading-15 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-14 {
  display: flex;
}

.heading-16 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.image-10 {
  float: left;
}

.div-block-13 {
  height: 200px;
  box-shadow: 4px 4px 18px 0 var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.body-3 {
  font-family: Source Serif Pro, sans-serif;
}

.image-11 {
  margin: 10px 10px 10px 0;
  display: inline-block;
}

.paragraph-15 {
  flex-wrap: nowrap;
  display: block;
}

.image-12 {
  text-align: left;
  display: inline-block;
}

.image-13 {
  text-align: left;
}

.paragraph-16 {
  display: inline-block;
}

.paragraph-17, .paragraph-18 {
  text-align: left;
}

.tworczosc-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.rze-ba-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.malarstwo-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.image-14 {
  float: left;
  margin: 0 10px 0 0;
}

.div-block-14 {
  min-height: 9%;
}

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

.paragraph-22 {
  text-align: left;
}

.nav-menu-2 {
  color: #9c9c9c;
  background-color: #fff;
  min-width: 320px;
  min-height: auto;
  padding-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  line-height: 14px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.footer-link-2 {
  color: #9c9c9c;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link-3 {
  color: #9c9c9c;
  min-height: 0;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link-4 {
  color: #9c9c9c;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-4:hover {
  color: #fff;
  text-decoration: underline;
}

.heading-17, .heading-18 {
  text-align: center;
}

.continuum-grid-container, .grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.wystawy-image {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.repsodia-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.malarstwo-image {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.malarstwo-text {
  margin-bottom: 10px;
}

.text-block-3 {
  text-align: right;
}

.text-block-4, .paragraph-23 {
  text-align: justify;
}

.utility-page-wrap {
  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;
}

.text-block-5 {
  color: #f0c61e;
  text-align: center;
  background-color: #0000;
  padding-top: 7px;
  padding-right: 0;
  font-size: 20px;
}

.global-image {
  min-height: 450px;
  padding: 10px;
}

.global-image.jubileusz-image {
  text-align: left;
  max-height: 500px;
}

.lightbox-link-2 {
  min-height: 0;
}

.lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
  min-height: 450px;
}

.link-block-wiersze {
  min-height: 400px;
}

.lightbox-link-7 {
  min-height: 320px;
}

.tworczosc-image {
  text-align: center;
  width: 100%;
  max-width: 350%;
  margin-top: 10px;
}

.paragraph-tworczosc, .global-paragraph {
  padding-bottom: 10px;
}

.global-paragraph-jubileusz {
  text-align: center;
  padding-bottom: 10px;
}

.global-content {
  text-align: center;
  max-width: 1242px;
  min-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11 {
  min-height: 0;
}

@media screen and (min-width: 1280px) {
  .paragraph {
    text-align: justify;
  }

  .header {
    box-shadow: none;
  }

  .div-block-2 {
    border: 1px solid #0000;
    border-top: 2px dashed #fff6;
  }

  .image-4 {
    min-height: 1300px;
  }

  .button-wiecej:focus {
    color: #5f5f5f;
  }

  .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-19, .paragraph-20, .paragraph-21 {
    text-align: justify;
  }

  .paragraph-22 {
    text-align: left;
  }

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

@media screen and (min-width: 1440px) {
  .navbar {
    align-items: center;
    padding-bottom: 0;
  }

  .header-box {
    margin-right: 0;
    padding-top: 0;
  }

  .menu-button {
    color: #0000;
  }

  .linki-menu:hover, .linki-menu:focus {
    color: #263588;
  }

  .flex-container {
    display: block;
  }

  .paragraph {
    font-family: Source Serif Pro, sans-serif;
    font-weight: 400;
  }

  .body {
    font-family: Source Serif Pro, sans-serif;
  }

  .hearo {
    background-color: #0000;
  }

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

  .image-3:hover {
    background-color: var(--white);
  }

  .div-block-3 {
    padding-right: 10px;
  }

  .content-header {
    max-width: 1242px;
    min-height: 0;
  }
}

@media screen and (max-width: 991px) {
  .content {
    position: static;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wiersze-grid-container, .cards-grid-container-2, .aranzacja-grid-container, .tworczosc-grid-container, .rze-ba-grid-container, .malarstwo-grid-container, .continuum-grid-container, .grid-container, .repsodia-grid-container {
    grid-column-gap: 20px;
  }

  .global-content {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .footer-2, .hero {
    padding: 40px 20px;
  }

  .wiersze-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container-2, .aranzacja-grid-container, .tworczosc-grid-container, .rze-ba-grid-container, .malarstwo-grid-container, .continuum-grid-container, .grid-container, .repsodia-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }
}

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

  .navbar {
    clear: none;
    text-align: center;
    align-items: center;
    margin-top: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .header-box {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    min-width: 100%;
    padding-top: 125px;
  }

  .flex-container {
    padding-top: 0;
  }

  .hearo {
    margin-top: 9px;
  }

  .footer-2 {
    text-align: left;
    padding: 0 10px;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .image-4 {
    min-height: auto;
    padding-top: 0;
  }

  .hero-h2 {
    text-align: center;
  }

  .content-header {
    text-align: center;
    margin-top: 0;
  }

  .centered-container {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wiersze-grid-container {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .cards-image {
    text-align: center;
  }

  .heading-7 {
    margin-bottom: 10px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .hearo-image {
    display: none;
  }

  .header-tworczosc {
    background-color: var(--white);
    padding-bottom: 15px;
  }

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

  .div-block-5 {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .rzezba_text-block-2 {
    text-align: right;
    display: block;
  }

  .cards-section {
    padding: 0 10px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-10 {
    text-align: center;
  }

  .paragraph-5 {
    display: none;
  }

  .aranzacja-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-jubileusz {
    text-align: center;
  }

  .rzezba-image {
    text-align: center;
    width: 100%;
    height: 98%;
  }

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

  .heading-11, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .italic-text-2, .paragraph-12, .heading-12, .heading-jubileusz, .heading-14 {
    text-align: center;
  }

  .div-block-12 {
    display: none;
  }

  .image-9 {
    width: 100%;
    height: 100%;
  }

  .paragraph-13 {
    text-align: center;
  }

  .tworczosc-grid-container, .rze-ba-grid-container, .malarstwo-grid-container {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .nav-menu-2 {
    min-width: 100%;
    padding-top: 125px;
  }

  .continuum-grid-container, .grid-container {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .wystawy-image {
    text-align: center;
    width: 100%;
    height: 98%;
  }

  .repsodia-grid-container {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .malarstwo-image, .tworczosc-image {
    text-align: center;
    width: 100%;
    height: 98%;
  }

  .global-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-f717a099-319b-0465-de32-f3dc7814c966-3a1e5970, #w-node-f717a099-319b-0465-de32-f3dc7814c966-051e5973, #w-node-_2a7a1e6d-ee91-7353-416c-972adeb7349d-f9d3c389 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f4b-a21e596b, #w-node-_3964ef4e-f37d-4353-f5ea-ff722c9d3ef1-a21e596b, #w-node-_68f2ad80-2c65-654e-d82b-b0b4fe6c9ca5-a21e596b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68f2ad80-2c65-654e-d82b-b0b4fe6c9ca7-a21e596b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_439947f7-5dde-7c4f-622c-bd148b3228e1-a21e596b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_439947f7-5dde-7c4f-622c-bd148b3228e3-a21e596b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_06db75ea-f249-f3d5-1f77-d9805a866dab-a21e596b, #w-node-bdbe64f0-e639-e5ee-8cdb-e65aefd36d1c-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdbe64f0-e639-e5ee-8cdb-e65aefd36d1e-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_3a950d75-93dc-0e24-d86a-4f094df2be05-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a950d75-93dc-0e24-d86a-4f094df2be07-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec6c-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec6e-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_34a96aec-23f1-492a-bf74-e61b38aa5226-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34a96aec-23f1-492a-bf74-e61b38aa5228-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_700fd48e-2074-1699-84c4-3ae5eb5caf9d-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_700fd48e-2074-1699-84c4-3ae5eb5caf9f-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_5f71f5bf-f3e7-5407-c4ba-7dc07b73447b-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f71f5bf-f3e7-5407-c4ba-7dc07b73447d-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_18de60c5-b808-94da-0dc2-a77228c118a1-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18de60c5-b808-94da-0dc2-a77228c118a3-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_9e748f55-220b-ffe3-b452-f6e36e83e9aa-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e748f55-220b-ffe3-b452-f6e36e83e9ac-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_6007cd8e-7eef-0226-3451-fbf4768e52fd-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6007cd8e-7eef-0226-3451-fbf4768e52ff-c71e596f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f4b-c81e5972, #w-node-bbce26a7-c536-9898-8a26-ba8b838abc17-c81e5972, #w-node-_37b7c8aa-09f1-e20a-c600-5e0dfcdd3e46-c81e5972, #w-node-_8bc09c50-a4ff-ff0d-7819-03d9356aa271-c81e5972, #w-node-_47747920-e98d-cb21-73e8-601a741ea2bf-c81e5972, #w-node-c6740f93-7f1e-a31e-a43e-c211edf35209-c81e5972, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f4b-051e5973, #w-node-fdf2fac6-8fc2-5449-c20f-818d08eb22d3-051e5973, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f4b-571e5974, #w-node-_9883e328-b83e-cc5b-6dde-4f0d85c86fcf-571e5974, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f4b-879979c7, #w-node-fdf2fac6-8fc2-5449-c20f-818d08eb22d3-879979c7, #w-node-_3a950d75-93dc-0e24-d86a-4f094df2be05-cc51d381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a950d75-93dc-0e24-d86a-4f094df2be07-cc51d381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec6c-cc51d381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec6e-cc51d381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_34a96aec-23f1-492a-bf74-e61b38aa5226-cc51d381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34a96aec-23f1-492a-bf74-e61b38aa5228-cc51d381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-a21e596b, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f48-a21e596b, #w-node-f717a099-319b-0465-de32-f3dc7814c966-a21e596b, #w-node-_3964ef4e-f37d-4353-f5ea-ff722c9d3eee-a21e596b, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f4f-a21e596b, #w-node-_68f2ad80-2c65-654e-d82b-b0b4fe6c9ca2-a21e596b, #w-node-_439947f7-5dde-7c4f-622c-bd148b3228de-a21e596b, #w-node-_06db75ea-f249-f3d5-1f77-d9805a866da8-a21e596b, #w-node-be4ad837-432d-dc18-a328-3e997e369a1c-a21e596b, #w-node-_4a6364f0-5fcf-e7ee-371c-5aeb8ec278b3-a21e596b, #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec5b-c71e596f, #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec69-c71e596f, #w-node-_34a96aec-23f1-492a-bf74-e61b38aa5223-c71e596f, #w-node-_700fd48e-2074-1699-84c4-3ae5eb5caf9a-c71e596f, #w-node-_5f71f5bf-f3e7-5407-c4ba-7dc07b734478-c71e596f, #w-node-_9e748f55-220b-ffe3-b452-f6e36e83e9a7-c71e596f, #w-node-f717a099-319b-0465-de32-f3dc7814c966-3a1e5970, #w-node-c7c8f802-24f6-5b65-da61-530fd695c588-3a1e5970, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-3a1e5970, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f48-c81e5972, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-c81e5972, #w-node-bbce26a7-c536-9898-8a26-ba8b838abc14-c81e5972, #w-node-_37b7c8aa-09f1-e20a-c600-5e0dfcdd3e43-c81e5972, #w-node-_8bc09c50-a4ff-ff0d-7819-03d9356aa26e-c81e5972, #w-node-_47747920-e98d-cb21-73e8-601a741ea2bc-c81e5972, #w-node-c6740f93-7f1e-a31e-a43e-c211edf35206-c81e5972, #w-node-f717a099-319b-0465-de32-f3dc7814c966-051e5973, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-051e5973, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f48-051e5973, #w-node-fdf2fac6-8fc2-5449-c20f-818d08eb22d0-051e5973, #w-node-f717a099-319b-0465-de32-f3dc7814c966-571e5974, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-571e5974, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f48-571e5974, #w-node-a0652020-41d7-9739-ff50-e14b5a5ab52b-571e5974, #w-node-f717a099-319b-0465-de32-f3dc7814c966-879979c7, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-879979c7, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f48-879979c7, #w-node-fdf2fac6-8fc2-5449-c20f-818d08eb22d0-879979c7, #w-node-_772d5a89-d77d-b16a-63d3-99ded05f9607-879979c7, #w-node-_77f2ac9f-7923-2aca-3ec8-7525d78a2b7c-879979c7, #w-node-_8ed3b836-1ae5-8621-3d37-a79101f6ac4b-879979c7, #w-node-a9d07295-9f9f-bcd2-91c1-bc13d822d6a4-879979c7, #w-node-c4851f24-6dd8-93b9-5f9b-bd09a2825865-879979c7, #w-node-_07ac7904-e6f1-3836-7255-1af5e31e58a0-879979c7, #w-node-ccc35c98-16dc-a5c8-2802-3567151b435c-879979c7, #w-node-_601edac0-c4ef-c7b9-4b01-aa37a04c1bd0-879979c7, #w-node-_2be6c029-393c-4d08-7c6c-f9cdb05ef121-879979c7, #w-node-ea9ddd50-b372-20d5-460d-7e2c8f6a6c1e-879979c7, #w-node-_841fd2f6-7f77-41f3-bbdd-dae2cb53f3f3-879979c7, #w-node-b4da5a22-eb70-b433-65bb-e6c7fae15906-879979c7, #w-node-_0e7fdfc3-3c05-b06a-87ad-76d4e7c09915-879979c7, #w-node-b32243a5-457f-35a0-b600-4317aca8c817-78de6fda, #w-node-c7c8f802-24f6-5b65-da61-530fd695c588-78de6fda, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-78de6fda, #w-node-_820f6f36-e215-e315-33cf-5be09d66ef58-b29d7198, #w-node-c07e2646-d73c-d7cf-d92e-25cfcf98c63b-b29d7198, #w-node-_28742c80-69cb-139a-2675-196d15de30bc-b29d7198, #w-node-b7082f0e-87a5-b1d9-9c56-b4971ec1c8b4-b29d7198, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f48-b29d7198, #w-node-_1de21d12-7340-fa1d-0fb1-ecc13b9fbe7e-b29d7198, #w-node-bbce26a7-c536-9898-8a26-ba8b838abc14-b29d7198, #w-node-_8bc09c50-a4ff-ff0d-7819-03d9356aa26e-b29d7198, #w-node-_37b7c8aa-09f1-e20a-c600-5e0dfcdd3e43-b29d7198, #w-node-_08618c86-39fa-8708-6df9-4f11af883ff9-b29d7198, #w-node-_7007f538-5756-3002-df49-f1783c3dd3d2-b29d7198, #w-node-_5b675cf0-d282-f7bf-1bb0-daa463f60215-b29d7198, #w-node-_01a2fff5-5d1d-a626-4fb6-c52276be1151-b29d7198, #w-node-_26e7ad4a-a8b8-bfa0-2a33-f3b10541c410-b29d7198, #w-node-f717a099-319b-0465-de32-f3dc7814c966-50ddd4ec, #w-node-c7c8f802-24f6-5b65-da61-530fd695c588-50ddd4ec, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-50ddd4ec, #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec5b-cc51d381, #w-node-_4b602799-bcaa-c9d8-674c-c69bede0ec69-cc51d381, #w-node-_34a96aec-23f1-492a-bf74-e61b38aa5223-cc51d381, #w-node-_85bcb6a3-7048-63a8-8695-2c12a68324bd-f9d3c389, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f41-f9d3c389, #w-node-_06760c09-f8d6-d88b-3def-eafecfc6d202-f9d3c389, #w-node-b4aa09e1-46e2-f6db-9f71-5d6d7af87bb6-f9d3c389, #w-node-_2a7a1e6d-ee91-7353-416c-972adeb7349d-f9d3c389, #w-node-e4614fa4-24f9-9ecc-2a08-e084c8437fa1-f9d3c389, #w-node-_80d6e21b-3e22-5785-9f71-15ab04740f46-f9d3c389, #w-node-cf845ba9-6892-9aad-424e-3c6969492c4d-f9d3c389, #w-node-f717a099-319b-0465-de32-f3dc7814c966-f9d3c389, #w-node-_93a5794d-47d4-9fd4-d1c4-28eba57a9cf4-f9d3c389, #w-node-_2ca0bcc7-9832-7a90-4b81-88351c879028-f9d3c389, #w-node-ddc97f67-0c44-b235-c598-5c827c54b47a-f9d3c389, #w-node-_820f6f36-e215-e315-33cf-5be09d66ef58-de40ba99, #w-node-c07e2646-d73c-d7cf-d92e-25cfcf98c63b-de40ba99, #w-node-_28742c80-69cb-139a-2675-196d15de30bc-de40ba99, #w-node-b7082f0e-87a5-b1d9-9c56-b4971ec1c8b4-de40ba99, #w-node-_4140ec2c-2dfe-b17b-ac62-669935298f48-de40ba99, #w-node-_1de21d12-7340-fa1d-0fb1-ecc13b9fbe7e-de40ba99, #w-node-bbce26a7-c536-9898-8a26-ba8b838abc14-de40ba99, #w-node-_8bc09c50-a4ff-ff0d-7819-03d9356aa26e-de40ba99, #w-node-_37b7c8aa-09f1-e20a-c600-5e0dfcdd3e43-de40ba99, #w-node-_08618c86-39fa-8708-6df9-4f11af883ff9-de40ba99, #w-node-_7007f538-5756-3002-df49-f1783c3dd3d2-de40ba99, #w-node-_5b675cf0-d282-f7bf-1bb0-daa463f60215-de40ba99, #w-node-_01a2fff5-5d1d-a626-4fb6-c52276be1151-de40ba99, #w-node-_26e7ad4a-a8b8-bfa0-2a33-f3b10541c410-de40ba99 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}