:root {
  --black-2: #1a1a1af7;
  --black-3: #080808f7;
  --midnight-blue-3: #090a2e;
  --midnight-blue-2: #07094d;
  --newblue: #292b61;
  --gainsboro-2: #dadada;
  --midnight-blue: #0f1269;
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
  --maroon: #4d190b;
  --white-smoke: whitesmoke;
  --black: #301007;
  --gold: #dad106;
  --dark-grey: #939596;
  --dark-grey-2: #a8a8a8;
  --medium-slate-blue: #7276ff;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: var(--black-2);
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 5px 2% 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation.second {
  background-color: var(--black-2);
}

.nav-link {
  color: #fff;
  text-shadow: none;
  border-top: 2px solid #0000;
  padding: 12px;
  font-size: 13px;
  font-weight: 300;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  box-shadow: none;
  color: #f5f5f5;
  border-top: 2px solid #a8a8a8a8;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #0000;
  background-image: url('../images/paulhero.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.section.main.indev {
  background-image: linear-gradient(#00000085, #00000085), url('../images/A8128DA2-8443-4063-9CD5-B52AAFCBD918.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  height: 60vh;
  padding-bottom: 0;
}

.section.main.indev.music {
  background-image: linear-gradient(#00000080, #00000080), url('../images/performanceimagesa.jpg');
  background-position: 0 0, 50% 0;
}

.section.main.indev.contact {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/Contact-Header-Pic.jpeg');
  background-position: 0 0, 50% 14%;
  background-attachment: scroll, scroll;
}

.section.main.indev.media {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/gotham.jpg');
  background-position: 0 0, 50% 47%;
}

.section.main.a {
  background-image: url('../images/IMG_5168-copy.webp');
  justify-content: flex-start;
  height: 94vh;
  margin-top: 0;
  padding-right: 5%;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  color: #fff;
  background-image: url('../images/town.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #000000f7;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
  position: relative;
}

.section.footer.copyright.a {
  background-color: #0000;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section.purple {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#1a1a1af7, #1a1a1af7), url('../images/lost-places-pforphoto-leave-factory-162396.jpeg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  margin-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.section.purple.hide {
  display: none;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  z-index: 30;
  background-color: var(--black-3);
  padding: 75px 10%;
  position: relative;
  box-shadow: 0 0 6px #000;
}

.section.press.empty {
  background-color: #090b2e;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.press.hide {
  display: none;
}

.section.press.a {
  background-color: var(--midnight-blue-3);
}

.section.newssection {
  background-image: linear-gradient(#1a1a1af7, #1a1a1af7), url('../images/lost-places-pforphoto-leave-factory-162396.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 2600px;
  background-attachment: scroll, fixed;
  padding-left: 5%;
  padding-right: 5%;
}

.section.newssection.hide {
  display: none;
}

.section.contact {
  background-image: linear-gradient(#1a1a1af7, #1a1a1af7), url('../images/lost-places-pforphoto-leave-factory-162396.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-left: 3%;
  padding-right: 3%;
}

.section.contact.hide {
  display: none;
}

.section.music {
  background-color: var(--black-3);
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
}

.section.music.hide {
  display: none;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.nav-menu {
  height: auto;
  margin-top: 6px;
  margin-left: 0;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.page-link.white {
  color: #fff;
  border-bottom-color: #ffffff7d;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  display: inline-block;
}

.main-heading.a {
  color: var(--midnight-blue-2);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 85px;
}

.main-heading.nav {
  margin-top: 14px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 68px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

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

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature, .feature.centered {
  text-align: center;
}

.feature.dev {
  text-align: left;
  align-items: center;
  margin-left: 30px;
  display: block;
}

.feature._1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-row {
  align-items: stretch;
  width: 86%;
  margin: 60px auto 50px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  width: 75%;
  max-width: 350px;
  margin-bottom: 12px;
  box-shadow: 0 0 6px #30100799;
}

.main-feature-group {
  text-align: center;
  margin-top: 0;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 50px;
  display: none;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  opacity: .94;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
}

.small-text {
  color: #f5f5f5;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.div-block {
  text-align: center;
  width: 40%;
}

.container {
  flex: 1;
}

.body {
  background-color: #1a1a1af7;
  padding-top: 70px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 100;
}

.navletter {
  font-size: 15px;
  font-weight: 300;
}

.column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 11px;
  display: flex;
}

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

.bignewsimage {
  margin-right: 15px;
  box-shadow: 0 0 6px #30100799;
}

.coalink {
  color: #fff;
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}

.coalink:hover {
  color: #dad106;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.chisholmdesigns {
  color: #939596;
  font-weight: 400;
  text-decoration: none;
}

.chisholmdesigns:hover {
  color: #fff;
}

.submit-button {
  background-color: #07094d;
  box-shadow: 0 0 2px #30100782;
}

.submit-button:hover {
  background-color: #35388d;
}

.field-label, .field-label-2, .field-label-3 {
  text-align: center;
  font-weight: 500;
}

.column-3 {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.headrez {
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 1px 1px 3px #30100799;
}

.headrez.a {
  width: 180px;
}

.socialmedia {
  width: 50px;
  margin-left: 6px;
  margin-right: 6px;
}

.socialmedia:hover {
  filter: invert(30%);
}

.div-block-3 {
  color: #4d190b;
  margin-top: 0;
}

.textarea {
  min-height: 90px;
}

.image-2 {
  filter: none;
  color: #292b61;
  margin-bottom: 0;
}

.image-2:hover {
  filter: invert(80%);
}

.row {
  margin-top: 40px;
  display: flex;
}

.heading, .heading-2 {
  margin-bottom: 30px;
  display: none;
}

.heading-3 {
  margin-bottom: 30px;
  display: flex;
}

.div-block-4 {
  color: #fff;
  border: 1px solid #a8a8a8;
  width: 55%;
  margin: 40px auto;
  display: block;
  box-shadow: 1px 1px 3px #07094da6;
}

.div-block-4.hide {
  display: none;
}

.gallery {
  text-align: center;
  background-color: #0000;
  width: 18%;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
  box-shadow: 1px 1px 3px #00000080;
}

.gallery._30 {
  width: 25%;
}

.gallerytext {
  color: #303030;
  margin-bottom: 5px;
  text-decoration: none;
}

.div-block-5 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.div-block-5.portfolio {
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.div-block-6 {
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.galleryheading {
  color: #f5f5f5;
  font-size: 38px;
  font-weight: 300;
}

.galleryheading.smalltext {
  font-size: 16px;
  line-height: 24px;
}

.gallerytitle {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  inset: 0;
}

.smalltitle {
  font-size: 27px;
  font-weight: 300;
  line-height: 26px;
}

.youtube {
  background-color: #000;
  flex: 0 auto;
  width: 24%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 1px 1px 3px #00000080;
}

.youtube.original {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

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

.link-block {
  width: 35%;
}

.image-3 {
  background-color: #000;
}

.div-block-7 {
  background-image: linear-gradient(#00023ade, #00023ade);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.heading-5 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.newslink {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.newslink:hover {
  color: #7276ff;
}

.bluemobile {
  background-color: #07094de3;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.div-block-8 {
  flex-flow: wrap;
  flex: none;
  place-content: flex-end space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-8.a {
  width: 100%;
}

.mediaheadings {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
}

.mediaheadings.dev {
  margin-bottom: 75px;
  font-size: 45px;
}

.html-embed {
  opacity: .66;
  margin-bottom: 20px;
  margin-left: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.div-block-9 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.paragraph {
  color: #fff;
}

.paragraph.dev {
  margin-bottom: 20px;
}

.paragraph.dev.hide {
  display: none;
}

.paragraph.c {
  text-align: center;
}

.heading-6 {
  color: #fff;
}

.heading-6.dev {
  font-size: 30px;
}

.heading-6.dev.center {
  text-align: center;
}

.heading-7, .paragraph-2 {
  color: #fff;
}

.musicvideo {
  width: 50%;
  margin-top: 0;
  display: block;
}

.bakgroundnav {
  z-index: -2;
  opacity: 0;
  background-color: #292b61f7;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0;
}

.div-block-10 {
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-10.a {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.html-embed-2 {
  width: 100%;
}

.div-block-11 {
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  flex: 1;
  font-size: 70px;
  line-height: 75px;
}

.heading-8.left {
  margin-left: 30vw;
}

.heading-8.right {
  margin-right: 30vw;
}

.devdiv {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.devdiv.a {
  flex-direction: column;
}

.devpic {
  width: 40%;
}

.devpic.a {
  width: auto;
}

.devpic.b {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.devvid {
  width: 85%;
  margin-bottom: 25px;
}

.devbutton {
  background-color: var(--midnight-blue-3);
  color: #fff;
  margin-right: 15px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.devbutton:hover {
  background-color: var(--newblue);
}

.devbutton.a {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 0;
}

.lightbox-link {
  text-decoration: none;
}

.white {
  margin-bottom: 75px;
}

.div-block-12 {
  margin-bottom: 23px;
}

.vides {
  width: 41%;
}

.div-block-13 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.image-15 {
  width: 100%;
}

.artistpicdiv {
  border: 1px solid #f4669287;
  border-color: #f4669287 #fa585387 #ffc44485 #60aef887;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 1px 14px #0000001f;
}

.div-block-96 {
  margin-bottom: 2px;
  display: block;
}

.div-block-103 {
  margin-top: -4px;
  display: block;
}

.artistdiv {
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-16 {
  float: left;
  justify-content: space-between;
  width: 40%;
  height: auto;
  margin-bottom: 5px;
  margin-right: 20px;
  display: block;
}

.biodiv {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 35px;
  padding: 25px;
  box-shadow: 0 5px 15px 2px #00000024;
}

.actorheading {
  margin: 0 2px 5px;
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
  display: inline;
}

.actorheading.aeaemc {
  margin-bottom: 5px;
  margin-left: 4px;
  padding-bottom: 0;
  font-size: 22px;
}

.biosocials {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 8px 5px;
  display: flex;
}

.biorichtext {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-13 {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  display: inline;
}

.actortitle {
  color: #fa5853;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.actortitle.pronoun {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.div-block-17 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._70line {
  background-image: linear-gradient(to right, #fa585391, #f466928c 50%, #ffc4448c);
  width: 55%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

._70line._75 {
  width: 75%;
  margin-bottom: 40px;
}

._70line._75.bio {
  display: none;
}

.rolediv {
  flex-wrap: wrap;
  display: flex;
}

.rolediv.prounon {
  margin-top: 0;
  margin-bottom: 5px;
}

.rolediv.character {
  flex-direction: column;
}

.text-block-14 {
  color: #fff;
  margin-top: 8px;
}

.div-block-104 {
  text-align: center;
  width: 49%;
}

.text-block-15 {
  color: var(--newblue);
  text-shadow: none;
  font-style: italic;
  font-weight: 300;
}

.tabs-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-title {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.tab-image {
  border-radius: 30px;
  height: 300px;
  margin-bottom: 24px;
  overflow: hidden;
}

.tabs-content {
  overflow: visible;
}

.tab-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.tab-link {
  background-color: var(--gainsboro-2);
  color: var(--black-2);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  transition: all .3s;
}

.tab-link:hover {
  color: #000;
  background-color: #fff;
  border-color: #578d58;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-color: #578d58;
  transform: scale(1.05);
}

.tab-link.hide {
  display: block;
}

.count-text {
  color: #969696;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
}

.star-row {
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.title-small {
  color: #4f4f4f;
  letter-spacing: 3px;
  margin-bottom: 4px;
  font-weight: 500;
}

.rating {
  color: #faae4b;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.tab-section {
  background-color: #fff;
  padding: 80px 3%;
  position: relative;
}

.tab-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 20px 30px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.tab-card:hover {
  box-shadow: 12px 31px 60px #8a8a8a1a;
}

.vimeo {
  width: 42%;
  margin: 1%;
}

.vimeo.a {
  width: 70%;
}

.vimeo.hide {
  display: none;
}

.div-block-105 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.viddiv {
  flex: none;
  width: 47%;
  margin-bottom: 30px;
}

.div-block-106 {
  justify-content: center;
  width: 65%;
  margin-bottom: 50px;
  display: flex;
  position: static;
  top: 175px;
}

.div-block-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-108 {
  flex-direction: column;
  display: flex;
}

.div-block-109 {
  justify-content: space-around;
  display: flex;
}

.div-block-110 {
  background-color: #fff;
  flex: none;
  width: 40%;
  padding: 25px;
}

.producer-video {
  width: 45%;
  display: none;
  position: fixed;
  inset: auto 2% 7% auto;
}

.div-block-111 {
  background-color: var(--midnight-blue);
  background-image: url('../images/1564505_close_delete_exit_remove_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -45px 0% auto auto;
}

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

.text-block-17 {
  color: #fff;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-113 {
  flex: none;
  width: 55%;
}

.html-embed-3 {
  width: 45vw;
  height: 45vw;
}

.html-embed-3.a {
  margin-left: auto;
  margin-right: auto;
}

.div-block-115 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.image-16 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.link-block-2 {
  aspect-ratio: 2 / 3;
  background-color: #4c5270;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 28%;
  display: flex;
  position: relative;
}

.image-17 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
}

.image-18 {
  width: auto;
  height: auto;
}

.image-18._100 {
  object-fit: cover;
  height: 100%;
}

.link-block-3 {
  height: 22vw;
}

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

.video {
  height: auto;
}

.div-block-116 {
  outline-offset: 0px;
  background-color: #000;
  border: 1px #000;
  outline: 3px #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  display: flex;
  position: relative;
}

.video-2 {
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  max-height: none;
}

.link-block-4 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 1px #000;
  width: 25%;
  position: relative;
}

.link-block-5 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #000;
  width: 25%;
  position: relative;
}

.link-block-6 {
  background-color: #0263a2;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
}

.link-block-7 {
  background-color: #0263a2;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 42%;
  display: flex;
  position: relative;
}

.link-block-8 {
  border: 1px #000;
  width: 26%;
  position: relative;
}

.link-block-9 {
  border: 1px #000;
  width: 45%;
  position: relative;
}

.link-block-10 {
  background-color: #0263a2;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 46%;
  display: flex;
  position: relative;
}

.link-block-11 {
  border: 1px #000;
  width: 33%;
  position: relative;
}

.link-block-12 {
  background-color: #b1b0ac;
  border: 1px #000;
  width: 23%;
  position: relative;
}

.link-block-13 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 1px #000;
  width: 27%;
  position: relative;
}

.link-block-14 {
  background-color: #42bfb7;
  border: 1px #000;
  justify-content: center;
  align-items: flex-end;
  width: 24.3%;
  display: flex;
  position: relative;
}

.link-block-15 {
  border: 1px #000;
  width: 29.2%;
  position: relative;
}

.link-block-16 {
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
  position: relative;
}

.link-block-17 {
  background-color: #000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
}

._50vid {
  width: 50%;
}

._50vid._1 {
  border: 1px solid #000;
  width: 55%;
}

._50vid._20 {
  border: 1px solid #000;
  width: 25%;
}

._50vid._20._3 {
  border-style: solid;
  width: 27%;
}

._50vid._20._22 {
  border-style: solid;
  width: 20.5%;
}

._50vid._20._4 {
  border-style: solid;
  width: 20%;
}

._50vid._33 {
  border: 1px solid #000;
  width: 63.5%;
}

.image-20 {
  background-color: #0263a2;
  padding-left: 3%;
  padding-right: 3%;
}

.image-21, .image-22, .image-23, .image-24 {
  object-fit: cover;
  height: 100%;
}

.div-block-117 {
  flex-flow: column;
  align-items: stretch;
  width: 16.5%;
  display: flex;
}

.image-25, .image-26 {
  aspect-ratio: 1;
}

.overlayhover {
  opacity: 0;
  background-color: #131313cc;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-18 {
  opacity: 1;
  color: #fff;
  text-align: center;
}

.link-block-18 {
  width: 25%;
  position: relative;
}

.link-block-19 {
  width: 20.5%;
  position: relative;
}

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

.link-block-20 {
  width: 20%;
  position: relative;
}

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

.link-block-21 {
  width: 63.5%;
  position: relative;
}

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

.link-block-22 {
  width: 27%;
  position: relative;
}

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

.link-block-23 {
  width: 55%;
  position: relative;
}

.link-block-24 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-31 {
  width: 90%;
}

._50deck {
  width: 50%;
  position: relative;
}

.instaembed {
  width: 30%;
}

.div-block-118 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 24px);
}

html.w-mod-js [data-ix="new-interaction"], html.w-mod-js [data-ix="new-interaction-2"], html.w-mod-js [data-ix="initalbg"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .navigation.second {
    padding-top: 0;
    display: block;
  }

  .nav-link {
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .section.main {
    background-position: 50%;
  }

  .section.main.indev {
    height: 45vh;
  }

  .nav-menu {
    background-color: #0000;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-heading {
    margin-top: 23px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 200;
    line-height: 40px;
  }

  .feature.a {
    align-items: center;
    display: flex;
  }

  .feature-row {
    width: 100%;
  }

  .feature-icon {
    width: 65%;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .column, .column-2 {
    flex-direction: column;
  }

  .link-block {
    margin-left: 5px;
    margin-right: 5px;
  }

  .bluemobile {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .musicvideo {
    width: 65%;
  }

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

  .devdiv {
    flex-direction: column;
  }

  .devpic {
    width: 70%;
    margin-bottom: 20px;
  }

  .tab-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    margin-bottom: 20px;
  }

  .vimeo {
    width: 4100%;
  }

  .producer-video {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .navigation {
    background-color: var(--black-3);
    justify-content: space-between;
    display: flex;
  }

  .navigation.second {
    background-image: none;
  }

  .nav-link, .nav-link.w--current {
    text-align: center;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link.menu.w--open {
    color: #4d190b;
    background-color: #0000;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #0000;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-heading {
    flex: 1;
    width: 50%;
    padding-left: 17px;
    font-size: 38px;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-row {
    margin-bottom: 0;
  }

  .feature-icon {
    width: 60%;
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .small-features-row {
    margin-top: 40px;
  }

  .body {
    background-color: #07094d;
  }

  .column, .column-2 {
    display: block;
  }

  .socialmedia {
    margin-left: 1px;
    margin-right: 1px;
  }

  .div-block-3 {
    justify-content: space-around;
    display: flex;
  }

  .row {
    display: block;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }

  .gallery {
    margin-left: 2px;
    margin-right: 2px;
  }

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

  .galleryheading.smalltext {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .gallerytitle {
    display: flex;
  }

  .icon {
    color: #f5f5f5;
  }

  .column-4 {
    margin-bottom: 20px;
  }

  .link-block {
    margin-bottom: 15px;
  }

  .heading-5 {
    font-size: 45px;
  }

  .musicvideo {
    width: 80%;
  }

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

  .html-embed-2 {
    margin-top: 30px;
  }

  .tab-card-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    background-color: #080808f7;
    background-image: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .nav-link.menu.w--open {
    background-color: #0000;
  }

  .section.main {
    background-position: 47%;
    height: 90vh;
  }

  .section.main.indev {
    height: 35vh;
  }

  .section.main.indev.music {
    background-image: linear-gradient(#000000ad, #000000ad), url('../images/IMG-3074musica.jpg');
    background-position: 0 0, 35% 0;
    height: 35vh;
  }

  .section.main.indev.contact {
    height: 35vh;
  }

  .section.main.indev.media {
    background-image: linear-gradient(#000000ad, #000000ad), url('../images/gotham.jpg');
    background-position: 0 0, 75% 0;
    height: 35vh;
  }

  .section.main.a {
    background-position: 63%;
    justify-content: center;
    align-items: flex-end;
    height: 84vh;
    padding-right: 0%;
  }

  .section.footer.copyright.a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    display: block;
    position: static;
  }

  .section.press {
    background-color: var(--black-3);
    background-image: none;
    padding: 45px 10px;
  }

  .nav-menu {
    background-color: var(--black-2);
  }

  .main-heading {
    text-align: center;
    flex: 1;
    width: auto;
    margin-top: 6px;
    margin-left: 8px;
    padding-left: 0;
    font-size: 35px;
    font-weight: 200;
    display: inline-block;
  }

  .main-heading.a {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    margin-left: 0;
    font-size: 65px;
    line-height: 75px;
  }

  .feature.dev {
    margin-left: 0;
  }

  .feature-row {
    flex-direction: column;
    align-items: center;
  }

  .feature-icon {
    width: 85%;
  }

  .client-logo {
    width: 33.33%;
  }

  .press-logo {
    width: 28%;
  }

  .small-text {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block {
    display: none;
  }

  .body {
    background-color: var(--black-3);
  }

  .column {
    padding-right: 0;
  }

  .headrez {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery {
    width: 75%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .gallery._30 {
    width: 48%;
  }

  .div-block-5 {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .div-block-5.portfolio {
    flex-flow: wrap;
    justify-content: center;
  }

  .galleryheading.smalltext {
    font-size: 12px;
  }

  .gallerytitle {
    display: flex;
  }

  .youtube {
    width: 70%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .youtube.original {
    width: 75%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .link-block {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-4 {
    margin-bottom: 2px;
  }

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

  .mediaheadings.dev {
    margin-bottom: 45px;
    font-size: 30px;
  }

  .html-embed {
    margin-top: 11px;
    position: static;
  }

  .div-block-10 {
    flex-direction: column-reverse;
  }

  .div-block-11 {
    width: 95%;
  }

  .heading-8 {
    font-size: 45px;
    line-height: 50px;
    display: flex;
  }

  .heading-8.left {
    float: none;
    margin-left: 0;
    font-size: 45px;
    display: block;
  }

  .heading-8.right {
    margin-right: 0;
    display: block;
  }

  .devdiv {
    flex-direction: column;
    align-items: stretch;
  }

  .devpic {
    width: 100%;
    margin-bottom: 18px;
  }

  .devpic.a {
    margin-bottom: 0;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .image-15 {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .artistpicdiv {
    float: none;
    box-shadow: none;
    border: 1px solid #f46692bd;
    border-color: #f46692bd #fa5853b3 #ffc444bd #60aef8bf;
    border-radius: 20px 0;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-96 {
    text-align: center;
    display: block;
  }

  .div-block-41 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
    display: flex;
  }

  .artistinfo {
    padding: 20px;
  }

  .div-block-103.c {
    text-align: center;
  }

  .artistdiv {
    width: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-16 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    display: flex;
  }

  .biodiv {
    padding: 0;
  }

  .actorheading {
    color: #323232;
    text-align: center;
    margin: 0 0 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    display: inline;
  }

  .actorheading.aeaemc {
    margin-left: 2px;
    font-size: 22px;
    line-height: 33px;
  }

  .tiktok {
    height: 38px;
  }

  .biosocials {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    display: flex;
  }

  .biorichtext {
    margin-top: 8px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .actortitle {
    color: #fa5853;
    text-align: center;
    flex: 0 auto;
    width: auto;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 22px;
    display: block;
  }

  .actortitle.pronoun {
    color: #323232;
    font-style: normal;
    font-weight: 700;
  }

  .div-block-17 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 22%;
    margin-top: 0;
    display: flex;
  }

  ._70line {
    background-color: #32323214;
    background-image: linear-gradient(96deg, #fa585387, #f466928a 52%, #ffc44487);
    width: 55%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._70line._75 {
    background-image: linear-gradient(96deg, #fa585387, #f466928a 52%, #ffc44487);
    width: 75%;
    margin-bottom: 30px;
  }

  ._70line._75.bio {
    margin-top: 20px;
    margin-bottom: 16px;
    display: block;
  }

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

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

  .text-block-15 {
    color: #fff;
    text-shadow: 0 1px #0000003b;
  }

  .tab-link {
    text-align: center;
    width: 100%;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .vimeo.a {
    width: 100%;
    margin-bottom: 6%;
  }

  .viddiv, .div-block-106 {
    width: 100%;
  }

  .div-block-109 {
    flex-direction: column;
  }

  .div-block-110 {
    width: 100%;
    margin-bottom: 18px;
  }

  .producer-video {
    width: 96%;
  }

  .div-block-112, .div-block-113 {
    width: 100%;
  }

  .html-embed-3 {
    width: 90vw;
    height: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .overlayhover {
    opacity: 1;
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-block-18 {
    font-size: 9px;
    line-height: 11px;
  }

  .instaembed {
    width: 100%;
  }

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

#w-node-_1320702e-dc2d-2dc3-3461-4e1c551c8e69-d5a62330 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_83d64f52-461b-a6b5-aecc-f0893c9e6a21-d5a62330 {
  grid-area: 1 / 1 / 2 / 2;
}


