html {
  font-size: 16px; }

body {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000001; }

.at h1 {
  font-size: 2.2rem;
  text-align: center;
  color: #004f2f;
  text-transform: uppercase;
  padding: 3rem 0 1rem; }
.at p {
  margin-bottom: 1rem;
  color: #000001; }
.at #mwd-main {
  background-color: #fffffe; }
  .at #mwd-main .mwd-click {
    cursor: pointer; }
  .at #mwd-main .choice-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto; }
    .at #mwd-main .choice-container .choice {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 200px;
      margin: 10px;
      text-align: center; }
      .at #mwd-main .choice-container .choice a {
        text-decoration: none;
        border: 0; }
        .at #mwd-main .choice-container .choice a .circular-image {
          width: 100%;
          height: auto;
          display: block; }
      .at #mwd-main .choice-container .choice .label {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.3;
        color: #000001;
        min-height: 5.5rem;
        font-weight: bold; }
      .at #mwd-main .choice-container .choice .progress-bar {
        width: 100%;
        background-color: #f3c083;
        border-radius: 0.7rem;
        overflow: hidden;
        margin: 10px 0; }
        .at #mwd-main .choice-container .choice .progress-bar .progress {
          height: 1.4rem;
          background-color: #f59420;
          border-radius: 0; }
      .at #mwd-main .choice-container .choice .percentage {
        font-size: 1em;
        line-height: 1;
        color: #000001; }
  .at #mwd-main p {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    margin: 1rem auto;
    width: 70%;
    max-width: 800px; }
  .at #mwd-main img.submit {
    width: 80%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 1rem 0 3rem; }
  @media (max-width: 576px) {
    .at #mwd-main .choice-container {
      flex-direction: column;
      align-items: center; }
      .at #mwd-main .choice-container .choice {
        width: 100%;
        max-width: 300px; } }

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