body {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f6f2d9;
  font-family: Folks;
  color: #262626;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

a {
  color: #9bb692;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #f8eebb;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #262626;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 30vw 33vw;
  grid-template-columns: 30vw 33vw;
  -ms-grid-rows: 100vh auto;
  grid-template-rows: 100vh auto;
  background-color: #e7f5e1;
}

.section.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
  cursor: none;
}

.section.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27592d;
  color: #d5c328;
}

.section.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #262626;
  color: #f6f2d9;
}

.section.quote._2 {
  background-color: #f6f2d9;
  color: #a02223;
}

.section.music {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a02223;
  color: #f6f2d9;
}

.section.modeling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-color: #d5c328;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.section.art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27592d;
  color: #d5c328;
}

.section.art.modeling {
  background-color: #262626;
}

.section.shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27592d;
  color: #f6f2d9;
}

.section.hybrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f2d9;
  color: #262626;
}

.section.sadguru {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d5c328;
  color: #a02223;
}

.section.breaks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27592d;
  color: #f6f2d9;
}

.section.thennow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a02223;
  color: #d5c328;
}

.section.modeling-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-height: none;
  max-width: 100vw;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 30vw 33vw;
  grid-template-columns: 30vw 33vw;
  -ms-grid-rows: 100vh auto;
  grid-template-rows: 100vh auto;
  background-color: #e2e2e2;
}

.section.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.circle-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d5c328;
}

.section.square-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a02223;
  color: #27592d;
}

.section.about-last-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 82px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a02223;
  color: #f6f2d9;
}

.section._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a02223;
  color: #f6f2d9;
}

.section.videosec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  max-height: none;
  max-width: 1404vw;
  padding: 0px 0px 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 30vw 33vw;
  grid-template-columns: 30vw 33vw;
  -ms-grid-rows: 100vh auto;
  grid-template-rows: 100vh auto;
  background-color: hsla(0, 0%, 88.6%, 0);
}

.section.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
}

.section.grey {
  background-color: rgba(226, 226, 226, 0);
}

