:root {
  --headerOpacity: 1;
  --headerScale: 1;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');
.video-header {
  position: absolute;
  text-align: center;
  width: 100vw;
  height: 100vh;
  opacity:1;
}
.video-header, .video-header video, .video-header .viewport-header {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.video-header video {
  background: #000;
  object-fit: cover;
}
.video-header .viewport-header {
  display: flex;
  position:relative;
  overflow:hidden;
  align-items: center;
  justify-content: center;
  opacity: 1;

}

html, body {
  height: 100vh;
  overflow-x: hidden;
}

html {
font-family: 'Montserrat', sans-serif;  font-size: 150%;
  line-height: 1.4;
}

body {
  margin: 0;
  background:#fff;
}

h1 {
  color: #000;
  line-height: 1;
  font-size: 1.5vw;
  text-align: center;
  display:block;
  z-index:1;
  position:relative;
  opacity: var(--headerOpacity);
  transform: scale(var(--headerScale));
}
h1 span {
  display: block;
  font-size: 10vw;
  letter-spacing: -1.3vw;
}
.logo{
  max-width:45vw;
  margin:10vh auto 40px;
  display:block;
}
img.mwl {
    position: absolute;
    right: 7vw;
    bottom: 5vw;
    z-index:1;
}
main {
  background: white;
  position: relative;
  padding: 1rem;
  margin-top: 100vh;
}
main::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  top: -100vh;
}
main p {
  max-width: 600px;
  margin: 2rem auto;
  text-align:center;
}
.bh-but{
    display: block;
    vertical-align: middle;
    margin: 0 auto 1rem;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
    text-decoration: none;
    text-transform:none;
    width:200px;
}
p a{
  text-decoration: none;
color: #9b1f31;
font-weight: bold;
border-bottom: 2px solid #9a1f31;
padding-bottom: 0px;
transition:all.2s;
}
p a:hover{
  text-decoration: none;
color: #9b1f31;
border-bottom: 2px solid #9a1f31;
padding-bottom: 3px;
opacity:0.8
}
