.prose_prose__gIoBf
  :is(
    :where(h1, h2, h3, h4, h5, h6, th):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
      )
  ) {
  margin-bottom: 1rem;
  font-family: var(--font-aeonik), system-ui, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-weight: 400;
}
.prose_prose__gIoBf h1,
.prose_prose__gIoBf h2,
.prose_prose__gIoBf h3,
.prose_prose__gIoBf h4,
.prose_prose__gIoBf h5,
.prose_prose__gIoBf h6 {
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.prose_prose__gIoBf a {
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}
.prose_prose__gIoBf a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 121 148 / var(--tw-text-opacity, 1));
}
.prose_prose__gIoBf p {
  font-size: 1.134375rem;
}
@media (min-width: 40rem) {
  .prose_prose__gIoBf p {
    font-size: calc(1.18125rem + -0.1171875vw);
  }
}
@media (min-width: 48rem) {
  .prose_prose__gIoBf p {
    font-size: 1.125rem;
  }
}
.prose_prose__gIoBf p {
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.prose_prose__gIoBf h2 {
  font-size: 2.0625rem;
}
@media (min-width: 40rem) {
  .prose_prose__gIoBf h2 {
    font-size: calc(-0.125rem + 5.46875vw);
  }
}
@media (min-width: 48rem) {
  .prose_prose__gIoBf h2 {
    font-size: 2.5rem;
  }
}
.prose_prose__gIoBf h2 {
  line-height: 1.15;
  letter-spacing: 0;
}
.prose_prose__gIoBf h3 {
  font-size: 1.44375rem;
}
@media (min-width: 40rem) {
  .prose_prose__gIoBf h3 {
    font-size: calc(-0.0875rem + 3.828125vw);
  }
}
@media (min-width: 48rem) {
  .prose_prose__gIoBf h3 {
    font-size: 1.75rem;
  }
}
.prose_prose__gIoBf h4,
.prose_prose__gIoBf h5 {
  font-size: 1.134375rem;
}
@media (min-width: 40rem) {
  .prose_prose__gIoBf h4,
  .prose_prose__gIoBf h5 {
    font-size: calc(-0.06875rem + 3.0078125vw);
  }
}
@media (min-width: 48rem) {
  .prose_prose__gIoBf h4,
  .prose_prose__gIoBf h5 {
    font-size: 1.375rem;
  }
}
.prose_prose__gIoBf h4,
.prose_prose__gIoBf h5 {
  letter-spacing: 0.01em;
}
.prose_prose__gIoBf h6 {
  font-size: 1.03125rem;
}
@media (min-width: 40rem) {
  .prose_prose__gIoBf h6 {
    font-size: calc(-0.0625rem + 2.734375vw);
  }
}
@media (min-width: 48rem) {
  .prose_prose__gIoBf h6 {
    font-size: 1.25rem;
  }
}
.prose_prose__gIoBf h6 {
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.prose_prose__gIoBf ul {
  font-size: 1.134375rem;
}
@media (min-width: 40rem) {
  .prose_prose__gIoBf ul {
    font-size: calc(1.18125rem + -0.1171875vw);
  }
}
@media (min-width: 48rem) {
  .prose_prose__gIoBf ul {
    font-size: 1.125rem;
  }
}
.prose_prose__gIoBf ul {
  margin-left: -0.5rem;
  list-style-position: outside;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .prose_prose__gIoBf ul {
    margin-left: 1.75rem;
  }
}
.prose_prose__gIoBf ul > li::marker {
  color: transparent;
}
.prose_prose__gIoBf ul li {
  position: relative;
}
.prose_prose__gIoBf ul li:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.6em;
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(207 229 241 / var(--tw-bg-opacity, 1));
}
.prose_prose__gIoBf ol {
  font-size: 1.134375rem;
}
@media (min-width: 40rem) {
  .prose_prose__gIoBf ol {
    font-size: calc(1.18125rem + -0.1171875vw);
  }
}
@media (min-width: 48rem) {
  .prose_prose__gIoBf ol {
    font-size: 1.125rem;
  }
}
.prose_prose__gIoBf ol {
  margin-left: 0.5rem;
  list-style-position: outside;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (min-width: 640px) {
  .prose_prose__gIoBf ol {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .prose_prose__gIoBf ol {
    margin-left: 2.5rem;
  }
}
.prose_prose__gIoBf ol > li::marker {
  color: transparent;
}
.prose_prose__gIoBf ol li {
  position: relative;
  counter-increment: list-counter;
}
.prose_prose__gIoBf ol li:before {
  content: counter(list-counter);
  position: absolute;
  left: -1.75rem;
  top: 0.35em;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(207 229 241 / var(--tw-bg-opacity, 1));
  font-size: 12px;
}
@media (min-width: 768px) {
  .prose_prose__gIoBf ol li:before {
    top: 0.25em;
  }
}
.prose_postProse__59nIF
  :is(
    :where(h1, h2, h3, h4, h5, h6, th):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
      )
  ) {
  margin-left: auto;
  margin-right: auto;
  max-width: 646px;
  font-weight: 400;
}
.prose_postProse__59nIF
  :is(:where(p):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
  max-width: 646px;
}
.new_logo{
  width: 20%;
}
@media (max-width: 400px) {

  .new_logo{
    width: 50%;
  }
}
@media (max-width: 430px) {

  .new_logo{
    width: 50%;
  }
}