.heading {
  max-width: 460px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.home {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.home.circle {
  color: #a02223;
  text-align: left;
}

.heading.home.square {
  max-width: 400px;
  color: #d5c328;
}

.heading.section-2 {
  margin-top: 0px;
  color: #a02223;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.section-2.sad-guru {
  text-align: left;
}

.heading.section-3 {
  color: #d5c328;
}

.heading.section-4 {
  color: #f6f2d9;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  min-height: 82px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.text-block {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block.square {
  text-align: right;
  letter-spacing: 1px;
}

.text-block.circle {
  color: #a02223;
}

.brand {
  width: 220px;
  height: 82px;
  margin-right: -10px;
  margin-left: 40px;
  padding: 0px;
}

.brand.w--current {
  width: 208px;
  height: 82px;
  margin-right: -10px;
  margin-left: 40px;
  padding-left: 0px;
}

.navbar {
  position: fixed;
  top: 0px;
  background-color: transparent;
}

.footer-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
}

.social-wrapper.music-home {
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.social-link.music-home {
  max-width: 60px;
  min-height: 40px;
  min-width: 20px;
  margin-right: 20px;
  margin-left: -13px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.home-grids {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 677vh;
  margin-top: auto;
  padding-right: 60px;
  padding-left: 60px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 42px;
  -ms-grid-columns: 45vw 45vw;
  grid-template-columns: 45vw 45vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.home-grids.circle-home {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 45vw 45vw;
  grid-template-columns: 45vw 45vw;
}

.home-grids.square-home {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 60px;
}

.home-grids.sadguru {
  color: #a02223;
}

.home-grids.breaks {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #27592d;
  color: #262626;
}

.home-grids.thennow {
  color: #262626;
}

.home-grids.donate {
  color: #262626;
}

.grid-2 {
  padding-right: 30px;
  grid-auto-columns: 1fr;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 17px 0px 53px 0px 91px 0px auto;
  grid-template-rows: 17px 53px 91px auto;
  text-align: right;
}

.grid-2.queued {
  margin-right: 60px;
  justify-items: end;
  -ms-grid-rows: 19px 57px 110px auto;
  grid-template-rows: 19px 57px 110px auto;
}

.grid-2.hybrid {
  max-height: none;
  max-width: 40vw;
  grid-row-gap: 10px;
  -ms-grid-rows: 4vh 5vh 8vh;
  grid-template-rows: 4vh 5vh 8vh;
}

.grid-2.sadguru {
  max-height: none;
  max-width: 40vw;
  grid-row-gap: 10px;
  -ms-grid-rows: 4vh 2vh 8vh;
  grid-template-rows: 4vh 2vh 8vh;
  color: #d5c328;
}

.grid-2.breaks {
  max-height: none;
  max-width: 40vw;
  grid-row-gap: 10px;
  -ms-grid-rows: 4vh 5vh 8vh;
  grid-template-rows: 4vh 5vh 8vh;
  color: #f6f2d9;
}

.grid-2.thennow {
  max-height: none;
  max-width: 40vw;
  grid-row-gap: 10px;
  -ms-grid-rows: 4vh 5vh 8vh;
  grid-template-rows: 4vh 5vh 8vh;
  color: #262626;
}

.grid-2.donate {
  max-height: none;
  max-width: 40vw;
  grid-row-gap: 10px;
  -ms-grid-rows: 4vh 11vh;
  grid-template-rows: 4vh 11vh;
}

.grid-2.donate.yellow {
  color: #d5c328;
}

.grid-2.donate.sand {
  color: #f6f2d9;
}

.loves {
  font-size: 23px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.loves.square {
  max-width: 340px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 1px;
}

.loves.circle {
  color: #a02223;
}

.blk-blocks {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100vw;
  max-width: 100vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-blocks {
  position: fixed;
  z-index: 2;
  display: block;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: none;
  object-fit: none;
}

.div-block {
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 50vw;
  margin-right: 0px;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.queued-home {
  position: absolute;
  z-index: 2;
  display: block;
  overflow: visible;
  width: auto;
  max-height: 650px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: 10px;
}

.nemy-home {
  position: absolute;
  z-index: 3;
  display: block;
  overflow: visible;
  width: auto;
  max-height: 650px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: -23px;
}

.div-art-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 200px;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.red-blocks {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100vw;
  max-width: 100vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.yellow-blocks {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100vw;
  max-width: 100vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sand-blocks {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100vw;
  max-width: 100vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.button {
  max-width: 180px;
  min-width: 120px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #262626;
  border-radius: 0px;
  background-color: transparent;
  color: #262626;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button.red {
  max-width: none;
  border-color: #a02223;
  color: #a02223;
}

.button.red.shop-more {
  width: 70vw;
  height: 70vh;
  font-size: 30px;
}

.button.yellow {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-color: #d5c328;
  color: #d5c328;
}

.button.yellow.footer {
  border-width: 0px;
  color: #ede9d1;
  font-size: 30px;
  letter-spacing: 2px;
}

.button.sand {
  position: relative;
  border-color: #f6f2d9;
  color: #f6f2d9;
}

.button.donate {
  max-height: 45px;
  max-width: 180px;
  margin-top: 30px;
  border-color: #ede9d1;
  color: #ede9d1;
}

.button.donate.page {
  border-color: #27592d;
  color: #27592d;
}

.music-icons-home {
  min-height: 60px;
  min-width: 60px;
  margin-right: 27px;
}

.texture {
  position: fixed;
  display: none;
  max-height: 115vh;
  max-width: 115%;
  min-height: 100vh;
  min-width: 100vw;
  opacity: 0.46;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-art-home-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 200px;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.circle-video {
  z-index: 1;
  width: 60vh;
  height: 60vh;
  border-radius: 0px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.footer-grid {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 677vh;
  margin-top: auto;
  padding-right: 60px;
  padding-left: 60px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 74px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-grid.footer {
  overflow: visible;
  height: 54vh;
  max-width: 800px;
  margin-top: 0px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-button-grid {
  position: relative;
  z-index: 3;
  margin-bottom: -460px;
  grid-column-gap: 99px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.red-circle {
  max-width: 30vw;
}

.green-square {
  max-width: 30vw;
}

.queued-hero {
  display: block;
  overflow: hidden;
  max-width: 100vh;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.nemy-hero {
  display: block;
  max-width: 100vh;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-4 {
  width: 40vw;
}

.square-video {
  z-index: 1;
  width: 60vh;
  height: 60vh;
  border-radius: 0px;
}

.image-20 {
  width: 60vh;
  height: 60vh;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.body {
  background-color: #feefe5;
  cursor: none;
}

.main-logo {
  position: fixed;
  display: block;
}

.yellow-logo {
  position: fixed;
}

.sand-logo {
  position: fixed;
}

.red-logo {
  position: fixed;
}

.black-logo {
  position: fixed;
  max-width: none;
}

.paragraph {
  width: 30vw;
  color: #262626;
  text-align: left;
}

.paragraph.section-2 {
  color: #a02223;
}

.paragraph.section-3 {
  color: #d5c328;
}

.paragraph.section-4 {
  color: #f6f2d9;
}

.modeling-nemy {
  position: relative;
  z-index: 3;
  display: block;
  overflow: visible;
  width: auto;
  max-height: 70vh;
  margin-top: 27px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.modeling-nemy:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modeling-queued {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  width: auto;
  max-height: 70vh;
  margin-top: 27px;
  margin-right: auto;
  margin-left: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: auto;
}

.modeling-queued:hover {
  border-style: dotted;
  border-width: 0px;
  border-color: #27592d;
  border-radius: 0px;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: none;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.clients-grid {
  position: relative;
  max-width: 100vw;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.model-clients {
  max-width: 8vw;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 70vh;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  color: #262626;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-2.section-3 {
  color: #d5c328;
}

.heading-2.section-4 {
  color: #f6f2d9;
}

.heading-2.section-5 {
  color: #f6f2d9;
}

.heading-2.section-6 {
  color: #262626;
}

.heading-2.section-7 {
  color: #a02223;
}

.heading-2.section-8 {
  color: #d5c328;
}

.heading-2.section-9 {
  color: #f6f2d9;
}

.heading-2.section-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Pppangramsans, sans-serif;
  color: #9bb692;
  font-size: 45px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.heading-2.section-2-aabovdub {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Pppangramsans, sans-serif;
  color: #9bb692;
  font-size: 45px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.exa-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle--The-Square_Exa-campaign-content.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mask {
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.exa-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle_Exa-Foundation_Shade-140.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.exa-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/960x960exabeforeafter140nyaatcredobeauty_900x.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.exa-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Square_Exa-Foundation_Shade-150.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.exa-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/960x960exabeforeafter150dequanatcredobeauty_900x.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 70vh;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.stuzo-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle--The-Square_walking_for_Stuzo-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.stuzo-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Square_walking_for_Stuzo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.stuzo-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle_walking_for_Stuzo-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.stuzo-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_walking_for_Stuzo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.klyde-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle--The-Square_walking_for_Haus-of-Klyde.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.klyde-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Square_walking_for_Haus-of-Klyde.jpg');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.klyde-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Square_walking_for_Haus-of-Klyde-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.toh-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_for_Tree-of-Health-4.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}

.klyde-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle_walking_for_Haus-of-Klyde.jpg');
  background-position: 50% 20%;
  background-size: auto 90vh;
  background-repeat: no-repeat;
}

.klyde-slide-6 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle_walking_for_Haus-of-Klyde-2.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.taron-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle--The-Square_walking_for_Tarontino.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.taron-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Square_walking_for_Tarontino.jpg');
  background-position: 50% 25%;
  background-size: contain;
  background-repeat: no-repeat;
}

.taron-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle_walking_for_Tarontino.jpg');
  background-position: 50% 40%;
  background-size: contain;
  background-repeat: no-repeat;
}

.taron-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_walking_for_Tarontino-3.jpg');
  background-position: 50% 42%;
  background-size: contain;
  background-repeat: no-repeat;
}

.taron-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_walking_for_Tarontino-2.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.model-bio {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55vw;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a02223;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
}

.toh-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle--The-Square_for_Tree-of-Health-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.toh-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_for_Tree-of-Health-3.jpg');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.toh-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_for_Tree-of-Health.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.toh-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_for_Tree-of-Health-5.jpg');
  background-position: 50% 20%;
  background-size: auto 90vh;
  background-repeat: no-repeat;
}

.stock-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.stock-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos-2.jpg');
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stock-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stock-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos-3.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stock-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos-7.jpg');
  background-position: 50% 38%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stock-slide-6 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos-8.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stock-slide-7 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos-6.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stock-slide-8 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/The-Circle--The-Square_-Stock-Photos-5.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modeling-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-bottom: 35px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: transparent;
}

.body-2 {
  background-color: #e0eedc;
}

.slide-nav {
  display: block;
  margin-bottom: -40px;
}

.slide-nav-2 {
  display: block;
  margin-bottom: -40px;
  color: #d5c328;
}

.slide-nav-3 {
  display: block;
  margin-bottom: -40px;
}

.slide-nav-4 {
  display: block;
  margin-bottom: -40px;
}

.slide-nav-5 {
  display: block;
  margin-bottom: -40px;
}

.slide-nav-6 {
  display: block;
  margin-bottom: -40px;
}

.paintings-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.paintings-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
}

.paintings-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Untitled.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paintings-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_01542.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paintings-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/What-is-the-world-Painting_The-Circle--The-Square.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.illustration-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Light-Beams-Illustration_The-Circle--The-Square.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Parallel-People-Illustration_The-Circle--The-Square.png');
  background-position: 50% 22%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-23.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Man-Made-Wind-Illustration_The-Circle--The-Square.png');
  background-position: 50% 36%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-01-09.png');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-6 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Runway-Love-Illustration_The-Circle--The-Square.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.juice-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Fairplay-06.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.juice-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/fairplay-03.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.juice-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/fairplay-04-copy.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.juice-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/fairplay-02.jpg');
  background-position: 50% 42%;
  background-size: cover;
  background-repeat: no-repeat;
}

.juice-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Nec-Tar-21_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paintings-slide-6 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/TILNOOM-Painting_The-Circle--The-Square.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paintings-slide-7 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Astral-Bridge-Painting_The-Circle--The-Square.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paintings-slide-8 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Traveler-Painting_The-Circle--The-Square.jpg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paintings-slide-9 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Herbal-Fractal-Painting_The-Circle--The-Square.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paintings-slide-10 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Sunshine-Fractal-Painting_The-Circle--The-Square.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.illustration-slide-7 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-01-17.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.juice-slide-6 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Nec-Tar-10_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.juice-slide-7 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Chloron-Nec-Tar-1_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.juice-slide-8 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Paer-Nec-Tar-4_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.juice-slide-9 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Nec-Tar-23_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.juice-slide-10 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Nec-Tar-30_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fruit-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/0003.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruits-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/0002.jpg');
  background-position: 50% 22%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruit-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/0001.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruit-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/stuzo-06.jpg');
  background-position: 50% 36%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruit-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/stuzo2-04.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruit-slide-6 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/stuzo2-05.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruit-slide-7 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/stuzo2-06.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruit-slide-8 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Kiwano-Art_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fruit-slide-9 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Banana-Art_The-Circle--The-Square.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-34 {
  width: 100vw;
}

.desert-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Tapestry.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.desert-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Folding-Stool.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.desert-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/tote.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.desert-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Beach-Towel.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.desert-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Sling-Chair.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.desert-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Picnic-Blanket.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.desert-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.wall-art-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/parallel.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wall-art-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/no-better.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wall-art-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/fan-print.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wall-art-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/embrace-clock.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wall-art-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/wood-grapes.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.decor-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/shower-curtains2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.decor-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/comforters.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.decor-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/shams-copy.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.decor-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/bath-mats.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.decor-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/shower-curtains.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-37 {
  position: static;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mustreads-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/TheFourAgreementsCover.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mustreads-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/the-12-week-year.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mustreads-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Power-of-Your-subconscious-mind.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mustreads-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Power-of-habit.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mustreads-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Rizza_Islam_Book.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mustreads-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/19Keys-Solution-based-reprogramming.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.currentreads-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url("https://uploads-ssl.webflow.com/6163deb67772385c908358dc/6163deb677723873f08359ee_woke%20doesn't%20mean%20broke.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.currentreads-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Greens-of-june.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.currentreads-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/behold-a-pale-horse.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.currentreads-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/imhotep.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Manage-Your-Day-to-Day.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/the-12-week-year.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Power-of-habit.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Message-to-the-black-man.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Flower-of-Life-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Flower-of-Life-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-secret.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/the-power-of-now.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Science-of-Breath.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-10 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/the-perfection-of-yoga.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/1984.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Occult-Anatomy-of-man.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-History-of-Money.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Tavistock-Institute.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/the-new-jim-crow.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Marcus-Garvey.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Awakening-the-genius-of-the-black-children.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.futurereads-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Edible-Wild-Plants.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.model-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 80vh;
  max-width: 80vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-8 {
  width: 70vw;
  height: 60vh;
}

.dance-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.urbe-video {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 195, 40, 0.2)), to(rgba(213, 195, 40, 0.2)));
  background-image: linear-gradient(180deg, rgba(213, 195, 40, 0.2), rgba(213, 195, 40, 0.2));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.oxnard-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Tints-Illustration_The-Circle--The-Square.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oxnard-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Who-are-you-Illustration_The-Circle--The-Square.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oxnard-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Six-Summers-Illustration_The-Circle--The-Square.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oxnard-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Left-to-Right-Illustration_The-Circle--The-Square.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oxnard-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Trippy-Illustration_The-Circle--The-Square.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0015.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.photos-slide-2 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0031.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-3 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0072.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-4 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0008.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-5 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0024.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-6 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0035.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-7 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0053.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-8 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/3E3627DD-50D3-46AA-A51B-16A7B963DEA2.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-9 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/38BCC9B5-44E9-4BF5-AC4D-BB0D57F235E4.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-10 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/A9024291-AAF2-4B69-97D5-C6D2523E12F8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-11 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0044.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-12 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0059.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photos-slide-13 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/DSC_0035.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video {
  height: 70vh;
}

.bookshelf-heading {
  color: #262626;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-grid {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 677vh;
  margin-top: auto;
  padding-right: 60px;
  padding-left: 60px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 42px;
  -ms-grid-columns: 45vw 45vw;
  grid-template-columns: 45vw 45vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.about-grid.circle {
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50vw 50vw;
  grid-template-columns: 50vw 50vw;
  color: #d5c328;
}

.about-grid.square {
  padding-right: 0px;
  padding-left: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50vw 50vw;
  grid-template-columns: 50vw 50vw;
  background-color: #27592d;
  color: #d5c328;
}

.paragraph-circle {
  width: 35vw;
  color: #a02223;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
}

.paragraph-square {
  width: 35vw;
  color: #d5c328;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
}

.about-circle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 195, 40, 0.2)), to(rgba(213, 195, 40, 0.2)));
  background-image: linear-gradient(180deg, rgba(213, 195, 40, 0.2), rgba(213, 195, 40, 0.2));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.about-square {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 195, 40, 0.2)), to(rgba(213, 195, 40, 0.2)));
  background-image: linear-gradient(180deg, rgba(213, 195, 40, 0.2), rgba(213, 195, 40, 0.2));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.about-main-paragraph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.container-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50vh;
  max-width: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.q-digitals-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/QueueD_Avery_CompCard-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-digitals-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/QueueD---Close-Up.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-digitals-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/QueueD---Full-Body.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-digitals-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/QueueD-12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-digitals-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/QueueD---Profile.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.champion-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_Champion-Shoot_4.jpeg');
  background-position: 50% 5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.champion-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_Champion-Shoot_.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.champion-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_Champion-Shoot_5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.champion-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_Champion-Shoot_2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.champion-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_Champion-Shoot_6.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-stuzo-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_bts_walking_for_stuzo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-stuzo-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_ecommerce_for_stuzo-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-stuzo-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_ecommerce_for_stuzo-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-stuzo-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_ecommerce_for_stuzo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-stuzo-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_ecommerce_for_stuzo-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.roots-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_roots_shoot-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.roots-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_roots_shoot-4.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.roots-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_roots_shoot-6.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.roots-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_roots_shoot-5.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.roots-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_roots_shoot-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-klyde-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_walking_for_klyde-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-klyde-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_walking_for_klyde-4.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-klyde-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_walking_for_klyde.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-klyde-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_walking_for_klyde-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coast-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_for_fundamental-coast.JPG');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coast-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_for_fundamental-coast-4.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coast-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_for_fundamental-coast-2.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coast-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_for_fundamental-coast-3.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.coast-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_for_fundamental-coast-5.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-solo-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_solo-shott.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-blue-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_blue-room_shoot.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.q-blue-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_blue-room_shoot-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.q-blue-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_blue-room_shoot-5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.q-blue-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_blue-room_shoot-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.q-blue-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_blue-room_shoot-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.roots-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_roots_shoot.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.n-digitals-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/NyamekyeCompCard-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-digitals-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Nyamekye---Headshot.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-digitals-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0020.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-digitals-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0021.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-digitals-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0003.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-digitals-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0013.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shami-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_walking_for_Shami-2.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shami-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_walking_for_Shami-5.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shami-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_walking_for_Shami-3.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shami-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_walking_for_Shami-4.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shami-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_walking_for_Shami.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netty-nemy-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MAG•NET•IC-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netty-nemy-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MAG•NET•IC-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netty-nemy-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MAG•NET•IC-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netty-nemy-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MAG•NET•IC-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netty-nemy-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MAG•NET•IC-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.perry-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Perry_shoot-4.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.perry-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Perry_shoot-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.perry-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Perry_shoot-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.perry-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Perry_shoot.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.perry-slide-5 {
  display: block;
  margin-bottom: -40px;
  color: #d5c328;
}

.jacket-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0210.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jacket-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0198.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jacket-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0200.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jacket-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_luuve-tree_shoot-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jacket-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_luuve-tree_shoot-5.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.beauty-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.beauty-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/960x960exabeforeafter140nyaatcredobeauty_900x.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.beauty-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Deep.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.beauty-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/colourpop-arm-full.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.beauty-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/colourpop-lips-full2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowers-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0101.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flowers-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0139.jpg');
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowers-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0131.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowers-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0154-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowers-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_flowers_shoot-6.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.n-solo-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Solo-shot_.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-solo-slide2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_walking_for_Shami-5.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-solo-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Solo-shot_5.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-solo-slide4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Solo-shot_2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-solo-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Solo-shot_-4.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-solo-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_for_fundamental-coast-4.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-solo-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_roots_shoot-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-solo-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_ecommerce_for_stuzo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav-7 {
  display: block;
  margin-bottom: -40px;
  color: #d5c328;
}

.q-solo-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_blue-room_shoot-5.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-solo-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_Champion-Shoot_6.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.q-solo-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Square_walking_for_Stuzo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.yellow-icon {
  color: #d5c328;
  font-size: 20px;
}

.blk-icon {
  color: #262626;
  font-size: 20px;
}

.sand-icon {
  color: #f6f2d9;
  font-size: 20px;
}

.n-solo-slide-6 {
  background-image: url('../images/The-Circle_Solo-shot_-3.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-solo-slide-7 {
  background-image: url('../images/The-Circle_Perry_shoot-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n-solo-slide-8 {
  background-image: url('../images/The-Circle_luuve-tree_shoot-3_1.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow {
  margin-right: -70px;
}

.left-arrow {
  margin-left: -70px;
}

.perry-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_Perry_shoot-5.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowers-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_flowers_shoot-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flowers-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/The-Circle_flowers_shoot-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bookshelf-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.red-icon {
  color: #a02223;
  font-size: 20px;
}

.logos-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_SeedBurger.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_ZIther.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_ATOA.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_greenland.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_4bidden.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Sage.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_WeedWaffles.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_StoryScope.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_SoyRosas.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-10 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Madcap.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-11 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_ZenKush.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-12 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_legacy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-13 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_JeanJume.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-14 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_JL.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-15 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_xcursionist.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-16 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Princepe.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-17 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Beyond.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-18 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_delightful.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-19 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_SoulFoodMarkets.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-20 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Sage.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-21 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Reparate.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-22 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Jetpack.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-23 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Velocity.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-24 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Dawn.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-25 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Truth.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logos-slide-26 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_Healthier.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.package-slide-8-copy {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/package-design_Artboard-8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_Cover.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_The-Podcast.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_The-Problem.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_Solution.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_The-Show-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_The-Show-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_PDove.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_Nemy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_QueueD.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-10 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-11 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-12 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sfm-slide-13 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SFM_Artboard-13.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-6.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-7.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-8.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-9.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mp-slide-10 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MP-Behance_Artboard-10.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.atoa-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/ATOA_Artboard-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-1.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-10 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-11 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-12 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance_Artboard-12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wnw-slide-13 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/WNW-Behance-13.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-6-app.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-9 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-10 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-11 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seed-slide-12 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/SB_Artboard-12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.design-main-paragraph {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.home-nav-div {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.hex-links {
  max-height: 12vh;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-bottom: 0px;
  opacity: 1;
  cursor: none;
}

.hex-links:hover {
  opacity: 1;
}

.hex-links._1 {
  max-width: 10vw;
  margin-top: 0px;
}

.hex-links._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.hex-links._3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hex-links._4 {
  margin-top: 0px;
}

.hex-links._5 {
  padding-top: 0px;
}

.hex-links._6 {
  margin-top: 0px;
}

.image-39 {
  position: absolute;
  overflow: hidden;
  width: 140%;
  max-width: none;
}

.home-link-gif-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-link-gif-div._1 {
  max-width: 10vw;
}

.home-link-gif-div._2 {
  margin-bottom: 0px;
}

.home-link-gif-div._4 {
  margin-top: 0px;
}

.home-link-gif-div._6 {
  margin-top: 0px;
}

.hero-link {
  margin-top: 5px;
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-link.music {
  padding-bottom: 0px;
}

.black-arrow {
  position: fixed;
  display: block;
  max-width: 50px;
}

.back-arrow {
  width: 50px;
  height: 50px;
  margin-right: 690px;
  margin-left: 0px;
  padding: 0px;
}

.back-arrow.w--current {
  width: 50px;
  height: 50px;
  margin-right: 690px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.yellow-arrow {
  position: fixed;
  max-width: 50px;
}

.sand-arrow {
  position: fixed;
  max-width: 50px;
}

.red-arrow {
  position: fixed;
  max-width: 50px;
}

.container-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 82px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-bio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.image-42 {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  margin-top: 0px;
  margin-left: 26px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.bookshelf-illustration {
  position: absolute;
  width: 33vw;
  margin-top: -30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.bookshelf-illustration-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33vw;
  margin-top: 0px;
  margin-bottom: -475px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-43 {
  position: absolute;
  display: block;
  width: 100vw;
}

.shop-bio {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262626;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
}

.button-2 {
  display: none;
}

.pitch-slide-10 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_LilBit.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pitch-slide-11 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Pitch_Contact.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-container-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50vh;
  max-width: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.music-grids {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 677vh;
  margin-top: auto;
  padding-right: 60px;
  padding-left: 60px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 42px;
  -ms-grid-columns: 45vw 45vw;
  grid-template-columns: 45vw 45vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.music-grids.circle-home {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 45vw 45vw;
  grid-template-columns: 45vw 45vw;
}

.music-grids.square-home {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 60px;
}

.music-grids.sadguru {
  color: #a02223;
}

.music-grids.breaks {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #27592d;
  color: #262626;
}

.music-grids.thennow {
  color: #262626;
}

.music-grids.donate {
  color: #262626;
}

.home-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50vh;
  max-width: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.illustration-slide-8 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/No-Thank-You-Illustration_The-Circle--The-Square.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-9 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-01-10.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-10 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Hoop-01.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-11 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-24.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-12 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/07-01.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-13 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-25.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-14 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/08-01.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-15 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-01-11.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-16 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/10lg-01.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-slide-17 {
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/Retro-01-13.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.beauty-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.beauty-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.netty-nemy-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MAG•NET•IC-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.netty-nemy-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/MAG•NET•IC-3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.reeligtv-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.reeligtv-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.reeligtv-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.reeligtv-slide-1-copy {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.reeligtv-slide-4 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.reeligtv-slide-5 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.reeligtv-slide-6 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.reeligtv-slide-7 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.plant-paper-slide-1 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_01612.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.plant-paper-slide-2 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.plant-paper-slide-3 {
  width: 70vw;
  height: 70vh;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/DSC_0094.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.desert-slide-8 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Floor-Pillow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/illustration-01.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pastreads-slide-11 {
  width: 70vw;
  height: 70vh;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Time-and-the-Technosphere.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.html-embed {
  width: 90%;
  height: 85%;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  width: 10%;
  max-height: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-44 {
  max-width: 100%;
}

.cursor-wrapper {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-dot {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #b7b4ed;
  font-family: Pppangramsans, sans-serif;
  font-size: 18px;
}

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

.cursor_text {
  width: auto;
  height: 20px;
  border-radius: 100px;
  background-color: transparent;
}

.hex-images {
  position: static;
  max-width: 10vw;
  margin-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

.hex-images:hover {
  opacity: 0;
}

.hex-images._1 {
  max-width: 10vw;
  margin-top: 0px;
}

.hex-images._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.hex-images._3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hex-images._4 {
  margin-top: 0px;
}

.hex-images._5 {
  padding-top: 0px;
}

.hex-images._6 {
  margin-top: 0px;
}

.image-39-copy {
  position: absolute;
  max-width: 50vw;
}

.image-45 {
  display: block;
  width: 49%;
}

._360 {
  margin-bottom: 15px;
  font-family: Pppangramsans, sans-serif;
  color: #9bb692;
  font-size: 16px;
}

.info {
  max-width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inconsolata, monospace;
  color: #51584f;
}

.info {
  margin-bottom: 60px;
}

.background-video {
  width: 90%;
  min-height: 80vh;
  min-width: auto;
}

.banner {
  max-width: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.districts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.district {
  height: 70vh;
  max-width: 100%;
}

.div-block-10-double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.infounder360 {
  margin-bottom: 60px;
}

.info360 {
  max-width: 60%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  color: #51584f;
}

.info-copy {
  max-width: 70%;
  min-width: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Inconsolata, monospace;
  color: #51584f;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-46 {
  max-height: none;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-7 {
  display: block;
  max-height: 90vh;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-47 {
  display: inline-block;
  max-height: 90vh;
  margin-bottom: 0px;
}

.heading-3 {
  font-family: Pppangramsans, sans-serif;
}

.div-block-11 {
  font-family: Inconsolata, monospace;
}

@media screen and (min-width: 1440px) {
  .section {
    margin-top: 0px;
  }

  .section.green {
    background-color: rgba(226, 226, 226, 0);
  }

  .section.square {
    padding-top: 0px;
  }

  .section.quote {
    padding-bottom: 60px;
  }

  .section.music {
    padding-top: 0px;
  }

  .section.modeling {
    padding-bottom: 0px;
  }

  .section.modeling-hero {
    margin-top: 0px;
    cursor: none;
  }

  .section.about-last-section {
    padding-top: 0px;
  }

  .section.grey {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f6f2d9;
  }

  .section.grey {
    margin-top: 40px;
  }

  .blk-blocks {
    width: 100vw;
    max-width: 100vw;
  }

  .container-blocks {
    max-width: 100vw;
  }

  .red-blocks {
    width: 100vw;
  }

  .yellow-blocks {
    width: 100vw;
  }

  .sand-blocks {
    width: 100vw;
    max-width: 100vw;
  }

  .button.donate {
    margin-top: 10px;
  }

  .footer-grid.footer {
    margin-bottom: 20px;
  }

  .footer-button-grid {
    margin-bottom: -490px;
  }

  .red-circle {
    max-width: 25vw;
  }

  .green-square {
    max-width: 25vw;
  }

  .model-bio {
    z-index: 1;
    max-width: 60vw;
  }

  .modeling-container {
    margin-bottom: 0px;
  }

  .container-5 {
    margin-bottom: 60px;
  }

  .home-link-gif-div._2 {
    margin-bottom: 0px;
  }

  .home-link-gif-div._4 {
    margin-top: 0px;
  }

  .home-link-gif-div._5 {
    margin-bottom: 30px;
  }

  .home-link-gif-div._6 {
    margin-top: 0px;
  }

  .back-arrow.w--current {
    margin-right: 800px;
  }

  .container-6 {
    max-width: 1400px;
  }

  .home-bio {
    width: 40vw;
  }

  .image-42 {
    width: 100vw;
    margin-left: 0px;
  }

  .bookshelf-illustration-2 {
    margin-bottom: -570px;
  }

  .about-container-1 {
    margin-bottom: 60px;
  }

  .home-container {
    margin-bottom: 60px;
  }

  .info {
    margin-bottom: 0px;
  }

  .info {
    margin-bottom: 40px;
  }

  .districts {
    width: 100%;
    height: 80vh;
    max-height: none;
  }

  .district {
    height: auto;
    max-height: 75vh;
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    margin-top: 0px;
    padding-bottom: 0px;
  }

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

  .section.square {
    padding-bottom: 30px;
  }

  .section.shop {
    padding-bottom: 90px;
    color: #d5c328;
  }

  .section.hybrid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.breaks {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.thennow {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.modeling-hero {
    padding-top: 0px;
  }

  .section.about {
    padding-top: 90px;
  }

  .section.videosec {
    padding-top: 0px;
  }

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

  .container {
    max-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-holder {
    margin-top: 30px;
  }

  .social-wrapper {
    margin-top: 0px;
  }

  .grid-2.nemy {
    margin-left: 90px;
  }

  .grid-2.hybrid {
    -ms-grid-rows: 4vh 2vh 6vh;
    grid-template-rows: 4vh 2vh 6vh;
  }

  .grid-2.sadguru {
    -ms-grid-rows: 4vh 2vh 6vh;
    grid-template-rows: 4vh 2vh 6vh;
  }

  .grid-2.breaks {
    -ms-grid-rows: 4vh 2vh 6vh;
    grid-template-rows: 4vh 2vh 6vh;
  }

  .grid-2.thennow {
    -ms-grid-rows: 4vh 5vh 6vh;
    grid-template-rows: 4vh 5vh 6vh;
  }

  .blk-blocks {
    max-width: 100vw;
    min-width: 100vw;
  }

  .circle-video {
    width: 60vh;
    margin-left: 60px;
  }

  .footer-grid.footer {
    margin-bottom: 30px;
  }

  .footer-button-grid {
    margin-bottom: -570px;
  }

  .red-circle {
    max-width: 22vw;
  }

  .green-square {
    max-width: 22vw;
  }

  .heading-2.section-9 {
    color: #d5c328;
  }

  .stuzo-slide-1 {
    margin-left: 1px;
  }

  .stuzo-slide-3 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .stuzo-slide-4 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .stuzo-slide-5 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .modeling-container {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .paintings-slide-1 {
    margin-left: 1px;
  }

  .paintings-slide-2 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-3 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-4 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-5 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-6 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-7 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-8 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-9 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .paintings-slide-10 {
    margin-right: 1px;
    margin-left: 1px;
  }

  .desert-slide-1 {
    margin-left: 1px;
  }

  .desert-slide-2 {
    margin-left: 1px;
  }

  .desert-slide-3 {
    margin-left: 1px;
  }

  .desert-slide-4 {
    margin-left: 1px;
  }

  .desert-slide-5 {
    margin-left: 1px;
  }

  .desert-slide-6 {
    margin-left: 1px;
  }

  .desert-slide-7 {
    margin-left: 1px;
  }

  .wall-art-slide-1 {
    margin-left: 1px;
  }

  .wall-art-slide-2 {
    margin-left: 1px;
  }

  .wall-art-slide-3 {
    margin-left: 1px;
  }

  .wall-art-slide-4 {
    margin-left: 1px;
  }

  .wall-art-slide-5 {
    margin-left: 1px;
  }

  .decor-slide-1 {
    margin-left: 1px;
  }

  .decor-slide-2 {
    margin-left: 1px;
  }

  .decor-slide-3 {
    margin-left: 1px;
  }

  .decor-slide-4 {
    margin-left: 1px;
  }

  .decor-slide-5 {
    margin-left: 1px;
  }

  .mustreads-slide-1 {
    margin-left: 1px;
  }

  .mustreads-slide-2 {
    margin-left: 1px;
  }

  .mustreads-slide-3 {
    margin-left: 1px;
  }

  .mustreads-slide-4 {
    margin-left: 1px;
  }

  .mustreads-slide-5 {
    margin-left: 1px;
  }

  .mustreads-slide-6 {
    margin-left: 1px;
  }

  .currentreads-slide-1 {
    margin-left: 1px;
  }

  .currentreads-slide-2 {
    margin-left: 1px;
  }

  .currentreads-slide-3 {
    margin-left: 1px;
  }

  .currentreads-slide-4 {
    margin-left: 1px;
  }

  .pastreads-slide-1 {
    margin-left: 1px;
  }

  .pastreads-slide-2 {
    margin-left: 1px;
  }

  .pastreads-slide-3 {
    margin-left: 1px;
  }

  .pastreads-slide-4 {
    margin-left: 1px;
  }

  .pastreads-slide-5 {
    margin-left: 1px;
  }

  .pastreads-slide-6 {
    margin-left: 1px;
  }

  .pastreads-slide-7 {
    margin-left: 1px;
  }

  .pastreads-slide-8 {
    margin-left: 1px;
  }

  .pastreads-slide-9 {
    margin-left: 1px;
  }

  .pastreads-slide-10 {
    margin-left: 1px;
  }

  .futurereads-slide-1 {
    margin-left: 1px;
  }

  .futurereads-slide-2 {
    margin-left: 1px;
  }

  .futurereads-slide-3 {
    margin-left: 1px;
  }

  .futurereads-slide-4 {
    margin-left: 1px;
  }

  .futurereads-slide-5 {
    margin-left: 1px;
  }

  .futurereads-slide-6 {
    margin-left: 1px;
  }

  .futurereads-slide-7 {
    margin-left: 1px;
  }

  .futurereads-slide-8 {
    margin-left: 1px;
  }

  .q-digitals-slide-1 {
    margin-left: 1px;
  }

  .q-digitals-slide-2 {
    margin-left: 1px;
  }

  .q-digitals-slide-3 {
    margin-left: 1px;
  }

  .q-digitals-slide-4 {
    margin-left: 1px;
  }

  .q-digitals-slide-5 {
    margin-left: 1px;
  }

  .champion-slide-1 {
    margin-left: 1px;
  }

  .champion-slide-2 {
    margin-left: 1px;
  }

  .champion-slide-3 {
    margin-left: 1px;
  }

  .champion-slide-4 {
    margin-left: 1px;
  }

  .champion-slide-5 {
    margin-left: 1px;
  }

  .q-stuzo-slide-1 {
    margin-left: 1px;
  }

  .q-stuzo-slide-2 {
    margin-left: 1px;
  }

  .q-stuzo-slide-3 {
    margin-left: 1px;
  }

  .q-stuzo-slide-4 {
    margin-left: 1px;
  }

  .q-stuzo-slide-5 {
    margin-left: 1px;
  }

  .roots-slide-1 {
    margin-left: 1px;
  }

  .roots-slide-2 {
    margin-left: 1px;
  }

  .roots-slide-3 {
    margin-left: 1px;
  }

  .roots-slide-4 {
    margin-left: 1px;
  }

  .roots-slide-5 {
    margin-left: 1px;
  }

  .q-klyde-slide-1 {
    margin-left: 1px;
  }

  .q-klyde-slide-2 {
    margin-left: 1px;
  }

  .q-klyde-slide-3 {
    margin-left: 1px;
  }

  .q-klyde-slide-4 {
    margin-left: 1px;
  }

  .coast-slide-1 {
    margin-left: 1px;
  }

  .coast-slide-2 {
    margin-left: 1px;
  }

  .coast-slide-3 {
    margin-left: 1px;
  }

  .coast-slide-4 {
    margin-left: 1px;
  }

  .coast-slide-5 {
    margin-left: 1px;
  }

  .q-solo-slide-1 {
    margin-left: 1px;
  }

  .q-blue-slide-1 {
    margin-left: 1px;
  }

  .q-blue-slide-2 {
    margin-left: 1px;
  }

  .q-blue-slide-3 {
    margin-left: 1px;
  }

  .q-blue-slide-4 {
    margin-left: 1px;
  }

  .q-blue-slide-5 {
    margin-left: 1px;
  }

  .roots-slide-6 {
    margin-left: 1px;
  }

  .n-digitals-slide-1 {
    margin-left: 1px;
  }

  .n-digitals-slide-2 {
    margin-left: 1px;
  }

  .n-digitals-slide-3 {
    margin-left: 1px;
  }

  .n-digitals-slide-4 {
    margin-left: 1px;
  }

  .n-digitals-slide-5 {
    margin-left: 1px;
  }

  .n-digitals-slide-6 {
    margin-left: 1px;
  }

  .shami-slide-1 {
    margin-left: 1px;
  }

  .shami-slide-2 {
    margin-left: 1px;
  }

  .shami-slide-3 {
    margin-left: 1px;
  }

  .shami-slide-4 {
    margin-left: 1px;
  }

  .shami-slide-5 {
    margin-left: 1px;
  }

  .netty-nemy-slide-1 {
    margin-left: 1px;
  }

  .netty-nemy-slide-2 {
    margin-left: 1px;
  }

  .netty-nemy-slide-3 {
    margin-left: 1px;
  }

  .netty-nemy-slide-4 {
    margin-left: 1px;
  }

  .netty-nemy-slide-5 {
    margin-left: 1px;
  }

  .perry-slide-1 {
    margin-left: 1px;
  }

  .perry-slide-2 {
    margin-left: 1px;
  }

  .perry-slide-3 {
    margin-left: 1px;
  }

  .perry-slide-4 {
    margin-left: 1px;
  }

  .jacket-slide-1 {
    margin-left: 1px;
  }

  .jacket-slide-2 {
    margin-left: 1px;
  }

  .jacket-slide-3 {
    margin-left: 1px;
  }

  .jacket-slide-4 {
    margin-left: 1px;
  }

  .jacket-slide-5 {
    margin-left: 1px;
  }

  .beauty-slide-3 {
    margin-left: 1px;
  }

  .beauty-slide-4 {
    margin-left: 1px;
  }

  .beauty-slide-5 {
    margin-left: 1px;
  }

  .beauty-slide-6 {
    margin-left: 1px;
  }

  .beauty-slide-7 {
    margin-left: 1px;
  }

  .flowers-slide-1 {
    margin-left: 1px;
  }

  .flowers-slide-2 {
    margin-left: 1px;
  }

  .flowers-slide-3 {
    margin-left: 1px;
  }

  .flowers-slide-4 {
    margin-left: 1px;
  }

  .flowers-slide-5 {
    margin-left: 1px;
  }

  .n-solo-slide-1 {
    margin-left: 1px;
  }

  .n-solo-slide2 {
    margin-left: 1px;
  }

  .n-solo-slide-3 {
    margin-left: 1px;
  }

  .n-solo-slide4 {
    margin-left: 1px;
  }

  .n-solo-slide-5 {
    margin-left: 1px;
  }

  .q-solo-slide-2 {
    margin-left: 1px;
  }

  .q-solo-slide-4 {
    margin-left: 1px;
  }

  .q-solo-slide-5 {
    margin-left: 1px;
  }

  .q-solo-slide-6 {
    margin-left: 1px;
  }

  .q-solo-slide-7 {
    margin-left: 1px;
  }

  .q-solo-slide-8 {
    margin-left: 1px;
  }

  .perry-slide-6 {
    margin-left: 1px;
  }

  .flowers-slide-6 {
    margin-left: 1px;
  }

  .flowers-slide-7 {
    margin-left: 1px;
  }

  .bookshelf-container {
    margin-bottom: 60px;
  }

  .logos-slide-1 {
    margin-left: 1px;
  }

  .logos-slide-2 {
    margin-left: 1px;
  }

  .logos-slide-3 {
    margin-left: 1px;
  }

  .logos-slide-4 {
    margin-left: 1px;
  }

  .logos-slide-5 {
    margin-left: 1px;
  }

  .logos-slide-6 {
    margin-left: 1px;
  }

  .logos-slide-7 {
    margin-left: 1px;
  }

  .logos-slide-8 {
    margin-left: 1px;
  }

  .logos-slide-9 {
    margin-left: 1px;
  }

  .logos-slide-10 {
    margin-left: 1px;
  }

  .logos-slide-11 {
    margin-left: 1px;
  }

  .logos-slide-12 {
    margin-left: 1px;
  }

  .logos-slide-13 {
    margin-left: 1px;
  }

  .logos-slide-14 {
    margin-left: 1px;
  }

  .logos-slide-15 {
    margin-left: 1px;
  }

  .logos-slide-16 {
    margin-left: 1px;
  }

  .logos-slide-17 {
    margin-left: 1px;
  }

  .logos-slide-18 {
    margin-left: 1px;
  }

  .logos-slide-19 {
    margin-left: 1px;
  }

  .logos-slide-20 {
    margin-left: 1px;
  }

  .logos-slide-21 {
    margin-left: 1px;
  }

  .logos-slide-22 {
    margin-left: 1px;
  }

  .logos-slide-23 {
    margin-left: 1px;
  }

  .logos-slide-24 {
    margin-left: 1px;
  }

  .logos-slide-25 {
    margin-left: 1px;
  }

  .logos-slide-26 {
    margin-left: 1px;
  }

  .package-slide-1 {
    margin-left: 1px;
  }

  .package-slide-2 {
    margin-left: 1px;
  }

  .package-slide-3 {
    margin-left: 1px;
  }

  .package-slide-4 {
    margin-left: 1px;
  }

  .package-slide-5 {
    margin-left: 1px;
  }

  .package-slide-7 {
    margin-left: 1px;
  }

  .package-slide-8 {
    margin-left: 1px;
  }

  .package-slide-9 {
    margin-left: 1px;
  }

  .package-slide-8-copy {
    margin-left: 1px;
  }

  .pitch-slide-1 {
    margin-left: 1px;
  }

  .pitch-slide-2 {
    margin-left: 1px;
  }

  .pitch-slide-3 {
    margin-left: 1px;
  }

  .pitch-slide-4 {
    margin-left: 1px;
  }

  .pitch-slide-5 {
    margin-left: 1px;
  }

  .pitch-slide-6 {
    margin-left: 1px;
  }

  .pitch-slide-7 {
    margin-left: 1px;
  }

  .pitch-slide-8 {
    margin-left: 1px;
  }

  .pitch-slide-9 {
    margin-left: 1px;
  }

  .sfm-slide-1 {
    margin-left: 1px;
  }

  .sfm-slide-2 {
    margin-left: 1px;
  }

  .sfm-slide-3 {
    margin-left: 1px;
  }

  .sfm-slide-4 {
    margin-left: 1px;
  }

  .sfm-slide-5 {
    margin-left: 1px;
  }

  .sfm-slide-6 {
    margin-left: 1px;
  }

  .sfm-slide-7 {
    margin-left: 1px;
  }

  .sfm-slide-8 {
    margin-left: 1px;
  }

  .sfm-slide-9 {
    margin-left: 1px;
  }

  .sfm-slide-10 {
    margin-left: 1px;
  }

  .sfm-slide-11 {
    margin-left: 1px;
  }

  .sfm-slide-12 {
    margin-left: 1px;
  }

  .sfm-slide-13 {
    margin-left: 1px;
  }

  .mp-slide-1 {
    margin-left: 1px;
  }

  .mp-slide-2 {
    margin-left: 1px;
  }

  .mp-slide-3 {
    margin-left: 1px;
  }

  .mp-slide-4 {
    margin-left: 1px;
  }

  .mp-slide-5 {
    margin-left: 1px;
  }

  .mp-slide-6 {
    margin-left: 1px;
  }

  .mp-slide-7 {
    margin-left: 1px;
  }

  .mp-slide-8 {
    margin-left: 1px;
  }

  .mp-slide-9 {
    margin-left: 1px;
  }

  .mp-slide-10 {
    margin-left: 1px;
  }

  .atoa-slide-1 {
    margin-left: 1px;
  }

  .atoa-slide-2 {
    margin-left: 1px;
  }

  .atoa-slide-3 {
    margin-left: 1px;
  }

  .atoa-slide-4 {
    margin-left: 1px;
  }

  .atoa-slide-5 {
    margin-left: 1px;
  }

  .atoa-slide-6 {
    margin-left: 1px;
  }

  .atoa-slide-7 {
    margin-left: 1px;
  }

  .atoa-slide-8 {
    margin-left: 1px;
  }

  .atoa-slide-9 {
    margin-left: 1px;
  }

  .wnw-slide-1 {
    margin-left: 1px;
  }

  .wnw-slide-2 {
    margin-left: 1px;
  }

  .wnw-slide-3 {
    margin-left: 1px;
  }

  .wnw-slide-4 {
    margin-left: 1px;
  }

  .wnw-slide-5 {
    margin-left: 1px;
  }

  .wnw-slide-6 {
    margin-left: 1px;
  }

  .wnw-slide-7 {
    margin-left: 1px;
  }

  .wnw-slide-8 {
    margin-left: 1px;
  }

  .wnw-slide-9 {
    margin-left: 1px;
  }

  .wnw-slide-10 {
    margin-left: 1px;
  }

  .wnw-slide-11 {
    margin-left: 1px;
  }

  .wnw-slide-12 {
    margin-left: 1px;
  }

  .wnw-slide-13 {
    margin-left: 1px;
  }

  .seed-slide-1 {
    margin-left: 1px;
  }

  .seed-slide-2 {
    margin-left: 1px;
  }

  .seed-slide-3 {
    margin-left: 1px;
  }

  .seed-slide-4 {
    margin-left: 1px;
  }

  .seed-slide-5 {
    margin-left: 1px;
  }

  .seed-slide-6 {
    margin-left: 1px;
  }

  .seed-slide-7 {
    margin-left: 1px;
  }

  .seed-slide-8 {
    margin-left: 1px;
  }

  .seed-slide-9 {
    margin-left: 1px;
  }

  .seed-slide-10 {
    margin-left: 1px;
  }

  .seed-slide-11 {
    margin-left: 1px;
  }

  .seed-slide-12 {
    margin-left: 1px;
  }

  .home-nav-div {
    position: static;
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-39 {
    z-index: 0;
  }

  .home-link-gif-div._4 {
    margin-top: 0px;
  }

  .home-link-gif-div._6 {
    margin-top: 0px;
  }

  .back-arrow.w--current {
    margin-right: 1000px;
  }

  .container-6 {
    max-width: 1600px;
  }

  .home-bio {
    width: 35vw;
  }

  .image-42 {
    width: 100vw;
    margin-left: 0px;
  }

  .bookshelf-illustration-2 {
    margin-bottom: -643px;
  }

  .image-43 {
    overflow: hidden;
    width: auto;
    max-width: 100vw;
    min-width: 90vw;
  }

  .pitch-slide-10 {
    margin-left: 1px;
  }

  .pitch-slide-11 {
    margin-left: 1px;
  }

  .beauty-slide-1 {
    margin-left: 1px;
  }

  .beauty-slide-2 {
    margin-left: 1px;
  }

  .netty-nemy-slide-6 {
    margin-left: 1px;
  }

  .netty-nemy-slide-7 {
    margin-left: 1px;
  }

  .desert-slide-8 {
    margin-left: 1px;
  }

  .pastreads-slide-11 {
    margin-left: 1px;
  }

  .div-block-9 {
    display: inline-block;
    max-width: 8vw;
  }

  .image-44 {
    width: 100%;
  }

  .image-39-copy {
    z-index: 0;
    max-width: 30vw;
  }

  .info {
    font-size: 18px;
  }

  .info360 {
    font-size: 18px;
  }

  .info-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    max-height: none;
    min-height: auto;
    padding: 20px 30px 0px;
  }

  .section.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero {
    min-height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section.square {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.quote._2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section.music {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.modeling {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.art {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.hybrid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.sadguru {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.breaks {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.thennow {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.modeling-hero {
    padding-right: 0px;
    padding-left: 0px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section.about {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section.square-about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.about-last-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section._4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.videosec {
    max-width: 100vw;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .heading {
    margin-bottom: 10px;
  }

  .heading.home.circle {
    max-width: 240px;
  }

  .heading.home.square {
    text-align: right;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.hero {
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-holder {
    min-width: 70vw;
  }

  .social-wrapper.music-home {
    max-height: 10vh;
  }

  .social-link {
    min-height: 8vw;
    min-width: 8vw;
  }

  .social-link.music-home {
    max-height: 10vh;
    min-height: 10vh;
    margin-top: -12px;
  }

  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 11px;
    background-color: transparent;
  }

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

  .icon {
    background-color: transparent;
    color: #262626;
  }

  .home-grids {
    padding-right: 31px;
    padding-left: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 23px;
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .home-grids.circle-home {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 138px;
  }

  .home-grids.square-home {
    display: -ms-grid;
    display: grid;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1.5fr;
    grid-column-gap: 72px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .home-grids.sadguru {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .home-grids.breaks {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .home-grids.thennow {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .home-grids.donate {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

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

  .grid-2.queued {
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 19px 90px 139px auto;
    grid-template-rows: 19px 90px 139px auto;
  }

  .grid-2.nemy {
    margin-left: 10px;
    -ms-grid-rows: 17px 96px 91px auto;
    grid-template-rows: 17px 96px 91px auto;
  }

  .grid-2.hybrid {
    margin-bottom: -39px;
    -ms-grid-rows: 5vh 10vh 5vh 2vh;
    grid-template-rows: 5vh 10vh 5vh 2vh;
  }

  .grid-2.sadguru {
    margin-bottom: -39px;
    -ms-grid-rows: 5vh 5vh 5vh 2vh;
    grid-template-rows: 5vh 5vh 5vh 2vh;
  }

  .grid-2.breaks {
    margin-bottom: -39px;
    -ms-grid-rows: 10vh 9vh 5vh 2vh;
    grid-template-rows: 10vh 9vh 5vh 2vh;
  }

  .grid-2.thennow {
    margin-bottom: -39px;
    -ms-grid-rows: 5vh 16vh 5vh 2vh;
    grid-template-rows: 5vh 16vh 5vh 2vh;
  }

  .grid-2.donate {
    margin-bottom: -39px;
    -ms-grid-rows: 5vh 10vh 5vh 2vh;
    grid-template-rows: 5vh 10vh 5vh 2vh;
  }

  .grid-2.donate.yellow {
    -ms-grid-rows: 5vh 10vh;
    grid-template-rows: 5vh 10vh;
  }

  .loves {
    font-size: 18px;
  }

  .loves.circle {
    max-width: 30vw;
  }

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

  .queued-home {
    margin-left: -6px;
  }

  .nemy-home {
    margin-left: 15px;
  }

  .circle-video {
    width: 50vw;
    height: 50vw;
  }

  .footer-grid.footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .red-circle {
    max-width: 40vw;
  }

  .green-square {
    max-width: 40vw;
  }

  .queued-hero {
    overflow: hidden;
    max-height: none;
    margin-right: -2px;
  }

  .nemy-hero {
    overflow: hidden;
    margin-left: -2px;
  }

  .square-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 50vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-12 {
    min-height: 8px;
    min-width: 8vw;
  }

  .image-13 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .image-14 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .image-15 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .image-16 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .image-17 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .image-18 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .image-19 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .image-20 {
    width: 50vw;
    height: auto;
    max-width: 50vw;
    margin-left: 30px;
  }

  .black-logo {
    max-width: none;
  }

  .modeling-nemy {
    margin-left: 15px;
  }

  .modeling-queued {
    margin-left: -6px;
  }

  .heading-2.section-2 {
    max-width: 85%;
    line-height: 50px;
    text-align: center;
  }

  .heading-2.section-2-aabovdub {
    margin-bottom: 20px;
  }

  .model-bio {
    font-size: 25px;
    line-height: 40px;
  }

  .div-block-8 {
    width: 90vw;
  }

  .urbe-video {
    height: 60vh;
  }

  .about-grid {
    padding-right: 31px;
    padding-left: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 23px;
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .about-grid.circle {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 0px;
    -ms-grid-columns: 382px 50vw;
    grid-template-columns: 382px 50vw;
  }

  .about-grid.square {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 0px;
    -ms-grid-columns: 382px 50vw;
    grid-template-columns: 382px 50vw;
  }

  .about-main-paragraph {
    position: relative;
    width: 70vw;
  }

  .container-5 {
    max-width: 60vw;
  }

  .champion-slide-1 {
    background-image: url('../images/DSC_0215.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .beauty-slide-3 {
    background-image: url('../images/DSC_0215.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .yellow-icon {
    display: block;
  }

  .blk-icon {
    display: block;
  }

  .sand-icon {
    display: block;
  }

  .bookshelf-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .red-icon {
    display: block;
  }

  .pitch-slide-1 {
    background-image: url('../images/DSC_0215.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .home-nav-div {
    min-width: 130%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .hex-links {
    height: 15vh;
    max-width: 13vw;
    margin-bottom: 33px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hex-links._1 {
    max-width: 13vw;
  }

  .image-39 {
    width: 170%;
  }

  .home-link-gif-div._1 {
    max-width: 13vw;
  }

  .back-arrow {
    margin-right: 350px;
  }

  .back-arrow.w--current {
    margin-right: 394px;
  }

  .home-bio {
    position: relative;
  }

  .bookshelf-illustration {
    display: none;
  }

  .bookshelf-illustration-2 {
    display: none;
  }

  .about-container-1 {
    max-width: 60vw;
  }

  .music-grids {
    padding-right: 31px;
    padding-left: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-column-gap: 23px;
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .music-grids.circle-home {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 138px;
  }

  .music-grids.square-home {
    display: -ms-grid;
    display: grid;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1.5fr;
    grid-column-gap: 72px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .music-grids.sadguru {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .music-grids.breaks {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .music-grids.thennow {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .music-grids.donate {
    -ms-grid-columns: 50vw 39vw;
    grid-template-columns: 50vw 39vw;
  }

  .home-container {
    max-width: 60vw;
  }

  .beauty-slide-2 {
    background-image: url('../images/DSC_0215.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .div-block-about {
    background-position: 50% 100%;
    background-size: contain;
  }

  .html-embed {
    height: 85vh;
  }

  .image-44 {
    max-width: 100ch;
  }

  .cursor-wrapper {
    display: none;
  }

  .hex-images {
    display: block;
    height: 14vh;
    max-width: 19vw;
  }

  .hex-images._1 {
    max-width: 13vw;
  }

  .info {
    margin-right: 30px;
    margin-left: 30px;
  }

  .info {
    max-width: 90%;
    padding-right: 42px;
    padding-left: 40px;
  }

  .info {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .background-video {
    min-height: 60vh;
  }

  .banner {
    max-width: 10%;
  }

  .district {
    height: 50vh;
  }

  .div-block-10-double {
    margin-top: 10px;
  }

  .lottie-animation-2 {
    width: 100vw;
    max-width: none;
  }

  .info-copy {
    max-width: 90%;
    margin-top: 20px;
    font-family: Inconsolata, monospace;
    color: #51584f;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.green {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.square {
    padding: 0px 10px;
  }

  .section.quote {
    padding-right: 60px;
    padding-left: 60px;
  }

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

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

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

  .section.art {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.shop {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.hybrid {
    padding-top: 0px;
  }

  .section.sadguru {
    padding-top: 0px;
  }

  .section.breaks {
    padding-top: 0px;
  }

  .section.thennow {
    padding-top: 0px;
  }

  .section.modeling-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.circle-about {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.square-about {
    padding-top: 0px;
  }

  .section.about-last-section {
    padding-top: 0px;
  }

  .section._4 {
    padding-top: 0px;
  }

  .section.videosec {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.grey {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    font-size: 30px;
  }

  .heading.home {
    max-height: 40px;
    max-width: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading.home.square {
    font-size: 24px;
  }

  .heading.section-2 {
    max-height: 40px;
    max-width: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.hero {
    max-width: 100%;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block {
    width: 60vw;
    text-align: center;
  }

  .text-block.circle {
    width: 40vw;
    text-align: left;
  }

  .footer-holder {
    background-color: transparent;
  }

  .social-wrapper {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 90vw;
    margin-top: 25px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-wrapper.music-home {
    width: 50vw;
    margin-top: 0px;
  }

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

  .social-link.music-home {
    width: 40px;
    max-width: 50px;
    margin-top: 0px;
  }

  .home-grids {
    max-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 11px;
    grid-row-gap: 15px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 50vh 40vh;
    grid-template-rows: 50vh 40vh;
  }

  .home-grids.circle-home {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: flex-start;
    grid-column-gap: 10px;
    grid-row-gap: 27px;
    -ms-grid-columns: 40vw 50vw;
    grid-template-columns: 40vw 50vw;
    -ms-grid-rows: 50vw;
    grid-template-rows: 50vw;
  }

  .home-grids.square-home {
    padding-right: 0px;
    padding-left: 0px;
    justify-items: end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 0px;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: 50vw 40vw;
    grid-template-columns: 50vw 40vw;
    -ms-grid-rows: 30vh;
    grid-template-rows: 30vh;
  }

  .home-grids.sadguru {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .home-grids.breaks {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 1fr;
    grid-template-columns: 40vw 1fr;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .home-grids.thennow {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 1fr;
    grid-template-columns: 40vw 1fr;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .home-grids.donate {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .grid-2 {
    width: 90vw;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 17px 53px 99px auto;
    grid-template-rows: 17px 53px 99px auto;
  }

  .grid-2.queued {
    width: 70vw;
    margin-top: 0px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 19px 56px 102px auto;
    grid-template-rows: 19px 56px 102px auto;
  }

  .grid-2.hybrid {
    width: 50vw;
    height: 37vh;
    margin-bottom: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 10vh 7vh 10vh;
    grid-template-rows: 10vh 7vh 10vh;
  }

  .grid-2.sadguru {
    width: 50vw;
    height: 30vh;
    margin-bottom: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 10vh 5vh 10vh;
    grid-template-rows: 10vh 5vh 10vh;
  }

  .grid-2.breaks {
    width: 50vw;
    height: 50vh;
    margin-bottom: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 20vh 11vh 10vh;
    grid-template-rows: 20vh 11vh 10vh;
  }

  .grid-2.thennow {
    width: 50vw;
    height: 50vh;
    margin-bottom: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 10vh 23vh 10vh;
    grid-template-rows: 10vh 23vh 10vh;
  }

  .grid-2.donate {
    width: 50vw;
    height: 37vh;
    margin-bottom: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 10vh 7vh 10vh;
    grid-template-rows: 10vh 7vh 10vh;
  }

  .loves {
    display: block;
    overflow: visible;
    width: 50vw;
  }

  .div-block {
    width: 50vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
  }

  .queued-home {
    display: none;
    margin-left: -161px;
  }

  .nemy-home {
    display: none;
    margin-left: 162px;
  }

  .div-art-home {
    max-height: 100px;
    max-width: 18vw;
  }

  .button.yellow.footer {
    font-size: 20px;
  }

  .button.sand {
    position: absolute;
    margin-bottom: -173px;
  }

  .button.donate {
    margin-top: 0px;
  }

  .div-art-home-square {
    max-height: 100px;
    max-width: 18vw;
  }

  .circle-video {
    width: 40vw;
    height: 40vw;
    margin-top: 0px;
  }

  .footer-grid.footer {
    margin-bottom: -30px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 16px;
  }

  .footer-button-grid {
    margin-bottom: -215px;
    grid-column-gap: 40px;
  }

  .red-circle {
    max-width: 30vw;
  }

  .green-square {
    max-width: 30vw;
  }

  .queued-hero {
    max-height: 100vh;
    max-width: 30vw;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nemy-hero {
    max-height: 100vh;
    max-width: 30vw;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-4 {
    width: 40vw;
    height: 40vw;
  }

  .square-video {
    width: 40vw;
    height: 40vw;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-20 {
    width: 40vw;
    height: 40vw;
    max-width: none;
    margin-top: 0px;
    text-shadow: 1px 1px 6px #000;
  }

  .div-block-5 {
    height: 100vh;
  }

  .modeling-nemy {
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .modeling-queued {
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .heading-2 {
    margin-right: 10px;
    font-size: 25px;
  }

  .heading-2.section-3 {
    width: 20vw;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2.section-4 {
    margin-right: 60px;
    font-size: 11px;
    line-height: 30px;
  }

  .heading-2.section-5 {
    width: 20vw;
    margin-right: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2.section-6 {
    width: 20vw;
    margin-right: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2.section-7 {
    width: 20vw;
    margin-right: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2.section-8 {
    width: 20vw;
    margin-right: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2.section-9 {
    max-width: 20vw;
    margin-right: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2.section-2 {
    max-width: 90%;
  }

  .heading-2.section-2-aabovdub {
    margin-right: 0px;
    font-size: 30px;
  }

  .slider-copy {
    width: 55vw;
    height: 70vh;
  }

  .klyde-slide-1 {
    background-size: cover;
  }

  .model-bio {
    max-height: 70vh;
    font-size: 16px;
    line-height: 30px;
  }

  .illustration-slide-1 {
    background-size: contain;
  }

  .desert-slide-1 {
    width: 55vw;
  }

  .link-block {
    width: 55vw;
  }

  .desert-slide-2 {
    width: 55vw;
  }

  .desert-slide-3 {
    width: 55vw;
  }

  .desert-slide-4 {
    width: 55vw;
  }

  .desert-slide-5 {
    width: 55vw;
  }

  .desert-slide-6 {
    width: 55vw;
  }

  .desert-slide-7 {
    width: 55vw;
  }

  .wall-art-slide-1 {
    width: 55vw;
  }

  .wall-art-slide-2 {
    width: 55vw;
  }

  .wall-art-slide-3 {
    width: 55vw;
  }

  .wall-art-slide-4 {
    width: 55vw;
  }

  .wall-art-slide-5 {
    width: 55vw;
  }

  .decor-slide-1 {
    width: 55vw;
  }

  .decor-slide-2 {
    width: 55vw;
  }

  .decor-slide-3 {
    width: 55vw;
  }

  .decor-slide-4 {
    width: 55vw;
  }

  .decor-slide-5 {
    width: 55vw;
  }

  .mustreads-slide-1 {
    width: 55vw;
  }

  .mustreads-slide-2 {
    width: 55vw;
  }

  .mustreads-slide-3 {
    width: 55vw;
  }

  .mustreads-slide-4 {
    width: 55vw;
  }

  .mustreads-slide-5 {
    width: 55vw;
  }

  .mustreads-slide-6 {
    width: 55vw;
  }

  .currentreads-slide-1 {
    width: 55vw;
  }

  .currentreads-slide-2 {
    width: 55vw;
  }

  .currentreads-slide-3 {
    width: 55vw;
  }

  .currentreads-slide-4 {
    width: 55vw;
  }

  .pastreads-slide-1 {
    width: 55vw;
  }

  .pastreads-slide-2 {
    width: 55vw;
  }

  .pastreads-slide-3 {
    width: 55vw;
  }

  .pastreads-slide-4 {
    width: 55vw;
  }

  .pastreads-slide-5 {
    width: 55vw;
  }

  .pastreads-slide-6 {
    width: 55vw;
  }

  .pastreads-slide-7 {
    width: 55vw;
  }

  .pastreads-slide-8 {
    width: 55vw;
  }

  .pastreads-slide-9 {
    width: 55vw;
  }

  .pastreads-slide-10 {
    width: 55vw;
  }

  .futurereads-slide-1 {
    width: 55vw;
  }

  .futurereads-slide-2 {
    width: 55vw;
  }

  .futurereads-slide-3 {
    width: 55vw;
  }

  .futurereads-slide-4 {
    width: 55vw;
  }

  .futurereads-slide-5 {
    width: 55vw;
  }

  .futurereads-slide-6 {
    width: 55vw;
  }

  .futurereads-slide-7 {
    width: 55vw;
  }

  .futurereads-slide-8 {
    width: 55vw;
  }

  .model-hero {
    max-height: 60vh;
  }

  .div-block-8 {
    width: 63vw;
  }

  .urbe-video {
    width: 63vw;
    height: 60vh;
    max-width: 70vw;
  }

  .oxnard-slide-1 {
    background-size: cover;
  }

  .bookshelf-heading {
    margin-top: 20px;
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    line-height: 30px;
  }

  .about-grid {
    max-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 11px;
    grid-row-gap: 15px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 50vh 40vh;
    grid-template-rows: 50vh 40vh;
  }

  .about-grid.circle {
    max-height: 100vh;
    margin-top: 0px;
    padding-left: 0px;
    justify-items: center;
    grid-row-gap: 0px;
    -ms-grid-columns: 50vw 1fr;
    grid-template-columns: 50vw 1fr;
    -ms-grid-rows: 100vh;
    grid-template-rows: 100vh;
  }

  .about-grid.square {
    max-height: 100vh;
    margin-top: 0px;
    padding-left: 0px;
    justify-items: center;
    grid-row-gap: 0px;
    -ms-grid-columns: 50vw 1fr;
    grid-template-columns: 50vw 1fr;
    -ms-grid-rows: 100vh;
    grid-template-rows: 100vh;
  }

  .paragraph-circle {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-square {
    font-size: 14px;
    line-height: 26px;
  }

  .about-circle {
    height: 100vh;
  }

  .about-square {
    height: 100vh;
  }

  .about-main-paragraph {
    width: 50vw;
    margin-bottom: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 14px;
    line-height: 25px;
  }

  .container-5 {
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .q-digitals-slide-1 {
    width: 55vw;
  }

  .q-digitals-slide-2 {
    width: 55vw;
  }

  .q-digitals-slide-3 {
    width: 55vw;
  }

  .q-digitals-slide-4 {
    width: 55vw;
  }

  .q-digitals-slide-5 {
    width: 55vw;
  }

  .champion-slide-1 {
    width: 55vw;
  }

  .champion-slide-2 {
    width: 55vw;
  }

  .champion-slide-3 {
    width: 55vw;
  }

  .champion-slide-4 {
    width: 55vw;
  }

  .champion-slide-5 {
    width: 55vw;
  }

  .q-stuzo-slide-1 {
    width: 55vw;
  }

  .q-stuzo-slide-2 {
    width: 55vw;
  }

  .q-stuzo-slide-3 {
    width: 55vw;
  }

  .q-stuzo-slide-4 {
    width: 55vw;
  }

  .q-stuzo-slide-5 {
    width: 55vw;
  }

  .roots-slide-1 {
    width: 55vw;
  }

  .roots-slide-2 {
    width: 55vw;
  }

  .roots-slide-3 {
    width: 55vw;
  }

  .roots-slide-4 {
    width: 55vw;
  }

  .roots-slide-5 {
    width: 55vw;
  }

  .q-klyde-slide-1 {
    width: 55vw;
  }

  .q-klyde-slide-2 {
    width: 55vw;
  }

  .q-klyde-slide-3 {
    width: 55vw;
  }

  .q-klyde-slide-4 {
    width: 55vw;
  }

  .coast-slide-1 {
    width: 55vw;
  }

  .coast-slide-2 {
    width: 55vw;
  }

  .coast-slide-3 {
    width: 55vw;
  }

  .coast-slide-4 {
    width: 55vw;
  }

  .coast-slide-5 {
    width: 55vw;
  }

  .q-solo-slide-1 {
    width: 55vw;
  }

  .q-blue-slide-1 {
    width: 55vw;
  }

  .q-blue-slide-2 {
    width: 55vw;
  }

  .q-blue-slide-3 {
    width: 55vw;
  }

  .q-blue-slide-4 {
    width: 55vw;
  }

  .q-blue-slide-5 {
    width: 55vw;
  }

  .roots-slide-6 {
    width: 55vw;
  }

  .n-digitals-slide-1 {
    width: 55vw;
  }

  .n-digitals-slide-2 {
    width: 55vw;
  }

  .n-digitals-slide-3 {
    width: 55vw;
  }

  .n-digitals-slide-4 {
    width: 55vw;
  }

  .n-digitals-slide-5 {
    width: 55vw;
  }

  .n-digitals-slide-6 {
    width: 55vw;
  }

  .shami-slide-1 {
    width: 55vw;
  }

  .shami-slide-2 {
    width: 55vw;
  }

  .shami-slide-3 {
    width: 55vw;
  }

  .shami-slide-4 {
    width: 55vw;
  }

  .shami-slide-5 {
    width: 55vw;
  }

  .netty-nemy-slide-1 {
    width: 55vw;
  }

  .netty-nemy-slide-2 {
    width: 55vw;
  }

  .netty-nemy-slide-3 {
    width: 55vw;
  }

  .netty-nemy-slide-4 {
    width: 55vw;
  }

  .netty-nemy-slide-5 {
    width: 55vw;
  }

  .perry-slide-1 {
    width: 55vw;
  }

  .perry-slide-2 {
    width: 55vw;
  }

  .perry-slide-3 {
    width: 55vw;
  }

  .perry-slide-4 {
    width: 55vw;
  }

  .jacket-slide-1 {
    width: 55vw;
  }

  .jacket-slide-2 {
    width: 55vw;
  }

  .jacket-slide-3 {
    width: 55vw;
  }

  .jacket-slide-4 {
    width: 55vw;
  }

  .jacket-slide-5 {
    width: 55vw;
  }

  .beauty-slide-3 {
    width: 55vw;
  }

  .beauty-slide-4 {
    width: 55vw;
  }

  .beauty-slide-5 {
    width: 55vw;
  }

  .beauty-slide-6 {
    width: 55vw;
  }

  .beauty-slide-7 {
    width: 55vw;
  }

  .flowers-slide-1 {
    width: 55vw;
  }

  .flowers-slide-2 {
    width: 55vw;
  }

  .flowers-slide-3 {
    width: 55vw;
  }

  .flowers-slide-4 {
    width: 55vw;
  }

  .flowers-slide-5 {
    width: 55vw;
  }

  .n-solo-slide-1 {
    width: 55vw;
  }

  .n-solo-slide2 {
    width: 55vw;
  }

  .n-solo-slide-3 {
    width: 55vw;
  }

  .n-solo-slide4 {
    width: 55vw;
  }

  .n-solo-slide-5 {
    width: 55vw;
  }

  .q-solo-slide-2 {
    width: 55vw;
  }

  .q-solo-slide-4 {
    width: 55vw;
  }

  .q-solo-slide-5 {
    width: 55vw;
  }

  .q-solo-slide-6 {
    width: 55vw;
  }

  .q-solo-slide-7 {
    width: 55vw;
  }

  .q-solo-slide-8 {
    width: 55vw;
  }

  .perry-slide-6 {
    width: 55vw;
  }

  .flowers-slide-6 {
    width: 55vw;
  }

  .flowers-slide-7 {
    width: 55vw;
  }

  .bookshelf-container {
    max-height: 80vh;
    max-width: 60vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logos-slide-1 {
    width: 55vw;
  }

  .logos-slide-2 {
    width: 55vw;
  }

  .logos-slide-3 {
    width: 55vw;
  }

  .logos-slide-4 {
    width: 55vw;
  }

  .logos-slide-5 {
    width: 55vw;
  }

  .logos-slide-6 {
    width: 55vw;
  }

  .logos-slide-7 {
    width: 55vw;
  }

  .logos-slide-8 {
    width: 55vw;
  }

  .logos-slide-9 {
    width: 55vw;
  }

  .logos-slide-10 {
    width: 55vw;
  }

  .logos-slide-11 {
    width: 55vw;
  }

  .logos-slide-12 {
    width: 55vw;
  }

  .logos-slide-13 {
    width: 55vw;
  }

  .logos-slide-14 {
    width: 55vw;
  }

  .logos-slide-15 {
    width: 55vw;
  }

  .logos-slide-16 {
    width: 55vw;
  }

  .logos-slide-17 {
    width: 55vw;
  }

  .logos-slide-18 {
    width: 55vw;
  }

  .logos-slide-19 {
    width: 55vw;
  }

  .logos-slide-20 {
    width: 55vw;
  }

  .logos-slide-21 {
    width: 55vw;
  }

  .logos-slide-22 {
    width: 55vw;
  }

  .logos-slide-23 {
    width: 55vw;
  }

  .logos-slide-24 {
    width: 55vw;
  }

  .logos-slide-25 {
    width: 55vw;
  }

  .logos-slide-26 {
    width: 55vw;
  }

  .package-slide-1 {
    width: 55vw;
  }

  .package-slide-2 {
    width: 55vw;
  }

  .package-slide-3 {
    width: 55vw;
  }

  .package-slide-4 {
    width: 55vw;
  }

  .package-slide-5 {
    width: 55vw;
  }

  .package-slide-7 {
    width: 55vw;
  }

  .package-slide-8 {
    width: 55vw;
  }

  .package-slide-9 {
    width: 55vw;
  }

  .package-slide-8-copy {
    width: 55vw;
  }

  .pitch-slide-1 {
    width: 55vw;
  }

  .pitch-slide-2 {
    width: 55vw;
  }

  .pitch-slide-3 {
    width: 55vw;
  }

  .pitch-slide-4 {
    width: 55vw;
  }

  .pitch-slide-5 {
    width: 55vw;
  }

  .pitch-slide-6 {
    width: 55vw;
  }

  .pitch-slide-7 {
    width: 55vw;
  }

  .pitch-slide-8 {
    width: 55vw;
  }

  .pitch-slide-9 {
    width: 55vw;
  }

  .sfm-slide-1 {
    width: 55vw;
  }

  .sfm-slide-2 {
    width: 55vw;
  }

  .sfm-slide-3 {
    width: 55vw;
  }

  .sfm-slide-4 {
    width: 55vw;
  }

  .sfm-slide-5 {
    width: 55vw;
  }

  .sfm-slide-6 {
    width: 55vw;
  }

  .sfm-slide-7 {
    width: 55vw;
  }

  .sfm-slide-8 {
    width: 55vw;
  }

  .sfm-slide-9 {
    width: 55vw;
  }

  .sfm-slide-10 {
    width: 55vw;
  }

  .sfm-slide-11 {
    width: 55vw;
  }

  .sfm-slide-12 {
    width: 55vw;
  }

  .sfm-slide-13 {
    width: 55vw;
  }

  .mp-slide-1 {
    width: 55vw;
  }

  .mp-slide-2 {
    width: 55vw;
  }

  .mp-slide-3 {
    width: 55vw;
  }

  .mp-slide-4 {
    width: 55vw;
  }

  .mp-slide-5 {
    width: 55vw;
  }

  .mp-slide-6 {
    width: 55vw;
  }

  .mp-slide-7 {
    width: 55vw;
  }

  .mp-slide-8 {
    width: 55vw;
  }

  .mp-slide-9 {
    width: 55vw;
  }

  .mp-slide-10 {
    width: 55vw;
  }

  .atoa-slide-1 {
    width: 55vw;
  }

  .atoa-slide-2 {
    width: 55vw;
  }

  .atoa-slide-3 {
    width: 55vw;
  }

  .atoa-slide-4 {
    width: 55vw;
  }

  .atoa-slide-5 {
    width: 55vw;
  }

  .atoa-slide-6 {
    width: 55vw;
  }

  .atoa-slide-7 {
    width: 55vw;
  }

  .atoa-slide-8 {
    width: 55vw;
  }

  .atoa-slide-9 {
    width: 55vw;
  }

  .wnw-slide-1 {
    width: 55vw;
  }

  .wnw-slide-2 {
    width: 55vw;
  }

  .wnw-slide-3 {
    width: 55vw;
  }

  .wnw-slide-4 {
    width: 55vw;
  }

  .wnw-slide-5 {
    width: 55vw;
  }

  .wnw-slide-6 {
    width: 55vw;
  }

  .wnw-slide-7 {
    width: 55vw;
  }

  .wnw-slide-8 {
    width: 55vw;
  }

  .wnw-slide-9 {
    width: 55vw;
  }

  .wnw-slide-10 {
    width: 55vw;
  }

  .wnw-slide-11 {
    width: 55vw;
  }

  .wnw-slide-12 {
    width: 55vw;
  }

  .wnw-slide-13 {
    width: 55vw;
  }

  .seed-slide-1 {
    width: 55vw;
  }

  .seed-slide-2 {
    width: 55vw;
  }

  .seed-slide-3 {
    width: 55vw;
  }

  .seed-slide-4 {
    width: 55vw;
  }

  .seed-slide-5 {
    width: 55vw;
  }

  .seed-slide-6 {
    width: 55vw;
  }

  .seed-slide-7 {
    width: 55vw;
  }

  .seed-slide-8 {
    width: 55vw;
  }

  .seed-slide-9 {
    width: 55vw;
  }

  .seed-slide-10 {
    width: 55vw;
  }

  .seed-slide-11 {
    width: 55vw;
  }

  .seed-slide-12 {
    width: 55vw;
  }

  .design-main-paragraph {
    width: 50vw;
    margin-bottom: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 14px;
    line-height: 25px;
  }

  .home-nav-div {
    justify-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hex-links {
    height: 11vh;
    margin-bottom: -9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hex-links._1 {
    max-width: 13vw;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hex-links._2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .hex-links._5 {
    margin-top: 0px;
  }

  .home-link-gif-div._1 {
    max-width: 13vw;
  }

  .home-link-gif-div._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-link-gif-div._4 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-link-gif-div._6 {
    margin-top: 0px;
  }

  .back-arrow.w--current {
    margin-right: 250px;
  }

  .home-bio {
    width: 50vw;
    margin-bottom: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 14px;
    line-height: 25px;
  }

  .shop-bio {
    max-height: 70vh;
    font-size: 16px;
    line-height: 30px;
  }

  .pitch-slide-10 {
    width: 55vw;
  }

  .pitch-slide-11 {
    width: 55vw;
  }

  .about-container-1 {
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .music-grids {
    max-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 11px;
    grid-row-gap: 15px;
    -ms-grid-columns: 50vw;
    grid-template-columns: 50vw;
    -ms-grid-rows: 50vh 40vh;
    grid-template-rows: 50vh 40vh;
  }

  .music-grids.circle-home {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: flex-start;
    grid-column-gap: 10px;
    grid-row-gap: 27px;
    -ms-grid-columns: 40vw 50vw;
    grid-template-columns: 40vw 50vw;
    -ms-grid-rows: 50vw;
    grid-template-rows: 50vw;
  }

  .music-grids.square-home {
    padding-right: 0px;
    padding-left: 0px;
    justify-items: end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 0px;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: 50vw 40vw;
    grid-template-columns: 50vw 40vw;
    -ms-grid-rows: 30vh;
    grid-template-rows: 30vh;
  }

  .music-grids.sadguru {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .music-grids.breaks {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 1fr;
    grid-template-columns: 40vw 1fr;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .music-grids.thennow {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 1fr;
    grid-template-columns: 40vw 1fr;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .music-grids.donate {
    justify-items: start;
    grid-column-gap: 20px;
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    -ms-grid-rows: 40vh;
    grid-template-rows: 40vh;
  }

  .home-container {
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .beauty-slide-1 {
    width: 55vw;
  }

  .beauty-slide-2 {
    width: 55vw;
  }

  .netty-nemy-slide-6 {
    width: 55vw;
  }

  .netty-nemy-slide-7 {
    width: 55vw;
  }

  .desert-slide-8 {
    width: 55vw;
  }

  .div-block-about {
    height: 100vh;
  }

  .pastreads-slide-11 {
    width: 55vw;
  }

  .html-embed {
    height: 85vh;
  }

  .image-44 {
    max-width: 100vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .hex-images {
    max-width: 15vw;
  }

  .hex-images._1 {
    max-width: 13vw;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hex-images._2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .hex-images._5 {
    margin-top: 0px;
  }

  .image-39-copy {
    max-width: 13vw;
  }

  .info {
    max-width: 90%;
  }

  .background-video {
    min-height: 35vh;
  }

  .banner {
    max-width: 15%;
  }

  .info360 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  body {
    overflow: visible;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section {
    min-height: 30vh;
    min-width: 100vw;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
  }

  .section.footer {
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.hero {
    min-height: 100vh;
  }

  .section.green {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.square {
    overflow: hidden;
  }

  .section.quote {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.quote._2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.music {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.modeling {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.art {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.shop {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.hybrid {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.sadguru {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.breaks {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.thennow {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.modeling-hero {
    min-height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.about {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section.circle-about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.square-about {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.about-last-section {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section._4 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.grey {
    padding: 0px;
  }

  .section.grey {
    min-height: 40vh;
  }

  .heading {
    position: relative;
    margin-top: 0px;
  }

  .heading.home {
    max-width: none;
  }

  .heading.home.circle {
    max-width: 80vw;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .heading.home.square {
    width: 80vw;
    max-height: 30px;
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 23px;
    text-align: center;
  }

  .heading.section-2 {
    max-width: none;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .heading.section-3 {
    font-size: 25px;
    text-align: center;
  }

  .heading.section-4 {
    font-size: 25px;
  }

  .container {
    height: auto;
    max-width: 100vw;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container.nav {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .container.hero {
    margin-top: 0px;
    margin-bottom: -320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block.square {
    width: 40vw;
    text-align: center;
  }

  .text-block.circle {
    width: 40vw;
    text-align: center;
  }

  .brand {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 208px;
    height: 60px;
    margin-left: 85px;
    padding-right: 200px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .brand.w--current {
    margin-left: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .navbar {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

  .social-wrapper {
    display: -ms-grid;
    display: grid;
    width: 80vw;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 20vw 20vw 20vw 20vw;
    grid-template-columns: 20vw 20vw 20vw 20vw;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-wrapper.music-home {
    width: 50vw;
    max-height: 6vh;
    margin-top: -48px;
    margin-left: -4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .social-wrapper.music-home.sadguru {
    -ms-grid-columns: 4vh;
    grid-template-columns: 4vh;
  }

  .social-wrapper.music-home.breaks {
    -ms-grid-columns: 4vh;
    grid-template-columns: 4vh;
  }

  .social-wrapper.music-home.hybrid {
    margin-top: -1px;
    margin-left: 90px;
  }

  .social-link {
    min-height: 14vw;
    min-width: 20vw;
  }

  .social-link.music-home {
    max-height: 20vw;
    max-width: 14vw;
    min-height: 5vh;
    min-width: 0vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-link.footer {
    min-height: 14vw;
  }

  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .icon {
    position: static;
  }

  .home-grids {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 10px;
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 40vh 40vh;
    grid-template-rows: 40vh 40vh;
  }

  .home-grids.circle-home {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 2px;
    -ms-grid-columns: 90vw;
    grid-template-columns: 90vw;
    -ms-grid-rows: 50vh 30vh;
    grid-template-rows: 50vh 30vh;
  }

  .home-grids.square-home {
    margin-bottom: 30px;
    padding-top: 0px;
    justify-items: end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: auto 70vw;
    grid-template-rows: auto 70vw;
  }

  .home-grids.sadguru {
    margin-bottom: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 40vh 20vh;
    grid-template-rows: 40vh 20vh;
  }

  .home-grids.breaks {
    margin-bottom: 15px;
    grid-row-gap: 20px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 40vh 20vh;
    grid-template-rows: 40vh 20vh;
  }

  .home-grids.thennow {
    margin-bottom: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 40vh 25vh;
    grid-template-rows: 40vh 25vh;
  }

  .home-grids.donate {
    margin-bottom: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: 70vw 20vh;
    grid-template-rows: 70vw 20vh;
  }

  .grid-2 {
    width: 80vw;
    padding-right: 0px;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2.queued {
    width: 60vw;
    margin-right: 0px;
    justify-items: end;
    grid-row-gap: 10px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 19px 4vh auto auto;
    grid-template-rows: 19px 4vh auto auto;
  }

  .grid-2.nemy {
    width: 70vw;
    margin-left: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: auto 5vh auto auto;
    grid-template-rows: auto 5vh auto auto;
  }

  .grid-2.hybrid {
    width: 70vw;
    height: 20vh;
    max-width: 90vw;
    grid-row-gap: 10px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: 4vh -webkit-max-content 5vh;
    -ms-grid-rows: 4vh max-content 5vh;
    grid-template-rows: 4vh -webkit-max-content 5vh;
    grid-template-rows: 4vh max-content 5vh;
  }

  .grid-2.sadguru {
    width: 60vw;
    height: 20vh;
    max-width: 90vw;
    grid-row-gap: 10px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 4vh -webkit-max-content 5vh;
    -ms-grid-rows: 4vh max-content 5vh;
    grid-template-rows: 4vh -webkit-max-content 5vh;
    grid-template-rows: 4vh max-content 5vh;
  }

  .grid-2.breaks {
    width: 60vw;
    height: 20vh;
    max-width: 90vw;
    grid-row-gap: 10px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 10vh -webkit-max-content 4vh;
    -ms-grid-rows: 10vh max-content 4vh;
    grid-template-rows: 10vh -webkit-max-content 4vh;
    grid-template-rows: 10vh max-content 4vh;
  }

  .grid-2.thennow {
    width: 60vw;
    height: 25vh;
    max-width: 90vw;
    grid-row-gap: 10px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 5vh -webkit-max-content 5vh;
    -ms-grid-rows: 5vh max-content 5vh;
    grid-template-rows: 5vh -webkit-max-content 5vh;
    grid-template-rows: 5vh max-content 5vh;
  }

  .grid-2.donate {
    width: 70vw;
    height: 20vh;
    max-width: 90vw;
    grid-row-gap: 10px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: 5vh 8vh;
    grid-template-rows: 5vh 8vh;
  }

  .loves {
    width: 50vw;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
  }

  .loves.square {
    width: 75vw;
    max-width: none;
    line-height: 23px;
    text-align: center;
  }

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

  .queued-home {
    display: none;
    overflow: hidden;
    max-height: 85vh;
    margin-top: -1px;
    margin-left: -173px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .nemy-home {
    display: none;
    max-height: 80vh;
    margin-left: 134px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-art-home {
    max-width: 35vw;
  }

  .button.red {
    width: 30vw;
    height: 40px;
    max-width: 30vw;
  }

  .button.yellow {
    width: 34vw;
    max-height: 40px;
    max-width: none;
    min-width: auto;
  }

  .button.yellow.footer {
    font-size: 20px;
  }

  .button.sand {
    position: static;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .button.donate {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .music-icons-home {
    max-width: none;
    min-height: auto;
    min-width: 11vw;
    margin-right: 0px;
    margin-bottom: -60px;
  }

  .div-art-home-square {
    max-width: 35vw;
  }

  .circle-video {
    width: 70vw;
    height: 70vw;
  }

  .footer-grid.footer {
    height: 30vh;
    max-width: 100vw;
  }

  .footer-button-grid {
    margin-bottom: -180px;
    grid-column-gap: 2px;
  }

  .red-circle {
    max-width: 40vw;
  }

  .green-square {
    max-width: 40vw;
  }

  .queued-hero {
    max-width: 40vw;
    margin-bottom: 160px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nemy-hero {
    max-width: 40vw;
    margin-bottom: 160px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-4 {
    width: 70vw;
    height: 70vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .square-video {
    width: 70vw;
    height: 70vw;
    margin-bottom: 60px;
  }

  .image-12 {
    min-height: 20px;
    min-width: 15vw;
  }

  .image-13 {
    min-width: 15vw;
  }

  .image-14 {
    min-width: 15vw;
  }

  .image-15 {
    min-width: 15vw;
  }

  .image-16 {
    min-height: 8vw;
    min-width: 15vw;
  }

  .image-17 {
    min-width: 15vw;
  }

  .image-18 {
    min-width: 15vw;
  }

  .image-19 {
    min-width: 15vw;
  }

  .image-20 {
    width: 70vw;
    height: 70vw;
    margin-left: 0px;
  }

  .div-block-5 {
    position: absolute;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-height: none;
    max-width: 100vw;
    min-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f2d9;
  }

  .div-block-6 {
    width: 70vw;
    height: 70vw;
  }

  .main-logo {
    display: none;
  }

  .yellow-logo {
    display: none;
  }

  .sand-logo {
    position: fixed;
    display: none;
  }

  .red-logo {
    display: none;
  }

  .black-logo {
    position: fixed;
    display: none;
  }

  .paragraph {
    width: 70vw;
    font-size: 12px;
    text-align: center;
  }

  .paragraph.section-3 {
    width: 70vw;
    text-align: center;
  }

  .modeling-nemy {
    display: block;
    overflow: hidden;
    max-height: 60vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .modeling-queued {
    display: block;
    overflow: hidden;
    max-height: 60vh;
    margin-top: -1px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .container-2 {
    max-height: 100vh;
    max-width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .clients-grid {
    width: 90vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 15vw 15vw 15vw 15vw;
    grid-template-columns: 15vw 15vw 15vw 15vw;
    -ms-grid-rows: 7vh 7vh;
    grid-template-rows: 7vh 7vh;
  }

  .model-clients {
    max-width: 100%;
  }

  .slider {
    width: 80vw;
    height: 30vh;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 22px;
  }

  .heading-2.section-3 {
    width: 80vw;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .heading-2.section-4 {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    text-align: center;
  }

  .heading-2.section-5 {
    width: 60vw;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .heading-2.section-6 {
    width: 80vw;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .heading-2.section-7 {
    width: 70vw;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .heading-2.section-8 {
    width: 70vw;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 30px;
    text-align: center;
  }

  .heading-2.section-9 {
    width: 80vw;
    max-width: 100vw;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #d5c328;
    text-align: center;
  }

  .heading-2.section-2 {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .heading-2.section-2-aabovdub {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .exa-slide-1 {
    width: 90vw;
    background-position: 50% 0%;
    background-size: contain;
  }

  .slider-copy {
    width: 80vw;
  }

  .stuzo-slide-1 {
    width: 90vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .stuzo-slide-3 {
    background-position: 60% 50%;
    background-size: cover;
  }

  .stuzo-slide-4 {
    background-position: 70% 50%;
    background-size: cover;
  }

  .stuzo-slide-5 {
    background-position: 58% 100%;
  }

  .klyde-slide-1 {
    width: 90vw;
    background-size: cover;
  }

  .klyde-slide-3 {
    background-size: cover;
  }

  .toh-slide-4 {
    background-position: 37% 36%;
  }

  .klyde-slide-6 {
    background-size: cover;
  }

  .taron-slide-1 {
    width: 90vw;
  }

  .taron-slide-5 {
    background-position: 39% 50%;
    background-size: cover;
  }

  .model-bio {
    width: 100vw;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 15px;
    line-height: 22px;
  }

  .toh-slide-1 {
    width: 90vw;
    background-position: 41% 50%;
    background-size: cover;
  }

  .toh-slide-5 {
    background-position: 52% 20%;
  }

  .stock-slide-1 {
    width: 90vw;
  }

  .stock-slide-2 {
    background-position: 60% 22%;
  }

  .stock-slide-3 {
    background-position: 25% 50%;
  }

  .stock-slide-4 {
    background-position: 66% 36%;
  }

  .stock-slide-6 {
    background-position: 31% 0%;
  }

  .stock-slide-7 {
    background-position: 70% 0%;
  }

  .stock-slide-8 {
    background-position: 50% 0%;
  }

  .modeling-container {
    max-width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f2d9;
  }

  .slide-nav {
    display: none;
  }

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

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

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

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

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

  .paintings-slide-1 {
    width: 90vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .paintings-slide-2 {
    background-position: 50% 50%;
  }

  .paintings-slide-3 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .paintings-slide-4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .paintings-slide-5 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .illustration-slide-1 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-2 {
    background-position: 50% 50%;
  }

  .illustration-slide-3 {
    background-size: contain;
  }

  .illustration-slide-4 {
    background-position: 50% 50%;
  }

  .illustration-slide-5 {
    background-position: 50% 50%;
  }

  .illustration-slide-6 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .juice-slide-1 {
    width: 80vw;
  }

  .juice-slide-5 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .paintings-slide-6 {
    background-position: 58% 100%;
  }

  .paintings-slide-7 {
    background-position: 58% 100%;
  }

  .paintings-slide-8 {
    background-position: 58% 100%;
  }

  .paintings-slide-9 {
    background-position: 50% 50%;
  }

  .paintings-slide-10 {
    background-position: 50% 50%;
  }

  .illustration-slide-7 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .juice-slide-6 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .juice-slide-7 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .juice-slide-8 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .juice-slide-9 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .juice-slide-10 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruit-slide-1 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruits-slide-2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruit-slide-3 {
    background-size: cover;
  }

  .fruit-slide-4 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruit-slide-5 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruit-slide-6 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruit-slide-7 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruit-slide-8 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .fruit-slide-9 {
    background-position: 52% 20%;
    background-size: cover;
  }

  .image-34 {
    width: auto;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .desert-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .link-block {
    width: 100%;
  }

  .desert-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .desert-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .desert-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .desert-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .desert-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .desert-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wall-art-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wall-art-slide-2 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .wall-art-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wall-art-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wall-art-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .decor-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .decor-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .decor-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .decor-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .decor-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .image-37 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 28% 50%;
    object-position: 28% 50%;
  }

  .mustreads-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mustreads-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mustreads-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .mustreads-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .mustreads-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mustreads-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .currentreads-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .currentreads-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .currentreads-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .currentreads-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .pastreads-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pastreads-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pastreads-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .pastreads-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .pastreads-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pastreads-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .pastreads-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .pastreads-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .pastreads-slide-9 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .pastreads-slide-10 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .futurereads-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .futurereads-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .futurereads-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .futurereads-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .futurereads-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .futurereads-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .futurereads-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .futurereads-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .model-hero {
    max-width: 100vw;
    margin-top: -30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-8 {
    width: 100vw;
    height: 30vh;
  }

  .dance-slide-1 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .urbe-video {
    width: 100vw;
    height: 30vh;
    max-width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .oxnard-slide-1 {
    width: 80vw;
    background-image: url('../images/oxnard-01.png');
    background-size: cover;
  }

  .oxnard-slide-2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .oxnard-slide-3 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .oxnard-slide-4 {
    background-position: 66% 36%;
  }

  .photos-slide-1 {
    width: 80vw;
  }

  .photos-slide-5 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-6 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-7 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-8 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-9 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-10 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-11 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-12 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .photos-slide-13 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    max-width: 80vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bookshelf-heading {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 22px;
  }

  .about-grid {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 10px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 40vh 40vh;
    grid-template-rows: 40vh 40vh;
  }

  .about-grid.circle {
    margin-bottom: 0px;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-row-gap: 0px;
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 50vh 50vh;
    grid-template-rows: 50vh 50vh;
  }

  .about-grid.square {
    margin-top: -45px;
    margin-bottom: 0px;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-row-gap: 0px;
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 50vh 50vh;
    grid-template-rows: 50vh 50vh;
  }

  .paragraph-circle {
    width: 90vw;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-square {
    width: 90vw;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .about-circle {
    width: 100vw;
    height: 50vh;
  }

  .about-square {
    width: 100vw;
    height: 50vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .body-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-main-paragraph {
    position: static;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
    line-height: 22px;
  }

  .container-5 {
    position: static;
    height: 50vh;
    max-height: 100vh;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .q-digitals-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-digitals-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-digitals-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-digitals-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-digitals-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .champion-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .champion-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .champion-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .champion-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .champion-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-stuzo-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-stuzo-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-stuzo-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-stuzo-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-stuzo-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .roots-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .roots-slide-2 {
    width: 80vw;
    background-position: 18% 50%;
    background-size: cover;
  }

  .roots-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .roots-slide-4 {
    width: 80vw;
    background-position: 100% 50%;
    background-size: cover;
  }

  .roots-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-klyde-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-klyde-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-klyde-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-klyde-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .coast-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .coast-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .coast-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .coast-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .coast-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-solo-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-blue-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-blue-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-blue-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .q-blue-slide-4 {
    width: 80vw;
    background-position: 27% 50%;
    background-size: cover;
  }

  .q-blue-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .roots-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .link-block-2 {
    max-height: none;
    max-width: none;
  }

  .n-digitals-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .n-digitals-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .n-digitals-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .n-digitals-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .n-digitals-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .n-digitals-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .shami-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .shami-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .shami-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .shami-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .shami-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .netty-nemy-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .netty-nemy-slide-2 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .netty-nemy-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .netty-nemy-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .netty-nemy-slide-5 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .perry-slide-1 {
    width: 80vw;
    background-position: 20% 50%;
    background-size: cover;
  }

  .perry-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .perry-slide-3 {
    width: 80vw;
    background-position: 51% 50%;
    background-size: cover;
  }

  .perry-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .perry-slide-5 {
    display: block;
  }

  .jacket-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .jacket-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .jacket-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .jacket-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .jacket-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .beauty-slide-3 {
    width: 80vw;
    background-image: url('../images/Screen-Shot-2020-08-06-at-10.28.23-PM.png');
    background-position: 45% 50%;
    background-size: contain;
  }

  .beauty-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .beauty-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .beauty-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .beauty-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .flowers-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .flowers-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .flowers-slide-3 {
    width: 80vw;
    background-position: 70% 50%;
    background-size: cover;
  }

  .flowers-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .flowers-slide-5 {
    width: 80vw;
    background-position: 94% 50%;
    background-size: cover;
  }

  .n-solo-slide-1 {
    width: 90vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .n-solo-slide2 {
    width: 90vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .n-solo-slide-3 {
    width: 90vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .n-solo-slide4 {
    width: 90vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .n-solo-slide-5 {
    width: 90vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-solo-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-solo-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-solo-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .slide-nav-7 {
    display: block;
  }

  .q-solo-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-solo-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .q-solo-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .yellow-icon {
    display: block;
  }

  .blk-icon {
    display: block;
  }

  .sand-icon {
    display: block;
  }

  .right-arrow {
    margin-right: -60px;
  }

  .left-arrow {
    margin-left: -60px;
  }

  .perry-slide-6 {
    width: 80vw;
    background-position: 38% 50%;
    background-size: cover;
  }

  .flowers-slide-6 {
    width: 80vw;
    background-position: 10% 50%;
    background-size: cover;
  }

  .flowers-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .bookshelf-container {
    height: auto;
    max-width: 90vw;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .red-icon {
    display: block;
  }

  .logos-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-9 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-10 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-11 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-12 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-13 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-14 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-15 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-16 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-17 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-18 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-19 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-20 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-21 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-22 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-23 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-24 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-25 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .logos-slide-26 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-9 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .package-slide-8-copy {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-1 {
    width: 80vw;
    background-image: url('../images/4BK-Proposal-01.jpg');
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-9 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-9 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-10 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-11 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-12 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .sfm-slide-13 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mp-slide-1 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .mp-slide-2 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .mp-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mp-slide-4 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .mp-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mp-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mp-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mp-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mp-slide-9 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .mp-slide-10 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-2 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .atoa-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .atoa-slide-9 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .wnw-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-4 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-9 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-10 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-11 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-12 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .wnw-slide-13 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-1 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-2 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-3 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-4 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .seed-slide-5 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-6 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-7 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-9 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .seed-slide-10 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-11 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .seed-slide-12 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .design-main-paragraph {
    position: absolute;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    line-height: 27px;
  }

  .home-nav-div {
    width: auto;
    max-width: 110%;
    min-width: 109%;
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hex-links {
    max-height: 8vh;
    min-height: 5vh;
    margin-left: -14px;
  }

  .hex-links._1 {
    max-width: 70px;
    margin-top: -130px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hex-links._2 {
    margin-top: 130px;
    padding-top: 0px;
  }

  .hex-links._6 {
    max-width: 70px;
  }

  .image-39 {
    position: absolute;
    left: -32%;
    top: 0%;
    right: 0%;
    bottom: -14%;
    margin-top: -53px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-link-gif-div._3 {
    padding-right: 14px;
    font-size: 10px;
  }

  .hero-link.about {
    font-size: 10px;
  }

  .hero-link.modeling {
    font-size: 10px;
  }

  .hero-link.bookshelf {
    font-size: 10px;
  }

  .hero-link.shop {
    font-size: 10px;
  }

  .hero-link.art {
    font-size: 10px;
  }

  .hero-link.music {
    font-size: 10px;
  }

  .black-arrow {
    position: fixed;
    z-index: 0;
    display: block;
    max-width: 40px;
  }

  .back-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 51px;
    height: 60px;
    margin-top: 40px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .back-arrow.w--current {
    height: 60px;
    margin-right: 93px;
    margin-left: 0px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .yellow-arrow {
    display: block;
    max-width: 40px;
  }

  .sand-arrow {
    position: fixed;
    display: block;
    max-width: 40px;
  }

  .red-arrow {
    display: block;
    max-width: 40px;
  }

  .container-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-bio {
    position: static;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
    line-height: 27px;
  }

  .image-42 {
    width: 100vw;
    margin-left: 0px;
  }

  .bookshelf-illustration {
    position: relative;
    display: none;
    overflow: hidden;
    width: 40vw;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-43 {
    position: relative;
    display: none;
    margin-bottom: -358px;
  }

  .shop-bio {
    width: 100vw;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
    line-height: 30px;
  }

  .pitch-slide-10 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .pitch-slide-11 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .about-container-1 {
    position: absolute;
    height: 30vh;
    max-height: 100vh;
    max-width: 100vw;
    margin-top: 100px;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .music-grids {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 10px;
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 40vh 40vh;
    grid-template-rows: 40vh 40vh;
  }

  .music-grids.circle-home {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 2px;
    -ms-grid-columns: 90vw;
    grid-template-columns: 90vw;
    -ms-grid-rows: 50vh 30vh;
    grid-template-rows: 50vh 30vh;
  }

  .music-grids.square-home {
    margin-bottom: 30px;
    padding-top: 0px;
    justify-items: end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: auto 70vw;
    grid-template-rows: auto 70vw;
  }

  .music-grids.sadguru {
    margin-bottom: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: 40vh 20vh;
    grid-template-rows: 40vh 20vh;
  }

  .music-grids.breaks {
    margin-bottom: 15px;
    grid-row-gap: 20px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 40vh 20vh;
    grid-template-rows: 40vh 20vh;
  }

  .music-grids.thennow {
    margin-bottom: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 60vw;
    grid-template-columns: 60vw;
    -ms-grid-rows: 40vh 25vh;
    grid-template-rows: 40vh 25vh;
  }

  .music-grids.donate {
    margin-bottom: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 70vw;
    grid-template-columns: 70vw;
    -ms-grid-rows: 70vw 20vh;
    grid-template-rows: 70vw 20vh;
  }

  .music-grids.hybrid {
    grid-row-gap: 20px;
    -ms-grid-rows: 40vh 20vh;
    grid-template-rows: 40vh 20vh;
  }

  .home-container {
    position: static;
    height: 50vh;
    max-height: 100vh;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .illustration-slide-8 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-9 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-10 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-11 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-12 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-13 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-14 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-15 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-16 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .illustration-slide-17 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .beauty-slide-1 {
    width: 80vw;
  }

  .beauty-slide-2 {
    width: 80vw;
    background-image: url('../images/Screen-Shot-2020-08-06-at-10.28.23-PM.png');
    background-position: 45% 50%;
    background-size: contain;
  }

  .netty-nemy-slide-6 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .netty-nemy-slide-7 {
    width: 80vw;
    background-position: 50% 50%;
    background-size: cover;
  }

  .reeligtv-slide-1 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .reeligtv-slide-2 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .reeligtv-slide-3 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .reeligtv-slide-1-copy {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .reeligtv-slide-4 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .reeligtv-slide-5 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .reeligtv-slide-6 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .reeligtv-slide-7 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .plant-paper-slide-1 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .plant-paper-slide-2 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .plant-paper-slide-3 {
    width: 80vw;
    height: 32vh;
    background-image: none;
  }

  .desert-slide-8 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: contain;
  }

  .div-block-about {
    position: absolute;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .pastreads-slide-11 {
    width: 80vw;
    background-position: 45% 50%;
    background-size: cover;
  }

  .html-embed {
    height: 70vh;
  }

  .image-44 {
    max-width: 100vw;
  }

  .hex-images {
    height: 7vh;
    max-width: 17vw;
  }

  .hex-images._1 {
    max-width: 70px;
    margin-top: -130px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hex-images._2 {
    margin-top: 130px;
    padding-top: 0px;
  }

  .hex-images._6 {
    max-width: 70px;
  }

  .image-39-copy {
    z-index: 1;
    max-width: 15vh;
    margin-top: 70px;
  }

  .image-45 {
    width: 100%;
    margin-bottom: 14px;
  }

  .info {
    max-width: 90vw;
    min-width: 90vw;
    padding-right: 20px;
    padding-left: 17px;
    line-height: 17px;
  }

  .info {
    width: 100%;
  }

  .info {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .background-video {
    max-height: 30vh;
    min-height: 20vh;
  }

  .banner {
    max-width: 15%;
  }

  .district {
    height: 20vh;
    margin-top: 0px;
  }

  .div-block-10-double {
    display: block;
    margin-top: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section-11 {
    width: 100%;
  }

  .lottie-animation-2 {
    width: 100vw;
    margin-top: 40px;
  }

  .infounder360 {
    width: 100%;
    font-family: Inconsolata, monospace;
    font-weight: 400;
  }

  .info360 {
    width: 90vw;
    max-width: none;
  }

  .info-copy {
    width: 100%;
    line-height: 17px;
  }
}

#w-node-c6b02e1d-b18f-37c7-e3a9-dfe60b681888-798358fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0dc95e21-9f92-ff8c-9033-5f4f607683fc-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b3c60d54-f8eb-06a3-c25c-64f9197bee58-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_09740dfd-32d4-836c-5b7f-492f6e874007-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_34dd86dd-f3a6-89f1-e889-b2669f6de225-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_533fd620-1a61-570d-f71c-92aeba19b044-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_8f9a4eeb-724c-26fa-b3b9-45a618bf64dd-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_823b6f36-abc8-6b51-f32a-58d2a177bbc9-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_64ab72a0-17e8-2942-7785-b904afcfe5a6-798358fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_0dc95e21-9f92-ff8c-9033-5f4f607683fc-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-b3c60d54-f8eb-06a3-c25c-64f9197bee58-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_09740dfd-32d4-836c-5b7f-492f6e874007-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_34dd86dd-f3a6-89f1-e889-b2669f6de225-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_533fd620-1a61-570d-f71c-92aeba19b044-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_8f9a4eeb-724c-26fa-b3b9-45a618bf64dd-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_823b6f36-abc8-6b51-f32a-58d2a177bbc9-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_64ab72a0-17e8-2942-7785-b904afcfe5a6-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0dc95e21-9f92-ff8c-9033-5f4f607683fc-798358fc {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-b3c60d54-f8eb-06a3-c25c-64f9197bee58-798358fc {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_09740dfd-32d4-836c-5b7f-492f6e874007-798358fc {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_34dd86dd-f3a6-89f1-e889-b2669f6de225-798358fc {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_533fd620-1a61-570d-f71c-92aeba19b044-798358fc {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_8f9a4eeb-724c-26fa-b3b9-45a618bf64dd-798358fc {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_823b6f36-abc8-6b51-f32a-58d2a177bbc9-798358fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_64ab72a0-17e8-2942-7785-b904afcfe5a6-798358fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Pppangramsans';
  src: url('../fonts/PPPangramSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}