@import url("https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Poppins";
  vertical-align: baseline;
}

html {
  height: 100%;
}

body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: #5A6670;
  font-family: "Roboto", sans-serif;
  color: #212529;
}

a {
  color: #77BC1F;
}

a:focus, a:hover {
  color: #643510;
  text-decoration: underline;
}

.doc-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 30px;
}

.doc-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 24px 56px;
  text-align: center;
  color: #FFFFFF;
}
.doc-footer a {
  color: #FFFFFF;
}

.logo_name {
  width: 90%;
}

.message {
  font-family: "Libre Baskerville";
}
.message br {
  display: static;
}

.h1 {
  font-size: 36px;
}

.h4 {
  color: #FFFFFF;
}

.divider {
  border: 1px solid #2BD8C4;
  width: 80%;
}

.text-white {
  color: #FFFFFF;
}

.text-green {
  color: #2BD8C4;
}

.footer-logo {
  width: 40%;
  height: auto;
}

@media (min-width: 768px) {
  .logo_name {
    width: 300px;
  }

  .message {
    font-size: 64px;
  }
  .message br {
    display: none;
  }

  .doc-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    text-align: left;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 88%;
    margin-bottom: 20px;
  }
  .doc-footer .footer-col {
    -ms-flex: 1;
        flex: 1;
  }
  .doc-footer .footer-logo {
    width: 180px;
  }
  .doc-footer .footer-info {
    text-align: left;
  }
}

/*# sourceMappingURL=/js.00a46daa.css.map */