@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --light-black: #0e0e0e;
  --spirit5: #d3b166;
  --2flow: #8ebed0;
  --katora: #c76e70;
  --yavani: #9681bf;
  --cacaca: #cacaca;
  --transparent-33: #00000054;
}

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

body {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

a {
  cursor: none;
  text-decoration: none;
}

.body {
  background-color: var(--light-black);
  cursor: none;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.body.bg-gradient-index {
  background-color: #dad6d6;
}

.navbar {
  z-index: 100;
  background-color: var(--light-black);
  justify-content: space-around;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 10px -4px #000;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 25px;
  margin-top: 15px;
  padding-right: 25px;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.container.blog {
  flex: 1;
  max-width: 1250px;
}

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

.container.indx {
  height: 100%;
}

.container.testimonials {
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

.cursor {
  z-index: 1000;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.cursor-wrapper {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.burger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  margin-top: 7.5px;
  display: flex;
}

.burger-bot {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin-top: 4px;
}

.burger-top {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-button {
  padding: 0;
}

.menu-button.link-hover-ix {
  cursor: none;
}

.menu-button.link-hover-ix.w--open {
  z-index: 100;
  background-color: #c8c8c800;
  position: relative;
}

.gradient-green {
  background-image: radial-gradient(circle at 75% 40%, #00a706, #005203 21%, #000329 87%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.pw-test {
  z-index: 1;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.75;
  position: sticky;
  top: 49%;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.link-hover-ix.contact-close {
  z-index: 10;
  margin-top: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-image {
  z-index: 0;
  opacity: .5;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image.lounge {
  background-image: url('../images/natural-lounge-index_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.scrollify-section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  background-color: #c8c8c800;
  flex-direction: row;
  width: 100vw;
  display: flex;
}

.info-text {
  text-align: left;
  font-weight: 500;
}

.navmenu-content {
  color: #fff;
  text-transform: uppercase;
  font-size: .8vw;
  font-weight: 300;
  text-decoration: none;
}

.navmenu-sidebar {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 600px;
  padding-bottom: 60px;
  display: flex;
}

.navmenu-sidebar-content {
  width: 100%;
}

.navmenu-sidebar-content.mb-50 {
  margin-bottom: 40px;
}

.navbuttontext {
  color: #6ed375;
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 600;
  text-decoration: none;
  position: static;
}

.navbuttontext.absolute {
  color: #fff;
  transition: opacity .2s;
  position: absolute;
}

.navbuttontext.absolute:hover {
  opacity: 0;
}

.navbuttontext.spirit5 {
  color: var(--spirit5);
}

.navbuttontext._2flow {
  color: var(--2flow);
}

.navbuttontext.katora {
  color: var(--katora);
}

.navbuttontext.yavani {
  color: var(--yavani);
}

.nav-menu-link-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 60px 100px;
  display: flex;
  position: relative;
}

.nav-menu-wrapper {
  background-color: var(--light-black);
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.navmenu-sidebar-content-wrapper {
  margin-bottom: 0;
}

.social-link {
  margin-left: 20px;
  margin-right: 20px;
}

.social-link.nav {
  flex-direction: row;
  width: 20px;
  height: 20px;
}

.navbutton {
  letter-spacing: 3px;
  cursor: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 5px;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navbutton.w--current:focus {
  background-color: #0000;
}

.navbutton.w--open {
  margin-left: 0;
  margin-right: 0;
}

.navbutton.link-hover-ix {
  align-items: flex-start;
  display: flex;
}

.navbutton.link-hover-ix.hidden {
  display: none;
}

.navmenu-heading {
  text-transform: uppercase;
  font-size: .8vw;
  font-weight: 500;
}

.social-wrapper-nav {
  align-items: center;
  display: flex;
}

.info-heading {
  text-align: left;
  font-weight: 900;
}

.info-heading.mb-30 {
  margin-bottom: 15px;
}

.social-svg {
  padding-bottom: 3px;
}

.social-svg.invert {
  filter: invert();
}

.navmenulink {
  text-decoration: none;
  transition: all .2s;
}

.navmenulink:hover {
  opacity: .6;
}

.horizontal-devider {
  background-color: #fff;
  width: 85px;
  height: 1px;
  margin-bottom: 50px;
}

.horizontal-devider.full {
  background-color: #000c;
  width: 100%;
  margin-bottom: 0;
}

.horizontal-devider.full.black {
  position: relative;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30vw;
  margin-bottom: 30px;
  display: grid;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .7vh;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  font-size: 4.5vh;
  line-height: 5.5vh;
  text-decoration: none;
  transition: color .6s;
  position: relative;
  overflow: hidden;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-2.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.footer {
  border-top: 1px solid #000;
  width: 100vw;
  position: relative;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.footer-bot {
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: contain;
  height: 100px;
}

.social-wrapper {
  display: flex;
}

.site-navigation-footer-wrapper {
  color: #fff;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 500px;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.site-navigation-footer-wrapper.bw-dynamic {
  flex-wrap: wrap;
  grid-auto-flow: row;
  width: 500px;
  display: flex;
}

.social-button {
  filter: invert(6.5%);
  width: 15px;
  height: 15px;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-link.link-hover-snap {
  width: 50px;
  height: 50px;
  display: flex;
}

.social-link.link-hover-snap.hidden {
  display: none;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.link-hover-ix:hover {
  color: #949393;
}

.footer-link.link-hover-ix.black {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 5px;
}

.footer-link.link-hover-ix.black.hidden, .footer-link.link-hover-ix.hidden {
  display: none;
}

.footer-link.bottom {
  font-size: 14px;
}

.footer-link.right {
  margin-top: 20px;
}

.footer-link.right.link-hover-ix {
  margin-left: 2px;
  margin-right: 2px;
}

.footer-link.right.link-hover-ix.black {
  text-align: right;
}

.footer-link.right.black {
  margin-bottom: 2px;
}

.footer-link.black {
  color: var(--light-black);
}

.footer-link.black.link-hover-ix.bottom {
  margin-bottom: 0;
}

.footer-center-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.link-hover-snap {
  justify-content: center;
  align-items: center;
}

.link-hover-snap-circle {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
}

.link-hover-snap-circle.black {
  border-color: var(--light-black);
}

.gradient-bg-wrapper {
  position: absolute;
  inset: 0%;
}

.nav-gradient-bg-black {
  background-image: linear-gradient(315deg, var(--light-black) 11%, #00000080);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px 100px;
  position: absolute;
  inset: 0%;
}

.nav-gradient-bg-orange {
  opacity: 0;
  background-color: #ffa600;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-gradient-bg-red {
  opacity: 0;
  background-color: red;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-gradient-bg-green {
  opacity: 0;
  background-color: #00ff26;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-gradient-bg-blue {
  opacity: 0;
  background-color: #1e00ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-gradient-bg {
  opacity: 0;
  background-color: #d500ff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-gradient-bg-standart {
  opacity: 1;
  background-image: linear-gradient(-45deg, #000, #19927400);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-bot-content {
  justify-content: center;
  display: flex;
}

.grey-text-footer {
  color: #888;
}

.grey-text-footer.dark {
  color: #3b3b3b;
  line-height: 1;
}

.footer-brand-wrapper {
  justify-content: center;
  width: 300px;
  display: flex;
}

.footer-top-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 300px;
  height: 100%;
  display: flex;
  position: relative;
}

.button-strip {
  background-color: #fff;
  width: 40px;
  height: 1px;
  margin-right: 5px;
}

.section {
  width: 100vw;
  position: relative;
}

.section.subpage {
  z-index: 1;
  width: auto;
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.section.blog-post {
  z-index: 1;
  padding-bottom: 100px;
}

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

.section.projects {
  justify-content: center;
  height: auto;
  display: flex;
}

.section.overflow {
  overflow: hidden;
}

.section.testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 850px;
  padding: 120px 3%;
  display: none;
  overflow: hidden;
}

.section._100vh {
  flex: none;
  height: 100vh;
}

.section._100vh.padding-top-bot {
  padding-top: 150px;
  padding-bottom: 150px;
}

.preloader {
  z-index: 1000;
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.project-header-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.text-wrapper-projects {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50vh;
  padding: 10px;
  display: flex;
  position: relative;
}

.content-wrapper {
  justify-content: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.heading {
  font-weight: 500;
}

.text-block-2 {
  width: 500px;
  height: 100%;
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.5;
}

.fade-in-right {
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  display: flex;
}

.fade-in-right.index {
  width: auto;
  height: auto;
  padding-left: 0;
  position: relative;
}

.fade-in-top {
  width: 50%;
  padding-left: 50px;
}

.grid-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  position: absolute;
  inset: 0%;
}

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

.grid-image.left {
  height: 110%;
  margin-top: -10%;
}

.grid-image.right {
  height: 120%;
  margin-top: -10%;
}

.grid-image.hide {
  display: none;
}

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

.image-grid-wrapper {
  flex-direction: column;
  width: 100%;
  padding: 100px;
  display: flex;
}

.grid-image-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 70px;
  padding-top: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-nav-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.bottom-nav-home {
  justify-content: space-between;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.bottom-nav-next {
  justify-content: flex-end;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.bottom-nav-next.singing-bowls, .bottom-nav-next.meditation {
  display: flex;
}

.arrow-nav {
  border: 1px solid #838383;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.arrow-nav.link-hover-ix.index {
  position: absolute;
  inset: auto auto 5%;
}

.arrow-nav.bottom {
  position: absolute;
  inset: 20% auto auto 0%;
}

.arrow-nav.bottom.next {
  inset: auto 0% 20% auto;
}

.arrow-nav-image {
  filter: invert();
  width: 15px;
  height: 15px;
}

.arrow-nav-image.right {
  transform: rotate(180deg);
}

.arrow-nav-image.down {
  transform: rotate(-90deg);
}

.bottom-nav-text-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bottom-nav-home-text {
  text-transform: uppercase;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-nav-text {
  text-transform: uppercase;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.devider-bottom-nav {
  background-color: #ffffff80;
  width: 1px;
  height: 400px;
}

.bottom-nav-home-heading, .bottom-nav-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.contact-button {
  color: var(--light-black);
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  min-width: 160px;
  height: 40px;
  padding: 5px 16px;
  line-height: 1;
  display: flex;
}

.contact-button.link-hover-ix.black {
  background-color: var(--light-black);
  color: #fff;
}

.contact-wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.small-text {
  justify-content: flex-end;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.form-block {
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--light-black);
  color: #fff;
  border-radius: 3px;
  align-self: flex-end;
  width: 200px;
  height: 40px;
  margin-top: 20px;
}

.submit-button.form {
  border: 1px solid #f6ba00;
}

.submit-button.form.link-hover-ix {
  border-color: var(--cacaca);
  cursor: none;
}

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

.contact-form-wrapper {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000080;
  border: 1px solid #fff6;
  border-radius: 5px;
  flex-direction: row;
  width: auto;
  height: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 10% 20px auto auto;
  overflow: hidden;
}

.invert {
  filter: invert();
}

.heading-contact {
  margin-top: 10px;
}

.div-block-20 {
  z-index: -1;
  opacity: 0;
  background-color: #3cff00;
  display: none;
  position: fixed;
  inset: 0%;
}

.project-heading {
  margin-bottom: 40px;
  padding-right: 10px;
  font-size: 50px;
  font-weight: 500;
}

.main-index-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.bird-movement {
  width: 300px;
  position: absolute;
}

.bird-movement.gro {
  opacity: .3;
  filter: blur(7px);
  width: 600px;
}

.bird-movement.ganz-gro {
  opacity: .03;
  filter: blur(8px);
  width: 1300px;
  display: none;
}

.bird-movement.preloader-bird {
  position: static;
}

.bird-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bird-wrapper.preloader {
  z-index: auto;
  align-items: center;
  width: 400px;
  height: 500px;
  position: relative;
  inset: auto;
}

.main-logo {
  width: 530px;
  margin-bottom: 40px;
}

.main-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
  position: absolute;
  inset: 73% auto auto;
}

.navbar-bird-wrapper {
  flex: 1;
  align-self: center;
  width: 500px;
  margin: auto;
  display: flex;
  position: relative;
}

.bird-menu {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bird-menu.dark {
  filter: hue-rotate(132deg);
}

.about-wrapper {
  flex-direction: row;
  justify-content: center;
  height: 100%;
  display: flex;
  position: sticky;
  top: 25%;
}

.about-text {
  align-self: flex-start;
  display: flex;
}

.about-text.mobile {
  width: 100%;
  font-size: 18px;
}

.about-text.hidden {
  display: none;
}

.track {
  width: 100%;
  height: 400vw;
}

.camera-middleimage {
  background-image: url('../images/natural-singing-bowls-index_1.webp');
  background-size: auto;
  width: auto;
  height: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-direction: row;
  height: 100%;
  display: flex;
  position: relative;
}

.item {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.item.nobg {
  background-color: #0000;
}

.item.bg-gradient-index {
  background-color: var(--light-black);
}

.fullpage-gradient-bg {
  z-index: -1;
  opacity: 0;
  background-color: #3cff00;
  display: none;
  position: fixed;
  inset: 0%;
}

.fullpage-gradient-bg.blue {
  background-color: #03f;
}

.singingbowls-wrapper-index {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lounge-wrapper-index {
  width: 100%;
  height: 100%;
  display: flex;
}

.meditation-image {
  background-image: url('../images/natural-meditation-index_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 70%;
  height: 100%;
}

.right-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.right-text-wrapper.bg-gradient-index {
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
}

.bottom-text-wrapper {
  background-color: var(--light-black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.bottom-text-wrapper.bg-gradient-index {
  align-items: flex-start;
  padding: 50px;
}

.section-2 {
  z-index: 5;
  display: none;
}

.section-3 {
  height: 80vh;
  margin-top: 150px;
  margin-bottom: 150px;
}

.cursor-dot {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.top-image-index {
  opacity: .54;
  filter: saturate(33%);
  background-image: radial-gradient(circle, #0000 26%, #000000ed), url('../images/natural-spirit-index_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.meditation-wrapper-index {
  width: 100%;
  height: 100%;
  display: flex;
}

.left-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.lounge-image {
  background-image: url('../images/natural-lounge-index_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.colored {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.preloader-bird {
  filter: grayscale();
}

.grayscale {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.html-embed {
  display: none;
  transform: translate(0);
}

.about-image {
  width: 50%;
  position: relative;
}

.heading-10 {
  width: 500px;
}

.heading-10.hidden {
  display: none;
}

.rich-text-index {
  letter-spacing: 1.2px;
  width: 600px;
  line-height: 24px;
}

.rich-text-index.hidden {
  display: none;
}

.image-12 {
  object-fit: cover;
  flex: none;
  width: 500px;
  position: relative;
  bottom: -40px;
}

.index-project_heading {
  margin-bottom: 40px;
  font-size: 36px;
}

.index-project_heading.bottom {
  width: 420px;
  line-height: 1;
}

.index-bottom-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  padding-left: 50px;
  display: flex;
}

.project-image-index {
  width: 50%;
}

.div-block-26 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg-gradient-lounge {
  background-color: var(--light-black);
}

.bg-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.botttom-nav-image-meditation, .botttom-nav-image-home, .botttom-nav-image-lounge {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.botttom-nav-image-singing-bowls {
  opacity: 0;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.bottom-nav-overlay {
  background-color: #00000054;
  position: absolute;
  inset: 0%;
}

.bg-gradient-singing-bowls {
  background-color: var(--light-black);
}

.bottom-bar-singing.grey {
  background-color: #fff3;
  width: 100vw;
  position: relative;
}

.bottom-bar-meditation.grey {
  background-color: #fff3;
  position: relative;
}

.bg-image.lounge {
  filter: grayscale(40%);
  background-image: url('../images/natural-lounge-index_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: -10vh;
  left: -10vw;
  transform: perspective(1000px);
}

.bg-image.singing-bowls {
  filter: grayscale(40%);
  background-image: url('../images/natural-singing-bowls-index_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: -10vh;
  left: -10vw;
  transform: perspective(1000px);
}

.bg-image.meditation-neu {
  filter: grayscale(40%);
  background-image: url('../images/natural-meditation-index_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: -10vh;
  left: -10vw;
  transform: perspective(1000px);
}

.bg-image._2flow {
  filter: grayscale(40%);
  background-image: url('../images/pianoi.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: -10vh;
  left: -10vw;
  transform: perspective(1000px);
}

.bg-image.spirit5 {
  filter: grayscale(40%);
  background-image: url('../images/thomas-tucker-SPcACjrq9ss-unsplash_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: -10vh;
  left: -10vw;
  transform: perspective(1000px);
}

.bg-image.katora {
  filter: grayscale(40%);
  background-image: url('../images/conscious-design-Hn4wYHOaeIc-unsplash_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: -10vh;
  left: -10vw;
  transform: perspective(1000px);
}

.bg-image.yavani {
  filter: grayscale(40%);
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 120vw;
  height: 120vh;
  position: absolute;
  top: -10vh;
  left: -10vw;
  transform: perspective(1000px);
}

.category-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  display: flex;
  position: relative;
}

.natural-lounge-wrapper-index {
  z-index: 1;
  opacity: 1;
  border-radius: 4px;
  width: 95vw;
  height: 90vh;
  margin-top: 37.5px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sticky-wrapper-index {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 50px;
}

.sticky-wrapper-index.lounge {
  background-image: url('../images/natural-lounge-index_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.sticky-wrapper-index.bowls {
  background-image: url('../images/natural-singing-bowls-index_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.sticky-wrapper-index.meditation {
  background-image: url('../images/natural-meditation-index_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.content-wrapper-lounge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 600px;
  display: flex;
  position: relative;
}

.text-block-6 {
  text-align: center;
}

.image-overlay {
  object-fit: cover;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-trigger-1 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.scroll-trigger-2, .scroll-trigger-3 {
  width: 100vw;
  height: 100vh;
}

.rail {
  flex-direction: column;
  width: 100%;
  display: none;
  position: relative;
}

.natural-singing-bowls-wrapper-index {
  z-index: 2;
  opacity: 1;
  border-radius: 4px;
  width: 95vw;
  height: 90vh;
  margin-top: 37.5px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.natural-meditation-wrapper-index {
  z-index: 3;
  opacity: 1;
  border-radius: 4px;
  width: 95vw;
  height: 90vh;
  margin-top: 37.5px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.section-4 {
  z-index: 1;
  margin-bottom: 2.5vw;
  display: none;
  position: relative;
}

.contact-wrapper-mobile {
  flex-direction: column;
  align-items: flex-end;
  width: 200px;
  height: 40px;
  margin-right: 15px;
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  overflow: hidden;
}

.header-text {
  text-align: center;
  width: 500px;
  margin-bottom: 284px;
  font-size: 16px;
}

.social-media-wrapper {
  background-color: var(--transparent-33);
  justify-content: center;
  display: flex;
  position: relative;
}

.social-bg-wrapper {
  height: 101%;
  position: absolute;
  inset: -.5% 0% 0%;
}

.social-buttons-cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1920px;
  height: 7vh;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  overflow: hidden;
}

.social-button-cta {
  border-right: 1px solid var(--light-black);
  background-color: #a34b4b00;
  border-left: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .3s, width .3s;
  display: flex;
  transform: skew(-33deg)perspective(10px);
}

.social-button-cta:hover {
  background-color: #c00;
  width: 150%;
}

.social-button-cta.instagram {
  background-color: #9e448600;
  background-image: linear-gradient(#0000, #0000);
  transition: all .5s, background-color .3s, width .3s;
}

.social-button-cta.instagram:hover {
  background-color: #0000;
  background-image: none;
}

.social-button-cta.instagram.link-hover-ix:hover {
  background-image: none;
}

.social-button-cta.spotify {
  background-color: #5da34b00;
}

.social-button-cta.spotify:hover {
  background-color: #1ed760;
}

.social-button-cta.apple {
  background-color: #fa243c00;
}

.social-button-cta.apple:hover {
  background-color: #fa243c;
}

.social-button-cta.link-hover-ix {
  overflow: hidden;
}

.image-16 {
  object-fit: contain;
  height: 35%;
  transform: skew(33deg);
}

.call-to-action-social {
  background-color: #fff3;
  width: 100vw;
}

.footer-bg {
  z-index: 5;
}

.footer-bg.bg-gradient-index {
  width: 100vw;
  position: relative;
}

.fade-in-bot {
  text-align: right;
  justify-content: flex-end;
  width: 50%;
  padding-right: 50px;
  display: flex;
}

.fade-in-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-right: 50px;
  display: flex;
}

.center-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0%;
}

.devider-content {
  background-color: #fff3;
  width: 1px;
  height: auto;
}

.insta-bg-gradient {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.insta-bg-gradient:hover {
  background-color: #c00;
  width: 150%;
}

.insta-bg-gradient.instagram {
  opacity: 0;
  background-image: linear-gradient(#f90, #f90);
  border-radius: 10px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.insta-bg-gradient.instagram:hover {
  width: auto;
  height: auto;
}

.insta-bg-gradient.apple-music {
  opacity: 0;
  background-image: linear-gradient(#fa243c, #fa243c);
  border-radius: 10px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.insta-bg-gradient.apple-music:hover {
  width: auto;
  height: auto;
}

.insta-bg-gradient.spotify {
  opacity: 0;
  background-image: linear-gradient(#1ed760, #1ed760);
  border-radius: 10px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.insta-bg-gradient.spotify:hover {
  width: auto;
  height: auto;
}

.insta-bg-gradient.youtube {
  opacity: 0;
  background-image: linear-gradient(#c00, #c00);
  border-radius: 10px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.insta-bg-gradient.youtube:hover {
  width: auto;
  height: auto;
}

.bg-gradient-meditation {
  background-color: var(--light-black);
}

.section-5 {
  height: 200vh;
}

.blog-column-wrapper {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-column-wrapper.author-posts-wrapper {
  z-index: 10;
  margin-top: -330px;
  position: relative;
}

.blog-column {
  float: left;
  perspective: 1600px;
  width: 50%;
  padding-top: 0;
  padding-right: 15px;
}

.blog-column.push-down {
  margin-top: 50px;
  padding-top: 0;
}

.blog-column.right {
  float: right;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 0;
}

.blog-column.right.push-up {
  margin-top: -80px;
}

.push-down {
  padding-top: 50px;
}

.asdasdasd {
  float: right;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 0;
}

.blog-list {
  display: block;
}

.blog-list-item {
  margin-bottom: 30px;
  position: relative;
}

.blog-post-wrapper {
  height: 450px;
  position: relative;
  overflow: hidden;
}

.blog-post-wrapper.medium {
  height: 400px;
}

.blog-post-wrapper.small {
  height: 220px;
}

.blog-post-wrapper.tall {
  height: 500px;
}

.blog-post-wrapper.read-more {
  width: 300px;
  height: 220px;
}

.blog-post-wrapper.archive {
  height: 340px;
}

.blog-category-title-link {
  z-index: 20;
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #db17c1;
  margin-bottom: 7px;
  padding: 2px 6px 2px 8px;
  font-size: 9px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: 47px;
  left: 47px;
}

.blog-category-title-link:hover {
  transform: scale(1.05);
}

.blog-category-title-link.small {
  top: 31px;
  left: 29px;
}

.post-author-block {
  z-index: 20;
  text-align: right;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
}

.post-author-image {
  z-index: 20;
  float: right;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  position: relative;
}

.post-author-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.blog-post-date-title {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.post-overlay-block {
  z-index: 10;
  color: #fff;
  cursor: none;
  background-color: #00000026;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 85px 45px 45px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.post-overlay-block.small {
  padding: 60px 30px 30px;
}

.post-overlay-block.read-more {
  padding: 25px;
}

.blog-post-title {
  color: #fff;
  text-align: left;
  cursor: none;
  width: 70%;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
  text-decoration: none;
}

.blog-post-title.small {
  font-size: 19px;
  line-height: 26px;
}

.blog-post-title.read-more {
  width: 90%;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 29px;
}

.read-more-button {
  object-fit: contain;
  border: 2px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 25px;
  transition: transform .2s, border .2s;
  display: flex;
}

.read-more-button:hover {
  border-color: #fff;
  transform: rotate(360deg);
}

.read-more-button.small {
  width: 35px;
  height: 35px;
  padding-top: 1px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.read-more-button.post-page {
  z-index: 30;
  position: absolute;
  top: 27px;
  right: 19px;
  transform: rotate(90deg);
}

.read-more-button.testimonial:hover {
  transform: none;
}

.blog-image-block {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
  display: block;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.blog-image-block.medium {
  height: 440px;
}

.blog-image-block.small {
  height: 220px;
}

.blog-image-block.tall {
  height: 500px;
}

.blog-image-block.category {
  height: 600px;
}

.blog-image-block.read-more {
  height: 220px;
}

.blog-image-block.small-archive-image {
  height: 260px;
}

.read-more-arrow {
  filter: invert();
  width: auto;
  height: 11px;
  transform: rotate(180deg);
}

.read-more-arrow.right {
  width: 11px;
}

.read-more-arrow.left {
  transform: rotate(0);
}

.page-title-block {
  text-align: center;
  max-width: 1250px;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 240px;
}

.category-overlay {
  z-index: 10;
  background-color: #00000026;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.category-overlay:hover {
  background-color: #0000;
}

.category-link-block {
  color: #fff;
  height: 600px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.page-title.dynamic-page-title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
}

.category-title-wrapper {
  text-align: right;
  background-image: linear-gradient(#0000, #0003);
  padding: 40px 40px 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-block-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 700;
  line-height: 35px;
}

.category-description {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.blog-post-header-overlay {
  background-color: #0e0e0e33;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-post-header-overlay.team-member-overlay {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(to bottom, transparent 16%, var(--light-black) 90%);
  height: 104%;
  padding-bottom: 110px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.team-header-block {
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  position: relative;
}

.team-header-image {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 240px;
  height: 300px;
  margin-top: -20px;
  margin-right: 60px;
  position: relative;
  box-shadow: 7px 7px 70px #0006;
}

.author-social-wrapper {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.author-social-link-block {
  float: left;
  text-align: center;
  background-color: #0003;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  padding: 0 5px 5px;
  transition: background-color .2s;
}

.author-social-link-block:hover {
  background-color: #fff9;
}

.small-social-icon {
  filter: invert();
}

.team-member-block {
  color: #fff;
  width: 640px;
}

.team-member-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
}

.team-subtitle {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}

.post-image-header {
  background-image: url('../images/natural-lounge-index_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.post-image-header.author-header {
  filter: blur(7px);
  background-position: 50%;
  background-size: cover;
  width: 103%;
  height: 104%;
  top: -2%;
  left: -2%;
}

.post-header-wrapper {
  z-index: 1;
  perspective: 2000px;
  height: 100%;
  position: relative;
}

.post-header-wrapper.author-header {
  flex-direction: column;
  min-height: 700px;
  display: flex;
  overflow: visible;
}

.div-block-27 {
  background-image: url('../images/natural-singing-bowls-index_1.webp');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.post-header-title-wrapper {
  z-index: 30;
  width: 510px;
  position: relative;
}

.blog-post-date {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 3px;
  font-size: 17px;
  font-weight: 300;
}

.blog-post-date.small {
  font-size: 14px;
  line-height: 18px;
}

.blog-post-main-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 53px;
}

.blog-post-main-title.smaller {
  font-size: 33px;
  line-height: 41px;
}

.blog-header-author-block {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 3px;
  width: 370px;
  margin-top: 40px;
  padding: 30px 40px 20px;
  display: inline-block;
  position: relative;
}

.blog-header-author-block.small {
  border-width: 0;
  border-radius: 0;
  margin-top: 30px;
  padding: 0;
}

.blog-author-block {
  float: left;
  background-image: url('../images/portrait.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.blog-author-title {
  font-size: 16px;
  display: block;
}

.blog-author-link {
  color: #fff;
  font-size: 16px;
}

.dynamic-title {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  display: inline-block;
}

.dynamic-title.dynamic {
  margin-left: 6px;
  font-weight: 700;
}

.blog-post-content-wrapper {
  z-index: 30;
  color: var(--light-black);
  background-color: #fff;
  width: 67%;
  margin-top: -20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blog-image-header {
  background-color: var(--light-black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.blog-image-header-overlay {
  background-image: linear-gradient(to bottom, var(--transparent-33), #0e0e0e99);
  padding: 155px 90px 45px;
}

.blog-post-title-wrapper {
  width: 70%;
}

.blog-content-block {
  padding: 90px;
}

.return-block {
  border-top: 1px solid var(--transparent-33);
  margin-top: 20px;
  padding-top: 20px;
}

.back-link {
  color: var(--light-black);
  text-decoration: none;
}

.read-more-fixed-block {
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 0;
}

.close-icon {
  filter: invert();
}

.close-read-more-button {
  z-index: 30;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.also-read-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
}

.div-block-28 {
  filter: invert();
}

.text-field {
  color: var(--light-black);
  background-color: #ffffffb3;
  border: 1px solid #fff9;
  border-radius: 3px;
}

.contact-right-wrapper {
  width: 600px;
  padding: 10px;
}

.contact-left-wrapper {
  padding: 10px;
}

.text-block-7 {
  font-weight: 400;
}

.title-wrapper {
  text-align: left;
  margin-bottom: -5px;
}

.empty-state {
  background-color: var(--transparent-33);
  display: none;
}

.empty-state.first {
  justify-content: center;
  display: flex;
}

.bw-dynamic {
  filter: invert();
}

.fixed-test {
  background-color: red;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 80px;
  right: 0;
}

.project-heading-wrapper {
  display: flex;
}

.botttom-nav-image-next {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gradient-test {
  opacity: 0;
  background-color: #008f62;
  position: fixed;
  inset: 0%;
}

.gradient-test._2flow {
  background-color: #8ebed0;
}

.gradient-test.spirit5 {
  background-color: #d3b166;
}

.section-6 {
  width: 100vw;
}

.collection-list {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  width: 100%;
  height: 100%;
}

.natural-project-wrapper {
  z-index: 3;
  opacity: 1;
  border-radius: 6px;
  justify-content: center;
  width: 95vw;
  height: 90vh;
  margin-top: 3vh;
  display: flex;
  overflow: hidden;
}

.collection-item-2 {
  position: relative;
}

.index-project_item {
  clear: right;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  padding-top: 68px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.index-rail {
  width: 100%;
  height: 100%;
}

.backdrop-wrapper-index {
  justify-content: center;
  align-items: center;
  margin-bottom: 20%;
  display: flex;
  position: sticky;
  top: 50%;
}

.div-block-31 {
  justify-content: center;
  display: flex;
  position: relative;
}

.index-projects_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.filter-dropdown {
  color: #fff;
}

.filter-dropdown.fullwidth {
  cursor: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-title {
  color: #fff;
}

.dropdown-toggle {
  color: #525252;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: none;
  border: 2px solid #313131;
  padding: 12px 45px 12px 35px;
  font-size: 13px;
  transition: border .2s, color .2s;
}

.dropdown-toggle.link-hover-ix {
  cursor: none;
}

.dropdown-list-block {
  background-color: #232425;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 7px 7px 70px #0006;
}

.dropdown-list-block.w--open {
  border-radius: 6px;
}

.page-title-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.page-title-wrapper.category {
  margin-bottom: 110px;
}

.nav-menu-background {
  background-color: var(--light-black);
  opacity: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.dropdown-link {
  color: #858585;
  text-align: center;
  background-color: #161616;
  transition: color .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--light-black);
  color: #fff;
}

.dropdown-link.w--current {
  color: #494949;
}

.testimonials-column-wrapper {
  display: flex;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
}

.mask-horizontal {
  overflow: visible;
}

.testimonial-card {
  height: 100%;
  display: flex;
  box-shadow: 11px 0 20px -9px #0000001a, 17px 89px 60px -100px #0000002e;
}

.testimonial-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-fixed-hight {
  min-height: 100px;
}

.horizontal-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.horizontal-angle {
  z-index: 3;
  color: var(--light-black);
  height: 102%;
  position: absolute;
  top: 0;
  bottom: 0%;
  right: -2%;
}

.horizontal-logo {
  width: 150px;
  margin-bottom: 25px;
}

.horizontal-quote-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  color: #fa4646;
}

.div-block-32 {
  margin-right: 50px;
}

.collection-item-3 {
  text-align: center;
}

.collection-list-3 {
  justify-content: center;
  display: flex;
}

.cookie-wrapper {
  z-index: 100;
  background-color: #222;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-wrapper.cookie-wrapper-hide {
  display: flex;
}

._w-button {
  color: #fff;
  background-color: #1a1a1a;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.cookie-text-wrapper {
  padding-left: 30px;
  display: flex;
}

.cookie-link {
  color: #fff;
  margin-left: 5px;
}

.html-embed-3 {
  display: none;
}

.div-block-33 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  padding-right: 10px;
  display: flex;
}

.quotes-wrapper {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.side-comment {
  color: #ffffffbf;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-style: italic;
}

.hid-wrapper-right {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hid-wrapper-left {
  z-index: 3;
  width: 30%;
  font-size: 24px;
  line-height: 1;
  position: relative;
}

.hid-wrapper-anim {
  z-index: 2;
  width: 90%;
  position: absolute;
  inset: 0% 15% 0% 0%;
}

.image-18 {
  object-fit: cover;
  height: 500px;
}

.image-overlay-comment {
  background-image: linear-gradient(#00000059, #00000059);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay-comment.overlay {
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
}

.black-cover {
  background-image: linear-gradient(to right, var(--light-black) 77%, transparent);
  height: 100%;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.blue-cover {
  background-image: linear-gradient(to right, #000dff 77%, #0000);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.green-cover {
  background-image: linear-gradient(to right, #0c7700 77%, #0000);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.yellow-cover {
  background-image: linear-gradient(to right, #927c01 77%, #0000);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.red-cover {
  background-image: linear-gradient(to right, #a50303 77%, #0000);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.html-embed-4 {
  color: #0000;
  background-color: #0000;
}

.comment-quote {
  color: #ffffffbf;
  width: 25px;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  right: auto;
}

.comment-quote.bottom {
  bottom: 10%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.quote-text-wrapper {
  padding: 25px 15px 10px;
}

.comment-author {
  color: #ffffffbf;
  text-align: center;
  margin-top: 20px;
  font-style: italic;
}

.quotes-author-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-37 {
  align-items: center;
  display: flex;
}

.index-wrapper {
  height: 100%;
  position: relative;
}

.comment-image {
  background-image: url('../images/02---johannes_menge_naturalspirit-102_1.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.comment-image.overlay {
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
}

.comment-image._2flow {
  background-image: url('../images/anne-nygard-ChKVvRDbqew-unsplash_1.webp');
  background-position: 50%;
}

.comment-image.meditate {
  background-image: url('../images/TEST2_1.webp');
  background-position: 50% 30%;
}

.success-message {
  background-color: #0000;
}

.error-message {
  text-align: center;
  border-radius: 3px;
}

.div-block-38 {
  color: #000;
}

.image-19 {
  z-index: 10;
  object-fit: contain;
  height: 200px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.div-block-39 {
  align-items: flex-end;
  width: 500px;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.legal-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-header {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.rich-text-block {
  max-width: 850px;
}

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

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

.image-20 {
  filter: invert();
}

.wrapper {
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  display: flex;
}

.wrapper.index {
  width: auto;
  height: auto;
  padding-left: 0;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .navmenu-content {
    font-size: .5vw;
  }

  .rich-text-index {
    line-height: 28px;
  }

  .category-wrapper {
    align-self: center;
  }

  .rail {
    align-items: center;
  }

  .social-buttons-cta-wrapper {
    height: 5vw;
  }

  .index-rail {
    flex-direction: row;
    justify-content: center;
  }

  .filter-dropdown.fullwidth, .dropdown-toggle.link-hover-ix {
    cursor: none;
  }

  .quotes-wrapper {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .body.bg-gradient-index, .body.bg-gradient-lounge {
    cursor: auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .pw-test {
    position: relative;
    top: auto;
  }

  .navmenu-content {
    font-size: 1.5vw;
    line-height: 1.1;
  }

  .navmenu-sidebar {
    width: 30%;
    padding-right: 50px;
  }

  .navbuttontext {
    font-size: 5vw;
  }

  .nav-menu-link-block {
    width: 70%;
    padding-left: 50px;
  }

  .social-link {
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 20px;
  }

  .navmenu-heading {
    font-size: 2vw;
    line-height: 1;
  }

  .social-wrapper-nav {
    align-self: center;
    padding-top: 10px;
    display: flex;
  }

  .div-block-3 {
    width: 80vw;
  }

  .nav-link-2 {
    font-size: 40px;
    line-height: 56px;
  }

  .nav-link-2:hover, .nav-link-2.w--current, .nav-link-2.w--current:hover {
    color: #fff;
  }

  .nav-link-2.w--open {
    box-shadow: none;
  }

  .footer-wrapper {
    height: 100%;
  }

  .footer {
    margin-top: auto;
  }

  .social-button {
    width: 1.5vw;
    height: 1.5vw;
  }

  .social-link.link-hover-snap {
    width: 5vw;
    height: 5vw;
  }

  .footer-link {
    font-size: 1.5vw;
  }

  .footer-link.right.link-hover-ix {
    margin-right: 0;
  }

  .footer-link.right.link-hover-ix.black {
    margin-left: 0;
    margin-right: 0;
  }

  .link-hover-snap-circle {
    width: 5vw;
    height: 5vw;
  }

  .section {
    flex: none;
  }

  .section.subpage {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .section.blog-post {
    padding-bottom: 70px;
  }

  .section.testimonials {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section._100vh.padding-top-bot.index-tablet-auto-height {
    height: auto;
  }

  .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .text-block-2 {
    width: 100%;
    margin-top: 0;
    font-size: 15px;
  }

  .fade-in-right.index {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: auto;
  }

  .fade-in-top {
    padding-left: 30px;
  }

  .grid-image.left {
    height: 120%;
    margin-top: -10%;
  }

  .grid-image.right {
    object-fit: cover;
    width: 120%;
    margin-top: -10%;
  }

  .image-grid-wrapper {
    padding: 50px 20px;
  }

  .grid-image-wrapper {
    border-radius: 5px;
  }

  .arrow-nav.link-hover-ix.index, .arrow-nav.bottom {
    width: 6vw;
    height: 6vw;
  }

  .arrow-nav-image.down {
    width: 1.5vw;
    height: 1.5vw;
  }

  .bottom-nav-home-heading, .bottom-nav-heading {
    font-size: 4vw;
  }

  .contact-button.link-hover-ix {
    width: 120px;
    min-width: auto;
    margin-right: 0;
  }

  .contact-button.link-hover-ix.black {
    width: auto;
    min-width: auto;
  }

  .contact-wrapper {
    margin-right: 0;
  }

  .contact-form-wrapper {
    width: 90%;
  }

  .project-heading {
    font-size: 40px;
  }

  .about-wrapper {
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: flex;
  }

  .about-text {
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .about-text.mobile {
    width: 100%;
  }

  .section-3 {
    height: auto;
    margin-top: 50px;
    margin-bottom: 150px;
  }

  .about-image {
    order: -1;
    align-self: flex-start;
    width: auto;
    padding-top: 0%;
  }

  .rich-text-index {
    width: 100%;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .project-image-index {
    width: 30%;
  }

  .category-wrapper {
    overflow: hidden;
  }

  .sticky-wrapper-index {
    width: 95vw;
  }

  .sticky-wrapper-index.lounge, .sticky-wrapper-index.bowls, .sticky-wrapper-index.meditation {
    background-attachment: fixed;
  }

  .text-block-6 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .social-button-cta {
    background-color: #c00;
    border-radius: 6px;
  }

  .social-button-cta:hover {
    width: 100%;
  }

  .social-button-cta.instagram.link-hover-ix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-button-cta.spotify {
    background-color: #1ed760;
  }

  .social-button-cta.apple {
    background-color: #fa243c;
  }

  .fade-in-left {
    padding-right: 30px;
  }

  .insta-bg-gradient.instagram, .insta-bg-gradient.apple-music, .insta-bg-gradient.spotify, .insta-bg-gradient.youtube {
    opacity: 1;
    border-radius: 6px;
  }

  .blog-post-wrapper {
    height: 380px;
  }

  .blog-post-wrapper.medium {
    height: 340px;
  }

  .blog-post-wrapper.small {
    height: 250px;
  }

  .blog-category-title-link {
    top: 30px;
    left: 30px;
  }

  .post-overlay-block {
    padding: 55px 30px 30px;
  }

  .blog-post-title {
    width: 80%;
    font-size: 28px;
    line-height: 35px;
  }

  .blog-post-title.small {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .page-title-block {
    padding-top: 100px;
    position: relative;
  }

  .category-link-block {
    height: 350px;
  }

  .page-title.dynamic-page-title {
    font-size: 50px;
  }

  .category-block-title {
    font-size: 20px;
    line-height: 25px;
  }

  .category-description {
    font-size: 12px;
    line-height: 22px;
  }

  .team-header-image {
    height: 380px;
  }

  .team-member-block {
    width: 400px;
  }

  .post-header-wrapper.author-header {
    min-height: 800px;
  }

  .blog-post-content-wrapper {
    width: 90%;
    margin-top: -225px;
  }

  .blog-content-block {
    padding: 50px;
  }

  .natural-project-wrapper {
    height: 80vh;
    margin-top: 7vh;
  }

  .index-rail {
    width: 100vw;
    position: relative;
  }

  .filter-dropdown {
    margin-left: 0;
  }

  .dropdown-title {
    color: #fff;
  }

  .dropdown-toggle {
    color: #525252;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #313131;
    padding: 12px 45px 12px 35px;
    font-size: 13px;
    transition: color .2s, border .2s;
  }

  .page-title-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .div-block-32 {
    justify-content: space-between;
    display: flex;
  }

  .cookie-wrapper {
    height: 75px;
  }

  .cookie-text-wrapper {
    flex-wrap: wrap;
  }

  .div-block-33 {
    width: 50%;
    padding-bottom: 80px;
  }

  .quotes-wrapper {
    height: 270px;
  }

  .hid-wrapper-left {
    width: 50%;
    font-size: 20px;
  }

  .index-wrapper {
    height: auto;
  }

  .image-19 {
    height: 170px;
    bottom: 0%;
  }

  .div-block-39 {
    width: 100%;
    margin-bottom: 80px;
    position: sticky;
    top: 25%;
  }

  .legal-header {
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
  }

  .wrapper.index {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .body.bg-gradient-lounge {
    cursor: auto;
  }

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

  .container.nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.indx {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.blog-kategory {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-text {
    font-size: 11px;
    line-height: 1;
  }

  .navmenu-sidebar {
    flex-direction: row;
    align-items: flex-end;
    width: 40%;
    padding-bottom: 20px;
    padding-right: 100px;
  }

  .navmenu-sidebar-content.mb-50 {
    margin-bottom: 20px;
  }

  .navbuttontext {
    font-size: 3vw;
  }

  .nav-menu-link-block {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrapper {
    position: absolute;
    inset: 0%;
  }

  .social-link.nav {
    width: 3vw;
    height: 3vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbutton {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .social-wrapper-nav {
    flex-direction: column;
    align-self: auto;
  }

  .social-wrapper-nav.contact {
    flex-direction: row;
  }

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

  .div-block-3 {
    width: 80vw;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .footer-top {
    justify-content: space-around;
  }

  .site-navigation-footer-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  .social-link.link-hover-snap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-link {
    font-size: 2vw;
  }

  .footer-center-section {
    width: auto;
  }

  .nav-gradient-bg-black {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-brand-wrapper, .footer-top-right {
    width: 20%;
  }

  .section.subpage {
    padding: 80px 30px 20px;
  }

  .section.blog-post {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.tint {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-block-2 {
    width: 100%;
    margin-top: 0;
    font-size: 15px;
  }

  .fade-in-right.index {
    width: 100%;
    height: 400px;
  }

  .fade-in-top {
    padding-left: 30px;
  }

  .grid-image-wrapper {
    border-radius: 4px;
  }

  .bottom-nav-home {
    padding-right: 25px;
  }

  .bottom-nav-next.singing-bowls {
    padding-left: 25px;
  }

  .arrow-nav.link-hover-ix.index {
    display: none;
  }

  .arrow-nav-image.left.bottom, .arrow-nav-image.right.bottom {
    width: 1.5vw;
    height: 1.5vw;
  }

  .contact-wrapper {
    margin-right: 0;
  }

  .project-heading {
    font-size: 40px;
  }

  .navbar-bird-wrapper {
    display: none;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .about-text {
    flex-direction: row;
    justify-content: flex-start;
  }

  .heading-10 {
    font-size: 5vw;
  }

  .image-12 {
    width: 100%;
    bottom: -54.4vw;
  }

  .botttom-nav-image-meditation {
    opacity: 1;
  }

  .social-button-cta {
    border-radius: 4px;
  }

  .fade-in-left {
    padding-right: 30px;
  }

  .insta-bg-gradient.instagram, .insta-bg-gradient.apple-music, .insta-bg-gradient.spotify, .insta-bg-gradient.youtube {
    border-radius: 4px;
  }

  .blog-column-wrapper.author-posts-wrapper {
    margin-top: -50px;
  }

  .blog-column.push-down {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .blog-column.right {
    width: 100%;
    padding-left: 0;
  }

  .blog-list-item {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-wrapper, .blog-post-wrapper.medium {
    height: 300px;
  }

  .blog-post-wrapper.read-more {
    width: 100%;
    height: auto;
  }

  .blog-post-title.small {
    line-height: 32px;
  }

  .read-more-button {
    width: 40px;
    height: 40px;
  }

  .read-more-button.small {
    position: static;
  }

  .category-link-block {
    height: 300px;
  }

  .page-title.dynamic-page-title {
    font-size: 40px;
    line-height: 40px;
  }

  .category-block-title {
    font-size: 30px;
  }

  .category-description {
    font-size: 13px;
    line-height: 24px;
  }

  .blog-post-header-overlay {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-header-overlay.team-member-overlay {
    height: 106%;
    padding: 80px 30px 30px;
  }

  .team-header-block {
    text-align: center;
    display: block;
  }

  .team-header-image {
    float: none;
    width: 200px;
    height: 260px;
    margin: 0 auto 40px;
  }

  .team-member-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .post-header-title-wrapper {
    width: 480px;
  }

  .dynamic-title-wrapper {
    margin-bottom: 30px;
  }

  .blog-post-content-wrapper {
    width: 100%;
  }

  .blog-image-header-overlay {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .blog-post-title-wrapper {
    width: 100%;
  }

  .blog-content-block {
    padding: 35px;
  }

  .read-more-fixed-block {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .title-wrapper {
    margin-bottom: 20px;
  }

  .botttom-nav-image-next {
    opacity: 1;
  }

  .filter-dropdown {
    width: 100%;
    margin-left: 0;
  }

  .dropdown-toggle {
    text-align: center;
    width: 100%;
  }

  .page-title-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .collection-list-wrapper-3, .collection-list-2 {
    width: 100%;
  }

  .div-block-32 {
    margin-right: 0;
  }

  .div-block-33 {
    width: 100%;
  }

  .quotes-wrapper {
    height: 180px;
  }

  .hid-wrapper-left {
    width: 80%;
    font-size: 16px;
  }

  .div-block-39 {
    width: 100%;
    height: 50vw;
  }

  .legal-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-header {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wrapper.index {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .body.bg-gradient-index {
    cursor: auto;
    background-color: #cac2c2;
  }

  .body.bg-gradient-lounge {
    cursor: auto;
  }

  .navbar {
    flex-direction: row;
    width: 100vw;
    padding: 10px 0;
  }

  .container.nav, .container.indx {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cursor-wrapper {
    display: none;
  }

  .pw-test {
    text-align: center;
    align-self: center;
    width: 80%;
    font-size: 5vw;
  }

  .button.link-hover-ix.contact-close {
    display: flex;
    top: 0;
    right: 0;
  }

  .info-text {
    color: #fff;
    align-self: center;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 4vw;
    line-height: 1;
    position: relative;
  }

  .info-text.contact {
    margin-bottom: 5px;
  }

  .navmenu-content {
    font-size: 3vw;
    font-weight: 200;
  }

  .navmenu-content.contact {
    font-size: 3vw;
  }

  .navmenu-sidebar {
    flex-direction: row;
    justify-content: space-around;
    align-self: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 40%;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navmenu-sidebar-content.mb-50 {
    margin-bottom: 10px;
  }

  .navmenu-sidebar-content.mb-50.contact {
    margin-bottom: 0;
  }

  .navbuttontext {
    color: #fff;
    text-align: center;
    font-size: 5vw;
  }

  .nav-menu-link-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    margin-top: 0;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    display: flex;
  }

  .navmenu-sidebar-content-wrapper.contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .social-link {
    align-self: center;
    width: 15px;
    height: 18px;
    display: flex;
  }

  .social-link.nav {
    width: 5vw;
    height: 5vw;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .social-link.nav.contact {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbutton {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbutton:hover {
    transform: none;
  }

  .navbutton:focus {
    background-color: #0000;
  }

  .navmenu-heading {
    font-size: 4vw;
  }

  .social-wrapper-nav {
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 10px;
    display: flex;
    position: relative;
  }

  .social-wrapper-nav.contact {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0;
  }

  .info-heading.mb-30 {
    margin-bottom: 5px;
  }

  .info-heading.mb-30.contact {
    margin-bottom: 0;
  }

  .horizontal-devider {
    margin-bottom: 30px;
  }

  .div-block-3 {
    margin-bottom: 100px;
  }

  .div-block-8 {
    align-items: center;
  }

  .footer {
    width: 100vw;
    padding-top: 0;
  }

  .footer-top {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer-bot {
    height: 50px;
  }

  .site-navigation-footer-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 17px;
    display: flex;
  }

  .social-button {
    object-fit: contain;
    width: 20px;
    height: 20px;
  }

  .social-link.link-hover-snap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link {
    margin-bottom: 2px;
    font-size: 3vw;
  }

  .footer-link.link-hover-ix.bottom {
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 2.2vw;
    line-height: 1;
  }

  .footer-link.link-hover-ix.black {
    margin-bottom: 5px;
    font-size: 3vw;
  }

  .footer-link.link-hover-ix.black.bottom {
    margin-bottom: -2px;
    font-size: 2.2vw;
  }

  .footer-link.right.link-hover-ix {
    margin-top: 10px;
  }

  .footer-link.right.black {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .footer-center-section {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .link-hover-snap-circle {
    width: 40px;
    height: 40px;
  }

  .nav-gradient-bg-black {
    justify-content: flex-start;
    width: 100%;
    height: 70%;
    margin-top: 0;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .footer-bot-content {
    align-items: flex-end;
  }

  .grey-text-footer {
    font-size: 2vw;
    line-height: 1;
  }

  .grey-text-footer.dark {
    font-size: 2vw;
  }

  .footer-brand-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-top-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .section {
    width: 100vw;
    overflow: hidden;
  }

  .section.blog-post {
    padding-bottom: 10px;
    overflow: visible;
  }

  .section.tint {
    padding-bottom: 10px;
  }

  .section.projects {
    overflow: visible;
  }

  .section._100vh.padding-top-bot {
    height: auto;
  }

  .content-wrapper {
    flex-direction: column;
    padding: 50px 10px;
  }

  .heading {
    margin-bottom: 20px;
  }

  .fade-in-right {
    order: -1;
    width: 100%;
    padding-left: 0;
  }

  .fade-in-right.index {
    order: 0;
    height: auto;
    overflow: visible;
  }

  .fade-in-top {
    width: 100%;
    padding-left: 0;
  }

  .grid-image-wrapper {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 100%;
  }

  .bottom-nav-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .bottom-nav-home, .bottom-nav-next.lounge, .bottom-nav-next.singing-bowls {
    width: 100%;
  }

  .arrow-nav.link-hover-ix.index {
    align-self: flex-end;
    width: 10vw;
    height: 10vw;
    margin-right: 30px;
    bottom: auto;
  }

  .arrow-nav.bottom {
    width: 10vw;
    height: 10vw;
  }

  .arrow-nav-image.left.bottom, .arrow-nav-image.right.bottom {
    width: 2vw;
    height: 2vw;
  }

  .bottom-nav-text-wrapper {
    flex-direction: column;
    bottom: -50px;
  }

  .bottom-nav-text-wrapper.next {
    top: -50px;
    bottom: 0;
  }

  .bottom-nav-home-text {
    order: -1;
    position: static;
  }

  .bottom-nav-text {
    order: 1;
    position: static;
  }

  .devider-bottom-nav {
    width: 100%;
    height: 1px;
  }

  .bottom-nav-home-heading, .bottom-nav-heading {
    font-size: 14px;
  }

  .contact-button.link-hover-ix {
    align-self: center;
    width: auto;
    margin-right: 0;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .contact-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .contact-form-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    margin-top: 0;
  }

  .submit-button {
    align-self: center;
    width: 50%;
  }

  .submit-button.form.link-hover-ix {
    margin-top: 10px;
  }

  .form {
    align-items: stretch;
  }

  .contact-form-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    top: 15%;
    left: 10px;
    right: 10px;
  }

  .project-heading {
    font-size: 10vw;
  }

  .bird-movement.gro {
    width: 90vw;
  }

  .bird-movement.klein {
    width: 60vw;
  }

  .main-logo {
    width: 85vw;
    display: block;
  }

  .main-text-wrapper {
    justify-content: flex-end;
    width: 100vw;
    height: 100%;
    position: relative;
    top: auto;
  }

  .navbar-bird-wrapper {
    display: none;
  }

  .about-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .about-text.mobile {
    width: 100%;
  }

  .about-text.hidden {
    display: none;
  }

  .track {
    width: 100vw;
    height: auto;
  }

  .camera-middleimage {
    width: auto;
    height: auto;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    width: 100%;
  }

  .singingbowls-wrapper-index {
    align-items: flex-start;
  }

  .lounge-wrapper-index {
    flex-direction: column;
  }

  .meditation-image {
    width: 100%;
    height: 70%;
  }

  .right-text-wrapper.bg-gradient-index {
    width: 100%;
    height: 30%;
  }

  .bottom-text-wrapper.bg-gradient-index {
    width: 40%;
    height: 100%;
  }

  .section-2 {
    width: 100vw;
    overflow: hidden;
  }

  .section-3 {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    box-shadow: inset 0 20px 20px -20px #000;
  }

  .meditation-wrapper-index {
    flex-direction: column;
  }

  .left-text-wrapper.bg-gradient-index {
    width: 100%;
    height: 30%;
  }

  .lounge-image {
    width: 100%;
    height: 70%;
  }

  .heading-10 {
    width: 100%;
    margin-top: 0;
    font-size: 6.5vw;
    line-height: 1;
  }

  .heading-10.hidden, .rich-text-index.hidden {
    display: none;
  }

  .image-12 {
    bottom: -22.6vw;
  }

  .botttom-nav-image-meditation {
    opacity: 1;
  }

  .bottom-bar-singing {
    width: 100vw;
    overflow: hidden;
  }

  .bottom-bar-singing.grey {
    overflow: visible;
  }

  .bottom-bar-meditation {
    width: 100vw;
    overflow: hidden;
  }

  .category-wrapper {
    width: 100vw;
  }

  .natural-lounge-wrapper-index {
    height: 70vh;
  }

  .sticky-wrapper-index {
    top: 0;
  }

  .content-wrapper-lounge {
    height: auto;
  }

  .rail {
    width: 100vw;
  }

  .natural-singing-bowls-wrapper-index, .natural-meditation-wrapper-index {
    height: 70vh;
  }

  .section-4 {
    width: 100vw;
  }

  .contact-wrapper-mobile {
    order: 1;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    margin-right: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .header-text {
    width: 85vw;
    margin-bottom: 0;
    font-size: 3vw;
    font-weight: 200;
    line-height: 1.5;
  }

  .social-media-wrapper {
    opacity: .55;
  }

  .social-buttons-cta-wrapper {
    width: 100%;
    height: 12vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-button-cta {
    border-radius: 3px;
  }

  .social-button-cta.spotify.link-hover-ix:hover {
    background-color: #1ed760;
  }

  .fade-in-bot, .fade-in-left {
    width: 100%;
    padding-right: 0;
  }

  .insta-bg-gradient.instagram, .insta-bg-gradient.apple-music, .insta-bg-gradient.spotify, .insta-bg-gradient.youtube {
    border-radius: 3px;
  }

  .blog-category-title-link {
    top: 20px;
    left: 20px;
  }

  .blog-category-title-link.link-hover-ix {
    top: 20px;
    left: 25px;
  }

  .post-author-block {
    bottom: 20px;
    left: 25px;
    right: 25px;
  }

  .post-author-image {
    margin-left: 10px;
  }

  .post-author-title {
    margin-top: -2px;
    font-size: 14px;
    position: static;
  }

  .post-author-title.link-hover-ix {
    font-size: 14px;
  }

  .blog-post-date-title {
    font-size: 11px;
    line-height: 15px;
  }

  .post-overlay-block, .post-overlay-block.link-hover-ix {
    padding: 45px 25px 25px;
  }

  .blog-post-title {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
    position: static;
  }

  .blog-post-title.small {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-title.read-more {
    font-size: 18px;
    line-height: 23px;
  }

  .blog-post-header-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-header-overlay.team-member-overlay {
    padding-top: 60px;
  }

  .team-header-image {
    width: 140px;
    height: 180px;
  }

  .author-social-wrapper {
    padding: 14px;
  }

  .author-social-link-block {
    float: none;
    margin-left: 4px;
  }

  .team-member-block {
    width: 270px;
    font-size: 13px;
    line-height: 22px;
  }

  .team-member-title {
    font-size: 24px;
    line-height: 20px;
  }

  .team-subtitle {
    font-size: 16px;
    line-height: 15px;
  }

  .post-header-wrapper.author-header {
    min-height: 660px;
  }

  .post-header-title-wrapper {
    width: 90%;
  }

  .blog-post-main-title {
    font-size: 30px;
    line-height: 35px;
  }

  .blog-post-main-title.smaller {
    font-size: 25px;
    line-height: 30px;
  }

  .blog-header-author-block {
    width: 100%;
    margin-top: 30px;
    padding: 10px 30px 10px 20px;
  }

  .blog-author-block {
    margin-right: 15px;
  }

  .blog-author-title {
    font-size: 14px;
  }

  .blog-image-header-overlay {
    padding-top: 95px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-content-block {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .close-read-more-button {
    padding-top: 1px;
  }

  .text-field {
    font-size: 17px;
    line-height: 1;
  }

  .contact-right-wrapper {
    width: auto;
  }

  .bw-dynamic {
    filter: invert();
  }

  .botttom-nav-image-next {
    opacity: 1;
  }

  .collection-item {
    justify-content: center;
    display: flex;
  }

  .natural-project-wrapper {
    height: 77vh;
  }

  .backdrop-wrapper-index {
    margin-bottom: 30%;
  }

  .dropdown-title {
    text-align: center;
  }

  .dropdown-toggle {
    text-align: left;
  }

  .page-title-wrapper {
    flex-direction: column;
  }

  .nav-menu-background {
    z-index: -1;
    background-color: var(--light-black);
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .italic-text {
    font-size: 12px;
  }

  .collection-list-3 {
    flex-direction: column;
  }

  .cookie-wrapper {
    height: 120px;
  }

  .div-block-33 {
    align-items: center;
    height: auto;
  }

  .quotes-wrapper {
    height: 150px;
  }

  .hid-wrapper-left {
    width: 90%;
    font-size: 14px;
  }

  .index-wrapper {
    margin-bottom: 75px;
  }

  .success-message-2 {
    background-color: #0000;
  }

  .image-19 {
    z-index: 3;
    height: 30vw;
    position: absolute;
    inset: auto 0% -21% auto;
  }

  .div-block-39 {
    height: 90vw;
  }

  .wrapper {
    order: -1;
    width: 100%;
    padding-left: 0;
  }

  .wrapper.index {
    order: 0;
    height: auto;
    overflow: visible;
  }
}

#w-node-_1cf3663c-a10d-8d10-825e-8e378e131639-8e1315d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25cb0697-9fd2-c035-b506-dd1c7768f448-7768f43f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_25cb0697-9fd2-c035-b506-dd1c7768f44a-7768f43f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_25cb0697-9fd2-c035-b506-dd1c7768f452-7768f43f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25cb0697-9fd2-c035-b506-dd1c7768f454-7768f43f {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_400d28d7-3874-744b-64b8-4f1f345aa7dc-a3efbf2c {
    grid-area: 1 / 2 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cf3663c-a10d-8d10-825e-8e378e131631-8e1315d6, #w-node-_1cf3663c-a10d-8d10-825e-8e378e131633-8e1315d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cf3663c-a10d-8d10-825e-8e378e131635-8e1315d6, #w-node-_1cf3663c-a10d-8d10-825e-8e378e131637-8e1315d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}