.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 44px;
}

.video-block {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-block {
  flex-flow: wrap;
  display: flex;
  position: absolute;
  inset: 0%;
}

.name-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 15svh;
  display: flex;
}

.name {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-decoration: none;
}

.spacer {
  width: 100%;
  max-height: 15svh;
}

.transition {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  text-align: center;
  background-color: #ffffffba;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.txt-link {
  color: #000;
  text-decoration: underline;
}

.icon {
  color: #3ce900;
  width: 35px;
}

.txt-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 30px;
}

.footer {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px;
}

.txt-credits {
  color: #c4c4c4;
}

.block {
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.txt {
  color: #000;
  font-size: 16px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}


