/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

*[class$=__container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

:root {
  --font-primary: Fredoka, sans-serif;
  --font-secondary: Inter, sans-serif;
  --color-black: #000000;
  --color-blue: #127DCA;
  --color-pink: #C12D88;
}

body {
  font-family: var(--font-secondary);
  color: var(--color-dark-grey);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  line-height: 1.2;
}

.nf-modal__content,
.se-modal__content,
.ev-modal__content,
.ts-modal__content,
.ne-modal__content,
.nf-modal__box,
.se-modal__box,
.ev-modal__box,
.ts-modal__box,
.ne-modal__box {
  scrollbar-width: thin;
  scrollbar-color: #C12D88 transparent;
}
.nf-modal__content::-webkit-scrollbar,
.se-modal__content::-webkit-scrollbar,
.ev-modal__content::-webkit-scrollbar,
.ts-modal__content::-webkit-scrollbar,
.ne-modal__content::-webkit-scrollbar,
.nf-modal__box::-webkit-scrollbar,
.se-modal__box::-webkit-scrollbar,
.ev-modal__box::-webkit-scrollbar,
.ts-modal__box::-webkit-scrollbar,
.ne-modal__box::-webkit-scrollbar {
  width: 0.375rem;
}
.nf-modal__content::-webkit-scrollbar-track,
.se-modal__content::-webkit-scrollbar-track,
.ev-modal__content::-webkit-scrollbar-track,
.ts-modal__content::-webkit-scrollbar-track,
.ne-modal__content::-webkit-scrollbar-track,
.nf-modal__box::-webkit-scrollbar-track,
.se-modal__box::-webkit-scrollbar-track,
.ev-modal__box::-webkit-scrollbar-track,
.ts-modal__box::-webkit-scrollbar-track,
.ne-modal__box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
}
.nf-modal__content::-webkit-scrollbar-thumb,
.se-modal__content::-webkit-scrollbar-thumb,
.ev-modal__content::-webkit-scrollbar-thumb,
.ts-modal__content::-webkit-scrollbar-thumb,
.ne-modal__content::-webkit-scrollbar-thumb,
.nf-modal__box::-webkit-scrollbar-thumb,
.se-modal__box::-webkit-scrollbar-thumb,
.ev-modal__box::-webkit-scrollbar-thumb,
.ts-modal__box::-webkit-scrollbar-thumb,
.ne-modal__box::-webkit-scrollbar-thumb {
  background: #C12D88;
  border-radius: 0.625rem;
}
.nf-modal__content::-webkit-scrollbar-thumb:hover,
.se-modal__content::-webkit-scrollbar-thumb:hover,
.ev-modal__content::-webkit-scrollbar-thumb:hover,
.ts-modal__content::-webkit-scrollbar-thumb:hover,
.ne-modal__content::-webkit-scrollbar-thumb:hover,
.nf-modal__box::-webkit-scrollbar-thumb:hover,
.se-modal__box::-webkit-scrollbar-thumb:hover,
.ev-modal__box::-webkit-scrollbar-thumb:hover,
.ts-modal__box::-webkit-scrollbar-thumb:hover,
.ne-modal__box::-webkit-scrollbar-thumb:hover {
  background: #DE05AB;
}

