:root {
  --pink: #f9a2b3;
  --gray: #727272;
}

.video-wrapper {
  z-index: 0;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.muted1 {
  z-index: 1;
  width: 45px;
  height: 45px;
  position: fixed;
  inset: auto 5% 5% auto;
}

.soundon {
  z-index: 1;
  background-color: #e9e8ea00;
  background-image: url('../images/soundoff_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  box-shadow: 0 5px 5px #0003;
}

.soundoff {
  z-index: 0;
  background-color: #e9e8ea00;
  background-image: url('../images/soundon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 5px #0003;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.mobile-video {
  display: none;
}

.mutebtn {
  z-index: 1;
  background-color: #e9e8ea00;
  background-image: url('../images/soundon_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: block;
  position: relative;
  box-shadow: 0 5px 5px #0003;
}

.mutebtn.unmute {
  background-image: url('../images/soundoff.png');
  background-size: contain;
}

.soundoff-copy {
  z-index: 0;
  background-color: #e9e8ea;
  background-image: url('../images/soundoff_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 5px #0003;
}

.about {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

.div-block {
  width: 50px;
}

.image {
  z-index: 10;
  opacity: 1;
  width: 55px;
  margin-right: 25px;
  position: relative;
}

.nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

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

.about-content {
  z-index: 2;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #0000;
  background-image: linear-gradient(#00000059, #00000059);
  border-radius: 20px;
  width: 60%;
  height: 90vh;
  margin: 0 50px 0 auto;
  padding: 25px;
  position: relative;
  overflow: auto;
}

.quote-copy {
  color: #dac0cd;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 100px;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
}

.quote-copy.fyc {
  color: #dac0cd;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.title {
  color: var(--pink);
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: ivyjournal, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

.title._2 {
  color: var(--gray);
  margin-top: 0;
  font-size: 18px;
  line-height: 100%;
}

.title._2.footer1 {
  text-align: center;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  text-decoration: none;
}

.title._2.footer1:hover {
  color: #b8b8b8;
}

.title._2.hide {
  display: none;
}

.title.lesspadding {
  margin-top: 0;
  padding-bottom: 0;
  font-weight: 200;
  line-height: 28px;
}

.title.nomargin {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.grammy-consideration-content {
  padding-top: 0;
}

.black-background {
  z-index: 1;
  opacity: .5;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.text {
  color: var(--pink);
  font-family: ivyjournal, sans-serif;
  font-weight: 200;
  line-height: 22px;
}

.exit-image {
  z-index: 500;
  opacity: .6;
  width: 20px;
  position: relative;
  top: 2%;
}

.x {
  z-index: 500;
  text-align: right;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.about-wrapper-main {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 25px;
  display: block;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: #000;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heart {
  width: 30px;
}

.info {
  color: #252525;
  background-color: #f9a2b3;
  border-radius: 100px;
  margin-right: 15px;
  padding: 5px 25px 7px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: 0 5px 5px #0003;
}

.column {
  padding-left: 0;
  padding-right: 75px;
}

.column-2 {
  padding-left: 0;
}

.column-2.text {
  padding-left: 25px;
}

.text-block {
  color: var(--gray);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.columns {
  padding-top: 25px;
}

.columns._2 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.title-block {
  border-bottom: .5px solid #72727280;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.title-block.middle.top {
  border-bottom-width: .5px;
  padding-top: 0;
}

.number {
  border: 1px solid var(--gray);
  color: var(--gray);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  display: flex;
}

.number.hide {
  border-style: none;
  width: auto;
  height: auto;
  padding: 2px 15px 15px;
  font-family: ivyjournal, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-2 {
  width: 100%;
}

.awards1 {
  padding-left: 10px;
  padding-right: 10px;
}

.awards2 {
  padding-left: 10px;
}

._2ndrow {
  margin-top: 15px;
}

.image-3, .image-4 {
  width: 100%;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.image-5 {
  width: 20px;
  height: 20px;
}

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

.sociallink {
  margin-left: 12px;
  margin-right: 12px;
}

.title-copy {
  color: var(--pink);
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: ivyjournal, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%;
}

.title-copy._2 {
  color: var(--gray);
  font-size: 18px;
  line-height: 100%;
}

.title-copy.lesspadding {
  padding-bottom: 0;
}

.footer-info {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .video-wrapper {
    width: 100vw;
    height: 100vh;
    padding-bottom: 0%;
    display: none;
    position: relative;
    inset: 0%;
  }

  .soundoff {
    width: 45px;
    height: 45px;
    inset: 0%;
  }

  .code-embed {
    position: absolute;
    inset: 0%;
  }

  .mobile-video {
    justify-content: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .video-control {
    position: fixed;
    inset: auto 5% 5% auto;
  }

  .mutebtn {
    background-image: url('../images/soundoff_2.png');
    position: relative;
  }

  .mutebtn.unmute {
    background-image: url('../images/soundon.png');
    position: absolute;
    inset: 0%;
  }

  .soundoff-copy {
    width: 45px;
    height: 45px;
    inset: 0%;
  }

  .about-content {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .about-content {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .code-embed {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .mobile-video {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .video-control {
    justify-content: flex-end;
    display: block;
    inset: auto 15px 25svh auto;
  }

  .mutebtn {
    background-image: url('../images/soundoff_2.png');
    background-size: contain;
    width: 25px;
    height: 25px;
  }

  .mutebtn.unmute {
    z-index: 0;
    background-image: url('../images/soundon.png');
    background-size: contain;
  }

  .about {
    z-index: 1;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    opacity: .6;
    width: 50px;
  }

  .nav-wrapper {
    padding-top: 15px;
  }

  .about-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    position: static;
    inset: 0%;
  }

  .about-content {
    z-index: 2;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 15px;
    width: 90%;
    height: 90vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding: 15px 20px 20px;
    position: relative;
    inset: 0%;
    overflow: auto;
  }

  .quote-copy {
    color: #dac0cd;
    padding-left: 0;
    padding-right: 0;
    line-height: 32px;
  }

  .quote-copy.fyc {
    z-index: 1;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    position: relative;
  }

  .title {
    color: var(--pink);
    padding-bottom: 0;
    font-family: ivyjournal, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
  }

  .title._2 {
    font-size: 16px;
  }

  .title._2.footer1 {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 6px;
  }

  .title.lesspadding {
    margin-top: -2px;
    font-size: 22px;
  }

  .title.nomargin {
    margin-top: 0;
    font-size: 22px;
  }

  .grammy-consideration-content {
    padding-top: 25px;
  }

  .black-background {
    z-index: 0;
    opacity: .5;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    text-decoration: none;
    position: fixed;
    inset: 0%;
  }

  .copy {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .title-copy {
    color: var(--pink);
    font-family: ivyjournal, sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 125%;
  }

  .text {
    color: var(--pink);
    font-family: ivyjournal, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 125%;
  }

  .exit-image {
    opacity: .6;
    width: 20px;
    position: absolute;
    inset: 0% 5% auto auto;
  }

  .x {
    height: auto;
  }

  .about-wrapper-main {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .body {
    overflow: hidden;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-top: 25px;
    padding-left: 0;
  }

  .column-2.text {
    padding-left: 10px;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block.padding {
    padding-right: 50px;
  }

  .columns {
    padding-top: 0;
  }

  .columns._2 {
    width: 100%;
  }

  .title-block {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title-block.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .number.hide {
    width: auto;
    height: auto;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 200;
  }

  .div-block-6 {
    margin-top: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 15px;
  }

  .image-2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .awards1 {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .awards2, .awards3 {
    flex-flow: column;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

  ._2ndrow {
    align-self: center;
    display: flex;
  }

  .image-3, .image-4 {
    width: 85%;
  }

  .image-5 {
    width: 15px;
    height: 15px;
  }

  .sociallink {
    margin-left: 5px;
    margin-right: 5px;
  }

  .socials {
    justify-content: space-around;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .title-copy {
    color: var(--pink);
    padding-bottom: 0;
    font-family: ivyjournal, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
  }

  .footer-info {
    flex-flow: column;
    padding-top: 15px;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }
}


