.bg-blue a {
  color: white;
}

.bg-blue a:hover {
  color: var(--color-orange);
}

.logo img {
  object-fit: contain;
  object-position: 0;
}

#request-consult-form {
  position: relative;
}

#thank-you {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

#thank-you i {
  font-size: 3rem;
  color: var(--color-blue);
}

.documentary .video-link {
  width: fit-content;
}

.documentary .video-link:before {
  background-color: transparent;
}
