:root {
  --cornflower-blue: #6985eb;
  --medium-purple: #b07bd3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-title {
  background-color: #000;
  height: 80vh;
}

.hero-title.production {
  display: none;
}

.hero-title.engineering {
  height: 75vh;
  display: none;
}

.nav {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #000;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.nav-slim {
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 1px #fff;
  border-bottom-style: solid;
  height: 5vh;
  margin-top: 0;
  display: block;
  position: fixed;
}

.nav.nav-slim.nav-records {
  margin-top: -6vh;
  display: none;
  position: absolute;
  top: 6%;
  bottom: 0;
}

.nav.nav-slim.nav-music {
  position: relative;
}

.navgrid {
  z-index: 999;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  opacity: 1;
  filter: blur();
  text-align: center;
  mix-blend-mode: exclusion;
  background-color: #fff0;
  border-bottom: 1px #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: stretch stretch;
  width: 100vw;
  height: 5vh;
  position: relative;
  top: 60%;
  overflow: visible;
}

.div-block-3 {
  text-align: center;
  width: auto;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
  top: -1px;
}

.text-block {
  direction: ltr;
  color: #fff;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  font-family: Neutralface, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.menubutton {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-family: Neutralface, sans-serif;
  font-size: 1.75vw;
  font-style: normal;
  line-height: 2vh;
  text-decoration: none;
  transition: letter-spacing .525s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.menubutton:hover {
  color: #fff;
  letter-spacing: .5vw;
  font-style: normal;
}

.menubutton.menudropdown {
  width: auto;
  max-width: 10vw;
  height: 3vh;
  line-height: 3.5vh;
  overflow: visible;
}

.menubutton.menudropdown:hover {
  align-items: flex-start;
  height: 20vh;
  top: 9.9vh;
}

.menubutton.menubuttondropped {
  z-index: 88;
  margin-top: -1.75vh;
  top: -11.3vh;
}

.menubutton.menubuttondropped:hover {
  margin-top: 0;
  top: 9vh;
}

.menubutton.menudrophold {
  direction: ltr;
  text-align: center;
  cursor: default;
  object-fit: fill;
  align-items: stretch;
  min-width: auto;
  height: 3vh;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.75vw;
  line-height: 2vh;
  transition: letter-spacing .525s cubic-bezier(.215, .61, .355, 1);
  top: .65vh;
  overflow: visible;
}

.menubutton.menudrophold:hover {
  flex-wrap: nowrap;
  align-items: center;
  height: 22vh;
  padding-top: 0;
  top: .7vh;
}

.menubutton.dropmenubutton {
  text-align: center;
  justify-content: flex-start;
  margin-top: 2vh;
  padding: 0;
  font-style: normal;
}

.menubutton.beatslink {
  justify-content: flex-end;
  align-self: flex-end;
  width: 15%;
  min-width: 15%;
  margin-top: 3vh;
  font-size: 1.5vw;
  text-decoration: underline;
  transition: letter-spacing .525s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  top: -1vh;
  left: 0;
}

.menubutton.beatslink:hover {
  letter-spacing: .25vw;
}

.menubutton.beatslink._2 {
  text-align: left;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  top: 0;
  left: 0;
}

.menubutton.beatslink._2._2line {
  top: .6vh;
}

.menubutton.beatslink._2._3d {
  justify-content: flex-end;
  width: auto;
  min-width: auto;
  top: 0;
  left: 0;
}

.menubutton.beatslink._2._3d.vert {
  text-align: right;
  width: 25%;
  display: block;
  left: -2vw;
}

.menubutton.beatslink._2line {
  top: 2.6vh;
}

.menubutton.beatslink._3d {
  justify-content: flex-start;
  width: auto;
  min-width: auto;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-bottom: 0;
  top: 0;
  left: 0;
}

.menubutton.beatslink._3d.vert {
  text-align: left;
  align-self: auto;
  display: block;
  left: .5vw;
}

.menubutton.songname {
  font-size: 1.25vw;
  top: 1.6vh;
}

.menubutton.songname:hover {
  letter-spacing: 0;
}

.menubutton.songname._2line {
  line-height: 3vh;
  top: 1.1vh;
}

.menubutton.playlists {
  color: #000;
  top: 0;
  left: 0;
}

.menubutton.footy {
  justify-content: flex-start;
  width: 25%;
  max-width: 100%;
  font-size: 3vw;
  top: -5.5vh;
  left: 7.3vw;
}

.menubutton.footy._2 {
  color: #000;
  justify-content: center;
  width: auto;
  max-width: 10%;
  display: flex;
  top: 0;
  left: 0;
}

.menubutton.footy._3 {
  color: #000;
  justify-content: center;
  width: auto;
  top: 0;
  left: 0;
}

.menubutton.albumlinkl, .menubutton.albumlinkm, .menubutton.albumlinkr {
  text-decoration: underline;
}

.link-block {
  margin-left: 0;
  text-decoration: none;
}

.link-block.menudropdown {
  object-fit: fill;
  justify-content: space-between;
  height: 3vh;
  min-height: auto;
  padding-bottom: 0;
  font-style: normal;
  display: inline-block;
  position: relative;
  bottom: -.375vh;
  overflow: hidden;
}

.link-block.menudropdown:hover {
  object-fit: fill;
  bottom: 0;
  overflow: visible;
}

.div-block-2 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-top: 0;
  display: flex;
}

.hero-text-block {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 0;
  padding-bottom: 20vh;
  display: flex;
}

.hero-text-block.first {
  margin-top: 20vh;
}

