:root {
  --transition-duration: 300ms;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  --global--spacing-unit: 20px;
  --global--font-size-xs: 1rem;
  --responsive--spacing-horizontal: calc(
    var(--global--spacing-horizontal) * 2 * 0.6
  );
  --responsive--aligndefault-width: calc(
    100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
  --sidebar-width: 260px;
}
body {
  color: #000;
  font-family: Shippori Mincho, serif;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (hover: hover) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
.l-container {
  --container-gap: 2rem;
  display: flex;
  gap: var(--container-gap);
}
@media (min-width: 1024px) {
  .l-container {
    --container-sidebar-width: 300px;
    flex-direction: row;
  }
}
@media (width < 1024px) {
  .l-container {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .l-container-content {
    width: calc(100% - var(--container-gap) - var(--container-sidebar-width));
  }
  .l-container-sidebar {
    width: var(--container-sidebar-width);
  }
}
.c-btn,
.wpcf7cp-cfm-edit-btn,
.wpcf7cp-cfm-submit-btn {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  min-width: 240px;
  padding: 1rem 2.5rem;
  position: relative;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.c-btn.is-cart,
.wpcf7cp-cfm-edit-btn.is-cart,
.wpcf7cp-cfm-submit-btn.is-cart {
  background-color: #967543;
  color: #fff;
}
@media (hover: hover) {
  .c-btn:hover,
  .wpcf7cp-cfm-edit-btn:hover,
  .wpcf7cp-cfm-submit-btn:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.prose .c-btn,
.prose .wpcf7cp-cfm-edit-btn,
.prose .wpcf7cp-cfm-submit-btn {
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .prose .c-btn,
  .prose .wpcf7cp-cfm-edit-btn,
  .prose .wpcf7cp-cfm-submit-btn {
    font-size: 14px;
  }
}
.c-btn--primary {
  background-color: #006766;
  color: #fff;
}
.c-btn-icon {
  align-items: center;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}
.wpcf7cp-cfm-edit-btn {
  background-color: #4b5563;
  border: 1px solid #e5e7eb;
  color: #fff;
}
@media (hover: hover) {
  .wpcf7cp-cfm-edit-btn:hover {
    border-color: #000;
    color: #000;
  }
  .wpcf7cp-cfm-edit-btn:hover:before {
    translate: -3px;
  }
}
.wpcf7cp-cfm-edit-btn:after {
  content: none;
}
.wpcf7cp-cfm-edit-btn:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 6px;
  left: 20px;
  margin-top: -3px;
  position: absolute;
  rotate: 225deg;
  top: 50%;
  transition: translate 0.3s;
  width: 6px;
}
.c-btn--red,
.wpcf7cp-cfm-submit-btn {
  background-color: #006766;
  color: #fff;
}
.c-btn--red:after,
.wpcf7cp-cfm-submit-btn:after {
  border-right-color: #fff;
  border-top-color: #fff;
}
@media (hover: hover) {
  .c-btn--red:not([type='submit']):hover,
  .wpcf7cp-cfm-submit-btn:not([type='submit']):hover {
    background-color: #000;
  }
  .c-btn--red[type='submit']:hover,
  .wpcf7cp-cfm-submit-btn[type='submit']:hover {
    background-color: #fff;
    border-color: #006766;
    color: #006766;
  }
}
.c-btn--open:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/></svg>');
  background-size: contain;
  border: none;
  height: 16px;
  margin-top: -8px;
  rotate: none;
  width: 16px;
}
.c-btn--login {
  background-color: #3b82f6;
  color: #fff;
}
.c-btn--login:after {
  content: none;
}
@media (hover: hover) {
  .c-btn--login:hover {
    background-color: #60a5fa;
    color: #fff;
  }
}
.c-btn--signup {
  background-color: #f97316;
  color: #fff;
}
.c-btn--signup:after {
  content: none;
}
@media (hover: hover) {
  .c-btn--signup:hover {
    background-color: #fb923c;
    color: #fff;
  }
}
.c-tag-item {
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 8px;
  transition: var(--transition-duration);
}
@media (hover: hover) {
  .c-tag-item:hover {
    background-color: #006766;
    color: #fff;
  }
}
.c-title {
  font-weight: 700;
  position: relative;
}
.c-title-lg {
  display: block;
  font-size: 38px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
.c-title-sm {
  display: block;
  font-size: 14px;
}
.c-note {
  display: inline-block;
  padding-left: 1em;
  position: relative;
  text-indent: -1.125em;
}
.c-note:before {
  content: '\203B';
  display: inline-block;
  text-indent: 0;
  width: 1.125em;
}
.c-link-btn {
  align-items: center;
  color: #967543;
  display: flex;
  gap: 1rem;
  position: relative;
}
.c-link-btn.is-small {
  font-size: 13px;
}
.c-link-btn-text {
  position: relative;
}
.c-link-btn-arrow {
  border-bottom: 1px solid;
  display: block;
  position: relative;
  width: 6rem;
}
.is-small .c-link-btn-arrow {
  width: 4rem;
}
.c-link-btn-arrow:before {
  background-color: currentColor;
  bottom: 0;
  content: '';
  height: 0.75px;
  position: absolute;
  right: 0;
  transform: rotate(30deg);
  transform-origin: 100% 50%;
  width: 0.5rem;
}
.c-link-btn-ring {
  align-items: center;
  display: flex;
  height: 3rem;
  justify-content: center;
  position: absolute;
  right: -1.25rem;
  top: -1.5rem;
  width: 3rem;
}
.c-link-btn-ring:after {
  animation: ring 1.5s infinite;
  border-radius: 9999px;
  content: '';
  display: block;
  outline: 1px solid;
  transform-origin: center;
}
@keyframes ring {
  0% {
    height: 0;
    opacity: 1;
    width: 0;
  }
  to {
    height: 3rem;
    opacity: 0;
    width: 3rem;
  }
}
.c-nav-primary {
  background-color: hsla(0, 0%, 100%, 0.8);
  display: flex;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: var(--transition-duration);
  z-index: 50;
}
@media (min-width: 1024px) {
  .c-nav-primary {
    align-items: center;
    font-size: 14px;
    justify-content: center;
    left: 0;
    transform: translateY(-110%);
    width: 100%;
  }
  .is-scrolled .c-nav-primary {
    opacity: 1;
    transform: none;
  }
}
@media (width < 1024px) {
  .c-nav-primary {
    flex-direction: column;
    gap: 2rem;
    height: 100%;
    overflow-y: auto;
    right: 0;
    transform: translateX(110%);
  }
  .is-mainnav-open .c-nav-primary {
    opacity: 1;
    transform: none;
  }
}
.c-nav-primary a {
  color: #006766;
}
.c-nav-primary-site-branding {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
@media (width < 1024px) {
  .c-nav-primary-site-branding {
    margin-top: 3rem;
    padding-bottom: 0;
  }
}
.c-nav-primary-list {
  text-transform: uppercase;
}
.c-nav-primary-list ul {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .c-nav-primary-list {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width < 1024px) {
  .c-nav-primary-list {
    padding-left: 40px;
  }
  .c-nav-primary-list ul {
    flex-direction: column;
  }
}
.c-nav-primary-sub {
  text-transform: uppercase;
}
.c-nav-primary-sub ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.c-nav-primary-sub li a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
}
.c-nav-primary-sub li a svg {
  height: 24px;
  width: 24px;
}
@media (min-width: 1024px) {
  .c-nav-primary-sub {
    margin-left: auto;
    min-width: 260px;
  }
  .c-nav-primary-sub ul {
    display: flex;
    width: 100%;
  }
}
@media (width < 1024px) {
  .c-nav-primary-sub {
    margin-top: 2rem;
  }
}
.c-to-top {
  --arrow-animation-duration: 1.5s;
  align-items: center;
  bottom: 2rem;
  color: #967543;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 1.5rem;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 2rem;
  transition: var(--transition-duration);
  z-index: 50;
}
.is-scrolled .c-to-top {
  opacity: 1;
  pointer-events: auto;
}
.c-to-top-circle,
.c-to-top-icons {
  display: block;
  position: relative;
  width: 50px;
}
.c-to-top-circle {
  animation: grow var(--arrow-animation-duration) linear infinite;
  border: 1px solid;
  border-radius: 9999px;
  height: 50px;
}
.c-to-top-arrow {
  animation: height var(--arrow-animation-duration) ease-in infinite;
  border-left: 1px solid;
  display: block;
  height: 3rem;
  left: 23px;
  position: absolute;
  top: 18px;
}
.c-to-top-arrow:before {
  background-color: currentColor;
  content: '';
  height: 0.75px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(235deg);
  transform-origin: 100% 50%;
  width: 0.45rem;
}
.c-to-top-text {
  display: block;
  text-transform: uppercase;
}
@keyframes height {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  90% {
    opacity: 0;
    transform: translateY(-110%);
  }
  to {
    opacity: 0;
    transform: translateY(-110%);
  }
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.c-flow-lists {
  --img-width: 250px;
  position: relative;
}
.c-flow-lists > li {
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-top: 2rem;
  position: relative;
}
.c-flow-lists > li:before {
  align-items: center;
  background-color: #006766;
  border-radius: 0.5rem;
  color: #fff;
  content: counter(list-item);
  display: flex;
  height: 2rem;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 2rem;
  width: 2rem;
}
.c-flow-list-item {
  display: flex;
}
@media (min-width: 640px) {
  .c-flow-list-item {
    align-items: flex-start;
    gap: 2rem;
  }
}
@media (width < 640px) {
  .c-flow-list-item {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 640px) {
  .c-flow-list-content {
    width: calc(100% - 2rem - var(--img-width));
  }
}
.c-flow-list-media {
  border-radius: 1rem;
  overflow: hidden;
  width: var(--img-width);
}
@media (width < 640px) {
  .c-flow-list-media {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table td,
.c-table th {
  border-bottom: 1px solid;
  padding: 0.25rem;
}
.c-table th {
  font-weight: 700;
  text-align: left;
}
.c-post {
  --img-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
@media (min-width: 640px) {
  .is-front-page .c-post,
  .related-posts .c-post {
    flex-direction: row;
  }
}
.c-post.is-sidebar {
  --img-width: 80px;
  align-items: flex-start;
  flex-direction: row;
  gap: 1rem;
}
.c-post-media {
  aspect-ratio: 6/4;
  overflow: hidden;
}
.is-sidebar .c-post-media {
  width: var(--img-width);
}
@media (min-width: 640px) {
  .is-front-page .c-post-media,
  .related-posts .c-post-media {
    width: var(--img-width);
  }
}
.c-post-media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.8s;
  width: 100%;
  will-change: transform;
}
@media (min-width: 768px) {
  .c-post-media a:hover img {
    transform: scale(1.2);
  }
}
.c-post-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1rem;
  padding-top: 0;
  position: relative;
}
@media (min-width: 640px) {
  .is-front-page .c-post-body,
  .related-posts .c-post-body {
    width: calc(100% - var(--img-width));
  }
}
.is-sidebar .c-post-body {
  padding: 0;
  width: calc(100% - var(--img-width));
}
.c-post-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-post-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.c-post-title a {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-post-title a:hover {
    color: #006766;
  }
}
.c-post-links {
  --card-links-size: 2rem;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .c-post-links {
    --card-links-size: 3rem;
  }
}
.c-post-links a {
  align-items: center;
  background-color: #006766;
  display: flex;
  height: var(--card-links-size);
  justify-content: center;
  transition: background-color var(--transition-duration);
  width: var(--card-links-size);
}
@media (min-width: 768px) {
  .c-post-links a:hover {
    background-color: #006766;
  }
}
.c-post-links a svg {
  fill: #fff;
  height: calc(var(--card-links-size) / 2.4);
  width: calc(var(--card-links-size) / 2.4);
}
.c-news {
  border-top: 1px solid #999;
  max-width:calc(1248 / 1550 * 100%);
  margin-left: auto;
}
.c-news:last-child {
  border-bottom: 1px solid #999;
}
.c-news-body {
  --c-time-width: 90px;
  display: flex;
  font-size: 12px;
  gap: 1rem;
  padding: 1rem;
}
.c-news-time {
  width: var(--c-time-width);
}
.c-news-title {
  width: calc(100% - 1rem - var(--c-time-width));
}
.c-news-title a {
  text-decoration: underline;
}
.c-form {
  position: relative;
}
.c-form .is-optional:after,
.c-form .is-required:after {
  border-radius: 2px;
  display: inline-block;
  font-size: 0.75em;
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  padding: 1px 6px;
  vertical-align: top;
}
.c-form .is-required:after {
  background-color: #006766;
  border: 1px solid #fff;
  color: #fff;
  content: '\5FC5\9808';
}
.c-form .is-optional:after {
  background-color: #e5e7eb;
  border: 1px solid #9ca3af;
  color: #000;
  content: '\4EFB\610F';
}
.c-form > fieldset + fieldset,
.c-form > fieldset + label,
.c-form > label + fieldset,
.c-form > label + label {
  margin-top: 2rem;
}
.c-form dl,
.c-form tr {
  display: block;
}
.c-form dl + dl,
.c-form dl + tr,
.c-form tr + dl,
.c-form tr + tr {
  margin-top: 2rem;
}
.c-form dt,
.c-form legend,
.c-form th {
  display: block;
  font-weight: 700;
  text-align: left;
}
.c-form dd,
.c-form td {
  display: block;
  padding-left: 1px;
}
.entry-content .c-form dd,
.entry-content .c-form td {
  padding-left: 1px;
}
.c-form a {
  color: #006766;
  text-decoration: underline;
}
.c-form [type='email'],
.c-form [type='number'],
.c-form [type='tel'],
.c-form [type='text'] {
  background-color: #e5e7eb;
  max-width: 100%;
  padding: 1rem;
}
.c-form textarea {
  background-color: #e5e7eb;
  padding: 1rem;
  width: 100%;
}
.c-faq,
.c-faq-title {
  position: relative;
}
.c-faq-title {
  font-weight: 700;
  padding: 2rem 1rem 2rem 1.5rem;
  text-shadow: 0 1px 1px #fff;
}
.c-faq-title:before {
  color: #967543;
  content: 'Q';
  font-size: 3.75rem;
  left: 0.5rem;
  line-height: 1;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.c-faq-body {
  padding: 1rem 1rem 2rem 1.5rem;
  position: relative;
  text-shadow: 0 1px 1px #fff;
}
.c-faq-body a {
  color: #006766;
  text-decoration: underline;
}
.c-faq-body:before {
  color: #006766;
  content: 'A';
  font-size: 3.75rem;
  left: 0.5rem;
  line-height: 1;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: -0.5rem;
}
.is-front-page .site-header {
  left: 0;
  position: absolute;
  top: 0;
}
.site-header {
  background-color: transparent;
  color: #006766;
  display: flex;
  flex-direction: column;
  transition: var(--transition-duration);
  width: 100%;
}

.is-scrolled .site-header {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.site-branding,
.site-header-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.site-branding {
  flex-direction: column;
  padding: 40px;
}
.site-footer {
  background-color: #d7dadb;
  margin-top: auto;
  padding-top: 3rem;
}
.breadcrumbs {
  display: flex;
  font-size: 11px;
  list-style: none;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumbs > span .current-item,
.breadcrumbs > span a {
  color: #000;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-right: 23px;
  padding: 0 10px 0 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.breadcrumbs > span:first-child a {
  border-radius: 2px 0 0 2px;
  padding-left: 15px;
}
.breadcrumbs > span:first-child a:before {
  border: none;
}
.breadcrumbs > span:last-child .current-item,
.breadcrumbs > span:last-child a {
  border-radius: 0 2px 2px 0;
  margin-right: 0;
  padding-right: 15px;
}
.breadcrumbs > span:last-child .current-item:after,
.breadcrumbs > span:last-child a:after {
  border: none;
}
.breadcrumbs > span a:hover {
  opacity: 0.8;
}
/* .breadcrumbs > span .current-item:after,
.breadcrumbs > span .current-item:before,
.breadcrumbs > span a:after,
.breadcrumbs > span a:before {
  border: 0 solid #e5e7eb;
  border-width: 15px 10px;
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
} */
.breadcrumbs > span .current-item:before,
.breadcrumbs > span a:before {
  border-left-color: transparent;
  left: -20px;
}
.breadcrumbs > span .current-item:after,
.breadcrumbs > span a:after {
  border-color: transparent transparent transparent #e5e7eb;
  left: 100%;
}
.breadcrumbs .__home-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.breadcrumbs .__home-icon:before {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16"><path d="M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5Z"/><path d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6Z"/></svg>');
  content: '';
  display: block;
  height: 12px;
  width: 12px;
}
.mainnav-close {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(110%);
  visibility: hidden;
  width: 100%;
  z-index: 40;
}
.is-mainnav-open .mainnav-close {
  pointer-events: auto;
  transform: none;
  visibility: visible;
}
.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.entry-content
  :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.entry-content
  :where([class~='lead']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.entry-content
  :where(a):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}
.entry-content
  :where(strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.entry-content
  :where(a strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.entry-content
  :where(blockquote strong):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.entry-content
  :where(thead th strong):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.entry-content
  :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  list-style-type: decimal;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  padding-left: 1.625em;
}
.entry-content
  :where(ol[type='A']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-alpha;
}
.entry-content
  :where(ol[type='a']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-alpha;
}
.entry-content
  :where(ol[type='A s']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-alpha;
}
.entry-content
  :where(ol[type='a s']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-alpha;
}
.entry-content
  :where(ol[type='I']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-roman;
}
.entry-content
  :where(ol[type='i']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-roman;
}
.entry-content
  :where(ol[type='I s']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-roman;
}
.entry-content
  :where(ol[type='i s']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-roman;
}
.entry-content
  :where(ol[type='1']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: decimal;
}
.entry-content
  :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  list-style-type: disc;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  padding-left: 1.625em;
}
.entry-content
  :where(ol > li):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  )::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}
.entry-content
  :where(ul > li):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  )::marker {
  color: var(--tw-prose-bullets);
}
.entry-content
  :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.entry-content
  :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-bottom: 3em;
  margin-top: 3em;
}
.entry-content
  :where(blockquote):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-left-color: var(--tw-prose-quote-borders);
  border-left-width: 0.25rem;
  color: var(--tw-prose-quotes);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-left: 1em;
  quotes: '\201C''\201D''\2018''\2019';
}
.entry-content
  :where(blockquote p:first-of-type):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):before {
  content: open-quote;
}
.entry-content
  :where(blockquote p:last-of-type):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):after {
  content: close-quote;
}
.entry-content
  :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.1111111;
  margin-bottom: 0.8888889em;
}
.entry-content
  :where(h1 strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-weight: 900;
}
.entry-content
  :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3333333;
  margin-bottom: 1em;
  margin-top: 2em;
}
.entry-content
  :where(h2 strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-weight: 800;
}
.entry-content
  :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.6em;
  margin-top: 1.6em;
}
.entry-content
  :where(h3 strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-weight: 700;
}
.entry-content
  :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.entry-content
  :where(h4 strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-weight: 700;
}
.entry-content
  :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 2em;
  margin-top: 2em;
}
.entry-content
  :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  display: block;
  margin-bottom: 2em;
  margin-top: 2em;
}
.entry-content
  :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
    0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  color: var(--tw-prose-kbd);
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 500;
  padding: 0.1875em 0.375em;
}
.entry-content
  :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-code);
  font-size: 0.875em;
  font-weight: 600;
}
.entry-content
  :where(code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):before {
  content: '`';
}
.entry-content
  :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)):after {
  content: '`';
}
.entry-content
  :where(a code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.entry-content
  :where(h1 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.entry-content
  :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.875em;
}
.entry-content
  :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.9em;
}
.entry-content
  :where(h4 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.entry-content
  :where(blockquote code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.entry-content
  :where(thead th code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.entry-content
  :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  background-color: var(--tw-prose-pre-bg);
  border-radius: 0.375rem;
  color: var(--tw-prose-pre-code);
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7142857;
  margin-bottom: 1.7142857em;
  margin-top: 1.7142857em;
  overflow-x: auto;
  padding: 0.8571429em 1.1428571em;
}
.entry-content
  :where(pre code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}
.entry-content
  :where(pre code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):before {
  content: none;
}
.entry-content
  :where(pre code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):after {
  content: none;
}
.entry-content
  :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-bottom: 2em;
  margin-top: 2em;
  table-layout: auto;
  text-align: left;
  width: 100%;
}
.entry-content
  :where(thead):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-bottom-color: var(--tw-prose-th-borders);
  border-bottom-width: 1px;
}
.entry-content
  :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
  padding-right: 0.5714286em;
  vertical-align: bottom;
}
.entry-content
  :where(tbody tr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-bottom-color: var(--tw-prose-td-borders);
  border-bottom-width: 1px;
}
.entry-content
  :where(tbody tr:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  border-bottom-width: 0;
}
.entry-content
  :where(tbody td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  vertical-align: baseline;
}
.entry-content
  :where(tfoot):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-top-color: var(--tw-prose-th-borders);
  border-top-width: 1px;
}
.entry-content
  :where(tfoot td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  vertical-align: top;
}
.entry-content
  :where(figcaption):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.entry-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.entry-content
  :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 2em;
  margin-top: 2em;
}
.entry-content
  :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.entry-content
  :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-left: 0.375em;
}
.entry-content
  :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-left: 0.375em;
}
.entry-content
  :where(.prose > ul > li p):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.entry-content
  :where(.prose > ul > li > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.25em;
}
.entry-content
  :where(.prose > ul > li > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.25em;
}
.entry-content
  :where(.prose > ol > li > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.25em;
}
.entry-content
  :where(.prose > ol > li > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.25em;
}
.entry-content
  :where(ul ul, ul ol, ol ul, ol ol):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.entry-content
  :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.entry-content
  :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.entry-content
  :where(tbody td, tfoot td):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding: 0.5714286em;
}
.entry-content
  :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 2em;
  margin-top: 2em;
}
.entry-content
  :where(.prose > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0;
}
.entry-content
  :where(.prose > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0;
}
.entry-content {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.entry-content
  :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.1428571em;
  margin-top: 1.1428571em;
}
.entry-content
  :where([class~='lead']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-bottom: 0.8888889em;
  margin-top: 0.8888889em;
}
.entry-content
  :where(blockquote):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
  margin-top: 1.3333333em;
  padding-left: 1.1111111em;
}
.entry-content
  :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 2.1428571em;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 0;
}
.entry-content
  :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 1.4285714em;
  line-height: 1.4;
  margin-bottom: 0.8em;
  margin-top: 1.6em;
}
.entry-content
  :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-bottom: 0.4444444em;
  margin-top: 1.5555556em;
}
.entry-content
  :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  line-height: 1.4285714;
  margin-bottom: 0.5714286em;
  margin-top: 1.4285714em;
}
.entry-content
  :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.7142857em;
  margin-top: 1.7142857em;
}
.entry-content
  :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.7142857em;
  margin-top: 1.7142857em;
}
.entry-content
  :where(picture > img):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0;
  margin-top: 0;
}
.entry-content
  :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.7142857em;
  margin-top: 1.7142857em;
}
.entry-content
  :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-radius: 0.3125rem;
  font-size: 0.8571429em;
  padding: 0.1428571em 0.3571429em;
}
.entry-content
  :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.8571429em;
}
.entry-content
  :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.9em;
}
.entry-content
  :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.8888889em;
}
.entry-content
  :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-radius: 0.25rem;
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-bottom: 1.6666667em;
  margin-top: 1.6666667em;
  padding: 0.6666667em 1em;
}
.entry-content
  :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.1428571em;
  margin-top: 1.1428571em;
  padding-left: 1.5714286em;
}
.entry-content
  :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.1428571em;
  margin-top: 1.1428571em;
  padding-left: 1.5714286em;
}
.entry-content
  :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 0.2857143em;
  margin-top: 0.2857143em;
}
.entry-content
  :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-left: 0.4285714em;
}
.entry-content
  :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-left: 0.4285714em;
}
.entry-content
  :where(.prose-sm > ul > li p):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0.5714286em;
  margin-top: 0.5714286em;
}
.entry-content
  :where(.prose-sm > ul > li > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.1428571em;
}
.entry-content
  :where(.prose-sm > ul > li > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.1428571em;
}
.entry-content
  :where(.prose-sm > ol > li > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.1428571em;
}
.entry-content
  :where(.prose-sm > ol > li > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.1428571em;
}
.entry-content
  :where(ul ul, ul ol, ol ul, ol ol):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0.5714286em;
  margin-top: 0.5714286em;
}
.entry-content
  :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.1428571em;
  margin-top: 1.1428571em;
}
.entry-content
  :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.1428571em;
}
.entry-content
  :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0.2857143em;
  padding-left: 1.5714286em;
}
.entry-content
  :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 2.8571429em;
  margin-top: 2.8571429em;
}
.entry-content
  :where(hr + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.entry-content
  :where(h2 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.entry-content
  :where(h3 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.entry-content
  :where(h4 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.entry-content
  :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.entry-content
  :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-bottom: 0.6666667em;
  padding-left: 1em;
  padding-right: 1em;
}
.entry-content
  :where(thead th:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-left: 0;
}
.entry-content
  :where(thead th:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-right: 0;
}
.entry-content
  :where(tbody td, tfoot td):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding: 0.6666667em 1em;
}
.entry-content
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-left: 0;
}
.entry-content
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-right: 0;
}
.entry-content
  :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 1.7142857em;
  margin-top: 1.7142857em;
}
.entry-content
  :where(figure > *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-bottom: 0;
  margin-top: 0;
}
.entry-content
  :where(figcaption):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.entry-content
  :where(.prose-sm > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0;
}
.entry-content
  :where(.prose-sm > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0;
}
.entry-content {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .c-btn,
.entry-content .wpcf7cp-cfm-edit-btn,
.entry-content .wpcf7cp-cfm-submit-btn {
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .entry-content .c-btn,
  .entry-content .wpcf7cp-cfm-edit-btn,
  .entry-content .wpcf7cp-cfm-submit-btn {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .entry-content {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .entry-content
    :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.25em;
    margin-top: 1.25em;
  }
  .entry-content
    :where([class~='lead']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
  }
  .entry-content
    :where(a):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }
  .entry-content
    :where(strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .entry-content
    :where(a strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit;
  }
  .entry-content
    :where(blockquote strong):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
  }
  .entry-content
    :where(thead th strong):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
  }
  .entry-content
    :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    list-style-type: decimal;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.625em;
  }
  .entry-content
    :where(ol[type='A']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-alpha;
  }
  .entry-content
    :where(ol[type='a']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-alpha;
  }
  .entry-content
    :where(ol[type='A s']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-alpha;
  }
  .entry-content
    :where(ol[type='a s']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-alpha;
  }
  .entry-content
    :where(ol[type='I']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-roman;
  }
  .entry-content
    :where(ol[type='i']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-roman;
  }
  .entry-content
    :where(ol[type='I s']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: upper-roman;
  }
  .entry-content
    :where(ol[type='i s']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: lower-roman;
  }
  .entry-content
    :where(ol[type='1']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    list-style-type: decimal;
  }
  .entry-content
    :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    list-style-type: disc;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.625em;
  }
  .entry-content
    :where(ol > li):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    )::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }
  .entry-content
    :where(ul > li):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    )::marker {
    color: var(--tw-prose-bullets);
  }
  .entry-content
    :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .entry-content
    :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-bottom: 3em;
    margin-top: 3em;
  }
  .entry-content
    :where(blockquote):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    border-left-color: var(--tw-prose-quote-borders);
    border-left-width: 0.25rem;
    color: var(--tw-prose-quotes);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    padding-left: 1em;
    quotes: '\201C''\201D''\2018''\2019';
  }
  .entry-content
    :where(blockquote p:first-of-type):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ):before {
    content: open-quote;
  }
  .entry-content
    :where(blockquote p:last-of-type):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ):after {
    content: close-quote;
  }
  .entry-content
    :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
    margin-bottom: 0.8888889em;
    margin-top: 0;
  }
  .entry-content
    :where(h1 strong):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 900;
  }
  .entry-content
    :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
    margin-top: 2em;
  }
  .entry-content
    :where(h2 strong):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 800;
  }
  .entry-content
    :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.6em;
    margin-top: 1.6em;
  }
  .entry-content
    :where(h3 strong):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .entry-content
    :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
  }
  .entry-content
    :where(h4 strong):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .entry-content
    :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    display: block;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-radius: 0.3125rem;
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
      0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    color: var(--tw-prose-kbd);
    font-family: inherit;
    font-size: 0.875em;
    font-weight: 500;
    padding: 0.1875em 0.375em;
  }
  .entry-content
    :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-code);
    font-size: 0.875em;
    font-weight: 600;
  }
  .entry-content
    :where(code):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ):before {
    content: '`';
  }
  .entry-content
    :where(code):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ):after {
    content: '`';
  }
  .entry-content
    :where(a code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit;
  }
  .entry-content
    :where(h1 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit;
  }
  .entry-content
    :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  .entry-content
    :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  .entry-content
    :where(h4 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: inherit;
  }
  .entry-content
    :where(blockquote code):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
  }
  .entry-content
    :where(thead th code):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: inherit;
  }
  .entry-content
    :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    background-color: var(--tw-prose-pre-bg);
    border-radius: 0.375rem;
    color: var(--tw-prose-pre-code);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin-bottom: 1.7142857em;
    margin-top: 1.7142857em;
    overflow-x: auto;
    padding: 0.8571429em 1.1428571em;
  }
  .entry-content
    :where(pre code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
  }
  .entry-content
    :where(pre code):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ):before {
    content: none;
  }
  .entry-content
    :where(pre code):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ):after {
    content: none;
  }
  .entry-content
    :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    text-align: left;
    width: 100%;
  }
  .entry-content
    :where(thead):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-bottom-color: var(--tw-prose-th-borders);
    border-bottom-width: 1px;
  }
  .entry-content
    :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
    padding-right: 0.5714286em;
    vertical-align: bottom;
  }
  .entry-content
    :where(tbody tr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-bottom-color: var(--tw-prose-td-borders);
    border-bottom-width: 1px;
  }
  .entry-content
    :where(tbody tr:last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    border-bottom-width: 0;
  }
  .entry-content
    :where(tbody td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    vertical-align: baseline;
  }
  .entry-content
    :where(tfoot):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-top-color: var(--tw-prose-th-borders);
    border-top-width: 1px;
  }
  .entry-content
    :where(tfoot td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    vertical-align: top;
  }
  .entry-content
    :where(figure > *):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content
    :where(figcaption):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .entry-content {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
  }
  .entry-content
    :where(picture > img):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content
    :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .entry-content
    :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-left: 0.375em;
  }
  .entry-content
    :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-left: 0.375em;
  }
  .entry-content
    :where(.sm\:prose > ul > li p):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
  }
  .entry-content
    :where(.sm\:prose > ul > li > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.25em;
  }
  .entry-content
    :where(.sm\:prose > ul > li > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.25em;
  }
  .entry-content
    :where(.sm\:prose > ol > li > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.25em;
  }
  .entry-content
    :where(.sm\:prose > ol > li > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.25em;
  }
  .entry-content
    :where(ul ul, ul ol, ol ul, ol ol):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
  }
  .entry-content
    :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.25em;
    margin-top: 1.25em;
  }
  .entry-content
    :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
  }
  .entry-content
    :where(hr + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h2 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h3 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h4 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(thead th:first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-left: 0;
  }
  .entry-content
    :where(thead th:last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-right: 0;
  }
  .entry-content
    :where(tbody td, tfoot td):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding: 0.5714286em;
  }
  .entry-content
    :where(tbody td:first-child, tfoot td:first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-left: 0;
  }
  .entry-content
    :where(tbody td:last-child, tfoot td:last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-right: 0;
  }
  .entry-content
    :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(.sm\:prose > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 0;
  }
  .entry-content
    :where(.sm\:prose > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .entry-content {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .entry-content
    :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
    margin-top: 1.3333333em;
  }
  .entry-content
    :where([class~='lead']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-bottom: 1.0909091em;
    margin-top: 1.0909091em;
  }
  .entry-content
    :where(blockquote):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.6666667em;
    margin-top: 1.6666667em;
    padding-left: 1em;
  }
  .entry-content
    :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 2.6666667em;
    line-height: 1;
    margin-bottom: 0.8333333em;
    margin-top: 0;
  }
  .entry-content
    :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 1.6666667em;
    line-height: 1.3333333;
    margin-bottom: 1.0666667em;
    margin-top: 1.8666667em;
  }
  .entry-content
    :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 1.3333333em;
    line-height: 1.5;
    margin-bottom: 0.6666667em;
    margin-top: 1.6666667em;
  }
  .entry-content
    :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    line-height: 1.5555556;
    margin-bottom: 0.4444444em;
    margin-top: 1.7777778em;
  }
  .entry-content
    :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.7777778em;
    margin-top: 1.7777778em;
  }
  .entry-content
    :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.7777778em;
    margin-top: 1.7777778em;
  }
  .entry-content
    :where(picture > img):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content
    :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.7777778em;
    margin-top: 1.7777778em;
  }
  .entry-content
    :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-radius: 0.3125rem;
    font-size: 0.8888889em;
    padding: 0.2222222em 0.4444444em;
  }
  .entry-content
    :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.8888889em;
  }
  .entry-content
    :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.8666667em;
  }
  .entry-content
    :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.875em;
  }
  .entry-content
    :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-radius: 0.375rem;
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em 1.5em;
  }
  .entry-content
    :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
    margin-top: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .entry-content
    :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
    margin-top: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .entry-content
    :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 0.6666667em;
    margin-top: 0.6666667em;
  }
  .entry-content
    :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-left: 0.4444444em;
  }
  .entry-content
    :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-left: 0.4444444em;
  }
  .entry-content
    :where(.lg\:prose-lg > ul > li p):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.8888889em;
    margin-top: 0.8888889em;
  }
  .entry-content
    :where(.lg\:prose-lg > ul > li > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.3333333em;
  }
  .entry-content
    :where(.lg\:prose-lg > ul > li > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.3333333em;
  }
  .entry-content
    :where(.lg\:prose-lg > ol > li > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.3333333em;
  }
  .entry-content
    :where(.lg\:prose-lg > ol > li > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.3333333em;
  }
  .entry-content
    :where(ul ul, ul ol, ol ul, ol ol):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.8888889em;
    margin-top: 0.8888889em;
  }
  .entry-content
    :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.3333333em;
    margin-top: 1.3333333em;
  }
  .entry-content
    :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 1.3333333em;
  }
  .entry-content
    :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0.6666667em;
    padding-left: 1.5555556em;
  }
  .entry-content
    :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 3.1111111em;
    margin-top: 3.1111111em;
  }
  .entry-content
    :where(hr + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h2 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h3 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h4 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .entry-content
    :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .entry-content
    :where(thead th:first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-left: 0;
  }
  .entry-content
    :where(thead th:last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-right: 0;
  }
  .entry-content
    :where(tbody td, tfoot td):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding: 0.75em;
  }
  .entry-content
    :where(tbody td:first-child, tfoot td:first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-left: 0;
  }
  .entry-content
    :where(tbody td:last-child, tfoot td:last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-right: 0;
  }
  .entry-content
    :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.7777778em;
    margin-top: 1.7777778em;
  }
  .entry-content
    :where(figure > *):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content
    :where(figcaption):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .entry-content
    :where(.lg\:prose-lg > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 0;
  }
  .entry-content
    :where(.lg\:prose-lg > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .entry-content {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .entry-content
    :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
  }
  .entry-content
    :where([class~='lead']):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .entry-content
    :where(blockquote):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    padding-left: 1.0666667em;
  }
  .entry-content
    :where(h1):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 2.8em;
    line-height: 1;
    margin-bottom: 0.8571429em;
    margin-top: 0;
  }
  .entry-content
    :where(h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 1.8em;
    line-height: 1.1111111;
    margin-bottom: 0.8888889em;
    margin-top: 1.5555556em;
  }
  .entry-content
    :where(h3):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 1.5em;
    line-height: 1.3333333;
    margin-bottom: 0.6666667em;
    margin-top: 1.6em;
  }
  .entry-content
    :where(h4):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    line-height: 1.6;
    margin-bottom: 0.6em;
    margin-top: 1.8em;
  }
  .entry-content
    :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(picture > img):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content
    :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-radius: 0.3125rem;
    font-size: 0.9em;
    padding: 0.25em 0.4em;
  }
  .entry-content
    :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.9em;
  }
  .entry-content
    :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.8611111em;
  }
  .entry-content
    :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.9em;
  }
  .entry-content
    :where(pre):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    border-radius: 0.5rem;
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1.1111111em 1.3333333em;
  }
  .entry-content
    :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
    padding-left: 1.6em;
  }
  .entry-content
    :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
    padding-left: 1.6em;
  }
  .entry-content
    :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
  }
  .entry-content
    :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-left: 0.4em;
  }
  .entry-content
    :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-left: 0.4em;
  }
  .entry-content
    :where(.xl\:prose-xl > ul > li p):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
  }
  .entry-content
    :where(.xl\:prose-xl > ul > li > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.2em;
  }
  .entry-content
    :where(.xl\:prose-xl > ul > li > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.2em;
  }
  .entry-content
    :where(.xl\:prose-xl > ol > li > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 1.2em;
  }
  .entry-content
    :where(.xl\:prose-xl > ol > li > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 1.2em;
  }
  .entry-content
    :where(ul ul, ul ol, ol ul, ol ol):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
  }
  .entry-content
    :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
  }
  .entry-content
    :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 1.2em;
  }
  .entry-content
    :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0.6em;
    padding-left: 1.6em;
  }
  .entry-content
    :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2.8em;
    margin-top: 2.8em;
  }
  .entry-content
    :where(hr + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h2 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h3 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(h4 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-top: 0;
  }
  .entry-content
    :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .entry-content
    :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
    padding-right: 0.6666667em;
  }
  .entry-content
    :where(thead th:first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-left: 0;
  }
  .entry-content
    :where(thead th:last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-right: 0;
  }
  .entry-content
    :where(tbody td, tfoot td):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding: 0.8888889em 0.6666667em;
  }
  .entry-content
    :where(tbody td:first-child, tfoot td:first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-left: 0;
  }
  .entry-content
    :where(tbody td:last-child, tfoot td:last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    padding-right: 0;
  }
  .entry-content
    :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .entry-content
    :where(figure > *):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .entry-content
    :where(figcaption):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .entry-content
    :where(.xl\:prose-xl > :first-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-top: 0;
  }
  .entry-content
    :where(.xl\:prose-xl > :last-child):not(
      :where([class~='not-prose'], [class~='not-prose'] *)
    ) {
    margin-bottom: 0;
  }
}
.entry-content {
  max-width: 100%;
}
.entry-content table td,
.entry-content table th {
  border: 1px solid;
  padding: 0.5rem;
}
@media (hover: hover) {
  .entry-content a img {
    transition: 0.3s;
  }
  .entry-content a:hover img {
    opacity: 0.9;
  }
}
.entry-meta {
  position: relative;
}
.posted-on {
  font-size: 11px;
  opacity: 0.75;
}
.byline {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  gap: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
/* .nav-next,
.nav-previous {
  width: calc(50% - 0.25rem);
}
.nav-next a,
.nav-previous a {
  background-color: #fff;
  border: 1px solid;
  display: block;
  overflow: hidden;
  padding: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-next a:after,
.nav-previous a:after {
  content: '';
  height: 1rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
} */
.nav-previous {
  margin-right: auto;
  position: relative;
  text-align: right;
}
.nav-previous a {
  padding-left: 2.5rem;
  position: relative;
}
.nav-previous a:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  left: 0.75rem;
}
.nav-next {
  margin-left: auto;
  position: relative;
}
.nav-next a {
  padding-right: 2.5rem;
}
.nav-next a:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  right: 0.75rem;
}
/* .nav-subtitle {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
} */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  line-height: 1;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #ccc;
  border-radius: 0.125rem;
  margin: 2px;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #000;
  color: #fff;
}
.pagination {
  position: relative;
}
.pagination .nav-links {
  display: flex;
  font-size: 13px;
  gap: 0.5rem;
  justify-content: center;
  position: relative;
}
.page-numbers {
  background-color: #fff;
  border: 1px solid #d1d5db;
  line-height: 1;
  min-height: 1.75rem;
  min-width: 1.75rem;
  padding: 0.375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-numbers {
    min-height: 2rem;
    min-width: 2rem;
    padding: 0.5rem;
  }
}
@media (hover: hover) {
  .page-numbers:not(span):hover {
    text-decoration: underline;
  }
}
.page-numbers.current {
  background-color: #f3f4f6;
  position: relative;
}
.page-numbers.dots {
  position: relative;
}
.page-numbers.next,
.page-numbers.prev {
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}
.page-numbers.next,
.page-numbers.prev {
  position: relative;
}
.posted-on {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.posted-on-updated {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.posted-on-icon svg {
  display: inline;
  height: 11px;
  margin-right: 4px;
  width: 11px;
}
.search-form [type='search'] {
  border: 1px solid #eee;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.search-form [type='submit'] {
  background-color: #ccc;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 15px;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}
.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #000;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 40px;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: '';
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  opacity: 0;
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--collapse-r .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  opacity: 0;
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner:before {
  opacity: 0;
  transition-delay: 0s;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 75ms;
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 75ms;
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  opacity: 0;
  transition-delay: 0s;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 75ms;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  right: 0;
  top: 10px;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  background-color: transparent !important;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  right: 0;
  top: 10px;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  opacity: 0;
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  opacity: 0;
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  background-color: transparent !important;
  transition-delay: 0.22s;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(45deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--spring-r .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0s;
  transition-duration: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  opacity: 0;
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotate(90deg);
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotate(-90deg);
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-duration: 0s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-duration: 0s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  opacity: 0;
  top: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
:root {
  --hamburger-top: 8px;
}
@media (min-width: 768px) {
  :root {
    --hamburger-top: 16px;
  }
}
.admin-bar .hamburger {
  --hamburger-top: 32px;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger {
  background-color: #fff;
  border-radius: 9999px;
  display: flex;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  outline: none;
  padding: 1rem;
  position: fixed;
  right: 8px;
  top: var(--hamburger-top);
  z-index: 10000;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger.is-active ~ .main-navigation {
  border-bottom-left-radius: 0;
  opacity: 1;
  transform: none;
  visibility: visible;
}
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger-box,
.hamburger-inner {
  pointer-events: none;
}
.hamburger-box {
  width: 24px;
}
.hamburger-inner {
  background-color: #000;
  width: 100%;
}
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: inherit;
  width: 100%;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  height: 2.2px;
}
.grecaptcha-badge {
  pointer-events: none;
  visibility: hidden;
}
