body {
  color: #181818;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #363636;
  text-decoration: underline;
}

.bg {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  padding-top: 3svh;
  padding-bottom: 3svh;
  display: flex;
}

.footer {
  grid-column-gap: 6svw;
  grid-row-gap: 6svw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  padding: 6svw;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  display: grid;
}

.logo {
  height: 50%;
  max-height: 50vh;
}

.body {
  background-color: #ece8de;
  background-image: none;
  background-position: 0 0;
  min-width: 100svw;
  max-width: 100svw;
  min-height: 100svh;
  max-height: 100svh;
}

@media screen and (max-width: 767px) {
  .footer {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 18svw;
    font-size: 15px;
  }

  .logo {
    max-width: 60svw;
  }
}

@media screen and (max-width: 479px) {
  .bg {
    height: 80svh;
  }

  .footer {
    grid-column-gap: 6svw;
    grid-row-gap: 6svw;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .body {
    font-size: 12px;
  }

  .paragraph {
    flex: 0 auto;
    order: 9999;
  }
}

#w-node-_3100a62f-e095-3943-7e91-0d0371d91cdf-4b37940b {
  order: 9999;
}

@media screen and (max-width: 479px) {
  #w-node-_3100a62f-e095-3943-7e91-0d0371d91cdf-4b37940b {
    order: -9999;
  }
}