.wp-block-media-text {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.wp-block-paragraph,
.wp-block-heading,
.wp-block-image,
.wp-block-gallery,
.wp-block-list,
.wp-block-quote,
.wp-block-pullquote,
.wp-block-table,
.wp-block-code,
.wp-block-preformatted,
.wp-block-html,
.wp-block-audio,
.wp-block-video,
.wp-block-file,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-column,
.wp-block-group,
.wp-block-cover,
.wp-block-media-text,
.wp-block-separator,
.wp-block-spacer,
.wp-block-embed,
.wp-block-search,
.wp-block-calendar,
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-tag-cloud,
.wp-block-rss {
  max-width: 70.625rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.footer {
  background-color: #f1f1f1;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.25);
}
.footer__container {
  max-width: 85.375rem;
  margin: 0 auto;
  padding: 1.875rem 2rem 1.25rem;
}
@media (max-width: 47.99875rem) {
  .footer__container {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}
.footer__main {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 47.99875rem) {
  .footer__main {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.footer__divider {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  background-color: #000;
  max-height: 16.25rem;
}
@media (max-width: 47.99875rem) {
  .footer__divider {
    display: none;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__col--nav {
  flex: 0 0 22%;
  justify-content: flex-start;
}
@media (max-width: 47.99875rem) {
  .footer__col--nav {
    flex: none;
    width: 100%;
    order: 2;
  }
}
.footer__col--brand {
  flex: 1;
}
.footer__col--brand > * + * {
  padding-top: 2.6875rem;
}
.footer__col--brand > * + .footer__copyright {
  padding-top: 0;
}
@media (max-width: 47.99875rem) {
  .footer__col--brand {
    flex: none;
    width: 100%;
    order: 1;
  }
  .footer__col--brand > * + * {
    padding-top: 1.5rem;
  }
  .footer__col--brand > * + .footer__copyright {
    padding-top: 0;
  }
}
.footer__col--newsletter {
  flex: 0 0 22%;
  gap: 1rem;
  justify-content: flex-start;
  margin-top: 3.125rem;
}
@media (max-width: 47.99875rem) {
  .footer__col--newsletter {
    flex: none;
    width: 100%;
    margin-top: 0;
    order: 3;
  }
}
.footer__nav {
  width: 100%;
}
.footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}
@media (max-width: 47.99875rem) {
  .footer__nav ul {
    gap: 0.625rem;
  }
}
.footer__nav ul a {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: normal;
  color: #000000;
  text-decoration: none;
}
.footer__nav ul a:hover {
  text-decoration: underline;
}
.footer__badge {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 3.125rem;
}
@media (max-width: 47.99875rem) {
  .footer__badge {
    margin-top: 1.5rem;
  }
}
.footer__badge--guidestar {
  margin-top: 0;
}
@media (max-width: 47.99875rem) {
  .footer__badge--guidestar {
    margin-top: 0;
  }
}
.footer__logo {
  position: relative;
  width: 100%;
  max-width: 34.375rem;
  height: auto;
  aspect-ratio: 550/78;
}
@media (max-width: 47.99875rem) {
  .footer__logo {
    max-width: 21.25rem;
    margin-top: 0.625rem;
  }
}
.footer__logo-footer {
  width: 100%;
  height: 100%;
}
.footer__logo-bg, .footer__logo-fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.footer__logo-bg {
  transform: translate(0, 0.5px);
}
.footer__logo-fg {
  transform: translate(0.5px, 0);
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0.53;
  margin-bottom: 3.125rem;
}
@media (max-width: 47.99875rem) {
  .footer__social {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer__social-link img {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  object-fit: contain;
}
.footer__social-link:hover {
  opacity: 0.8;
}
.footer__newsletter-title {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: normal;
  color: #000000;
  text-align: center;
  margin: 0;
}
.footer__newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.footer__newsletter-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.625rem 1.1875rem;
  background-color: #ffffff;
  border: none;
  border-radius: 1.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #8d8d8d;
  outline: none;
}
.footer__newsletter-input::placeholder {
  color: #8d8d8d;
}
.footer__newsletter-input:focus {
  box-shadow: 0 0 0 2px rgba(193, 45, 136, 0.3);
}
.footer__newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5625rem 3.25rem;
  background-color: #ffffff;
  border: none;
  border-radius: 1.5625rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.footer__newsletter-btn:hover {
  background-color: #C12D88;
  color: #ffffff;
}
.footer .ctct-inline-form {
  width: 100%;
  margin-bottom: 3.75rem !important;
}
.footer .ctct-inline-form #gdpr_text,
.footer .ctct-inline-form .ctct-form-footer {
  display: none !important;
}
.footer .ctct-inline-form .ctct-form-embed,
.footer .ctct-inline-form .ctct-form-defaults {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.footer .ctct-inline-form .ctct-form-header,
.footer .ctct-inline-form .ctct-form-text,
.footer .ctct-inline-form .ctct-form-field > label,
.footer .ctct-inline-form .ctct-form-custom-field-2 {
  display: none !important;
}
.footer .ctct-inline-form .ctct-form-success .ctct-form-header,
.footer .ctct-inline-form .ctct-form-success .ctct-form-text {
  display: block !important;
  text-align: center !important;
}
.footer .ctct-inline-form .ctct-form-success .ctct-form-header {
  font-size: 1rem !important;
}
.footer .ctct-inline-form .ctct-form-success .ctct-form-text {
  font-size: 0.875rem !important;
}
.footer .ctct-inline-form form {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.75rem !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.footer .ctct-inline-form .ctct-form-field {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer .ctct-inline-form input[type=email],
.footer .ctct-inline-form input[type=text] {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0.625rem 1.1875rem !important;
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 1.75rem !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.8125rem !important;
  color: #8d8d8d !important;
  outline: none !important;
  box-shadow: none !important;
}
.footer .ctct-inline-form input[type=email]::placeholder,
.footer .ctct-inline-form input[type=text]::placeholder {
  color: #8d8d8d !important;
}
.footer .ctct-inline-form input[type=email]:focus,
.footer .ctct-inline-form input[type=text]:focus {
  box-shadow: 0 0 0 2px rgba(193, 45, 136, 0.3) !important;
}
.footer .ctct-inline-form .ctct-form-button,
.footer .ctct-inline-form button[type=submit] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.5625rem 3.25rem !important;
  max-width: fit-content !important;
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 1.5625rem !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  color: #000000 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.3s ease;
}
.footer .ctct-inline-form .ctct-form-button:hover,
.footer .ctct-inline-form button[type=submit]:hover {
  background-color: #C12D88 !important;
  color: #ffffff !important;
}
.footer .ctct-inline-form .ctct-form-errorMessage {
  font-family: "Inter", sans-serif !important;
  font-size: 0.6875rem !important;
  color: #C12D88 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.footer__contact-item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: normal;
  color: #000000;
  text-align: center;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 47.99875rem) {
  .footer__contact-item {
    white-space: normal;
  }
}
.footer__contact-item--link {
  text-decoration: underline;
}
.footer__contact-item:hover.footer__contact-item--link,
.footer__contact-item a.footer__contact-item:hover {
  text-decoration: underline;
}
.footer a.footer__contact-item:hover {
  text-decoration: underline;
}
.footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0.625rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}
.footer__legal-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #000000;
  text-decoration: underline;
  white-space: nowrap;
}
.footer__legal-link:hover {
  opacity: 0.7;
}
.footer__legal-sep {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  color: #000000;
}
.footer__copyright {
  text-align: center;
}
.footer__copyright-link {
  color: #000000;
}
.footer__copyright p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: normal;
  color: #000000;
  margin: 0;
  white-space: pre;
}
@media (max-width: 47.99875rem) {
  .footer__copyright p {
    white-space: normal;
  }
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
}
@media (max-width: 63.99875rem) {
  .header {
    position: fixed;
  }
}
.header .btn__normal span {
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;
}
.header .btn__normal:before {
  border-radius: 0.625rem;
}
.header__container {
  max-width: 90rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 20.625rem;
  z-index: 1000;
}
@media (max-width: 63.99875rem) {
  .header__logo {
    max-width: 9.375rem;
  }
}
.header__logo img {
  height: 3rem;
  width: auto;
}
@media (max-width: 63.99875rem) {
  .header__logo img {
    height: auto;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav-donate {
  display: none !important;
}
.header__menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
.header__menu li a {
  text-decoration: none;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.header__menu li a:hover {
  color: #C12D88;
}
.header__menu li.current-menu-item > a, .header__menu li.current-menu-ancestor > a {
  color: #C12D88;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  color: #000000;
  transition: color 0.3s ease;
}
.header__search:hover {
  color: #C12D88;
}
.header__search svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.3125rem;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.header__burger span {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #000000;
  border-radius: 0.125rem;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.header__burger.is-active span:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.header__burger.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header__burger.is-active span:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}
.header__donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.5rem;
  background-color: #C12D88;
  color: #ffffff;
  text-decoration: none;
  border-radius: 1.875rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.header__donate:hover {
  background-color: #127DCA;
}
@media (max-width: 63.99875rem) {
  .header__burger {
    display: flex;
    position: relative;
    z-index: 1000;
  }
  .header__actions {
    position: relative;
    z-index: 1000;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -62.4375rem;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 999;
    padding: 1.5rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .header__nav-donate {
    display: inline-block !important;
  }
  .header__nav.is-active {
    transform: translateX(0);
    right: 0;
  }
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .header__menu li a {
    font-size: 1.125rem;
  }
  .header__actions .btn__normal {
    display: none;
  }
  .header__nav-donate {
    display: inline-flex;
  }
}

.header__nav-donate {
  display: none;
}

.btn__normal {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 47.99875rem) {
  .btn__normal {
    width: 100%;
    text-align: center;
  }
}
.btn__normal span {
  padding: 1.4375rem 4.875rem;
  border-radius: 1.875rem;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
@media (max-width: 47.99875rem) {
  .btn__normal span {
    padding: 0.9375rem 2.5rem;
    font-size: 1rem;
    width: 100%;
  }
}
.btn__normal--pink span {
  background: #C12D88;
  color: #ffffff;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.btn__normal--pink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #127DCA;
  border-radius: 1.875rem;
  z-index: 1;
  left: -0.3125rem;
  bottom: -0.375rem;
}
.btn__normal:hover span {
  background: #DE05AB;
  transition: all 0.3s ease;
}
.btn__normal:active span {
  background: #000000;
  transition: all 0.3s ease;
}

.floating-menu {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
}
.floating-menu--open .floating-menu__panel {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  bottom: 0;
}
.floating-menu__panel {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.125rem 2.125rem 6.875rem 2.125rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 13.125rem;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom right;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
  position: absolute;
  bottom: 0;
  right: 0;
}
.floating-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.floating-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  padding: 0.625rem 0;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
}
.floating-menu__link:hover {
  color: #C12D88;
}
.floating-menu__label {
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}
.floating-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  color: #999;
}
.floating-menu__icon img,
.floating-menu__icon svg {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}
.floating-menu__btn-wrap {
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  bottom: 0.9375rem;
  right: 0.9375rem;
}
@media (max-width: 47.99875rem) {
  .floating-menu__btn-wrap {
    bottom: 0;
    right: 0;
  }
}
.floating-menu__toggle, .floating-menu__close {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #C12D88;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.floating-menu__toggle:hover, .floating-menu__close:hover {
  background: #DE05AB;
}
.floating-menu__toggle:active, .floating-menu__close:active {
  background: rgb(151.6428571429, 35.3571428571, 106.8571428571);
}
.floating-menu__toggle {
  opacity: 1;
  pointer-events: auto;
}
.floating-menu--open .floating-menu__toggle {
  opacity: 0;
  pointer-events: none;
}
.floating-menu__close {
  opacity: 0;
  pointer-events: none;
}
.floating-menu--open .floating-menu__close {
  opacity: 1;
  pointer-events: auto;
}

.side-menu {
  position: fixed;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  max-width: 9.375rem;
}
.side-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.side-menu__title {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
}
.side-menu__title-text {
  font-family: var(--font-primary);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
.side-menu__title-dots {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
}
.side-menu__title-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-right: 0.4375rem solid #000000;
}
.side-menu__title-dot {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: #000000;
}
.side-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.side-menu__list::before {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 0.875rem;
  bottom: 0.875rem;
  width: 0.0625rem;
  background: rgba(0, 0, 0, 0.18);
}
.side-menu__item {
  display: flex;
  justify-content: flex-end;
}
.side-menu__link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5625rem 0;
  text-decoration: none;
  color: inherit;
}
.side-menu__link:hover .side-menu__label {
  color: #000000;
}
.side-menu__label {
  font-family: var(--font-secondary);
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.side-menu__dot {
  flex-shrink: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  border: 0.09375rem solid rgba(0, 0, 0, 0.35);
  background: transparent;
  transition: background 0.25s ease, border-color 0.25s ease;
  position: relative;
  z-index: 1;
}
.side-menu__item--active .side-menu__label {
  color: #000000;
  font-weight: 600;
}
.side-menu__item--active .side-menu__dot {
  background: #000000;
  border-color: #000000;
}
@media (max-width: 87.5rem) {
  .side-menu {
    display: none;
  }
}