.mceFooterSection {
  display: none !important;
}
#gutterContainerId-1 {
  display: none !important;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  background-color: black;
}
html, body {
  overflow-x: hidden;
  max-width: 768px;
  position: relative;
  margin: 0 auto;
}
header {
  display: grid;
  grid-template-columns: auto 1fr;
  background: linear-gradient(90deg, white 0%, beige 50%, #fff8c7 100%);
  border-radius: 1rem;
  padding: 0 1rem;
  align-items: center;
  min-width: 0;
  overflow-x: hidden;
  width: 100%;
}
header img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  flex-shrink: 0;
  max-width: none;
}
header>div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
  overflow: hidden;
}
header h1 {
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  overflow-wrap: break-word;
}
.infoDrcs {
  --clrMuted: #6b7280;
  --clrGray: #595a5c;
  --clryellow: #fcb917;
  --clrBlue: #109bd0;
  --clrGreen: #00652e;
  --clrAccent: #013b1b;
  --clrSuface: white;
  --clrAccent-soft: #e9f5ee;
  margin: 0 auto !important;
  padding: 0 0 2rem 0;
  width: 100%;
  max-width: 100vw;
  background: black;
  font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-size: 16px !important;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
section {
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--clrSuface);
  overflow-x: hidden;
}
.secTitle {
  margin: 0 0 .75rem 0;
  font-size: 2.25rem;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.SectionCaption {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
p {
  margin: 0 0 .9rem;
  color: black;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: justify;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
p:last-child {
  margin-bottom: 0;
}
.image {
  margin: 0;
  width: 100%;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 1rem;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
img, figure, video {
  max-width: 100%;
  height: auto;
  display: block;
}
.image figcaption {
  margin-top: .5rem;
  color: var(--clrMuted);
  font-size: .9rem;
}
.imageRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin: 0 0 .9rem;
  width: 100%;
}
.imageRow figure {
  width: 100%;
  min-width: 0;
}
.imageBox {
  margin: 0 0 .9rem;
  width: 100%;
}
.quote {
  margin: 0;
  padding: 1rem 1rem 1rem 1.1rem;
  border-left: 4px solid var(--clrAccent);
  background: white;
  color: #334155;
  font-style: italic;
}
.accent {
  margin: 0;
  padding: 1rem;
  border-left: 4px solid var(--clrAccent);
  background: #f8faf8;
  color: black;
  margin-bottom: 1rem;
}
.button {
  display: block;
  margin: .6rem auto;
  background: var(--clrAccent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: .75rem 1.25rem;
  border-radius: 10px;
  font-size: 1.25rem;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  width: fit-content;
  max-width: 100%;
}
button:hover, button:focus-visible {
  background: var(--clrGreen);
}
a {
  color: navy;
  font-size: 1.25rem;
  cursor: pointer;
  text-decoration: none;
  overflow-wrap: break-word;
}
footer a, footer p {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
}
.noHyphen {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-break: keep-all;
}
.infoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2px 0 0 0;
  background: lightgray;
  border: none;
  width: 38px !important;
  height: 38px;
  font-size: 36px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  flex-shrink: 0;
}
@media (max-width:640px) {
  .infoDrcs {
    padding: .5rem !important
  }
  main, section {
    padding: .5rem
  }
  header {
    padding: 0 .5rem;
    gap: .5rem
  }
  header img {
    width: 3.5rem;
    height: 3.5rem
  }
  header h1 {
    font-size: 1.25rem
  }
  .secTitle {
    font-size: 1.75rem
  }
  .SectionCaption {
    font-size: 1.35rem
  }
  p, a {
    font-size: 1.1rem
  }
  footer a, footer p {
    font-size: .9rem
  }
  .imageRow {
    display: block
  }
  .imageRow figure {
    width: 100%;
    margin-bottom: 1rem;
    display: block
  }
  .imageRow figure:last-child {
    margin-bottom: 0
  }
  .image img {
    margin-bottom: 1rem
  }
  .button {
    font-size: 1.1rem;
    padding: .6rem 1rem
  }
}
@media (max-width:360px) {
  footer a, footer p {
    font-size: .75rem
  }
}