.background-video {
  width: 100%;
  height: 100vh;
}

.tint {
  z-index: 2;
  background-color: #0000007d;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.image {
  width: 300px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #b3c8c2;
  margin-top: 20px;
  padding: 13px 46px;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}

.html-embed-3 {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  font-size: 12px;
  display: block;
}

.div-block-2 {
  z-index: 1;
  background-image: url('../images/confidental-background.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
