/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 6px;
  border: 3px solid #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

:target {
  scroll-margin-top: 500px;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #0f1a3e;
  background-color: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.no-scroll {
  overflow: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: #645a8e !important;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0.75rem;
  display: inline-block;
}

p {
  color: #0f1a3e;
}

mark {
  background-color: transparent;
  padding: 0 2px;
  color: #6255d6;
  font-weight: 700;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.faq-tabs__content h2,
.faq-tabs__content h3,
.faq-tabs__content h4 {
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
.wysiwyg h2,
.faq-tabs__content h2 {
  font-size: 20px;
}
.wysiwyg h3,
.faq-tabs__content h3 {
  font-size: 18px;
}
.wysiwyg h4,
.faq-tabs__content h4 {
  font-size: 16px;
}
.wysiwyg p,
.faq-tabs__content p {
  display: block;
  margin: 0 0 1.5rem 0;
  color: #0f1a3e;
  line-height: 1.5;
}
.wysiwyg ul,
.wysiwyg ol,
.faq-tabs__content ul,
.faq-tabs__content ol {
  display: block;
  margin: 0 0 1.5rem 2rem;
  list-style-position: outside;
}
.wysiwyg ul,
.faq-tabs__content ul {
  list-style-type: disc;
}
.wysiwyg ol > li > ul,
.faq-tabs__content ol > li > ul {
  margin-top: 1rem;
}
.wysiwyg ul > li > ol,
.faq-tabs__content ul > li > ol {
  margin-top: 1rem;
}
.wysiwyg ol > li > ol,
.faq-tabs__content ol > li > ol {
  margin-top: 1rem;
}
.wysiwyg ul > li > ul,
.faq-tabs__content ul > li > ul {
  margin-top: 1rem;
}
.wysiwyg ol,
.faq-tabs__content ol {
  list-style-type: decimal;
}
.wysiwyg li,
.faq-tabs__content li {
  display: list-item;
  margin-bottom: 0.75rem;
}
.wysiwyg li img,
.faq-tabs__content li img {
  margin: 0;
  display: inline-block;
  width: 26px;
  vertical-align: middle;
}
.wysiwyg img,
.faq-tabs__content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 4px;
}
.wysiwyg svg,
.faq-tabs__content svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.wysiwyg blockquote,
.faq-tabs__content blockquote {
  display: block;
  margin: 1.5rem 0;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #e8e5fd;
  font-style: italic;
  position: relative;
}
.wysiwyg blockquote::after,
.faq-tabs__content blockquote::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -2px;
  width: 4px;
  height: 100%;
  border-radius: 7px;
  background-color: #6255d6;
}
.wysiwyg blockquote p,
.faq-tabs__content blockquote p {
  padding: 0;
  margin: 0;
}
.wysiwyg pre,
.wysiwyg code,
.faq-tabs__content pre,
.faq-tabs__content code {
  font-family: monospace;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 0.95em;
}
.wysiwyg pre,
.faq-tabs__content pre {
  overflow-x: auto;
  padding: 1rem;
  display: block;
}
.wysiwyg code,
.faq-tabs__content code {
  display: inline;
}
.wysiwyg hr,
.faq-tabs__content hr {
  display: block;
  border: none;
  border-top: 1px solid #e8e5f6;
  margin: 2rem 0;
}
.wysiwyg a,
.faq-tabs__content a {
  font-weight: bold;
  color: #6255d6;
  text-decoration: none;
}
.wysiwyg a:hover,
.faq-tabs__content a:hover {
  text-decoration: underline;
}
.wysiwyg strong,
.faq-tabs__content strong {
  font-weight: bold;
}
.wysiwyg em,
.faq-tabs__content em {
  font-style: italic;
}
.wysiwyg sup,
.wysiwyg sub,
.faq-tabs__content sup,
.faq-tabs__content sub {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wysiwyg sup,
.faq-tabs__content sup {
  top: -0.5em;
  vertical-align: super;
}
.wysiwyg sub,
.faq-tabs__content sub {
  bottom: -0.25em;
  vertical-align: sub;
}
.wysiwyg .wp-video,
.faq-tabs__content .wp-video {
  border-radius: 4px;
  overflow: hidden;
  max-width: 100%;
  margin: 2rem 0 1.5rem;
}
.wysiwyg .wp-video video,
.faq-tabs__content .wp-video video {
  width: 100%;
  height: auto;
  background-color: #e8e5f6;
}
.wysiwyg .mejs-overlay-button,
.faq-tabs__content .mejs-overlay-button {
  transform: scale(60%);
}
.wysiwyg .mejs-controls,
.faq-tabs__content .mejs-controls {
  width: calc(100% - 1rem) !important;
  border-radius: 16px !important;
  margin: 0.5rem;
  background-color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
}
.wysiwyg .mejs-controls > *,
.faq-tabs__content .mejs-controls > * {
  color: #0f1a3e !important;
  fill: #0f1a3e !important;
  stroke: #0f1a3e !important;
}
.wysiwyg .mejs-controls > * button,
.faq-tabs__content .mejs-controls > * button {
  filter: brightness(0%) !important;
  transform: scale(60%);
}
.wysiwyg .mejs-controls > * .mejs-time-loaded,
.faq-tabs__content .mejs-controls > * .mejs-time-loaded {
  background: #0f1a3e !important;
}
.wysiwyg .mejs-controls > * .mejs-time-current,
.faq-tabs__content .mejs-controls > * .mejs-time-current {
  background-color: #6255d6 !important;
}

body._overflow-hidden {
  overflow: hidden;
}

.site-header--front {
  height: 488px;
  padding: 0 1rem;
  background: linear-gradient(to left top, #2a2a91, #2a2a91 30%, #6554de);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .site-header--front {
    height: auto;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2rem 1rem;
  }
}
.site-header--front form {
  margin: 0;
}
.site-header--front-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  animation: fadeInHero 1.5s ease;
}
@keyframes fadeInHero {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.site-header--front h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #ffffff;
  font-weight: 700;
}
.site-header--front p {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  line-height: 1.1;
  margin: 1rem 0 3rem;
  color: #dbeafe;
}
@media (max-width: 768px) {
  .site-header--front p {
    margin: 1rem 0 2rem;
  }
}

.site-header--child {
  padding: 3rem 1rem 2rem;
  background: #ffffff;
  max-width: 1200px;
  border-bottom: 1px solid #e8e5f6;
  width: 100%;
  max-width: none !important;
}
@media (max-width: 768px) {
  .site-header--child {
    padding: 1.5rem 1rem 1.5rem;
  }
}
.site-header--child__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-header--child__content {
    gap: 0.5rem;
  }
}
.site-header--child__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  transition: 0.2s ease;
  border-radius: 8px;
  font-weight: 500;
}
.site-header--child__link svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.site-header--child__link:hover {
  background-color: #f9f9ff;
}
.site-header--child__title {
  font-size: clamp(2rem, 5vw, 2.25rem);
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.site-header--child p {
  font-size: 1.125rem;
  color: #645a8e;
  margin-bottom: 1.5rem;
}

.site-footer {
  background-color: #ffffff;
  padding: 4rem 1rem 3rem;
  border-top: 1px solid #e8e5f6;
  font-size: 14px;
  width: 100%;
}
.site-footer__inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.site-footer__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
  color: #0f1a3e;
  text-align: center;
}
.site-footer__link {
  font-size: 1rem;
  color: #6255d6;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease;
  margin-bottom: 2rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.site-footer__link:hover {
  text-decoration: underline;
}
.site-footer__copy {
  font-size: 0.875rem;
  color: #645a8e;
}

.sidebar-preview__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.site-sidebar {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  max-width: 320px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e8e5f6;
}
.site-sidebar__open {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #f9f9ff;
  color: #645a8e;
  text-transform: uppercase;
  border-radius: 3rem;
  display: none;
  border: 1px solid #e8e5f6;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 12px;
  transition: 0.2s;
  margin-top: -1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .site-sidebar__open {
    display: flex;
  }
}
.site-sidebar__open svg {
  width: 22px;
  height: 22px;
  fill: transparent !important;
}
.site-sidebar__open svg path {
  transition: 0.2s ease;
  stroke: #645a8e;
}
.site-sidebar__open:hover {
  background-color: #e8e5f6;
}
@media (max-width: 768px) {
  .site-sidebar {
    max-width: none;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  .site-sidebar.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.site-sidebar__title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0.5rem;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #e8e5f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-sidebar__title {
    padding: 1rem;
  }
}
.site-sidebar__title button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 768px) {
  .site-sidebar__title button {
    display: flex;
  }
}
.site-sidebar__title button svg {
  width: 2rem;
  height: 2rem;
  stroke-width: 1.5px;
  fill: transparent !important;
}
.site-sidebar__title button svg path {
  stroke: #645a8e;
}
.site-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .site-sidebar__list {
    padding: 0.5rem 1rem 8rem;
  }
}
.site-sidebar__accordion-button-1 {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0.75rem 0.75rem;
  cursor: pointer;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.site-sidebar__accordion-button-1 .main-categories__count {
  margin-left: auto;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 0rem 0.6rem !important;
  color: #645a8e;
  border-radius: 1rem;
  border: 1px solid #e8e5fd !important;
}
.site-sidebar__accordion-button-1 .accordion-image {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 30px;
}
.site-sidebar__accordion-button-1 .accordion-image img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-sidebar__accordion-button-1 .accordion-image svg {
  stroke-width: 1.4px;
  fill: transparent !important;
}
.site-sidebar__accordion-button-1 h2 {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 400;
}
.site-sidebar__accordion-button-1 svg {
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
}
.site-sidebar__accordion-category-1 {
  border-radius: 8px;
  transition: 0.2s ease;
  color: #645a8e;
  overflow: hidden;
}
.site-sidebar__accordion-category-1._current {
  border: 1px solid #e8e5fd !important;
  color: #6255d6;
}
.site-sidebar__accordion-category-1._current .main-categories__count {
  color: #6255d6;
  font-weight: 800;
}
.site-sidebar__accordion-category-1._current svg path {
  stroke: #6255d6;
}
.site-sidebar__accordion-category-1:hover:not(._current) {
  transform: scale(1.01);
  background-color: #f9f9ff;
}
.site-sidebar__accordion-content-1, .site-sidebar__accordion-content-2 {
  display: none;
}
.site-sidebar__accordion-content-1._current-state, .site-sidebar__accordion-content-2._current-state {
  display: block;
}
.site-sidebar ul {
  border-top: 1px solid #e8e5f6;
  display: flex;
  flex-direction: column;
}
.site-sidebar ul .site-sidebar__link {
  width: 100%;
}
.site-sidebar ul .site-sidebar__link:hover a {
  color: #6255d6;
}
.site-sidebar ul .site-sidebar__link._current {
  background-color: #f9f9ff;
}
.site-sidebar ul .site-sidebar__link._current a {
  color: #6255d6 !important;
  font-weight: 500;
}
.site-sidebar ul .site-sidebar__link a {
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  text-decoration: none;
  color: #645a8e !important;
  line-height: 1.5;
  color: inherit;
  transition: 0.1s;
}
.site-sidebar ul .site-sidebar__link a:hover {
  background-color: #f9f9ff;
}

.site-main {
  width: 100%;
  position: relative;
  max-width: 1232px;
  padding: 2rem 1rem;
  display: flex;
  margin: 0 auto;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .site-main {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .site-main {
    flex-direction: column;
    gap: 2rem;
  }
}
.site-main__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
.site-main__single-page {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e8e5f6;
}
@media (max-width: 768px) {
  .site-main__single-page {
    margin-bottom: 2rem;
    background-color: #fefefe;
    border: none;
    border-radius: 0;
    width: calc(100% + 2rem);
  }
}
.site-main__title {
  font-size: 24px;
  color: #0f1a3e;
  margin-bottom: 20px;
}
.site-main__text {
  font-size: 16px;
  color: #645a8e;
  line-height: 20px;
}
.site-main__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 2rem 2rem 1rem;
}
.site-main__header-title {
  font-size: 12px;
  border-radius: 1rem;
  font-weight: 600;
  padding: 0px 8px;
  color: #6255d6;
  background-color: rgba(98, 85, 214, 0.1);
  margin-bottom: 0.5rem;
  display: none;
}
@media (max-width: 768px) {
  .site-main__header-title {
    display: block;
  }
}
@media (max-width: 768px) {
  .site-main__header {
    padding: 1rem;
    flex-direction: column;
  }
}
.site-main__header h1 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .site-main__header h1 {
    font-size: 1.5rem;
  }
}

