@font-face {
  font-family: Abcmonumentgrotesk Trial;
  src: url('../fonts/ABCMonumentGrotesk-Regular-Trial.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcasfalt Trial;
  src: url('../fonts/ABCAsfalt-CondensedLight-Trial.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcprophet Trial;
  src: url('../fonts/ABCProphet-Extrabold-Trial.otf') format("opentype"), url('../fonts/ABCProphet-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcginto Trial;
  src: url('../fonts/ABCGinto-Black-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcgintonordcondensed Ultra Trial;
  src: url('../fonts/ABCGintoNordCondensed-Ultra-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcfavorit Trial;
  src: url('../fonts/ABCFavorit-Black-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcginto Trial;
  src: url('../fonts/ABCGinto-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcfavorit Trial;
  src: url('../fonts/ABCFavorit-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcgintonordcondensed Trial;
  src: url('../fonts/ABCGintoNordCondensed-Medium-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcdiatype Trial;
  src: url('../fonts/ABCDiatype-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcmonumentgrotesksemi Mono Trial;
  src: url('../fonts/ABCMonumentGroteskSemi-Mono-Heavy-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcmonumentgrotesk Trial;
  src: url('../fonts/ABCMonumentGrotesk-Heavy-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcfavoritextended;
  src: url('../fonts/ABCFavoritExtended-Regular-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcfavoritextended;
  src: url('../fonts/ABCFavoritExtended-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcfavoritextended;
  src: url('../fonts/ABCFavoritExtended-Medium-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.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 {
  font-size: 18px;
  text-decoration: underline;
}

.textyes {
  color: #fff;
  background-color: silver;
  margin-bottom: 20px;
  padding: 10px;
}

.link {
  color: #ff0;
}

.designsection {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.artssection {
  flex-direction: column;
  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;
  display: inline-block;
}

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

.sections {
  z-index: 100;
  cursor: grabbing;
  object-fit: cover;
  flex-flow: row;
  flex: 0 auto;
  place-content: center;
  align-self: flex-end;
  align-items: center;
  margin: 0 auto 36px;
  padding-right: 0;
  font-size: 28px;
  line-height: 44px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.body {
  cursor: grab;
  background-color: #fffdfd;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  display: block;
}

.link-to-home {
  z-index: auto;
  color: red;
  cursor: grabbing;
  object-fit: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% -6% 0% -9px;
  overflow: visible;
  transform: rotate(0);
}

.homebutton {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: rotate(90deg);
}

.link-2 {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.link-2:hover {
  color: #ff0090;
}

.link-3 {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.link-3:hover {
  color: #fffb00;
}

.link-4 {
  clear: none;
  color: #000;
  align-items: flex-end;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.link-4:hover {
  color: #00ff48;
}

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

.kalahari2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  line-height: 62px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 21px;
  display: flex;
  position: static;
}

.suzi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  line-height: 34px;
  text-decoration: none;
  display: flex;
}

.mix2021 {
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.gallery {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.gallery-scroll-track {
  z-index: 1;
  object-fit: fill;
  margin-top: -50%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gallery-container {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

.gallery-track {
  align-items: center;
  width: 300vw;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery-image {
  border-radius: 5px;
  flex: 1;
  height: 70vh;
  margin: 20px;
  display: flex;
}

.gallery-image._1 {
  background-image: url('../images/even_logovideo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-left: 20px;
  margin-right: 20px;
}

.gallery-image._2 {
  background-image: url('../images/AndreaMancini_Cite_socials.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-left: 20px;
  margin-right: 20px;
}

.gallery-image._3 {
  background-image: url('../images/Screenshot-2021-12-12-at-19.59.29.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.gallery-image._4 {
  background-image: url('../images/a4088934628_10.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.gallery-image._5 {
  background-image: url('../images/a2751819944_10.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.gallery-image._6 {
  background-image: url('../images/61b64872a7b7d71663d41461_Screenshot-2021-12-12-at-20.05.48.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.gallery-image._7 {
  background-image: url('../images/Screenshot-2021-12-20-at-14.45.39.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.gallery-image._8 {
  background-image: url('../images/scarf_lager.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.gallery-image._9 {
  background-image: url('../images/R-8920960-1472052070-7399.jpeg.jpg');
  background-position: 16%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.linkarts, .link-arts {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.section {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list {
  flex-flow: column;
  place-content: flex-start center;
  align-items: center;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 24px;
  list-style-type: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.music {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.music:hover {
  color: red;
  text-decoration: none;
}

.text-block {
  color: #ff0004;
  width: 130%;
  height: 99%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 33px;
  line-height: 43px;
  position: fixed;
  inset: 3% 0% 0% 17%;
  transform: rotate(-23deg);
}

.image {
  object-fit: fill;
  display: inline-block;
  position: fixed;
  inset: 181px 0% 0% 491px;
  overflow: visible;
}

.heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading.stylestyle {
  color: #000dff;
}

.stylestyle {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-2 {
  z-index: 99999;
  clear: none;
  color: #4000ff;
  flex-direction: column;
  margin-top: 40px;
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.link-5 {
  z-index: 9999;
  color: #000;
  object-fit: fill;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 52px;
  margin-left: 0;
  font-family: Abcprophet Trial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-5:hover {
  color: #07d100;
}

.link-5.w--current {
  font-family: Abcfavoritextended, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  color: #2600ff;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.body-2 {
  color: #a7a7a7;
  background-color: #dfdfdf;
}

.body-3 {
  background-color: #dfdfdf;
}

.body-4 {
  background-color: #fffdfd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-5 {
  color: #333;
  background-color: #dfdfdf;
}

.paragraph {
  clear: none;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.paragraph._1 {
  flex-flow: row;
  flex: 0 auto;
  display: flex;
}

.paragraph-2 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.section-3 {
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-2 {
  flex: 0 auto;
}

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

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

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

.cards-image-mask {
  border-radius: 0%;
  width: 110%;
  height: 371px;
  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%;
}

.section-4 {
  display: block;
}

.paragraph-3 {
  color: #fff;
  text-indent: 1px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.heading-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-3 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  display: none;
}

.video {
  object-fit: cover;
  width: 216%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -184px;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: -5% 0% 17%;
  overflow: visible;
}

.video._1 {
  width: 234%;
  top: 0%;
  bottom: -1%;
}

.suziva2 {
  margin-top: 61px;
  margin-left: 35px;
  padding-left: 0;
  font-size: 20px;
}

.suziva2.bio {
  font-size: 20px;
  line-height: 22px;
}

.link-6 {
  color: red;
  margin-left: 368px;
}

.slide {
  float: none;
  background-image: url('../images/Screenshot-2021-12-27-at-11.26.12.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.slide-2 {
  object-fit: fill;
  background-image: url('../images/Screenshot-2021-12-27-at-11.27.57.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider {
  width: 100vw;
  height: 100vh;
}

.link-7 {
  color: red;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.body-6 {
  background-color: #494949;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.left-arrow, .right-arrow {
  width: 50%;
}

.slide-3 {
  background-image: url('../images/Screenshot-2021-12-27-at-11.26.51.png');
  background-position: 50% 24%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Screenshot-2021-12-27-at-11.22.45.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Screenshot-2021-12-27-at-11.24.11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-7 {
  margin-bottom: 16px;
}

.bold-text {
  margin-left: 164px;
}

.text-block-8 {
  margin-bottom: 24px;
}

.text-block-9 {
  margin-bottom: 21px;
}

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

.body-7 {
  background-color: #fffff6;
}

.container-4 {
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 3px;
  display: flex;
}

.link-8 {
  margin-right: 26px;
  padding-right: 0;
  font-size: 20px;
}

.link-9 {
  margin-right: 24px;
  font-size: 20px;
}

.link-10 {
  font-size: 20px;
}

.quick-stack {
  object-fit: fill;
  flex: 1;
  position: static;
  overflow: visible;
}

.section-7 {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.section-8 {
  align-self: stretch;
}

.title-section {
  align-self: stretch;
  align-items: center;
  display: block;
}

.biointro, .section-1 {
  align-self: stretch;
}

.section-1.links {
  margin-top: 29px;
  margin-bottom: 31px;
}

.section2 {
  align-self: stretch;
}

.intropic {
  flex: 1;
  align-self: stretch;
}

.heading-4 {
  perspective: 718px;
  perspective-origin: 100%;
  transform-origin: 100%;
  color: #00be33;
  cursor: auto;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  transform: perspective(1204px);
}

.text-block-11 {
  font-family: Bitter, serif;
  font-size: 17px;
}

.text-block-12 {
  opacity: 1;
  outline-offset: 0px;
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  border: 0 solid #000dff;
  border-radius: 20px;
  outline: 3px #30f;
  margin-left: 0;
  padding: 6px 6px 6px 8px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 23px;
}

.dropdown-toggle {
  flex-direction: row;
  justify-content: center;
  height: 100%;
  display: flex;
}

.text-block-13 {
  flex: 1;
}

.dropdown {
  width: 100%;
  overflow: hidden;
}

.dropdown-toggle-2, .text-block-14 {
  width: 100%;
}

.dropdown-list {
  width: 100%;
  display: block;
  position: static;
}

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

.accordeon-item {
  overflow: visible;
}

.link-11 {
  font-size: 15px;
}

.link-12 {
  font-size: 20px;
}

.linkspage {
  padding-top: 9px;
  padding-left: 9px;
  padding-right: 10px;
}

.cell {
  border-radius: 20px;
  transform: translate(0);
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.heading-5 {
  color: var(--black);
  flex-flow: column wrap;
  flex: 0 auto;
  place-content: space-around center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Abcfavoritextended, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 43px;
  display: flex;
}

.heading-6 {
  flex-wrap: wrap;
  display: flex;
}

.header {
  opacity: 1;
  border: 0 solid #000;
  width: 100%;
  display: flex;
}

.title {
  cursor: cell;
  border-top: 0 solid #000;
  border-bottom: 2px solid #000;
  border-left: 0 solid #000;
  border-right: 2px dotted #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  margin-top: 0;
  padding-top: 0;
  font-family: Abcfavoritextended, sans-serif;
  display: flex;
}

.labeling {
  border-top: 0 solid #000;
  border-bottom: 2px solid #000;
  border-left: 0 solid #000;
  border-right: 2px dotted #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-right: 0;
  display: flex;
  position: relative;
  right: auto;
}

.image-4 {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  width: 30%;
}

.text-block-15 {
  object-fit: fill;
  flex-wrap: nowrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 4px;
  font-family: Abcfavoritextended, sans-serif;
  font-size: 36%;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: auto;
}

.column {
  border: 0 #000;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  border-radius: 0;
}

.columns.acda {
  border-bottom: 2px #000;
  height: 100%;
}

.column-2 {
  border-radius: 0;
}

.column-2.text {
  height: 500px;
  margin-bottom: 21px;
  display: flex;
  overflow: scroll;
}

.slide-7 {
  background-image: url('../images/newagelandscape5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-nav-2 {
  background-image: url('../images/Screenshot-2021-12-27-at-11.27.57.png');
  background-position: 50%;
  background-size: cover;
  display: none;
  overflow: visible;
}

.slide-8 {
  background-image: url('../images/63d2ff79e1f4b926377ba631_unnamed-1-Enhanced-SR-Export-to-DNG-2.jpg');
  background-position: 50% 1%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/newagelandscape4.png');
  background-position: 50% 70%;
  background-size: auto;
}

.slider-wrapper {
  z-index: -1;
  height: 100vh;
  display: block;
  overflow: visible;
}

.heading-7 {
  aspect-ratio: auto;
  object-fit: fill;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-8 {
  z-index: 1;
  color: #000;
  object-fit: fill;
  justify-content: center;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  font-family: Abcfavoritextended, sans-serif;
  font-size: 38px;
  font-weight: 900;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-9 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.linkx.w--current {
  justify-content: center;
  align-items: center;
  display: inline;
}

.link-13 {
  z-index: 3;
  color: #000;
  cursor: pointer;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 39px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 25% 10% auto;
}

.link-13.w--current {
  z-index: 3;
  float: none;
  aspect-ratio: auto;
  color: #000;
  object-fit: fill;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-decoration: none;
  display: inline;
  position: fixed;
  inset: 651px 6px 0% 12%;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 78px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-14 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 200px;
  margin-right: 200px;
  font-family: Abcfavoritextended, sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-14.w--current {
  font-family: Abcfavoritextended, sans-serif;
  font-weight: 700;
}

.link-14.link-13 {
  inset: auto auto 10% 25%;
}

.div-block-andrea {
  margin-top: 30px;
  margin-bottom: 43px;
  padding-bottom: 0;
}

.project-section {
  display: none;
}

.section-9 {
  z-index: 1;
  position: fixed;
  inset: auto 0% 0%;
}

.section-10 {
  position: static;
  top: 16px;
  bottom: 759px;
}

.text-block-16 {
  color: #000;
  text-align: center;
  font-family: Abcfavoritextended, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.link-15 {
  color: #000;
  text-decoration: none;
}

.div-block-8 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.slide-10 {
  background-image: url('../images/Squatfabrik-2023.06.29.194018-©Gilles-Kayser_Kulturfabrik.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Minerals2_picbyYvesConrady-Enhanced-SR.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Screenshot-2024-01-18-at-17.45.13-Enhanced-SR-Edit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-main-img-feed-wrapper {
  display: none;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
}

.c-img-gallery-subs-dots, .c-img-gallery-main-icon {
  display: none;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.main-img-overlay-icon {
  width: 5%;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.img-gallery-main-arrow {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-img-gallery-main-dots {
  display: none;
}

.c-main-img-feed-item {
  position: relative;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-sub-img-feed-wrapper {
  display: none;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

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

.paragraph-10 {
  font-size: 20px;
}

.mask, .slide-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.example_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post_content_component {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.post_content_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding: 2rem;
  display: grid;
}

.card_content_label {
  font-weight: 400;
}

.post_content_heading {
  font-size: 1.5rem;
  font-weight: 500;
}

.fs_cmsattribute_settings {
  display: none;
}

.fs_cmsslider_image {
  width: Infinity% ;
  height: 100px;
}

.nocmssection {
  display: inline-block;
}

.content {
  display: flex;
}

.content.acda {
  height: 100%;
}

.image-slider {
  aspect-ratio: 3 / 2;
  opacity: 1;
  mix-blend-mode: normal;
  border: .5px #0f0;
  width: 100%;
  max-width: 100%;
  height: 500px;
  max-height: 70vh;
  display: block;
  position: static;
  overflow: visible;
}

.slide-nav-3 {
  display: none;
}

.slide-13, .slide-14, .slide-15, .slide-16, .slide-17, .slide-18, .slide-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-20 {
  background-image: url('../images/Minerals_crossmine.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
}

.slide-21 {
  background-image: url('../images/Minerals_port3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
}

.slide-22 {
  background-image: url('../images/Andrea-Mancini-MINERALS-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
}

.mask-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-23 {
  background-image: url('../images/Minerals_port6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/Minerals_port4.jpg');
  background-position: 50%;
  background-size: cover;
}

.acda {
  width: 100vw;
  height: 100%;
}

.slide-25 {
  background-image: url('../images/delfino_sl-dsl__studio-DSL00011.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-top: 0 #000;
  border-left: 0 #000;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slide-26 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-27 {
  background-image: url('../images/Squatfabrik-2023.06.29.191514-©Gilles-Kayser_Kulturfabrik.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/Squatfabrik-2023.06.29.194018-©Gilles-Kayser_Kulturfabrik.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-30 {
  background-image: url('../images/1025319b.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-30.slide-25 {
  width: auto;
  max-width: none;
  height: auto;
}

.left-arrow-4, .right-arrow-4, .left-arrow-5, .right-arrow-5 {
  display: none;
}

.slide-31 {
  background-image: url('../images/3-v-a-suziva2.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
}

.slide-31.x {
  background-image: url('../images/img_9807_web-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-6, .right-arrow-6 {
  display: none;
}

.slide-32 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-7, .right-arrow-7 {
  display: none;
}

.slide-33 {
  background-image: url('../images/cim-05.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/newagelandscape5.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.slide-35 {
  background-image: url('../images/Screenshot-2021-12-27-at-11.27.57.png');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/Screenshot-2024-01-18-at-17.45.13-Enhanced-SR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/Screenshot-2021-12-27-at-11.26.51.png');
  background-position: 50%;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/newagelandscape4.png');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-8, .left-arrow-8, .right-arrow-9, .left-arrow-9 {
  display: none;
}

.slide-39 {
  background-image: url('../images/ndsi.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/gammaep.jpeg');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-10, .right-arrow-10, .right-arrow-11, .left-arrow-11 {
  display: none;
}

.link-16, .link-17 {
  font-size: 16px;
}

.mask-3 {
  border: 0 #000;
  border-radius: 0;
}

.bold-text-2, .bold-text-3 {
  font-family: Abcginto Trial, sans-serif;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: Abcfavoritextended, sans-serif;
  font-weight: 500;
}

.bold-text-7 {
  font-family: Abcfavoritextended, sans-serif;
  font-weight: 500;
  overflow: auto;
}

.section-11 {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: auto 0% 17%;
}

.slide-41 {
  background-image: url('../images/delfino_sl-dsl__studio-DSL00011.jpeg');
  background-position: 100%;
  background-size: cover;
}

.slide-42, .slide-43 {
  background-image: url('../images/delfino_sl-dsl__studio-DSL00161.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/delfino_sl-dsl__studio-DSL00197.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/delfino_sl-dsl__studio-DSL00225.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/delfino_sl-dsl__studio-DSL00176.jpeg');
  background-position: 50%;
  background-size: cover;
}

.rich-text-block {
  font-size: 14px;
}

.div-block-9 {
  width: 100%;
  height: 100%;
}

.div-block-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.slide-47, .slide-48, .slide-49, .slide-50, .slide-51, .slide-52, .slide-53, .slide-54, .slide-55, .slide-56 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-57, .slide-58 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.slide-59 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/63d2ff79e1f4b926377ba631_unnamed-1-Enhanced-SR-Export-to-DNG-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.slide-60 {
  background-image: url('../images/matterstill.png');
  background-position: 50%;
  background-size: cover;
}

.bold-text-8 {
  font-weight: 500;
}

.image-7 {
  flex: 1;
  display: block;
  position: static;
  inset: 0%;
  overflow: clip;
}

.section-12 {
  filter: none;
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.slide-61 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/R0000684.jpeg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.acda-copy {
  width: 100vw;
  height: 100%;
}

.slide-62 {
  background-image: url('../images/Squatfabrik-2023.06.29.191514-©Gilles-Kayser_Kulturfabrik.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-63 {
  background-image: url('../images/2025.09.2526_Level-0_Pavillon-030.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-64 {
  background-image: url('../images/2025.09.2526_Level-0_Pavillon-019.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-65 {
  background-image: url('../images/2025.09.2526_Level-0_Pavillon-007.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Cucina-Povera_2025_WEB-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-66 {
  background-image: url('../images/2025.09.2526_Level-0_Pavillon-030.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/2025.09.2526_Level-0_Pavillon-011.jpeg');
  background-position: 50%;
  background-size: cover;
}

.body-8 {
  background-image: url('../images/Screenshot-2025-11-10-at-09.05.13.png');
  background-position: 0 0;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block {
    z-index: 99999;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 6px solid #000;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    position: fixed;
  }

  .text-block-6 {
    display: block;
  }

  .container-5 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

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

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

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

  .div-block {
    background-color: #fff;
    border-width: 0;
    flex-direction: column;
    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;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-block-6 {
    text-align: center;
    border: 5px solid #000;
    margin-left: 10px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 19px;
    font-weight: 700;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .c-img-gallery-sub {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .textyes {
    color: #000;
    background-color: #fff;
    font-size: 10px;
  }

  .sections {
    display: none;
  }

  .link-2 {
    display: block;
  }

  .gallery-scroll-track {
    flex: none;
  }

  .section {
    flex: 1;
    margin-top: -617px;
    display: block;
    position: static;
    inset: 0%;
  }

  .link-5 {
    font-family: Abcprophet Trial, sans-serif;
    font-size: 30px;
  }

  .link-5.w--current {
    font-family: Abcfavoritextended, sans-serif;
    font-weight: 700;
  }

  .text-block-2 {
    color: #2a05ff;
  }

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

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

  .div-block {
    z-index: 99999;
    object-fit: fill;
    background-color: #fff;
    border: 6px solid #000;
    border-radius: 0;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: sticky;
    overflow: auto;
  }

  .text-block-5 {
    text-align: center;
    font-size: 21px;
    line-height: 15px;
  }

  .text-block-6 {
    text-align: center;
    border-width: 0;
    margin-left: 12px;
    margin-right: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .suziva2 {
    margin: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    display: block;
  }

  .suziva2.bio {
    font-size: 16px;
  }

  .section-6 {
    display: flex;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .heading-5 {
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: stretch center;
    align-items: center;
    width: auto;
    margin: 8px 10px;
    font-size: 38%;
    line-height: 95%;
  }

  .title {
    border-bottom-width: 1px;
    width: 87%;
  }

  .labeling {
    border-bottom-width: 1px;
    flex-flow: column;
    flex: 0 auto;
    width: auto;
    position: static;
  }

  .text-block-15 {
    font-size: 30%;
  }

  .column-2 {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .heading-8 {
    font-family: Abcfavoritextended, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .link-13 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    font-size: 30px;
    display: flex;
    right: 0%;
  }

  .link-13.w--current {
    display: flex;
    inset: 51px 0% -22%;
  }

  .div-block-7 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: flex;
    inset: auto 223% 0% 50%;
  }

  .link-14 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
  }

  .link-14.link-13 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    inset: 433px -17% -28% -7px;
  }

  .section-10 {
    flex-flow: row;
    display: flex;
  }

  .text-block-16 {
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
    font-family: Abcfavoritextended, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .link-15 {
    font-size: 16px;
  }

  .div-block-8 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .img-gallery-main {
    height: 250px;
  }

  .post_content_block {
    padding: 1.5rem;
  }

  .post_content_heading {
    font-size: 1rem;
  }

  .image-slider {
    height: 300px;
    line-height: 8px;
  }

  .link-16, .link-17 {
    font-size: 12px;
  }

  .link-18 {
    font-size: 15px;
  }

  .section-11 {
    display: none;
  }

  .image-6 {
    position: fixed;
  }

  .image-7 {
    float: none;
    clear: none;
    width: auto;
    height: auto;
    margin-top: 84px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .section-12 {
    flex: 0 auto;
    width: 100%;
    position: relative;
  }

  .container-6 {
    position: relative;
  }
}


@font-face {
  font-family: 'Abcmonumentgrotesk Trial';
  src: url('../fonts/ABCMonumentGrotesk-Regular-Trial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcasfalt Trial';
  src: url('../fonts/ABCAsfalt-CondensedLight-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcprophet Trial';
  src: url('../fonts/ABCProphet-Extrabold-Trial.otf') format('opentype'), url('../fonts/ABCProphet-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcginto Trial';
  src: url('../fonts/ABCGinto-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcgintonordcondensed Ultra Trial';
  src: url('../fonts/ABCGintoNordCondensed-Ultra-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcfavorit Trial';
  src: url('../fonts/ABCFavorit-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcginto Trial';
  src: url('../fonts/ABCGinto-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcfavorit Trial';
  src: url('../fonts/ABCFavorit-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcgintonordcondensed Trial';
  src: url('../fonts/ABCGintoNordCondensed-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdiatype Trial';
  src: url('../fonts/ABCDiatype-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcmonumentgrotesksemi Mono Trial';
  src: url('../fonts/ABCMonumentGroteskSemi-Mono-Heavy-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcmonumentgrotesk Trial';
  src: url('../fonts/ABCMonumentGrotesk-Heavy-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcfavoritextended';
  src: url('../fonts/ABCFavoritExtended-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcfavoritextended';
  src: url('../fonts/ABCFavoritExtended-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcfavoritextended';
  src: url('../fonts/ABCFavoritExtended-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}