.hero-text-block.second {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-4 {
  height: 40vh;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0%;
  text-decoration: none;
  display: flex;
}

.hero-text {
  color: #fff;
  font-size: 13vw;
  line-height: 140px;
}

.hero-text.craft-text {
  z-index: 5;
  text-align: right;
  object-fit: fill;
  flex: none;
  align-items: flex-end;
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  font-size: 7vw;
  font-style: normal;
  line-height: 8vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.body {
  color: #000;
  background-color: #000;
  font-family: Neutralface, sans-serif;
  font-style: normal;
}

.image {
  order: 0;
  align-self: center;
  width: 65vw;
  height: 2vw;
  margin-top: 1px;
  margin-bottom: 6px;
  margin-left: -1.25vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 1.4vw;
}

.image.top {
  z-index: 0;
  clear: none;
  mix-blend-mode: normal;
  width: 60vw;
  margin-left: -9.25vw;
  position: relative;
}

.baby-hero-text {
  color: #fff;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-size: 2.3vw;
  line-height: 0;
  display: flex;
}

.baby-hero-text.center {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.baby-hero-text.right {
  align-self: flex-end;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5vw;
}

.baby-hero-text.left {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5vw;
  padding-bottom: 0;
}

.engineering {
  height: 100vh;
}

.contact {
  background-image: url('../images/Artboard-2.jpg');
  background-position: 0 0;
  background-size: 100%;
  height: 100vh;
  margin-top: 10vh;
}

.craft {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 13vh;
  display: none;
  overflow: hidden;
}

.container {
  justify-content: center;
  align-items: flex-start;
  max-width: 80vw;
  height: 80vh;
  display: flex;
}

.div-block-5 {
  width: 80vw;
  height: 150vh;
}

.text-block-3 {
  color: #fff;
}

.herolight-left-hard {
  z-index: 0;
  opacity: 1;
  filter: blur(55px) contrast(200%);
  outline-offset: 0px;
  mix-blend-mode: hard-light;
  border: 24px #22357a;
  border-radius: 0;
  outline: 3px #000;
  width: 30vw;
  max-width: none;
  height: 55vh;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  top: 19.5vh;
  bottom: 0;
  left: -36vw;
}

.image-3 {
  z-index: 999;
  filter: invert();
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 95vw;
  max-width: none;
  height: 5vh;
  margin-left: 0;
  display: block;
  position: relative;
  top: 23.4vh;
  left: 0;
}

.image-4 {
  z-index: 999;
  filter: invert();
  width: 55vw;
  height: 8vh;
  display: block;
  position: relative;
  top: 0;
  left: 19.6vw;
}

.myjob {
  z-index: 11;
  opacity: 1;
  filter: blur(1px);
  color: #fff;
  text-align: center;
  mix-blend-mode: luminosity;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  width: auto;
  height: 5vh;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.75vw;
  line-height: 4.25vh;
  display: block;
  position: absolute;
  inset: 15.9vh 13.8vw 0% auto;
}

.myjob.myjobblur {
  opacity: .66;
  filter: blur(3px);
  cursor: wait;
  width: auto;
  height: 5vh;
  display: block;
  top: 16.2vh;
  bottom: 0%;
  right: 13.5vw;
}

.visions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 350vh;
  margin-bottom: 0;
  display: none;
  position: static;
}

.vision-text {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 20vh;
  bottom: 0;
  left: 0;
}

.text-block-5 {
  z-index: 999;
  color: #fff;
  text-align: left;
  width: 40vw;
  margin-bottom: 1vh;
  margin-left: 0;
  font-size: 10vw;
  line-height: 20vh;
  display: none;
  position: relative;
  top: 0;
  left: -25vw;
}

.visions-imagelink1 {
  z-index: 1;
  filter: none;
  flex: none;
  width: 35vw;
  min-width: 30vw;
  max-width: 32vw;
  height: 50vh;
  min-height: 54vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: -1.7vh;
  left: 0;
  overflow: hidden;
}

.visions-lightbox {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 12.6vh;
  left: 59.9vw;
  right: 0;
}

.visions-lightbox.box2 {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  top: 20vh;
  left: 59.8vw;
}

.visions-lightbox.box3 {
  z-index: 3;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 40vw;
  margin-top: 0;
  margin-bottom: 7vh;
  top: 20vh;
  left: 55.7vw;
  right: 0;
  overflow: visible;
}

.visions-lightbox.box4 {
  z-index: 4;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 55vw;
  margin-top: 0;
  margin-bottom: -16vh;
  position: sticky;
  top: 20vh;
  left: 53.4vw;
  right: 0;
}

.visions-lightbox.box5 {
  z-index: 5;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 45vw;
  margin-top: 0;
  margin-bottom: 0;
  position: sticky;
  top: 20vh;
  bottom: auto;
  left: 52.1vw;
  overflow: visible;
}

.visions-lightbox.box1 {
  z-index: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 4vh;
  display: flex;
  top: 20vh;
  left: 56.4vw;
}

.visions-lightbox.box-2 {
  margin-top: -29vh;
  margin-bottom: 29vh;
  top: 21.2vh;
  left: 71.7vw;
}

.visions-imagelink2 {
  filter: none;
  width: 32vw;
  min-width: 30vw;
  max-width: 32vw;
  height: 50vh;
  min-height: 54vh;
  position: relative;
  top: 0;
  left: -1.9vw;
  transform: rotate(90deg);
}

.visions-imagelink3 {
  opacity: 1;
  filter: none;
  background-color: #00000096;
  background-image: linear-gradient(#00000080, #00000080);
  width: 32vw;
  min-width: 30vw;
  max-width: 32vw;
  height: 50vh;
  min-height: 54vh;
  position: relative;
  top: -.1vh;
  left: -1.7vw;
  transform: rotate(0);
}

.image-8 {
  width: 25vw;
  height: 40vh;
}

.image-9 {
  width: 40vw;
  height: 35vh;
}

.footer {
  align-items: flex-end;
  width: 100vw;
  height: 10vh;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.gradient {
  display: block;
}

.div-block-6 {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000 33%, #fff0);
  background-clip: border-box;
  width: 100vw;
  height: 20vh;
  position: relative;
}

.hero-image-rack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  width: 100vw;
  height: 35vh;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image-rack.engineering {
  position: relative;
  inset: 6% 0% auto;
}

.image-10 {
  width: 45vw;
  height: 45vh;
  position: absolute;
  top: -10.2vh;
  left: -12.5vw;
}

.image-10.middle {
  width: 35vw;
  height: 35vh;
  top: -2vh;
  left: 32.7vw;
}

.image-10.middle.mix {
  top: -4.3vh;
  left: 33.4vw;
}

.image-10.right {
  width: 30vw;
  height: 30vh;
  top: -.7vh;
  left: 2vw;
}

.image-10.right.disc {
  width: 12vw;
  height: 18vh;
  top: 4.8vh;
  left: 16.2vw;
}

.image-10.left {
  object-fit: fill;
  object-position: 50% 50%;
  width: 35vw;
  max-width: 150%;
  height: 35vh;
  line-height: 40px;
  top: -5.3vh;
  left: -7.5vw;
}

.image10.left {
  width: 150vw;
  height: 40vh;
  position: absolute;
  top: -6.4vh;
  left: -6.8vw;
}

.image10.left.mic {
  top: -10.3vh;
  left: -5.8vw;
}

.home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: hue-rotate(180deg) contrast(172%) saturate(200%) saturate(200%);
  background-image: url('../images/image-2.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  display: none;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100vh;
  display: flex;
}

.dre {
  z-index: 99;
  opacity: 1;
  filter: blur(3px);
  direction: ltr;
  color: #fbffeb;
  text-align: center;
  -webkit-text-stroke-color: #906269;
  text-transform: none;
  cursor: wait;
  mix-blend-mode: soft-light;
  width: 50vw;
  min-width: auto;
  height: 10vh;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Neutralface, sans-serif;
  font-size: 7vw;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  position: relative;
  top: 8.9vh;
  left: 6.7vw;
}

.dre.did {
  display: none;
  top: 16.9vh;
  left: -34.1vw;
}

.dre.did.dat {
  top: 14.8vh;
  left: -20.2vw;
}

.dre.dreblur {
  opacity: .78;
  filter: blur(8px) saturate(200%);
  mix-blend-mode: soft-light;
  height: 10vh;
  top: 0;
}

.dre.dreblur.dreblur-lsdblur {
  z-index: 1;
  filter: blur(2.5px) saturate(200%);
  color: #a982ac;
  -webkit-text-stroke-color: #97bd8c;
  top: 15.9vh;
  left: 23.4vw;
}

.dre.dreblur.dreblur-lsdblur.dreblur-lsdblur2 {
  z-index: 0;
  color: #746dfd;
  top: 9.2vh;
  left: 8.2vw;
}

.dre.dreblur.dreblur-lsdblur.dreblur-lsdblur3 {
  z-index: 0;
  opacity: .81;
  filter: blur(6px) saturate(200%);
  color: #bcff70;
  top: 18.7vh;
  left: 11.8vw;
}

.dre.dre-lsd {
  z-index: 2;
  filter: blur(1.5px) saturate(200%);
  color: #69d2b4;
  top: 12.8vh;
  left: 15.1vw;
}

.dre.dre-lsd.dre-lsd-copy {
  top: 12.1vh;
  left: 14.5vw;
}

.vision-link-text {
  color: #fff;
  font-size: 14vw;
  font-style: normal;
}

.vision-link-text.vision-link1 {
  z-index: 999;
  outline-offset: 0px;
  text-transform: none;
  outline: 3px #fff;
  display: block;
  position: relative;
}

.visionslink {
  z-index: 5;
  color: #fff;
  background-color: #0000;
  margin-right: 0;
  font-size: 6vw;
  text-decoration: none;
  transition: letter-spacing .525s;
  position: relative;
  top: 26vh;
  left: 0;
}

.visionslink:hover {
  letter-spacing: .5vw;
}

.visionslink.vl2 {
  text-align: center;
  top: 28.1vh;
  left: -1.1vw;
}

.visionslink.vl2._3 {
  font-size: 6vw;
  line-height: 88px;
  top: 23.5vh;
  left: 1.6vw;
}

.visionslink.vl3 {
  mix-blend-mode: normal;
  left: -1.7vw;
}

.heropic {
  z-index: 0;
  opacity: .78;
  filter: saturate(200%) saturate(200%) contrast(200%) saturate(200%);
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  display: none;
  position: relative;
  top: 0;
}

.heropic.heropicblurred {
  padding-top: 0;
  display: block;
  top: 1.4vh;
}

.heropic.heropic-footer {
  z-index: -1;
  filter: saturate(200%) saturate(200%) contrast(200%) saturate(200%);
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.icon {
  display: none;
}

.dropdown-list {
  color: #746363;
}

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

.dropdown-link {
  color: #bd6a6a;
}

.dropdown-link.menubutton {
  color: #fff;
}

.dropdown-toggle {
  text-align: right;
  cursor: default;
}

.dropdown {
  display: inline-block;
}

.text-block-6 {
  margin-top: -1.75vh;
  position: relative;
  bottom: -33px;
  overflow: visible;
}

.dropdown-list-2 {
  background-color: #dddddd2e;
}

.dropdown-list-2.w--open {
  text-align: center;
  background-color: #ddd0;
  font-style: normal;
}

.icon-2 {
  display: none;
}

.dropdown-2 {
  text-align: center;
  display: block;
  overflow: visible;
}

.dropdown-toggle-2 {
  padding: 0;
}

.dropdown-toggle-2:hover {
  padding-bottom: 0;
}

.dropdown-toggle-2.w--open {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.visions-imagelink4 {
  filter: none;
  width: 32vw;
  min-width: 30vw;
  max-width: 32vw;
  height: 50vh;
  min-height: 54vh;
  position: relative;
  top: -8.5vh;
  left: 1.3vw;
  transform: none;
}

.footer-2 {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: hue-rotate(180deg);
  object-fit: fill;
  flex-direction: column;
  flex: none;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: end center;
  width: 80%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.text-block-7 {
  color: #fff;
  width: 23vw;
  height: 5vh;
  margin-left: 10vw;
  font-size: 3vw;
  line-height: 5vh;
  position: relative;
  top: -7.5vh;
}

.footylink {
  width: 10vw;
  height: 5vh;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -12.7vh;
  left: 46.3vw;
}

.footylink.link2 {
  width: 20%;
  top: -17.5vh;
  left: 69.3vw;
}

.text-block-8 {
  font-size: 3vw;
}

.footybutton {
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
  margin-right: 8vw;
  font-size: 3vw;
  line-height: 5vh;
  text-decoration: none;
  transition: letter-spacing .525s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  top: 1.1vh;
  left: 0;
}

.footybutton:hover {
  letter-spacing: .5vw;
}

.footybutton.sayhi {
  margin-left: 5vw;
  top: -6.8vh;
  left: 1.9vw;
}

.music-album {
  z-index: 5;
  background-color: #000;
  background-image: url('../images/smallerest.jpg');
  background-position: 50%;
  background-size: 100vw 100vh;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.album-streamlinks {
  z-index: 66;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  opacity: 1;
  cursor: wait;
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 8vw;
  height: 50vh;
  display: flex;
  position: relative;
  top: 1.2vh;
  left: .2vw;
}

.storelinkimage {
  z-index: 66;
  object-fit: cover;
  border-radius: 11px;
  width: 4vw;
  height: 10vh;
  margin: 2vh 1vw 0;
  position: relative;
}

.lsd-image-link {
  filter: none;
  object-fit: cover;
  background-color: #000;
  border: 1px #000;
  border-radius: 0;
  width: 6vw;
  height: 7vh;
  font-size: 20px;
  line-height: 30px;
  transition: filter .15s cubic-bezier(.55, .055, .675, .19);
  position: relative;
  overflow: hidden;
}

.lsd-image-link:hover {
  filter: none;
}

.visions-imagelink5 {
  filter: none;
  object-fit: cover;
  width: 32vw;
  min-width: 30vw;
  max-width: 32vw;
  height: 50vh;
  min-height: 54vh;
  position: relative;
  top: -.4vh;
  left: -.5vw;
}

.music-beats {
  z-index: 4;
  opacity: 1;
  background-color: #000;
  background-image: url('../images/IMG_4412.JPG');
  background-position: 50% 75%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.body-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.music-playlists {
  z-index: 3;
  background-color: #0000;
  background-image: url('../images/IMG_1883-min.JPG');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 115vw;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.music-engineer {
  z-index: 2;
  background-color: #6b5252;
  background-image: url('../images/IMG_4946.JPG');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.music-sync {
  z-index: 1;
  object-fit: contain;
  background-color: #fff;
  background-image: url('../images/background-min.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.text-beats {
  color: #fff;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding-top: 0;
  font-family: Neutralface, sans-serif;
  font-size: 8vw;
  font-style: normal;
  line-height: 12vh;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.text-beats.albumtitle {
  width: 15vw;
  min-width: 15vw;
  height: 10vh;
  font-size: 6vw;
  top: .9vh;
  left: .4vw;
}

.text-beats._2 {
  top: .2vh;
  left: -15.7vw;
}

.text-beats-blur {
  opacity: 1;
  filter: blur(12px);
  color: #fff;
  text-align: center;
  mix-blend-mode: hard-light;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 65vw;
  height: 10vw;
  padding-top: 0;
  font-family: Neutralface, sans-serif;
  font-size: 8vw;
  font-style: normal;
  line-height: 25px;
  display: flex;
  position: relative;
  top: 2vh;
  left: 16.5vw;
  overflow: visible;
}

.text-beats-blur.albumtitle {
  width: 15vw;
  height: 10vh;
  font-size: 6vw;
  display: flex;
  top: -7vh;
  left: .2vw;
}

.text-beats-blur._2 {
  left: 14.8vw;
}

.music-playlists-header {
  opacity: 1;
  filter: saturate(200%) blur(4px);
  color: #ffe738;
  mix-blend-mode: saturation;
  width: 25vw;
  height: 10vh;
  font-family: Neutralface, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  position: relative;
  top: 4.2vh;
  left: 2vw;
}

.music-playlists-header.music-playlists-header-filter {
  opacity: 1;
  filter: blur(5px) invert();
  color: #18170d;
  top: 13.9vh;
  left: 2.2vw;
}

.music-playlists-header.facetext {
  filter: none;
  color: #000;
  mix-blend-mode: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  top: -6.8vh;
  left: 6.4vw;
}

.lightbox-link {
  width: 5vw;
  height: 5vh;
  position: relative;
  top: 6.4vh;
  left: 1vw;
}

.playlisttext {
  color: #fff;
  align-items: center;
  width: auto;
  height: 7vh;
  margin-top: 5%;
  margin-bottom: 0%;
  margin-right: 0%;
  font-family: Neutralface, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.playlisttext.playlisttext-small-left {
  text-align: right;
  object-fit: fill;
  object-position: 0% 0%;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 3vh;
  min-height: 3vh;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 1vw;
  padding-right: 0;
  font-size: 1vw;
  font-style: normal;
  line-height: 2vh;
  transition: width .125s ease-in;
  display: flex;
  top: .3vh;
  left: 0;
  overflow: hidden;
}

.playlisttext.playlisttext-small-left:hover {
  width: auto;
  font-style: normal;
}

.playlisttext.playlisttext-small-left.left {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  top: .3vh;
  left: 0;
}

.playlisttext.playlisttext-small-left.right {
  width: 75%;
}

.playlisttext.playlisttext2 {
  align-items: center;
  height: 7vh;
  margin-top: 0%;
  margin-bottom: 5%;
  margin-right: 0%;
  font-family: Neutralface, sans-serif;
  font-weight: 400;
  display: flex;
  top: 0;
  left: 0;
}

.playlisttext.left {
  justify-content: flex-end;
}

.playlists-title {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff0;
  outline: 3px #333;
  width: 45vw;
  height: 30vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 44.2vh;
  left: -24.3vw;
}

.playlistholder {
  z-index: 1;
  background-color: #3a4b8a00;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  margin-right: 10%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: -8px 8px 18px 4px #0000004d;
}

.playlists-name-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 3.5vh;
  margin-bottom: 2%;
  margin-right: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.playlists-name-link:hover {
  font-style: normal;
}

.playlists-name-link.right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 3.25vh;
  margin-right: 0%;
  left: 0;
}

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

.playlistlink {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25vw;
  font-weight: 700;
  transition: letter-spacing .2s cubic-bezier(.47, 0, .745, .715);
  position: relative;
  top: -.3vh;
  left: .8vw;
}

.playlistlink:hover {
  letter-spacing: .1vw;
  font-style: italic;
}

.playlistlink.link1 {
  color: #fff;
  margin-right: 1vw;
  font-family: Neutralface, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  top: 0;
  left: 0;
}

.playlistlink.link1:hover {
  font-style: normal;
}

.playlistlink.link2 {
  color: #fff;
  margin-right: 1vw;
  font-family: Neutralface, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  top: 0;
  left: 0;
}

.playlistlink.link2:hover {
  font-style: normal;
}

.playlistlink.email {
  font-size: 1vw;
  font-weight: 400;
  text-decoration: underline;
  top: 1vh;
  left: 0;
}

.playlistlink.email:hover {
  font-style: normal;
  text-decoration: underline;
}

.playlistlink.email.footy {
  font-size: 4vw;
}

.arrow {
  color: #fff;
  margin-right: 1vw;
  font-weight: 400;
  position: relative;
  top: 0;
  left: 0;
}

.arrow.left {
  align-items: center;
  height: 100%;
  margin-right: 1vw;
  font-weight: 400;
  display: none;
  top: 0;
  left: 0;
}

.beats-title {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-top: 0%;
  margin-left: 5%;
  font-style: normal;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.beats-title._2 {
  mix-blend-mode: screen;
  flex: none;
  width: 30vw;
  top: 0;
  left: 0;
}

.beats-title._2._3 {
  width: 45vw;
  left: 0;
}

.beats-title._2._3._4 {
  width: 60vw;
  left: 0;
}

.beats-title.playlists-title {
  z-index: 5;
  margin-left: 13.5%;
  left: -5.4vw;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  object-fit: cover;
  background-color: #ec5f5f;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90vw;
  height: 30vh;
  display: grid;
  position: relative;
  top: -3.3vh;
  left: -13vw;
}

.div-block-11 {
  width: 40vw;
  height: 40vh;
  position: relative;
  top: 4vh;
  left: 2vw;
}

.engineering-title {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8vw;
  line-height: 16vh;
  display: flex;
  position: relative;
  top: -1.4vh;
  left: 0;
}

.engineering-servicelist {
  color: #fff;
  justify-content: space-between;
  font-family: Neutralface, sans-serif;
  display: flex;
  position: relative;
  top: 3.7vh;
}

.text-block-10 {
  color: #fff;
  text-transform: lowercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8vw;
  font-style: normal;
  line-height: 16vh;
  position: relative;
  top: 7.8vh;
  left: -29.1vw;
}

.engineering-services {
  color: #fff;
  text-align: right;
  mix-blend-mode: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.9vw;
  line-height: 6vh;
  position: relative;
  top: 0;
  left: 0;
}

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

.container-2 {
  z-index: 44;
  background-color: #db1d1d;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 10vh;
  display: flex;
  position: relative;
  top: -6.7vh;
}

.lightboxwrapper {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 45%;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.lightboxwrapper._2 {
  background-color: #000;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 15%;
  margin-top: 0%;
  margin-bottom: 8%;
  margin-right: 0;
  top: 0;
  left: 0;
}

.text-block-11 {
  direction: ltr;
  color: #fff;
  text-transform: lowercase;
  justify-content: center;
  width: 15vw;
  font-family: Great Vibes, cursive;
  font-size: 8vw;
  font-style: normal;
  line-height: 15vh;
  display: flex;
  position: relative;
  top: -1.9vh;
  left: 46.2vw;
}

.engineeringtitleblock {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 38vh;
  left: 0;
}

.engineering-contact {
  color: #fff;
  text-align: center;
  width: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: letter-spacing .525s;
  position: relative;
  top: 2.4vh;
}

.engineering-contact:hover {
  letter-spacing: .25vw;
  width: auto;
}

.syncimageholder {
  opacity: 0;
  outline-offset: 0px;
  cursor: alias;
  outline: 3px #00e;
  flex: 0 auto;
  width: 100%;
  height: 75%;
  max-height: 100%;
  margin-bottom: 2%;
}

.sync-play-button {
  color: #fff;
  text-align: left;
  letter-spacing: .1vw;
  background-image: none;
  border-radius: 200px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  font-style: normal;
  transition: letter-spacing .775s;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
}

.sync-play-button:hover {
  letter-spacing: .5vw;
  transform: none;
}

.lightboxplaybutton {
  background-color: #92929200;
  border-radius: 2000px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: none;
}

.div-block-14 {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 50vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -37.1vh;
  left: -25.9vw;
  overflow: visible;
}

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

.image-13 {
  z-index: 3;
  filter: hue-rotate(180deg);
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.image-13.overlay {
  z-index: 88;
  opacity: 0;
  filter: invert();
  display: none;
  top: 36.4vh;
  left: 0;
}

.image-13.overlay:hover {
  opacity: 1;
  filter: blur(1px) invert();
  mix-blend-mode: difference;
}

.div-block-15 {
  width: 45vh;
  height: 100%;
  position: relative;
  top: -227px;
  left: .8vw;
}

.div-block-16 {
  background-color: #ff7c7c;
  width: 450px;
  height: 550px;
  position: relative;
  top: -135px;
}

.container-3 {
  width: 6px;
  height: 600px;
  max-height: 600px;
  display: flex;
  position: relative;
  top: -27.8vh;
  left: -22.8vw;
}

.back2top {
  text-decoration: none;
  position: relative;
  top: 49.8vh;
  left: 34.2vw;
}

.back2top.playlists {
  height: 3vh;
  top: 94.6vh;
  left: -69.8vw;
}

.menubutt {
  color: #fff;
  font-family: Neutralface, sans-serif;
  font-size: 2vw;
  font-style: normal;
  text-decoration: none;
}

.beatsblock {
  grid-column-gap: 0vw;
  grid-row-gap: .5vw;
  object-fit: fill;
  background-color: #0000;
  flex: none;
  grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
  grid-template-columns: auto;
  grid-auto-rows: 10vh;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start stretch;
  align-self: flex-start;
  place-items: stretch start;
  width: 40%;
  height: 100%;
  margin-right: 10%;
  display: grid;
  position: relative;
  top: 0;
  left: 0;
  overflow: scroll;
}

.songpreview {
  filter: none;
  background-color: #3b3b3b52;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-left: 0;
  transition: filter .375s ease-in-out;
  display: flex;
  box-shadow: 0 3px 4px -2px #0003;
}

.songpreview:hover {
  filter: none;
}

.songpreview._2linesong {
  position: relative;
  top: 2vh;
}

.beats-artistname {
  color: #fff;
  text-align: center;
  padding-bottom: 1vh;
  font-family: Neutralface, sans-serif;
  font-size: 1vw;
  position: relative;
  top: 2.2vh;
}

.beats-artistname._2line {
  top: 2.2vh;
}

.beats-albumcover {
  object-fit: cover;
  border-radius: 10px;
  padding-bottom: 1vh;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
  top: 0;
  overflow: scroll;
}

.html-embed {
  display: none;
}

.section-1 {
  opacity: 1;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-2 {
  background-color: #000;
  background-image: none;
  background-size: auto;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.section-3 {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.lsdtitle {
  width: 45vw;
  height: 30vh;
  display: none;
  position: relative;
  top: 22.1vh;
  left: 8vw;
}

.section-4 {
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 5vw dashed #000;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.section-5 {
  background-color: #000;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.section-6 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
}

.section-7 {
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 10vh;
  margin-top: 37vh;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.dreintro {
  opacity: 1;
  width: 65%;
  height: 30%;
  display: block;
  position: relative;
  top: .4vh;
}

.invertimagebox {
  background-color: #bd6a6a00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 500px;
  height: 650px;
  min-height: 650px;
  margin-left: 0%;
  display: flex;
  position: relative;
  top: 0;
  left: 30.3vw;
}

.crafttext {
  background-color: #c94a4a00;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 35%;
  display: flex;
  position: relative;
  top: 13.1vh;
  left: 0;
}

.albumcovers {
  background-image: url('../images/smallerest.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 400px;
  height: 400px;
  position: relative;
  top: -55.8vh;
  left: 0;
}

.albumshowcase {
  z-index: 0;
  opacity: 1;
  background-color: #3330;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-left: 10%;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0;
  left: -3.9vw;
}

.albumshowcase.playlists-title {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 10%;
  margin-right: 0%;
  left: 0;
}

.albumshowcase.profiles {
  z-index: 5;
}

.albumtitle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 11vh;
  margin-bottom: 13%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.albumtitle:hover {
  background-color: #000;
}

.text-block-12, .text-block-13 {
  color: #fff;
}

.image-14 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 150%;
  max-width: 150%;
  height: 150%;
  position: relative;
  top: -25%;
  left: -45%;
}

.image-14.footer {
  flex: none;
  top: 0%;
  left: 0%;
}

.homepic {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.image-15 {
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 10%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-right: 10%;
  padding-right: 0;
  position: relative;
  top: 0;
  left: 0;
}

.text-block-14 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  font-size: 3.7vw;
  line-height: 8vh;
  display: flex;
  position: relative;
  top: -1.5vh;
}

.streamlinks {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0% 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  left: 0;
}

.text-block-15 {
  color: #fff;
  align-items: center;
  width: 9vw;
  margin-right: 0%;
  font-size: 1vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.text-block-16 {
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  font-size: 1vw;
  display: none;
  position: relative;
  top: 0;
  left: 0;
}

.engineering-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35vw;
  height: 8%;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 0;
  display: flex;
}

.eng-services-text, .text-block-18 {
  color: #fff;
  font-size: 1vw;
  position: relative;
  top: 1vh;
}

.text-block-19 {
  color: #fff;
  text-align: right;
  width: auto;
  margin-bottom: 1%;
  font-size: 2vw;
  line-height: 3.5vh;
  position: relative;
  top: 0%;
}

.lightboxholster {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  margin-right: 10%;
  display: flex;
  position: relative;
  top: 0;
}

.underline {
  z-index: 9;
  background-color: #fff;
  width: 38vw;
  height: 1vh;
  position: relative;
}

.albumartshowcase {
  width: 40%;
  margin-right: 10%;
  position: relative;
  left: 0;
}

.image-16 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.beat-applemusicstyle {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 10vh 55% 25%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.beat-songtitle {
  color: #fff;
  align-self: center;
  height: 3vh;
  margin-top: 3vh;
  margin-left: 2%;
  font-size: 2vw;
  position: relative;
  top: 0;
  left: 0;
}

.beat-songartist {
  color: #fff;
  align-self: flex-end;
  margin-top: 1vh;
  margin-left: 2%;
  position: relative;
  top: 0;
  left: 0;
}

.link {
  align-self: flex-end;
  position: relative;
  top: -1.1vh;
  left: 8.3vw;
}

.link-2 {
  align-self: flex-end;
  position: relative;
  top: -5.3vh;
}

.beats-view3dplaylist {
  color: #fff;
  margin-top: 2%;
  margin-left: 0%;
  font-size: 2vw;
  position: relative;
  top: 1vh;
}

.beats-viewmore {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  height: auto;
  min-height: 12%;
  max-height: 15%;
  margin-left: 5%;
  display: flex;
  position: relative;
  top: 5vh;
  left: .4vw;
}

.beats-viewmore.vertical {
  flex: 0 auto;
  width: 15%;
  height: 10vh;
  min-height: 10vh;
  max-height: 10vh;
  margin-left: 8%;
  top: 6.6vh;
  left: .5vw;
}

.playlistsbuttons {
  justify-content: space-between;
  width: 100%;
  height: 65%;
  display: flex;
}

.footerwork {
  color: #000;
  width: 100%;
  font-size: 3vw;
}

.beatblock-names {
  margin-left: 5%;
}

.beatblock-stream {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.html-embed-2 {
  height: 0;
  display: block;
}

.text-block-20 {
  color: #fff;
  text-align: right;
  margin-bottom: 3%;
  font-size: 1.25vw;
}

.fullthumbnailholster {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 0%;
  display: flex;
  position: relative;
  top: 0%;
  overflow: visible;
}

.image-17 {
  position: relative;
  top: 167%;
  left: 37%;
}

.text-block-21 {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  font-size: 2vw;
  text-decoration: underline;
  display: flex;
}

.sync-worddetails {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.div-block-17 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 80%;
  height: 60%;
  margin-bottom: 0;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 80%;
  height: 40%;
  display: flex;
}

.playlistlist {
  width: 100%;
  height: 50%;
  margin-bottom: 5%;
  overflow: scroll;
}

.link-3, .link-4, .link-5 {
  color: #fff;
  font-size: 3vh;
}

.text-block-22 {
  color: #dac2c2;
}

.streamnow {
  color: #fff;
  font-size: 3vh;
}

.glyph1 {
  cursor: default;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-left: 0%;
  margin-right: 10%;
  display: flex;
  overflow: hidden;
}

.glyph1.glyph2 {
  align-items: center;
  width: 20%;
  height: 100%;
  margin-right: 7%;
}

.glyph1.glyph2.glyph3 {
  width: 27%;
  margin-top: 0;
  margin-right: 0%;
}

.glyphimage {
  filter: brightness(200%) contrast(200%);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.glyphimage.spotify {
  cursor: pointer;
  margin-top: 10%;
}

.glyphimage.youtube {
  cursor: pointer;
  margin-bottom: 0%;
  position: relative;
  top: 10%;
}

.glyphimage.apple {
  cursor: pointer;
  margin-bottom: 1%;
}

.glyphholder {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.add-text {
  color: #777;
  text-align: right;
  margin-top: 5%;
  margin-bottom: -5%;
  font-size: .75vw;
  position: relative;
  top: -8%;
}

.add-text.nd {
  margin-top: 0%;
  top: -8%;
}

@media screen and (max-width: 991px) {
  .nav.nav-slim {
    display: block;
  }

  .navgrid {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: exclusion;
    background-clip: border-box;
    top: 60%;
  }

  .menubutton {
    font-size: 2.25vw;
  }

  .menubutton.beatslink {
    font-size: 1.5vw;
  }

  .menubutton.beatslink._2._3d {
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
  }

  .menubutton.beatslink._2._3d.yt {
    left: 0;
  }

  .menubutton.beatslink._3d {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .menubutton.songname {
    font-size: 2vw;
  }

  .menubutton.footy {
    top: -3.9vh;
    left: -24.3vw;
  }

  .hero-text.craft-text {
    top: 0;
  }

  .herolight-left-hard {
    width: 50vw;
    height: 40vh;
  }

  .image-3 {
    top: 99.1vh;
  }

  .image-4 {
    top: 84.7vh;
  }

  .myjob {
    font-size: 2.25vw;
    top: 13.7vh;
    right: 7.5vw;
  }

  .myjob.myjobblur {
    top: 14.2vh;
    right: 7vw;
  }

  .text-block-5 {
    width: 90vw;
    font-size: 7vw;
    line-height: 8vh;
    display: none;
    top: -4vh;
    left: .1vw;
  }

  .visions-imagelink1 {
    max-width: 40vw;
    height: 40vh;
    min-height: 32vh;
  }

  .visions-lightbox.box1 {
    height: 40vh;
    margin-top: 0;
  }

  .dre {
    width: 75vw;
    font-size: 9vw;
    left: 0;
  }

  .dre.dreblur {
    top: -.1vh;
  }

  .footer-2 {
    height: 100%;
  }

  .playlisttext {
    align-items: center;
    height: 10%;
    margin-top: 0%;
    font-size: 4vw;
  }

  .playlisttext.playlisttext-small-left {
    text-align: right;
    align-items: center;
    width: auto;
    font-size: 1.5vw;
  }

  .playlisttext.playlisttext-small-left.left {
    align-items: center;
    width: 75%;
    margin-bottom: 0%;
    font-size: 1.5vw;
  }

  .playlisttext.playlisttext-small-left.right {
    width: 75%;
    font-size: 1.5vw;
  }

  .playlisttext.playlisttext2 {
    justify-content: flex-end;
    height: 10%;
    margin-top: 0%;
  }

  .playlisttext.left {
    justify-content: flex-start;
    margin-bottom: 5%;
  }

  .playlistholder {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
    height: 50vh;
    min-height: 50vh;
    margin-bottom: 0%;
    margin-right: 0;
    top: 0;
    left: 0;
  }

  .playlists-name-link {
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
  }

  .playlists-name-link.right {
    justify-content: flex-end;
    align-items: flex-end;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: 3.5vh;
  }

  .playlistlink.link1, .playlistlink.link2 {
    font-size: 1.5vw;
    top: 0;
  }

  .playlistlink.email {
    margin-top: 3vh;
    font-size: 2vw;
    top: 0;
  }

  .arrow {
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 400;
  }

  .arrow.left {
    margin-right: 5%;
    display: none;
  }

  .beats-title {
    margin-bottom: 2%;
    margin-left: 0%;
    top: 0;
  }

  .beats-title._2 {
    margin-left: 0;
    top: 81.2vh;
  }

  .beats-title._2._3 {
    margin-left: 0;
    top: 77vh;
  }

  .beats-title._2._3._4 {
    top: 50vh;
  }

  .lightboxwrapper {
    opacity: .7;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    height: 40%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0;
    padding-bottom: 0;
    top: 4.7vh;
    left: 0;
  }

  .lightboxwrapper._2 {
    opacity: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
    margin-bottom: 2%;
    padding-bottom: 0;
    top: 0;
  }

  .syncimageholder {
    filter: blur(2vw);
    outline-offset: 0px;
    background-color: #3b3b3b;
    outline: 3px #7878be;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    top: 8.2vh;
  }

  .sync-play-button {
    top: 0%;
  }

  .lightboxplaybutton {
    mix-blend-mode: luminosity;
    background-color: #1414140f;
  }

  .image-13.overlay {
    top: -54.6vh;
  }

  .beatsblock {
    grid-template-columns: 80vw;
    align-content: start;
    align-items: start;
    width: 80vw;
    height: 50vh;
    margin-left: 10%;
    margin-right: 0;
    top: 0;
  }

  .beats-artistname {
    font-size: 1.25vw;
  }

  .beats-artistname._2line {
    top: 2.2vh;
  }

  .section-3 {
    background-image: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10%;
    padding-bottom: 25%;
  }

  .section-4 {
    background-image: none;
    flex-direction: column;
    align-items: center;
  }

  .section-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin-top: -30vh;
    padding-top: 5%;
  }

  .section-7 {
    flex-direction: column;
    align-items: center;
  }

  .section-8 {
    margin-top: 83vh;
  }

  .dreintro {
    width: 70vw;
  }

  .invertimagebox {
    width: 500px;
    min-width: 500px;
    height: 650px;
    min-height: 650px;
    max-height: 650px;
    top: 0;
    left: 40vw;
  }

  .crafttext {
    top: 12.2vh;
    left: -9vw;
  }

  .albumshowcase {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    height: 50%;
    margin: 0% 10% 2%;
    padding-bottom: 10%;
    inset: 0;
  }

  .albumshowcase.sync {
    height: 20%;
  }

  .albumshowcase.profiles {
    height: 25%;
  }

  .albumshowcase.uno {
    height: 20%;
  }

  .albumtitle {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0%;
    margin-bottom: 5%;
    top: 0;
    left: 0;
  }

  .image-15 {
    max-width: 100%;
    margin-right: 0%;
    top: 0;
    left: 0;
  }

  .text-block-14 {
    height: 7vh;
    margin-bottom: 2%;
    margin-left: 0%;
    top: 0;
  }

  .streamlinks {
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-block-15 {
    width: auto;
    margin-right: 0%;
    font-size: 1.5vw;
    top: 0;
    left: 0;
  }

  .text-block-16 {
    margin-left: 0%;
    font-size: 1.5vw;
    top: 0;
    left: 0;
  }

  .engineering-text {
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 2%;
    margin-left: 0%;
    position: relative;
    top: -4.3vh;
  }

  .eng-services-text {
    font-size: 2.5vw;
    top: 0;
  }

  .text-block-19 {
    z-index: 99;
    color: #fff;
    text-align: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0%;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 5vh;
    inset: 0;
  }

  .lightboxholster {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    height: 75%;
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    top: 0;
  }

  .underline {
    height: 2px;
  }

  .albumartshowcase {
    width: 80%;
    height: 80%;
    margin-top: 0;
    margin-left: 10%;
  }

  .beat-applemusicstyle {
    grid-template-rows: 10vh;
    grid-template-columns: 10vh 55% 25%;
  }

  .beat-songtitle {
    margin-left: 0%;
    font-size: 3vw;
  }

  .beat-songartist {
    margin-left: 0%;
  }

  .beats-view3dplaylist {
    margin-top: -5%;
    top: 0;
  }

  .beats-viewmore {
    align-items: stretch;
    width: 50%;
    margin-left: 0%;
    top: 0;
    left: 0;
  }

  .playlistsbuttons {
    width: 100%;
    height: 100%;
  }

  .beatblock-names {
    margin-left: 3%;
  }

  .beatblock-stream {
    margin-right: 1%;
  }

  .fullthumbnailholster {
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    top: 0%;
  }

  .sync-worddetails {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    height: 100%;
  }

  .playlistlist {
    flex-direction: column;
    align-items: flex-end;
    height: 75%;
    margin-top: 5%;
    display: flex;
  }

  .playlistlist.left {
    align-items: flex-start;
  }

  .glyph1 {
    margin-right: 15%;
  }

  .glyph1.glyph2 {
    margin-right: 10%;
  }

  .glyph1.glyph2.glyph3 {
    width: 30%;
  }

  .glyphholder {
    width: 40%;
  }

  .add-text {
    text-align: left;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 1vw;
    top: -5%;
  }

  .add-text.nd {
    margin-top: 0%;
    top: -5%;
  }
}

@media screen and (max-width: 767px) {
  .nav.nav-slim {
    top: 0%;
  }

  .navgrid {
    filter: none;
  }

  .menubutton {
    font-size: 3vw;
  }

  .menubutton.beatslink {
    margin-top: 0;
    font-size: 2vw;
    top: 0;
    left: 0;
  }

  .menubutton.beatslink._2 {
    width: auto;
    min-width: auto;
    margin-bottom: 1vh;
    top: 0;
    left: 0;
  }

  .menubutton.beatslink._2._2line {
    top: -.1vh;
  }

  .menubutton.beatslink._2._3d {
    text-align: center;
    width: auto;
    min-width: auto;
    padding-top: 2vh;
    left: 0;
  }

  .menubutton.beatslink._2line {
    top: 2vh;
  }

  .menubutton.beatslink._3d {
    width: auto;
    min-width: auto;
    font-size: 3vw;
    left: 0;
  }

  .menubutton.songname {
    font-size: 3vw;
    top: 1.2vh;
  }

  .image-3 {
    top: 98.1vh;
  }

  .myjob {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    font-size: 3vw;
    display: flex;
    top: 11.1vh;
    left: 0;
    right: 0;
  }

  .myjob.myjobblur {
    width: 90vw;
    font-size: 3vw;
    display: flex;
    top: 11.6vh;
    right: 12.9vw;
  }

  .home {
    filter: hue-rotate(180deg) contrast(200%) saturate(200%) saturate(200%);
    background-image: url('../images/image-2.png');
    background-position: 0 0;
    background-size: cover;
  }

  .dre {
    width: 90vw;
    font-size: 12vw;
    top: .4vh;
    left: 0;
  }

  .dre.dreblur {
    top: -8.5vh;
  }

  .heropic {
    object-fit: cover;
    height: 100vh;
    max-height: 100vh;
    display: none;
    top: 0;
  }

  .text-beats {
    align-items: flex-start;
    font-size: 12vw;
  }

  .playlisttext {
    font-size: 5vw;
  }

  .playlisttext.playlisttext-small-left {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 1vw;
    font-size: 2vw;
    overflow: hidden;
  }

  .playlisttext.playlisttext-small-left.left {
    align-items: center;
    width: 60%;
    margin-right: 1vw;
    font-size: 1.5vw;
    top: .3vh;
    left: 0;
  }

  .playlisttext.playlisttext-small-left.right {
    object-fit: fill;
    object-position: 50% 50%;
    width: 66%;
    height: 100%;
    margin-right: 0;
    font-size: 1.5vw;
    top: .3vh;
    overflow: visible;
  }

  .playlisttext.playlisttext2, .playlisttext.left {
    margin-bottom: 10%;
  }

  .playlistholder {
    justify-content: space-between;
  }

  .playlists-name-link {
    margin-right: 0%;
  }

  .playlists-name-link.right {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: 3.5vh;
    margin-right: 0;
  }

  .playlistlink.link1 {
    font-size: 2vw;
    left: 0;
  }

  .playlistlink.link2 {
    font-size: 2vw;
  }

  .arrow {
    font-size: 2vw;
    font-weight: 400;
  }

  .arrow.left {
    font-size: 2vw;
    font-weight: 400;
    display: none;
    left: 0;
  }

  .beats-title {
    width: auto;
  }

  .beats-title._2 {
    width: 55vw;
  }

  .lightboxwrapper {
    width: 35%;
    height: 35%;
  }

  .lightboxwrapper._2 {
    align-items: center;
    margin-bottom: 5%;
  }

  .syncimageholder {
    opacity: .72;
  }

  .sync-play-button {
    top: 0%;
  }

  .beatsblock {
    width: 80%;
    height: 60%;
  }

  .songpreview {
    justify-content: space-between;
    padding-top: 0;
  }

  .beats-artistname {
    font-size: 2vw;
    top: 1.2vh;
  }

  .beats-artistname._2line {
    top: 1.3vh;
  }

  .beats-albumcover {
    padding-bottom: 2vh;
  }

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

  .section-6 {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .section-8 {
    margin-top: 81vh;
  }

  .dreintro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    display: flex;
  }

  .invertimagebox {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 450px;
    min-height: 450px;
    max-height: 450px;
    margin-top: 15%;
    top: 0;
    left: 0;
  }

  .crafttext {
    margin-right: 0%;
    top: -34.6vh;
    left: 16.2vw;
  }

  .albumshowcase {
    justify-content: flex-start;
    align-items: center;
    height: 30%;
  }

  .albumtitle {
    flex: 0 auto;
    align-items: center;
    margin-bottom: 1%;
  }

  .text-block-14 {
    justify-content: flex-end;
    font-size: 5vw;
  }

  .streamlinks {
    justify-content: space-between;
    margin-bottom: 3%;
  }

  .text-block-15, .text-block-16 {
    font-size: 2vw;
    left: 0;
  }

  .engineering-text {
    align-items: center;
    margin-top: 7%;
  }

  .text-block-19 {
    font-size: 3.5vw;
  }

  .lightboxholster {
    height: 80%;
  }

  .albumartshowcase {
    margin-bottom: 39px;
  }

  .beat-applemusicstyle {
    grid-template-rows: auto;
    grid-template-columns: 10vh 55% 25%;
  }

  .beat-songtitle {
    margin-left: 2%;
    font-size: 3.5vw;
  }

  .beat-songartist {
    margin-top: 1%;
    margin-left: 2%;
    font-size: 2vw;
  }

  .beats-view3dplaylist {
    margin-top: 5%;
    font-size: 3vw;
  }

  .beats-viewmore {
    flex-direction: row;
    justify-content: space-around;
    width: 75%;
  }

  .playlistsbuttons {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .beatblock-names {
    margin-left: 3%;
  }

  .beatblock-stream {
    margin-right: 2%;
    display: flex;
  }

  .text-block-20 {
    margin-bottom: 0%;
    font-size: 2vw;
  }

  .text-block-21 {
    margin-top: 25%;
    font-size: 4vw;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    display: flex;
  }

  .link-3, .link-4, .link-5 {
    font-size: 2vh;
  }

  .glyph1 {
    width: 21%;
    margin-right: 15%;
  }

  .glyph1.glyph2 {
    width: 20%;
    margin-right: 10%;
  }

  .glyph1.glyph2.glyph3 {
    width: 30%;
  }

  .glyphholder {
    width: 40%;
  }

  .add-text {
    margin-top: 0%;
    font-size: 1.25vw;
  }

  .add-text.nd {
    margin-top: 0%;
  }
}

@media screen and (max-width: 479px) {
  .nav.nav-slim {
    top: -1%;
  }

  .navgrid {
    grid-template-columns: 30% 20% 30%;
    place-content: center;
    place-items: stretch stretch;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    top: 60%;
  }

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

  .menubutton {
    margin-top: 0%;
    margin-right: 0;
    font-size: 5vw;
    left: 0;
  }

  .menubutton.beatslink {
    margin-top: 0;
    margin-right: 0;
    font-size: 3vw;
    top: .1vh;
    left: 0;
  }

  .menubutton.beatslink._2 {
    margin-top: 0;
    margin-right: 0;
    top: .7vh;
    left: 0;
  }

  .menubutton.beatslink._2._2line {
    top: -1.7vh;
  }

  .menubutton.beatslink._2._3d {
    width: auto;
    min-width: auto;
    margin-bottom: 0;
    left: 0;
  }

  .menubutton.beatslink._2line {
    top: -1.5vh;
  }

  .menubutton.beatslink._3d {
    width: auto;
    min-width: auto;
    margin-bottom: 0;
    font-size: 4vw;
    left: 0;
  }

  .menubutton.songname {
    margin-top: 0;
    margin-right: 0;
    font-size: 3vw;
    top: -1.2vh;
  }

  .menubutton.footy {
    margin-top: 0;
    font-size: 4vw;
  }

  .menubutton.footy._2 {
    justify-content: space-around;
    margin-bottom: 10%;
    font-size: 9vw;
  }

  .menubutton.footy._3 {
    justify-content: flex-start;
    font-size: 9vw;
    top: 0;
  }

  .hero-text.craft-text {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
    font-size: 8vw;
    line-height: 9vw;
    top: 0;
    left: 0;
  }

  .image-3 {
    height: 4vh;
    top: 69.2vh;
  }

  .image-4 {
    top: 59.1vh;
  }

  .myjob {
    filter: blur(.25px);
    width: 100%;
    top: 7.7vh;
  }

  .myjob.myjobblur {
    opacity: .32;
    width: 100%;
    top: 7.9vh;
    left: 0;
    right: 0;
  }

  .visions-imagelink2 {
    transform: none;
  }

  .home {
    filter: hue-rotate(180deg) contrast(172%) saturate(200%) saturate(200%);
    background-size: cover;
  }

  .dre {
    filter: blur(1px);
    width: 100vw;
    font-size: 12vw;
    top: 0;
    left: 0;
  }

  .dre.dreblur {
    opacity: .84;
    top: -9.4vh;
  }

  .footer-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 0%;
  }

  .music-engineer {
    background-position: 50%, 0 0;
  }

  .text-beats {
    align-items: center;
    font-size: 13vw;
    line-height: 7vh;
  }

  .playlisttext {
    height: 15%;
    margin-top: 0%;
    margin-bottom: 15%;
    margin-right: 0%;
    padding-bottom: 0;
    font-size: 8vw;
    top: 0;
    left: 0;
  }

  .playlisttext.playlisttext-small-left {
    align-items: center;
    margin-bottom: 0%;
    font-size: 4vw;
    top: 0;
  }

  .playlisttext.playlisttext-small-left.left {
    align-items: center;
    width: 30%;
    font-size: 4vw;
  }

  .playlisttext.playlisttext-small-left.right {
    width: 45%;
    font-size: 4vw;
  }

  .playlisttext.playlisttext2 {
    height: 25%;
    margin-top: 5%;
    margin-bottom: 15%;
    margin-right: 0%;
    padding-top: 0%;
    font-size: 8vw;
    top: 0;
    left: 0;
  }

  .playlisttext.left {
    margin-bottom: 15%;
  }

  .playlistholder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 75%;
    min-height: 75%;
    top: 0;
  }

  .playlists-name-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: .5px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 25% 5% 20% 25% 10%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: flex-end;
    width: 100%;
    height: 3.5vh;
    margin-top: 1%;
    display: flex;
    top: 0;
    left: 0;
  }

  .playlists-name-link.right {
    text-align: left;
    grid-template-columns: 45% 5% 18% 24% 10%;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 3.5vh;
    margin-top: 1%;
    margin-right: 0%;
    padding-top: 0;
    top: 0;
    left: 0;
  }

  .playlistlink.link1 {
    font-size: 4vw;
    top: 0;
    left: 1vw;
  }

  .playlistlink.link2 {
    font-size: 4vw;
    top: 0;
  }

  .playlistlink.email {
    font-size: 3vw;
  }

  .arrow, .arrow.left {
    font-size: 4vw;
    font-weight: 400;
    display: none;
  }

  .beats-title {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: 0;
  }

  .beats-title._2, .beats-title._2._3, .beats-title._2._3._4 {
    width: 100vw;
  }

  .lightboxwrapper {
    opacity: 1;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5vh;
    top: 13.1vh;
  }

  .lightboxwrapper._2 {
    opacity: 1;
    width: 100%;
    margin-bottom: 0%;
  }

  .syncimageholder {
    opacity: .5;
  }

  .image-13.overlay {
    display: none;
    top: -40vh;
  }

  .beatsblock {
    grid-column-gap: 1vw;
    grid-row-gap: .5vw;
    grid-template-rows: 6vh;
    grid-template-columns: 100%;
    grid-auto-rows: 6vh;
    width: 80%;
    height: 70%;
  }

  .songpreview {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .beats-artistname {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.5vw;
    top: -3vh;
  }

  .beats-artistname._2line {
    top: -2.4vh;
  }

  .section-2 {
    flex-direction: column;
    height: 80vh;
    margin-bottom: -5vh;
  }

  .section-3 {
    justify-content: flex-start;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .section-4 {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .section-5 {
    margin-top: -10vh;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .section-6 {
    justify-content: center;
    margin-top: -20vh;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .section-7 {
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .section-8 {
    height: 35vh;
    margin-top: 87vh;
  }

  .dreintro {
    width: 100%;
  }

  .invertimagebox {
    top: 0;
    left: 0;
  }

  .crafttext {
    z-index: 77;
    top: -31.2vh;
    left: 9.5vw;
  }

  .albumshowcase {
    justify-content: space-between;
    height: 40%;
    padding-bottom: 0%;
    top: 0;
  }

  .albumshowcase.sync {
    margin-top: 5%;
    top: 0;
  }

  .albumshowcase.profiles {
    justify-content: flex-start;
    height: 20%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0;
    padding-bottom: 0%;
  }

  .albumshowcase.uno {
    height: 15%;
    margin-top: 5%;
  }

  .albumtitle {
    flex-direction: column;
    align-items: center;
    margin-top: 0%;
  }

  .image-15 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 75%;
    min-height: 75%;
    top: 0;
    left: 0;
  }

  .text-block-14 {
    text-align: left;
    align-items: center;
    width: 100%;
    margin-bottom: 5%;
    font-size: 7vw;
    top: 0;
  }

  .streamlinks {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .text-block-15 {
    font-size: 2.5vw;
    top: 0;
    left: 0;
  }

  .text-block-16 {
    font-size: 2.5vw;
    left: 0;
  }

  .engineering-text {
    justify-content: space-between;
    width: 90vw;
    margin-top: 10%;
  }

  .eng-services-text {
    font-size: 3vw;
  }

  .text-block-19 {
    text-align: right;
    align-self: flex-end;
    width: 65vw;
    min-width: 65vw;
    max-width: 65vw;
    font-size: 5vw;
  }

  .lightboxholster {
    justify-content: flex-start;
  }

  .underline {
    width: 44vw;
    height: .3vh;
  }

  .albumartshowcase {
    height: 75%;
    margin-bottom: 0;
  }

  .image-16 {
    object-fit: fill;
    width: 100%;
    overflow: visible;
  }

  .beat-applemusicstyle {
    border-bottom: 1px #fff;
    grid-template-rows: 5vh;
    grid-template-columns: 5vh 50% 25%;
  }

  .beat-songtitle {
    margin-top: 0;
  }

  .beat-songartist {
    margin-top: -1%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5vw;
  }

  .beats-view3dplaylist {
    font-size: 4vw;
    display: none;
  }

  .beats-viewmore {
    align-items: center;
    width: 100%;
    min-height: auto;
    max-height: none;
    top: 0;
    left: 0;
  }

  .playlistsbuttons {
    width: 100%;
    height: auto;
  }

  .footerwork {
    text-align: center;
    margin-bottom: 10%;
    font-size: 10vw;
  }

  .beatblock-names {
    margin-left: 0%;
  }

  .beatblock-stream {
    justify-content: space-between;
  }

  .text-block-20 {
    font-size: 3vw;
  }

  .fullthumbnailholster {
    width: 120px;
    height: 70px;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 50%;
    margin-top: 5%;
    display: flex;
  }

  .div-block-18 {
    align-items: center;
    width: 100%;
    height: 50%;
  }

  .playlistlist {
    width: 100%;
    height: 70%;
    margin-top: -10%;
  }

  .glyph1.glyph2 {
    margin-right: 10%;
  }

  .add-text {
    margin-top: -10%;
    margin-bottom: 10%;
    font-size: 2vw;
    position: relative;
    top: -6%;
  }

  .add-text.nd {
    margin-top: -10%;
    top: -10%;
  }
}

#w-node-_95fb8889-a881-56de-f21e-adea14e0bee7-612de56f, #w-node-_366a3d8c-2af1-6715-f3cf-812aedf8e9b2-612de56f, #w-node-cffe564e-efd3-9110-9968-b91a7db43070-612de56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_15893cee-b912-8ad4-ed50-8e9c3d1503ca-612de56f, #w-node-_9fa72fa3-fb3f-0aa5-d946-c0a5fa5ee974-612de56f, #w-node-_5650165f-c51f-31cc-0afc-9fbb658c068f-612de56f, #w-node-_5812a5ac-e404-26f1-149a-cd4f5057267c-612de56f, #w-node-_363ce0e3-bde7-5414-c34c-84d9f4985e21-612de56f, #w-node-_363ce0e3-bde7-5414-c34c-84d9f4985e22-612de56f, #w-node-_363ce0e3-bde7-5414-c34c-84d9f4985e24-612de56f, #w-node-_363ce0e3-bde7-5414-c34c-84d9f4985e29-612de56f, #w-node-db8198e0-b78d-28fe-0de1-3f34f333c54e-612de56f, #w-node-db8198e0-b78d-28fe-0de1-3f34f333c54f-612de56f, #w-node-db8198e0-b78d-28fe-0de1-3f34f333c551-612de56f, #w-node-db8198e0-b78d-28fe-0de1-3f34f333c556-612de56f, #w-node-_157c9c44-b00d-5ddc-33d7-8f1734380990-612de56f, #w-node-_157c9c44-b00d-5ddc-33d7-8f1734380991-612de56f, #w-node-_157c9c44-b00d-5ddc-33d7-8f1734380993-612de56f, #w-node-_157c9c44-b00d-5ddc-33d7-8f1734380998-612de56f, #w-node-_251b96af-96d9-8c22-3385-d89a5536463f-612de56f, #w-node-_251b96af-96d9-8c22-3385-d89a55364640-612de56f, #w-node-_251b96af-96d9-8c22-3385-d89a55364642-612de56f, #w-node-_251b96af-96d9-8c22-3385-d89a55364647-612de56f, #w-node-c70305b6-3aeb-83c1-bc0f-c8c21b3c67c6-612de56f, #w-node-c70305b6-3aeb-83c1-bc0f-c8c21b3c67c7-612de56f, #w-node-c70305b6-3aeb-83c1-bc0f-c8c21b3c67c9-612de56f, #w-node-c70305b6-3aeb-83c1-bc0f-c8c21b3c67ce-612de56f, #w-node-f6499e88-7feb-6101-d40c-775960c17217-612de56f, #w-node-f6499e88-7feb-6101-d40c-775960c17218-612de56f, #w-node-f6499e88-7feb-6101-d40c-775960c1721a-612de56f, #w-node-f6499e88-7feb-6101-d40c-775960c1721f-612de56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bc63661-ecb5-0fa2-fbc2-989017fcca8d-612de56f, #w-node-f447bbf1-74d6-fdc4-e21b-b65abfc9aaf5-612de56f, #w-node-_4a4ebec9-d3f6-fb57-2990-d9a9c0b6107e-612de56f {
  align-self: center;
}

#w-node-f79ec1ee-799f-4a83-d8b2-2066983592e5-98407de6, #w-node-f79ec1ee-799f-4a83-d8b2-2066983592f5-98407de6, #w-node-f79ec1ee-799f-4a83-d8b2-2066983592f6-98407de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ec0e89a6-4ac0-8c26-6e10-3c375fbdf8f2-98407de6, #w-node-_68797661-a7f6-7853-e9ab-225a434d1b19-98407de6, #w-node-_3605c59d-e510-6408-f8a7-ed4e8e149c37-98407de6, #w-node-ca613c0c-bc17-c4f9-b788-054e8da946ae-98407de6, #w-node-_409aa4f7-90aa-8522-52a8-b708ef8e7cab-98407de6, #w-node-_78306522-f835-02a2-cbb5-2df018986323-98407de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9fa72fa3-fb3f-0aa5-d946-c0a5fa5ee974-612de56f {
    place-self: auto;
  }

  #w-node-_10d95b46-9f46-ffdd-bd84-2d19997933ea-612de56f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neutralface';
  src: url('../fonts/NeutralFace.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutralface';
  src: url('../fonts/NeutralFace-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}