.site-main__main-page {
  max-width: 1200px;
  padding: 2rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.site-main__main-page .main-support {
  width: 100%;
  margin: 0rem auto 4rem;
  padding: 0rem 1rem;
}
.site-main__main-page .main-support__container {
  padding: 4rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f9f9ff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 16px;
  text-align: center;
}
.site-main__main-page .main-support h2 {
  font-size: 2rem;
  font-weight: 700;
}
.site-main__main-page .main-support p {
  font-size: 1.25rem;
  color: #645a8e;
}
.site-main__main-page .main-support__content {
  display: flex;
  gap: 1.5rem;
  margin: 1rem auto 0;
  max-width: 840px;
  width: 100%;
}
@media (max-width: 768px) {
  .site-main__main-page .main-support__content {
    gap: 1rem;
    flex-direction: column;
  }
}
.site-main__main-page .main-support__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 64px;
  border-radius: 3rem;
}
.site-main__main-page .main-support__image.mail-icon {
  background-color: #dcfce7;
}
.site-main__main-page .main-support__image.mail-icon svg path {
  fill: #16a34a;
}
.site-main__main-page .main-support__image.call-icon {
  background-color: #fff7e5;
}
.site-main__main-page .main-support__image.call-icon svg path {
  fill: #ffb006;
}
.site-main__main-page .main-support__image svg {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.site-main__main-page .main-support__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #e8e5f6;
  background-color: #ffffff;
  padding: 1.5rem;
  gap: 1rem;
  transition: 0.2s ease;
  box-shadow: 0 2px 10px rgba(232, 229, 246, 0.3);
}
@media (max-width: 768px) {
  .site-main__main-page .main-support__item {
    padding: 1rem;
  }
}
.site-main__main-page .main-support__item h3 {
  transition: 0.2s ease;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
}
.site-main__main-page .main-support__item p {
  width: 100%;
  font-size: 0.875rem;
  margin-top: -0.5rem;
  color: #645a8e;
}
.site-main__main-page .main-support__item:hover {
  box-shadow: 0 6px 16px #e8e5f6;
}
.site-main__main-page .main-support__item:hover h2 {
  color: #6255d6;
}
.site-main__main-page .main-support__item:hover .main-topics__image {
  transform: scale(1.1);
}
.site-main__main-page .main-support__item button {
  margin-top: 0.5rem;
  color: #645a8e;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #e8e5f6;
  transition: 0.2s ease;
}
.site-main__main-page .main-support__item button:hover {
  background-color: rgba(98, 85, 214, 0.1);
}

