@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("OpenSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("OpenSans-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
html,
body {
  margin: 0;
  bottom: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background: #eaeaea; }
  html *,
  body * {
    box-sizing: border-box; }
  html .head,
  body .head {
    position: relative;
    width: 100%;
    margin: auto;
    height: 60px;
    background: #162e58;
    box-shadow: 0 0 15px #162e58;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    z-index: 9999; }
    @media screen and (min-width: 620px) {
      html .head,
      body .head {
        height: 80px; } }
    html .head .inner,
    body .head .inner {
      max-width: 800px;
      height: 100%;
      width: 100%;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
      html .head .inner img,
      body .head .inner img {
        height: 100%;
        width: auto;
        margin-right: 30px; }
      html .head .inner .text,
      body .head .inner .text {
        font-size: 16px;
        font-weight: bold; }
        @media screen and (min-width: 620px) {
          html .head .inner .text,
          body .head .inner .text {
            font-size: 20px; } }
  html .page,
  body .page {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 800px;
    height: calc(100vh - 60px);
    background: #fff;
    flex-direction: column;
    margin: auto;
    padding: 15px;
    z-index: 99;
    box-shadow: 0 0 15px #ccc; }
    @media screen and (min-width: 620px) {
      html .page,
      body .page {
        height: calc(100vh - 80px); } }
    html .page iframe,
    body .page iframe {
      border: 0; }
    html .page .left,
    body .page .left {
      height: 100%;
      width: 100%;
      flex: 0; }
      html .page .left .video-container,
      body .page .left .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        html .page .left .video-container .video,
        body .page .left .video-container .video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0; }
    html .page .right,
    body .page .right {
      width: 100%;
      flex: 1;
      display: flex;
      flex-direction: column; }
      html .page .right .chat,
      body .page .right .chat {
        width: 100%;
        height: 100%; }
      html .page .right .hint,
      body .page .right .hint {
        padding: 20px;
        line-height: 1.5; }
        html .page .right .hint h2,
        body .page .right .hint h2 {
          margin-top: 0; }

/*# sourceMappingURL=style.css.map */
