:root {
  --dark-gray: #383d47;
  --off-white: #e8edf0;
  --pink: #ff0091;
}

body {
  background-color: var(--dark-gray);
  color: var(--off-white);
  font-family: Manrope, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
  display: none;
}

.style_item {
  color: var(--off-white);
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.style {
  display: block;
}

.body {
  z-index: 99999;
  background-color: var(--dark-gray);
  color: var(--off-white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.5vw;
  position: sticky;
  top: 0;
}

.section {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4em 10vw 3em;
  font-size: 16px;
  display: flex;
  position: relative;
}

.section.hero {
  mix-blend-mode: screen;
  background-color: #383d47;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  font-size: 4em;
  display: flex;
  position: relative;
}

.section.curators {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  color: var(--off-white);
  font-size: 4em;
  font-weight: 400;
}

.heading-3, .heading-4 {
  color: var(--off-white);
  font-weight: 400;
}

.heading-5 {
  color: var(--off-white);
}

.heading-6 {
  color: var(--off-white);
  display: none;
}

.paragraph {
  color: var(--off-white);
  font-size: .7em;
  display: block;
}

.heading-9 {
  color: var(--off-white);
  text-align: center;
  font-size: 4em;
}

.heading-9.hero {
  margin-top: -36px;
  margin-bottom: -20px;
  padding-bottom: 0;
  font-size: 5em;
  display: none;
}

.heading-10 {
  color: var(--off-white);
  text-align: left;
  width: 400px;
  max-width: none;
  margin-top: 0;
  font-size: 2em;
  font-weight: 400;
}

.heading-10._26 {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  font-size: 1em;
}

.heading-11 {
  color: var(--off-white);
  text-align: left;
  align-self: auto;
  width: 500px;
  min-height: auto;
  margin-top: 0;
  font-weight: 400;
}

.navbar {
  z-index: 20000;
  background-image: linear-gradient(225deg, #ff0091, #9e00ff 32%, #0075ff 63%, #29ccb0);
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-right: 0;
  padding: 1em 1em 1em 2em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 8em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-logo-iimg {
  width: 50%;
  min-width: 0;
}

.navbar-logo {
  width: 50%;
  display: flex;
}

.navbar-link {
  padding-left: 3em;
  padding-right: 3em;
  font-size: .6em;
}

.navbar_link_artist {
  color: var(--off-white);
  margin-right: 0;
  padding-right: 0;
  font-size: .8em;
}

.colum-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--off-white);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.artist_card {
  flex-flow: column;
  width: 10em;
  display: block;
}

.artist_card.ivana {
  width: 10em;
}

.artist_card.doroteja {
  display: block;
}

.artist_card.sybille {
  position: relative;
  overflow: hidden;
}

.artist-photo {
  object-fit: cover;
  width: 10em;
  height: 8em;
}

.event-nam {
  text-align: center;
  width: auto;
  margin-top: .5em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  line-height: 1.2;
}

.artist-name {
  text-align: center;
  margin-top: 1em;
  font-size: .6em;
  font-weight: 400;
}

.events-container {
  flex-flow: row;
  display: flex;
}

.events-name {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.events-name.sybille {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 1.2em;
  position: static;
}

.events-name.sybille.curators {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.tabs {
  flex-flow: column;
  display: flex;
}

.tabs-2 {
  color: var(--dark-gray);
  flex-flow: column;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.tabs-3 {
  width: 30em;
  height: 3em;
  display: flex;
}

.text-block {
  margin-right: 0;
}

.image {
  width: 10em;
}

.artist-bio-wrapper {
  display: none;
}

.artist-bio-wrapper.sybille {
  text-align: left;
  padding-right: 30vw;
  font-size: 1.4vw;
  display: none;
}

.paragraph-2 {
  color: var(--off-white);
  font-size: .5em;
}

.paragraph-3 {
  margin-top: 2em;
  font-size: .4em;
}

.artist-bio {
  flex-flow: column;
  width: 10em;
  margin-top: 1em;
  font-size: .8em;
  display: block;
}

.artist-bio.ivana, .artist-bio.sybille, .artist-bio.dorotea {
  display: none;
}

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

.paragraph-4 {
  color: var(--off-white);
  font-size: .4em;
}

.artists-bio-div {
  opacity: .01;
  color: var(--dark-gray);
  object-fit: fill;
  background-color: #383d47;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding-top: 26px;
  padding-left: 33px;
  padding-right: 22px;
  font-size: .4em;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0;
  overflow: scroll;
}

.artists-bio-div:hover {
  opacity: 1;
}

.paragraph-5 {
  color: var(--off-white);
  font-size: .7em;
  overflow: auto;
}

.grid-wraper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.grid-wraper.kurators {
  grid-template-columns: 1fr 1fr;
}

.div-block-2 {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.column-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.artist-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #383d4700;
  border: 1px solid #ff0091;
  border-radius: 1px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: .5rem;
  font-size: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.artist-card.noborder {
  border-width: 0;
  border-radius: 1px;
}

.paragraph-6 {
  color: var(--off-white);
  font-size: 16px;
}

.bio-pannel {
  opacity: 1;
  -webkit-text-stroke-color: var(--dark-gray);
  cursor: pointer;
  background-color: #383d4700;
  border: 1px solid #ff0091;
  border-radius: 1px;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  display: none;
  position: relative;
  overflow: hidden;
}

.bio-pannel.curators {
  -webkit-text-fill-color: inherit;
  background-color: #383d4700;
  background-clip: border-box;
  border-width: 0;
  border-radius: 0;
  display: block;
}

.paragraph-7, .paragraph-8, .paragraph-9, .text-bio {
  font-size: 16px;
}

.text-bio._01 {
  max-width: 100%;
  display: block;
}

.text-bio._01.curators {
  font-size: 14px;
  line-height: 1.5;
}

.heading-12 {
  font-weight: 400;
}

.heading-13 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

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

.heading-15 {
  text-align: center;
  font-size: 24px;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: 300px;
  min-height: 300px;
  max-height: 100%;
  display: inline-block;
  position: static;
}

.image-3 {
  min-height: 300px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.image-4 {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  max-height: 400px;
  margin-top: 2rem;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: 100%;
  margin-top: 2rem;
}

.link {
  color: var(--pink);
  text-decoration: underline;
}

.image-6 {
  z-index: 33333;
  mix-blend-mode: normal;
  background-image: url('../images/distort_01.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -233px;
  position: absolute;
}

.section-2 {
  z-index: 99999;
  background-color: #e8edf0;
  display: block;
  position: sticky;
}

.div-block-26 {
  background-color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-18 {
  aspect-ratio: auto;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.nav-menu {
  background-color: var(--off-white);
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-links-warapper {
  justify-content: center;
  display: flex;
}

.prizori-a {
  color: #393d47;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.prizori-a:hover {
  font-weight: 700;
}

.prizori-a.w--current {
  color: #393d47;
  text-decoration: none;
}

.div-block-34 {
  display: flex;
}

.container-2 {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-15 {
  width: 45px;
  margin-bottom: 0;
}

.navbar-4 {
  z-index: 999999;
  color: var(--off-white);
  background-color: #e8edf0;
  justify-content: center;
  display: flex;
  position: sticky;
  top: 0;
}

.abaut {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #393d47;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.abaut:hover {
  font-weight: 700;
}

.link-block {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 20px 20px;
  display: block;
}

.link-block-2 {
  padding: 20px;
}

.en {
  color: #393d49;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: static;
}

.en:hover {
  font-weight: 700;
}

.image-16 {
  width: 45px;
  margin-bottom: 0;
  overflow: clip;
}

.menu-button {
  display: none;
}

.kuratorji {
  color: #393d47;
  margin-left: 0;
  margin-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.kuratorji:hover {
  font-weight: 700;
  text-decoration: none;
}

.kuratorji:active {
  color: #393d47;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kuratorji.w--current {
  color: #393d49;
  font-size: 18px;
}

.kontakt-nav {
  color: #393d47;
  padding: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: none;
}

.kontakt-nav:hover {
  font-weight: 700;
}

.text-block-2 {
  color: var(--dark-gray);
  font-size: 18px;
}

.text-block-3 {
  color: var(--dark-gray);
  text-align: center;
  font-size: 18px;
}

.text-block-3:hover {
  color: var(--dark-gray);
}

.program-n {
  padding: 20px;
}

.program-n:hover {
  color: var(--pink);
  font-weight: 700;
}

.program-n.w--current {
  flex: 0 auto;
}

.program-n.w--current:hover {
  font-weight: 700;
}

.text-block-4, .text-block-5 {
  font-size: 18px;
}

.link-block-4 {
  padding: 20px;
}

.div-block-35 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-3 {
  display: flex;
}

.image-19 {
  justify-content: center;
  align-items: stretch;
  height: 50px;
  min-height: auto;
  margin-top: 0;
  display: inline-flex;
}

.link-block-5 {
  display: flex;
}

.link-block-5.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-left: -151px;
  padding-right: 174px;
}

.image-17 {
  width: 200px;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: auto;
}

.ng {
  width: 170px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem;
  display: flex;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  display: block;
}

.kdng2 {
  width: 160px;
}

.link-wrapper-a {
  color: #393d49;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.image-20 {
  width: 45px;
  margin-bottom: 0;
}

.epk {
  width: 450px;
}

.paragraph-18 {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.div-block-16 {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-17 {
  background-color: #000;
  flex: 0 auto;
  width: 1200px;
  height: 1px;
  margin: 0 auto 1rem;
}

.paragraph-19 {
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin: 2rem auto 0;
  display: flex;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 1200px;
  margin-bottom: 4rem;
  display: flex;
}

.image-21 {
  width: 45px;
  margin-bottom: 0;
  overflow: clip;
}

.footer {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rs {
  width: 250px;
}

.div-block-21 {
  width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.kontakt {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 35px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  min-height: auto;
  margin-bottom: 5.3rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-25 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 1px;
  margin: 2rem auto;
  display: block;
}

.paragraph-21 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.div-block-28 {
  padding-right: 50px;
}

.paragraph-23 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.email-link {
  color: #fff;
}

.div-block-36 {
  margin-right: 0;
  padding-right: 50px;
}

.div-block-37, .div-block-38 {
  padding-right: 50px;
}

.kontakt-2 {
  margin: 0 auto 24px;
}

.div-block-39 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  opacity: .35;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  min-height: auto;
  margin: 7rem auto;
  display: flex;
}

.div-block-40 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 1px;
  margin: 2rem auto;
  display: block;
}

.paragraph-24 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-25 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div {
  max-width: 800px;
  margin: 0 auto 10rem;
  padding-top: 0;
  font-size: 1vw;
  line-height: 10%;
  display: block;
  overflow: visible;
}

.div-double {
  background-color: #fff;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-double.abstravt {
  margin-top: 8rem;
}

.heading-16 {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  display: flex;
}

.bold-text-4 {
  text-align: left;
  margin-top: 2rem;
  display: flex;
}

.italic-text {
  font-weight: 400;
}

.paragraph-28 {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.keynote-speach {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.keynote-speach.avtorji {
  margin-top: 0;
  font-size: 18px;
  display: block;
}

.keynote-speach.simpozij {
  display: block;
}

.keynote-speach.xcenter {
  color: var(--pink);
  font-size: 30px;
}

.keynote-speach.podnaslov1 {
  color: var(--pink);
  font-weight: 300;
}

.keynote-speach.podnaslov1._02 {
  font-size: 30px;
}

.keynote-speach.podnaslov1._02._01 {
  margin-top: 0;
}

.keynote-speach.podnaslov1._02._01.bold {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.keynote-speach.datum {
  margin-top: -1rem;
}

.keynote-speach.datum._02 {
  margin-top: 2rem;
}

.paragraph-27 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-27.small {
  font-size: .7em;
  line-height: 30px;
}

.paragraph-27._01 {
  font-weight: 300;
}

.body-2 {
  background-image: url('../images/pixx_twist3.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.heading-17 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
}

.paragraph-29 {
  font-size: 24px;
}

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

.paragraph-30 {
  color: var(--off-white);
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
}

.text-span, .text-span-2 {
  font-weight: 300;
}

.text-span-3, .text-span-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52 {
  font-weight: 300;
}

.body-3 {
  background-image: url('../images/pixx_twist3.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 2200px;
  background-attachment: scroll;
}

._4d-text {
  max-width: 1200px;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
  position: absolute;
}

.div-block-44 {
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: static;
}

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

.text16px {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 133px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 115px;
  display: flex;
  position: static;
}

.div-block-47 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 206px;
  line-height: 1000;
  display: flex;
  position: absolute;
}

.div-block-48 {
  object-fit: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: -30px;
  display: flex;
  position: static;
}

.image-22 {
  object-fit: none;
  max-height: 100px;
  line-height: 0;
  overflow: clip;
}

.div-block-49 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-50 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-51 {
  mix-blend-mode: overlay;
  min-width: 300px;
  max-width: 500px;
  position: absolute;
  inset: 0%;
}

.image-23 {
  mix-blend-mode: exclusion;
  object-fit: none;
  align-self: stretch;
  max-width: 100%;
  max-height: 100%;
  margin: 660px -1397px -138px 218px;
  padding-top: 626px;
  padding-left: 0;
  padding-right: 838px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.image-24 {
  max-width: 80vw;
  margin-top: -4.5em;
  padding-top: 0;
}

.image-25 {
  mix-blend-mode: difference;
  align-self: stretch;
  max-width: 70%;
  margin: -2393px -836px 56px 87px;
  padding-top: 413px;
  padding-bottom: 42px;
  padding-right: 596px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-25.combo {
  order: 1;
  max-width: 100%;
  margin-top: -3024px;
  margin-left: 241px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 300px;
  display: inline-flex;
  inset: 0% auto 0% 0%;
}

.div-block-52 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.div-block-53 {
  grid-column-gap: NaNpx;
  grid-row-gap: NaNpx;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 65px auto 70px;
  font-size: 1vw;
  display: flex;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-size: 16px;
}

.text-block-10._16px {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.logo-marquee-section {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-26 {
  background-color: #383d47;
  width: 140%;
  max-width: none;
  margin-bottom: 0;
  padding: 45px 15px 49px;
}

.logo-marque-wrapper {
  display: flex;
  overflow: visible;
}

.div-block-54 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-11 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  display: flex;
}

.div-block-55 {
  text-align: left;
  max-width: 15em;
  margin-right: 0;
  padding-right: 0;
}

.div-block-56 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: space-around;
  align-self: flex-end;
  align-items: flex-end;
  width: 80vw;
  max-width: none;
  margin-top: 9em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-57 {
  max-width: 10em;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.div-block-58 {
  margin-right: 0;
  font-size: 30px;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13 {
  color: var(--pink);
}

.link-block-6 {
  display: flex;
}

.image-27 {
  width: 40px;
  max-width: 100%;
  height: 40px;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  margin-left: 0;
  margin-right: 100px;
  display: flex;
}

.link-block-7.w--current {
  width: auto;
  height: auto;
  margin-left: 0;
  display: flex;
}

.link-14 {
  color: var(--pink);
}

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

.div-block-59 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.div-block-60 {
  width: 500px;
  max-width: 700px;
  font-size: 16px;
}

.div-block-61 {
  background-color: #df1313;
  border-radius: 100px;
  max-width: 80px;
  max-height: 80px;
  display: flex;
}

.text-block-13 {
  padding-top: 76px;
}

.text-block-14 {
  margin-top: 33px;
  margin-bottom: 23px;
}

.text-block-15 {
  width: 300px;
  max-width: 700px;
  margin-top: 20px;
}

.image-28 {
  margin-top: 40px;
}

.image-28.duble {
  padding-left: 40px;
}

.div-block-62 {
  flex-flow: column;
  max-width: 1200px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-29 {
  border: 5px solid var(--pink);
  border-radius: 3px;
  max-width: 100%;
}

.link-15, .link-16, .link-17 {
  color: var(--off-white);
  text-decoration: underline;
}

.text-span-53, .text-span-54 {
  font-weight: 300;
}

.link-18, .link-19, .link-20, .link-21 {
  color: var(--off-white);
  text-decoration: underline;
}

.link-22 {
  color: var(--off-white);
  font-weight: 600;
  text-decoration: underline;
}

.link-23, .link-24, .link-25, .link-26, .link-27, .link-28 {
  color: var(--off-white);
  text-decoration: underline;
}

.image-30, .image-31 {
  max-width: 30%;
  margin-top: 4rem;
}

.text-span-55 {
  opacity: .49;
  color: var(--off-white);
}

.text-span-56 {
  opacity: .4;
  color: var(--off-white);
  -webkit-text-stroke-color: var(--off-white);
}

.link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42, .link-43, .link-44, .link-45, .link-46, .link-47, .link-48, .link-49, .link-50, .link-51, .link-52, .link-53, .link-54, .link-55, .link-56, .link-57, .link-58, .link-59, .link-60, .link-61, .link-62, .link-63, .link-64, .link-65, .link-66, .link-67 {
  color: var(--off-white);
  text-decoration: underline;
}

.simpozij-datum {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.simpozij-datum.avtorji {
  margin-top: 0;
  font-size: 18px;
  display: block;
}

.simpozij-datum.simpozij {
  display: block;
}

.simpozij-datum.xcenter {
  font-size: 30px;
}

.text-span-57 {
  font-weight: 300;
}

.div-block-63 {
  display: flex;
}

.div-block-64 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.text-span-58 {
  font-size: 24px;
}

.text-span-59 {
  font-size: 30px;
  font-weight: 300;
}

.text-span-60 {
  font-size: 30px;
}

.text-span-61, .text-span-62, .text-span-63 {
  font-size: 24px;
}

.text-span-64, .italic-text-2 {
  font-size: 30px;
  font-weight: 300;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .text-span-65, .text-span-66, .text-span-67, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .text-span-68, .bold-text-18, .bold-text-19, .bold-text-20 {
  color: var(--pink);
}

.link-68 {
  color: var(--off-white);
  text-decoration: underline;
}

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

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

  .navbar {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .image-18 {
    max-width: 600px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-links-warapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .prizori-a {
    position: static;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .abaut {
    text-align: left;
    display: block;
  }

  .en {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-button {
    display: none;
  }

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

  .kuratorji {
    position: static;
  }

  .kontakt-nav {
    padding-right: 20px;
  }

  .div-block-12 {
    width: 600px;
    margin-left: 0;
  }

  .div-block-13 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-17, .div-block-23 {
    width: 600px;
    margin-left: 0;
  }

  .div-block-14 {
    width: 600px;
    margin-left: 0;
    display: flex;
  }

  .link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 600px;
    display: grid;
  }

  .footer {
    padding-left: 4rem;
  }

  .div-block-21 {
    width: 600px;
    margin-left: 0;
  }

  .div-block-24, .div-block-28, .div-block-39, .div-block-41 {
    width: 600px;
  }

  .div {
    width: 100%;
    min-width: auto;
    max-width: 600px;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .image-18 {
    max-width: 500px;
  }

  .nav-menu {
    background-color: #fff;
    display: flex;
  }

  .prizori-a {
    position: static;
  }

  .container-2 {
    margin-left: auto;
  }

  .image-15 {
    width: 20px;
    margin-left: 10px;
  }

  .navbar-4 {
    z-index: 9999;
    background-color: #fff;
  }

  .abaut {
    text-align: left;
    padding: 20px;
    display: block;
    position: relative;
  }

  .icon {
    color: #393d49;
    position: static;
  }

  .en {
    text-align: left;
    padding-left: 20px;
    display: block;
  }

  .image-16 {
    width: 20px;
  }

  .kuratorji {
    position: static;
  }

  .div-block-12 {
    width: 470px;
  }

  .image-20 {
    width: 20px;
    margin-left: 10px;
  }

  .div-block-17, .div-block-23, .div-block-14 {
    width: 470px;
  }

  .link-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 470px;
  }

  .image-21 {
    width: 20px;
  }

  .footer {
    padding-left: 3rem;
  }

  .div-block-21 {
    width: 500px;
  }

  .div-block-24 {
    width: 500px;
    max-width: 500px;
  }

  .div-block-28 {
    width: 500px;
  }

  .div-block-39 {
    width: 500px;
    max-width: 500px;
  }

  .div-block-41 {
    width: 500px;
  }

  .div {
    min-width: 0;
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .heading-16 {
    margin-top: 0;
  }

  .bold-text-4 {
    margin-top: 4rem;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 4em;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .section.hero {
    min-height: 40vh;
    font-size: .8em;
  }

  .heading-9 {
    font-size: 4em;
  }

  .heading-9.hero {
    display: block;
  }

  .heading-10 {
    width: 280px;
    font-size: 21px;
  }

  .heading-10._26 {
    width: 280px;
    font-size: 16px;
  }

  .heading-11 {
    text-align: left;
    width: 280px;
    margin-top: 1em;
    font-size: 30px;
  }

  .navbar {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 4vw;
  }

  .colum-container {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    overflow: visible;
  }

  .artist_card.sybille {
    width: 100%;
  }

  .artist-photo {
    width: 100%;
    height: 20em;
  }

  .artist-name {
    width: 100%;
  }

  .artists-bio-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .grid-wraper {
    grid-template-columns: 1fr;
    place-items: center;
    font-size: 16px;
  }

  .column-wrapper {
    max-width: 320px;
    font-size: 16px;
  }

  .artist-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .image-4, .image-5 {
    max-width: 90%;
  }

  .div-block-26 {
    padding-bottom: 1rem;
  }

  .image-18 {
    max-width: 260px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .nav-links-warapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100px;
    min-width: 0;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .prizori-a {
    background-color: #fff0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-34 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .container-2 {
    background-color: var(--off-white);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .image-15 {
    width: 30px;
    margin-left: 0;
    display: block;
  }

  .navbar-4 {
    z-index: 9999;
    background-color: var(--off-white);
    flex-flow: column;
    position: sticky;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .abaut {
    text-align: left;
    background-color: #fff0;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .link-block {
    align-self: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .link-block-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .icon {
    color: #393d49;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .en {
    background-color: #fff0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-16 {
    width: 30px;
  }

  .menu-button {
    background-color: var(--off-white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
    padding: 20px;
    display: flex;
  }

  .kuratorji {
    background-color: #fff0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .kontakt-nav {
    display: block;
  }

  .div-block-12 {
    width: 260px;
  }

  .image-20 {
    width: 30px;
    margin-left: 0;
    display: block;
  }

  .paragraph-18 {
    font-size: 3em;
  }

  .div-block-17 {
    width: 260px;
  }

  .paragraph-19 {
    font-size: 3em;
  }

  .div-block-23, .div-block-14 {
    width: 260px;
  }

  .link-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 260px;
  }

  .image-21 {
    width: 30px;
  }

  .footer {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-left: 2rem;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-21 {
    width: 260px;
  }

  .div-block-24 {
    max-width: 260px;
    margin-left: 18px;
  }

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

  .div-block-28 {
    width: 260px;
  }

  .div-block-39 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: .41;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 260px;
    margin-left: 25px;
    padding-left: 1px;
    font-size: 1.2vw;
  }

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

  .paragraph-24 {
    color: var(--off-white);
    font-size: 16px;
  }

  .div-block-41 {
    width: 260px;
  }

  .paragraph-25, .bold-text-3 {
    font-size: 16px;
  }

  .div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    max-width: 260px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    display: block;
  }

  .div-double {
    margin-top: 2rem;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text-4 {
    margin-top: 2rem;
    font-size: 24px;
    line-height: 24px;
  }

  .keynote-speach.avtorji {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-27 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-27.small {
    font-size: 12px;
    line-height: 20px;
  }

  .body-3 {
    background-image: url('../images/distort_duble.png');
    background-position: 50%;
  }

  .image-24 {
    max-width: 90%;
  }

  .image-25.combo {
    margin-left: 98px;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-52 {
    flex-flow: column;
    max-width: 80%;
  }

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

  .logo-marquee-section {
    font-size: 3vw;
  }

  .image-26 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vw;
  }

  .logo-marque-wrapper {
    width: 320px;
    max-width: 320px;
    height: 60px;
    max-height: 60px;
  }

  .text-block-11 {
    font-size: 6vw;
  }

  .div-block-56 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .image-27 {
    z-index: 99999;
    align-self: center;
    max-width: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    position: absolute;
  }

  .link-block-7 {
    justify-content: center;
    align-items: flex-start;
    width: 55px;
    height: 40px;
    margin-left: 0;
    margin-right: 50px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 5px;
  }

  .link-block-7.w--current {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 30px;
    min-height: 30px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 30px;
    display: flex;
    overflow: hidden;
  }

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

  .div-block-60 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-30, .image-31 {
    max-width: 90%;
  }

  .logo-strip {
    max-width: none;
    height: 50px;
    min-height: auto;
  }

  .simpozij-datum.avtorji {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-64 {
    flex-flow: row;
  }
}

#w-node-_56a57dbe-1b67-cdea-1c8e-a574b2b561ac-6deaea96, #w-node-_74123df5-477d-6c57-8f70-a2dd0439c2cc-6deaea96, #w-node-_904dff0e-24ae-42d4-fd9d-7fede4fc969b-6deaea96, #w-node-_56a57dbe-1b67-cdea-1c8e-a574b2b561ac-b1b4b068, #w-node-_74123df5-477d-6c57-8f70-a2dd0439c2cc-b1b4b068, #w-node-_904dff0e-24ae-42d4-fd9d-7fede4fc969b-b1b4b068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