.site-main__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}

.main-topics {
  width: 100%;
}
.main-topics__grid {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .main-topics__grid {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .main-topics__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-topics__grid.--secondary {
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.main-topics__grid.--secondary .main-topics__item {
  padding: 1.5rem;
}
@media (max-width: 1200px) {
  .main-topics__grid.--secondary {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .main-topics__grid.--secondary {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-topics__image {
  width: 100%;
  max-width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.2s ease;
}
.main-topics__image svg {
  width: 100%;
  height: 100%;
  fill: transparent !important;
}
.main-topics__image svg path {
  transition: 0.2s ease;
}
.main-topics__count {
  font-size: 12px;
  font-weight: 500;
  border-radius: 2rem;
  padding: 0px 12px;
  border: 1px solid #e8e5f6;
  margin-top: auto;
  color: #645a8e;
}
.main-topics__item {
  max-width: none;
  border-radius: 8px;
  border: 1px solid #e8e5f6;
  background-color: #ffffff;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  transition: 0.2s ease;
  box-shadow: 0 2px 10px rgba(232, 229, 246, 0.3);
}
@media (max-width: 768px) {
  .main-topics__item {
    padding: 1rem;
  }
}
.main-topics__item h2 {
  transition: 0.2s ease;
  width: 100%;
  font-size: 1.25rem;
  margin-top: -8px;
  margin-bottom: 4px;
  font-weight: 600 !important;
  line-height: 1.1;
}
.main-topics__item p {
  width: 100%;
  font-size: 0.875rem;
  margin-top: -0.5rem;
  color: #645a8e;
}
.main-topics__item .main-topics__excerpt {
  font-size: 1rem;
  color: #645a8e;
}
.main-topics__item:hover {
  box-shadow: 0 6px 16px rgba(232, 229, 246, 0.6);
}
.main-topics__item:hover h2 {
  color: #6255d6;
}
.main-topics__item:hover .main-topics__image {
  transform: scale(1.05);
}
.main-topics__item:hover svg {
  stroke-width: 1.35px;
}
.main-topics__item:hover svg path {
  stroke: #6255d6 !important;
}

.page-error__title {
  font-size: clamp(4rem, 5vw, 6rem);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 2rem;
}
.page-error p {
  font-size: 20px;
  color: #645a8e;
  margin-bottom: 0.5rem;
}
.page-error a {
  color: #6255d6;
  text-decoration: none;
}
.page-error a:hover {
  text-decoration: underline;
}

.nav-links {
  margin: 2.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #645a8e;
}
.nav-links > * {
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  border: 1px solid #e8e5f6;
}
.nav-links > *.current {
  background-color: #f9f9ff;
}
.nav-links > *:hover {
  background-color: #f9f9ff;
}

.search-page-title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  color: #0f1a3e;
}
.search-page-title span {
  font-weight: 700;
  color: #6255d6;
}

.search-page-paragraph {
  font-size: 20px;
  color: #645a8e;
  margin-bottom: 0.5rem;
}

.search-results__icon-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
.search-results__icon-not-found svg {
  width: 72px;
  height: 72px;
  fill: #6255d6;
}

.search-results {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 2rem auto 4rem;
  width: 100%;
  padding: 0 1rem;
  animation: fadeInSearch 1.5s ease;
}
@keyframes fadeInSearch {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-results__display {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 840px;
}
.search-results__post {
  border-radius: 16px;
  padding: 20px 16px 20px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  transition: 0.2s ease;
  border: 1px solid transparent;
  background-color: transparent;
}
.search-results__post:hover {
  border: 1px solid #e8e5f6;
  background-color: #ffffff;
}
.search-results__post:hover::before {
  opacity: 1;
}
.search-results__post:hover h2 {
  color: #6255d6;
}
@media (max-width: 768px) {
  .search-results__post {
    padding: 10px 6px;
    gap: 12px;
    align-items: flex-start;
  }
}
.search-results__icon {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 30px;
  background-color: #f9f9ff;
  flex-shrink: 0;
}
.search-results__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-results__icon svg path {
  fill: #6255d6;
}
@media (max-width: 768px) {
  .search-results__icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .search-results__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.search-results__title {
  font-size: 18px;
  color: #0f1a3e;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.2s ease;
}
.search-results__content {
  color: #645a8e;
  font-size: 14px;
}

.faq-tabs__content {
  padding: 2rem;
}
@media (max-width: 768px) {
  .faq-tabs__content {
    padding: 1rem;
  }
}
.faq-tabs__panel {
  transform-origin: top;
}
.faq-tabs__nav {
  display: flex;
  gap: 0.5rem;
  padding: 0 2rem;
}
.faq-tabs__nav a {
  padding: 0.75rem 1.25rem;
  border-radius: 16px 16px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  color: #645a8e;
  font-weight: 600;
  transition: 0.2s;
}
.faq-tabs__nav a::after {
  content: "";
  position: absolute;
  transition: 0.2s;
  bottom: -1.8px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 7px;
  background-color: transparent;
}
.faq-tabs__nav a:hover {
  color: #0f1a3e;
}
.faq-tabs__nav a.active {
  color: #6255d6;
  transition: 0.2s;
}
.faq-tabs__nav a.active::after {
  background-color: #6255d6;
}
.faq-tabs__panel {
  display: none;
}
.faq-tabs__panel:first-of-type {
  display: block;
}
.faq-tabs__content {
  padding-top: 2rem;
  border-top: 1px solid #e8e5f6;
}

.copy-link-button {
  padding: 8px 12px;
  font-size: 14px;
  background-color: #f9f9ff;
  color: #645a8e;
  border: none;
  text-transform: uppercase;
  border-radius: 3rem;
  display: flex;
  border: 1px solid #e8e5f6;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 12px;
  transition: 0.2s;
}
.copy-link-button svg {
  width: 20px;
  height: 20px;
  fill: transparent !important;
}
.copy-link-button svg path {
  transition: 0.2s ease;
  stroke: #645a8e;
}
.copy-link-button._active {
  background-color: #6255d6;
  color: #ffffff;
  border-color: #6255d6;
}
.copy-link-button._active svg path {
  stroke: #ffffff !important;
}
.copy-link-button._active:hover {
  background-color: #6255d6;
}
.copy-link-button:hover {
  background-color: #e8e5f6;
}

.live-search-form {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 0.5rem;
  border-radius: 16px;
  background-color: rgba(249, 249, 255, 0.1);
  color: #645a8e;
  font-size: 16px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.live-search-form-button.disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
}
.live-search-form.is-not-main {
  background-color: transparent;
  margin: 0;
  padding: 0rem;
  max-width: calc(840px - 10rem);
}
.live-search-form.is-not-main label {
  border: 1px solid #e8e5f6;
}
.live-search-form.is-not-main label:hover {
  border-color: #6255d6;
}
.live-search-form.is-not-main button {
  background-color: #6255d6;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(98, 85, 214, 0.2);
}
.live-search-form.is-not-main button:hover {
  filter: brightness(1.2);
  background-color: #6255d6;
}
.live-search-form:hover svg path {
  opacity: 1;
}
@media (max-width: 768px) {
  .live-search-form {
    width: 100%;
    margin-bottom: 32px;
  }
}
.live-search-form label {
  display: flex;
  transition: border 0.2s ease;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  background-color: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  line-height: 1;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .live-search-form label {
    padding: 0 0.5rem;
    min-height: 46px;
  }
}
.live-search-form label input[type=search] {
  flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  font-family: inherit;
}
.live-search-form input:focus + label,
.live-search-form label:has(input:focus) {
  outline: 3px solid rgba(232, 229, 253, 0.5);
  outline-offset: 1px;
}
.live-search-form input:focus + label svg path,
.live-search-form label:has(input:focus) svg path {
  opacity: 1;
}
.live-search-form svg {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.live-search-form svg path {
  transition: 0.2s ease;
  fill: #6255d6;
  opacity: 0.4;
}
.live-search-form button {
  transition: 0.2s ease;
  background: #ffffff;
  color: #6255d6;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.2;
  box-sizing: border-box;
  font-family: inherit;
  vertical-align: middle;
}
.live-search-form button:hover {
  background-color: #e8e5fd;
}
.live-search-form .live-search-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  min-height: 44px;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e8e5f6;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(232, 229, 246, 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.98);
  transition: 0.1s ease;
}
.live-search-form .live-search-dropdown p {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 16px 16px;
  color: #645a8e;
}
.live-search-form .live-search-dropdown.is-visible {
  transition: 0.5s ease;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.live-search-form .live-search-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.live-search-form .live-search-dropdown ul li {
  width: 100%;
}
.live-search-form .live-search-dropdown ul li a {
  text-align: left;
  width: 100%;
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #645a8e;
  transition: 0.2s ease;
}
.live-search-form .live-search-dropdown ul li a:hover {
  color: #6255d6;
  background-color: #f9f9ff;
}

.survey-form {
  position: static;
  z-index: 1000;
  max-width: 340px;
  width: 100%;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem 1rem 1rem;
  border: 1px solid #e8e5f6;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(232, 229, 246, 0.5);
}
@media (max-width: 1024px) {
  .survey-form {
    position: static;
  }
}
.survey-form._active, .survey-form._static {
  margin-top: 1rem;
  max-width: none;
  position: static;
  box-shadow: none;
}
.survey-form._active .survey-form__close, .survey-form._static .survey-form__close {
  display: none !important;
}
.survey-form__close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  cursor: pointer;
}
.survey-form__close svg path {
  fill: #645a8e;
  transition: 0.2s;
}
.survey-form__close:hover svg path {
  fill: #6255d6;
}
.survey-form__question {
  font-weight: bold;
  color: #0f1a3e;
  margin-bottom: 1rem;
}
.survey-form__options {
  display: flex;
  width: 100%;
  max-width: 340px;
  gap: 0.5rem;
}
.survey-form__option {
  width: 100%;
}
.survey-form__option input[type=radio] {
  display: none;
}
.survey-form__option .survey-form__label-text {
  padding: 8px 12px;
  font-size: 14px;
  background-color: #f9f9ff;
  color: #645a8e;
  border: none;
  text-transform: uppercase;
  border-radius: 8px;
  display: flex;
  border: 1px solid #e8e5f6;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
  font-weight: 600;
  justify-content: center;
}
.survey-form__option .survey-form__label-text:hover {
  background-color: #e8e5f6;
  border-color: #e8e5f6;
}
.survey-form__option input[type=radio]:checked + .survey-form__label-text {
  background-color: #6255d6;
  border-color: #6255d6;
  color: white;
}
.survey-form__label-text {
  font-size: 1rem;
  color: #0f1a3e;
}
.survey-form__textarea {
  margin-top: 1rem;
  width: 100%;
  min-height: 110px;
  height: 110px;
  max-height: 200px;
  overflow-y: auto;
  padding: 0.75rem;
  color: #645a8e;
  border-radius: 8px;
  border: 1px solid #e8e5f6;
  resize: vertical;
  display: none;
}
.survey-form__textarea::-moz-placeholder {
  color: #645a8e;
}
.survey-form__textarea::placeholder {
  color: #645a8e;
}
.survey-form__textarea._active {
  display: block;
}
.survey-form__textarea:focus {
  outline: none;
  border-color: #6255d6;
}
.survey-form__button {
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid #e8e5f6;
  cursor: pointer;
  display: none;
  color: #645a8e;
  background-color: #f9f9ff;
  transition: 0.2s;
}
.survey-form__button._active {
  display: block;
}
.survey-form__button:hover {
  background-color: #e8e5f6;
}
