html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*::selection{background:#96365e;color:#fff}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{height:100%;font-size:14px;font-family:"Noto Sans",sans-serif}@media only screen and (min-width: 768px) and (min-height: 512px){html{font-size:16px}}body{height:100%;box-sizing:border-box;background:#e7e5e6;color:#333}.bgrvid{position:fixed;top:0;z-index:-1;width:100%;height:100%}.bgrvid-inner{position:relative;width:100%;height:100%}.bgrvid-video{width:100%;height:100%;object-fit:cover}@media only screen and (min-width: 1920px){.bgrvid-video{filter:blur(3px);transform:scale(102%)}}.home{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;opacity:0;animation:animateOpacity 1s .2s ease-in-out forwards}.home-logo{max-width:48rem;padding:0 2rem}.home-text{margin-top:3rem;font-size:1rem;opacity:.3;transition:opacity .2s ease-in-out;cursor:default}.home-text:hover{opacity:1}.home-text a{color:#333;transition:color .2s ease-in-out}.home-text a:hover{color:#96365e}@keyframes animateOpacity{to{opacity:1}}