:root {
    --header-bg-color: #15171F;
    --main-bg-color: #20222E;
    --footer-bg-color: #15171F;
    --main-text-color: #FFFFFF;
    --link-text-color: #49B415;
    --button-text-color: #FFFFFF;
    --button-bg-color: #49B415;
    --button-second-bg-color: #49B415;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: var(--main-bg-color);
    isolation: isolate;
}

html {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Adamina, sans-serif;
    line-height: 1.6;
    color: var(--main-text-color);
}

button {
    font-family: Adamina, sans-serif;
    cursor: pointer;
    border: none !important;
}

a {
    color: var(--link-text-color);
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: var(--link-text-color);
}

h1, h2, h3, h4 {
    color: var(--main-text-color);
}

h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

p {
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
    p {
        font-size: 14px;
        line-height: 29px;
    }
}

strong {
    font-weight: 600;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

table p {
    margin: 0;
}

tbody {
    width: calc(100% - 2px);
    display: table;
}

th {
    background: var(--footer-bg-color);
}

th, td {
    border: 1px solid var(--main-text-color);
    padding: 8px;
    box-sizing: border-box;
}

th:first-child {
    border-top-left-radius: 10px;
}

th:last-child {
    border-top-right-radius: 10px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table::-webkit-scrollbar {
    height: 8px;
}

table::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

table::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

footer, header, nav, section, main {
    display: block;
    position: relative;
}

main {
    flex: 1 0 auto;
    background-color: var(--main-bg-color);
}

section {
    padding: 20px 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    section {
        padding: 20px 0;
    }
}

.research-all-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1200px) {
    .research-all-container {
        max-width: 100%;
        padding: 0 15px;
    }
}

img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.research-all-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.research-all-col:first-child {
    width: 820px;

}
.research-all-col:last-child {
    flex: 0 0 330px;
}
@media (max-width: 1030px) {
    .research-all-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .research-all-col:first-child, .research-all-col:last-child {
        width: 100%;
        flex: auto;
    }
}

.research-all-jc-end {
    justify-content: end !important;
}

.research-all-jc-center {
    justify-content: center;
}

.research-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    height: auto;
    padding: 12px 28px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}
.research-all-btn:hover {
    transform: none;
}
.research-all-btn__wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .research-all-btn__wrapper {
        gap: 20px;
    }
}
.research-all-btn-primary {
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 80%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 24%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px color-mix(in srgb, var(--button-bg-color) 70%, transparent);
}

.research-all-btn-primary:hover {
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    background: linear-gradient(180deg, var(--button-bg-color) 0%, color-mix(in srgb, var(--button-bg-color) 30%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px 0px var(--button-bg-color);
}

.research-all-btn-secondary {
    color: var(--button-text-color);
    background-color: var(--button-second-bg-color);
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-second-bg-color) 80%, transparent) 0%, color-mix(in srgb, var(--button-second-bg-color) 24%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px color-mix(in srgb, var(--button-second-bg-color) 70%, transparent);
}

.research-all-btn-secondary:hover {
    color: var(--button-text-color);
    background-color: var(--button-second-bg-color);
    background: linear-gradient(180deg, var(--button-second-bg-color) 0%, color-mix(in srgb, var(--button-second-bg-color) 30%, transparent) 100%) !important;
    box-shadow: 0px 0px 14px 0px var(--button-second-bg-color);
}

.research-all-btn-pulse {
    animation: pulse 1.5s infinite;
}

.research-all-btn-uppercase {
    text-transform: uppercase;
}


.research-all-header {
    display: none;
    background-color: var(--header-bg-color);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    background: color-mix(in srgb, var(--header-bg-color) 95%, transparent);
    border-bottom: 2px solid color-mix(in srgb, var(--button-bg-color) 20%, transparent);
    border-radius: 0 0 20px 20px;
}

.research-all-header ul, .research-all-header ol, .research-all-header li,
.research-all-footer ul, .research-all-footer ol, .research-all-footer li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}
.research-all-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.research-all-header__inner-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: auto;
}

.research-all-header__inner-second {
    display: flex;
    align-items: center;
    gap: 10px;
}

.research-all-header__row {
    flex-direction: row;
    height: 80px;
}

.research-all-header__inner-second .research-all-header__row {
    flex-direction: row;
    gap: 10px;
    height: auto;
}

.research-all-header__col {
    flex-direction: column;
}

.research-all-header__inner-second.research-all-header__col {
    padding: 10px 0;
}

.research-all-header__logo {
    display: flex;
    max-height: 60px;
    height: 100%;
    max-width: 172px;
    align-self: center;
}

.research-all-header__logo a {
    text-decoration: none;
    display: flex;
}
.research-all-header__logo img {
    object-fit: contain;
    border-radius: initial;
}

.research-all-header__nav {
    display: flex;
}
.research-all-header__nav ul {
    display: flex;
    gap: 10px;
    height: 100%;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.research-all-header__nav ul li {
    display: flex;
    align-items: center;
    height: 100%;
}

.research-all-header__nav ul li a {
    color: var(--link-text-color);
    text-decoration: none;
    padding: 10px;
}

.research-all-header__nav ul li a:hover {
    opacity: .2;
}

.research-all-section img  {
    max-width: 972px;
    display: block;
    margin: auto;
}

.research-all-section--main .research-all-container > :not(:last-child) {
    margin-bottom: 30px;
}

.research-all-btn__wrapper-main {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.research-all-btn__wrapper-main .research-all-btn-primary {
    padding: 20px 70px;
    border-radius: 17px;
}

.research-all-burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
}

.research-all-burger-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--main-text-color);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.research-all-burger-menu.research-all-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.research-all-burger-menu.research-all-active span:nth-child(2) {
    opacity: 0;
}

.research-all-burger-menu.research-all-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.research-all-section--content h1:first-of-type,
.research-all-section--content h2:first-of-type,
.research-all-section--content h3:first-of-type,
.research-all-section--content h4:first-of-type {
    margin-top: 0;
    margin-bottom: 30px;
}

.research-all-section--content h1:not(:first-of-type),
.research-all-section--content h2:not(:first-of-type),
.research-all-section--content h3:not(:first-of-type),
.research-all-section--content h4:not(:first-of-type) {
    margin: 30px 0;
}

.research-all-section--content .research-all-update-post {
    display: flex;
    align-items: center;
}

.research-all-section--content .research-all-update-post p {
    width: 100%;
    margin: 0;
    padding: clamp(12px, 2.5vw, 20px) clamp(16px, 4vw, 40px);
    border-radius: 10px;
    border: none;
    position: relative;
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 10%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 3%, transparent) 100%);
    white-space: nowrap;
}

footer {
    flex-shrink: 0;
    background-color: var(--footer-bg-color);
    color: var(--main-text-color);
}

.research-all-footer__wrapper {
    display: grid;
    flex-direction: column;
    justify-self: center;
    padding: 20px 0;
    gap: 15px 10em;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    max-width: 972px;
}

.research-all-footer__nav, .research-all-footer__icons, .research-all-footer__inner {
    display: flex;
    justify-content: center;
    grid-column: 1 / -1;
    grid-row: 3;
}

.research-all-footer__icons--link img {
    border-radius: initial;
}

.research-all-footer__nav--list {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 42px;
}

.research-all-footer__nav--link {
    text-decoration: none;
    color: var(--link-text-color);
    font-size: 14px;
    display: flex;
    justify-content: center;
    border-radius: 10px !important;
    padding: 9px 20px !important;
    min-width: 80px;
}
.research-all-footer__nav--link:hover {
    color: var(--link-text-color);
    opacity: .2;
}

.research-all-footer__icons {
    gap: 50px;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    grid-row: 2;
}

.research-all-footer__inner p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}

.research-all-breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1em 0;
    font-size: 0.95em;
    gap: 0.5em;
}

.research-all-breadcrumbs li {
    display: flex;
    align-items: center;
}

.research-all-breadcrumbs li a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.research-all-breadcrumbs li::after {
    content: "›";
    margin: 0 0.5em;
}

.research-all-breadcrumbs li:last-child::after {
    content: "";
    margin: 0;
}

.research-all-content__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.research-all-content__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1;
}

.research-all-content__col.research-all-content__col--img {
    max-width: 550px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 15px 8px var(--button-bg-color);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
}

.research-all-layout {
    display: flex;
    background-color: transparent;
    position: relative;
}

.research-all-sidebar {
    position: relative;
    width: 172px;
    background-color: transparent;
    color: #fff;
    padding: 20px;
    flex-shrink: 0;
    z-index: 2;
    box-sizing: border-box;
}

.research-all-sidebar__wrapper {
    position: fixed;
    width: 172px;
    top: 0;
    left: 0;
    height: 100vh;
    border-right-width: 2px;
    padding: 20px 22px 40px 22px;
    border-style: solid;
    border-color: color-mix(in srgb, var(--button-bg-color) 20%, transparent);
    background-color: color-mix(in srgb, var(--header-bg-color) 100%, transparent);
    box-sizing: border-box;
}

.research-all-header__sidebar {
    flex-direction: column;
    row-gap: 50px;
}

.research-all-header__sidebar .research-all-btn__wrapper {
    flex-direction: column;
    width: 100%;
}

.research-all-header__sidebar .research-all-header__nav ul {
    flex-direction: column;
    width: 100%;
}

.research-all-header__sidebar .research-all-header__nav-wrapper {
    width: 100%;
}

.research-all-header__sidebar .research-all-header__nav ul li {
    width: 100%;
    justify-content: center;
}

.research-all-header__sidebar .research-all-header__nav ul li a {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

#research-all-main {
    flex: 1;
    overflow-x: hidden;
}

.research-all-footer {
    margin-top: auto;
    position: relative;
    z-index: 1;
    border-top: 2px solid color-mix(in srgb, var(--button-bg-color) 20%, transparent);
    color: var(--main-text-color);
    background-color: color-mix(in srgb, var(--footer-bg-color) 60%, transparent);
}

.research-all-footer__row {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.research-all-footer__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.research-all-footer__col:first-child {
    flex: 2;
}

.research-all-footer__col:last-child {
    flex: 1;
}

.research-all-footer__logo {
    max-width: 132px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}
.research-all-footer__logo img {
    border-radius: 0;
}
.research-all-footer__icons {
    justify-content: space-between;
}


.research-all-footer__nav--list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.research-all-footer__nav--list li {
    flex: 0 0 calc(50% - 20px);
}

.research-all-footer__nav--list li:nth-child(odd) {
    flex: auto;
}

.research-all-error-page {
    align-content: center;
}
.research-all-error-page__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.research-all-error-page .research-all-error-page__wrapper h1, .research-all-error-page .research-all-error-page__wrapper p {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .research-all-content__wrapper {
        flex-direction: column;
    }

    .research-all-content__col.research-all-content__col--img {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .research-all-layout {
        display: block;
    }
    .research-all-sidebar {
      display: none;
    }

    .research-all-header {
        display: block;
    }
    .research-all-burger-menu {
        display: flex;
        order: 1;
    }
    .research-all-burger-menu-rev {
        order: -1;
    }
    .research-all-header__inner {
        justify-content: space-between;
        gap: 20px;
    }
    .research-all-header__logo {
        max-height: 50px;
    }
    .research-all-header__logo img {
        max-width: 100px;
    }

   #research-all-nav-menu {
       position: absolute;
       top: 68px;
       left: 0;
       width: 100%;
       height: 100vh;
       background-color: var(--header-bg-color);
       flex-direction: column;
       align-items: center;
       justify-content: flex-start !important;
       display: none;
   }

    .research-all-header__nav ul {
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .research-all-header__nav ul li {
        padding: 10px 0;
    }

    .research-all-header .research-all-btn {
        padding: 9px 21px;
    }

    #research-all-nav-menu.research-all-active {
        display: flex;
    }

    .research-all-header__row {
       height: 68px;
    }

    .research-all-header__inner-second.research-all-header__col {
        flex-direction: row;
    }

    .research-all-footer__nav--list {
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .research-all-footer__row {
        flex-direction: column;
        align-items: center;
    }

    .research-all-footer__logo {
        margin: auto;
    }

    .research-all-footer__icons {
        justify-content: center;
    }

    .research-all-breadcrumbs {
        font-size: 0.75em;
    }
}



















/* Random Images Block */
.research-all-showcase__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    justify-content: center;
}

.research-all-showcase__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 270px;
    border: 2px solid color-mix(in srgb, var(--button-bg-color) 30%, transparent);
    border-radius: 15px;
}

.research-all-showcase__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 270px;
    height: 200px;
}

.research-all-showcase__image img {
    max-width: 100%;
    display: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.research-all-showcase__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 12px;
}

.research-all-showcase__image:hover .research-all-showcase__image-overlay {
    opacity: 1;
    visibility: visible;
}

.research-all-showcase__image .research-all-btn__wrapper {
    z-index: 2;
}

.research-all-showcase__desc {
    display: flex;
    flex-direction: column;
    position: static;
    bottom: 10px;
    left: 15px;
    align-items: center;
    text-align: center;
}
.research-all-showcase__desc p, .research-all-showcase__desc span {
    margin: 0;
}
.research-all-showcase__desc span {
    font-size: 14px;
}

.research-all-showcase__desc p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (max-width: 1210px) {
    .research-all-showcase__block {
        width: calc(25% - 20px);
    }
    .research-all-showcase__image {
        width: auto;
    }
}

@media screen and (max-width: 992px) {

    .research-all-showcase__image {
        height: 120px;
    }

    .research-all-showcase__desc span {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .research-all-showcase__wrapper {
        justify-content: center;
    }
    .research-all-showcase__block {
        width: calc(50% - 10px);
    }
    .research-all-showcase__image {
        width: auto;
        height: 120px;
    }
    .research-all-showcase__image .research-all-btn__wrapper .research-all-btn {
        padding: 9px 20px;
        font-size: 12px;
    }
    .research-all-showcase__desc{
        bottom: 0;
        left: 10px;
    }
    .research-all-showcase__desc p {
        font-size: 14px;
    }
    .research-all-showcase__desc span {
        line-height: 0;
    }
}

/* TOC Styles */
.research-all-toc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px 0 60px;
    margin: 0;
    display: block;
    column-count: 2;
    column-gap: 40px;
}

.research-all-toc li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.research-all-toc li::marker {
    color: var(--link-text-color);
}

.research-all-toc-wrapper {
    max-width: 580px;
    margin: 20px auto;
    border-radius: 15px;
    border: none;
    position: relative;
    background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 10%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 3%, transparent) 100%);
}

.research-all-toc-title {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    gap: 10px;
}

.research-all-toc.research-all-is-open {
    margin: inherit;
    margin-top: 0;
    padding: 0 20px 20px 60px;
    max-height: 2000px !important;
}

.research-all-toc-arrow {
    width: 20px;
    height: 21px;
    order: -1;
    display: inline-block;
    background-color: var(--main-text-color);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21'><path d='M5.55054 7.1665L14.4489 7.1665C14.7429 7.1665 14.9777 7.26655 15.1534 7.46665C15.3291 7.66592 15.417 7.89882 15.417 8.16534C15.417 8.24899 15.4058 8.33632 15.3834 8.42735C15.3619 8.51756 15.3287 8.60407 15.284 8.6869L10.8114 15.8743C10.7076 16.0269 10.5886 16.1417 10.4544 16.2188C10.321 16.295 10.1697 16.3332 10.0003 16.3332C9.83099 16.3332 9.67963 16.295 9.54624 16.2188C9.41285 16.1425 9.29384 16.0277 9.1892 15.8743L4.71665 8.6869C4.67272 8.60407 4.63957 8.51674 4.61721 8.42489C4.59484 8.33304 4.58366 8.24571 4.58366 8.16288C4.58366 7.89554 4.67152 7.66264 4.84724 7.46419C5.02297 7.26573 5.2574 7.1665 5.55054 7.1665Z'/></svg>") no-repeat center/contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transition: transform 0.3s ease;
}

.research-all-toc-arrow.research-all-rotated {
    transform: rotate(180deg);
    margin-bottom: -4px;
}

@media (max-width: 500px) {
    .research-all-toc {
        column-count: 1;
    }
}

/* Variation 1 */
.research-all-section--main img {
            border-radius: 30px;
            border-width: 2px;
            border-style: solid;
            border-color: color-mix(in srgb, var(--button-bg-color) 30%, transparent);
        }
.research-all-section--main .research-all-content__col--img img {
            border-radius: 25px;
        }
.research-all-header:has(.research-all-burger-menu.research-all-active) {
            border-bottom: none;
            border-radius: 0;
        }
.research-all-header__sidebar .research-all-header__nav ul li a, .research-all-footer__nav--link {
            background: color-mix(in srgb, var(--link-text-color) 3%, transparent);
            border-radius: 14px;
            position: relative;
            padding: 12px 20px;
        }
.research-all-header__nav ul li a::before, .research-all-footer__nav--link::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(180deg, color-mix(in srgb, var(--link-text-color) 5%, transparent) 0%, color-mix(in srgb, var(--link-text-color) 2.5%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.research-all-header__sidebar .research-all-header__nav ul li a:hover, .research-all-footer__nav--link:hover {
            background: color-mix(in srgb, var(--link-text-color) 15%, transparent);
            opacity: 1;
        }
.research-all-header__nav ul li a:hover::before, .research-all-footer__nav--link:hover::before {
            background: linear-gradient(180deg, color-mix(in srgb, var(--link-text-color) 20%, transparent) 0%, color-mix(in srgb, var(--link-text-color) 10%, transparent) 100%);
        }
.research-all-header__sidebar .research-all-header__nav ul li a:active, .research-all-footer__nav--link:active {
            background: color-mix(in srgb, var(--link-text-color) 7%, transparent);
        }
.research-all-header__nav ul li a:active::before, .research-all-footer__nav--link:active::before {
            background: linear-gradient(180deg, color-mix(in srgb, var(--link-text-color) 20%, transparent) 0%, color-mix(in srgb, var(--link-text-color) 10%, transparent) 100%);
        }
.research-all-btn-primary::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(180deg, var(--button-bg-color) 0%, color-mix(in srgb, var(--button-bg-color) 50%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.research-all-btn-primary:active {
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 50%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 15%, transparent) 100%) !important;
            border: 2px solid;
            border-image-source: linear-gradient(180deg, var(--button-bg-color) 0%, color-mix(in srgb, var(--button-bg-color) 50%, transparent) 100%);
            border-image-slice: 1;
            box-shadow: 0px 0px 14px 0px var(--button-bg-color);
        }
.research-all-btn-secondary::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: linear-gradient(180deg, var(--button-second-bg-color) 0%, color-mix(in srgb, var(--button-second-bg-color) 50%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.research-all-btn-secondary:active {
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-second-bg-color) 50%, transparent) 0%, color-mix(in srgb, var(--button-second-bg-color) 15%, transparent) 100%) !important;
            border: 2px solid;
            border-image-source: linear-gradient(180deg, var(--button-second-bg-color) 0%, color-mix(in srgb, var(--button-second-bg-color) 50%, transparent) 100%);
            border-image-slice: 1;
            box-shadow: 0px 0px 14px 0px var(--button-second-bg-color);
        }
.research-all-header .research-all-btn svg path {
            fill: var(--button-text-color);
        }
.research-all-circle-block {
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: 1;
            overflow: hidden;
        }
.research-all-circle {
            width: 42.2%;
            height: 69%;
            position: absolute;
            border-radius: 50%;
            filter: blur(700px);
        }
.research-all-circle--top {
            left: 0;
            top: 0;
            background: var(--button-second-bg-color);
        }
.research-all-circle--bottom {
            right: 0;
            bottom: -50%;
            background: var(--button-bg-color);
        }
.research-all-toc-wrapper::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1px;
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 30%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 15%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.research-all-section--content .research-all-update-post p::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1px;
            background: linear-gradient(180deg, color-mix(in srgb, var(--button-bg-color) 30%, transparent) 0%, color-mix(in srgb, var(--button-bg-color) 15%, transparent) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
.research-all-showcase__image-overlay .research-all-btn {
            padding: 12px 43px;
            min-width: 126px;
            width: 100%;        
        }
.research-all-footer__nav-block {
            grid-column: 2;
            grid-row: 1;
            justify-self: end;
            align-self: center;
        }
.research-all-footer__nav-block .research-all-footer__col {
            flex: unset;
        }
.research-all-footer__nav-block .research-all-footer__nav--list {
            flex-wrap: nowrap;
            gap: 10px;
        }
.research-all-footer__nav-block .research-all-footer__nav--list li {
            flex: unset;
        }
/* Variation 1 — responsive */
@media (min-width: 2000px) {
            .research-all-circle {
                filter: blur(1100px);
                opacity: 0.7;
            }
        }
@media (min-width: 3000px) {
            .research-all-circle {
                filter: blur(1400px);
                opacity: 0.55;
            }
        }
@media screen and (min-width: 769px) and (max-width: 992px) {

            .research-all-showcase__block {
                width: calc(33.333% - 14px);
            }
            .research-all-showcase__image-overlay .research-all-btn {
                padding: 10px 16px;
                min-width: auto;
            }
            .research-all-footer__nav-block .research-all-footer__nav--list {
                flex-wrap: wrap;
                gap: 10px 20px;
                justify-content: flex-end;
            }
            .research-all-footer__wrapper {
                grid-template-columns: auto auto;
                gap: 10px;
            }
            .research-all-circle {
                filter: blur(500px);
            }
        }
@media screen and (max-width: 768px) {
            .research-all-footer {
                background: color-mix(in srgb, var(--footer-bg-color) 60%, transparent);
                border-top: 2px solid color-mix(in srgb, var(--button-bg-color) 20%, transparent);
                border-radius: 20px 20px 0 0;
            }
            .research-all-footer__wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
            .research-all-footer__logo { order: 1; }
            .research-all-footer__icons { order: 2; }
            .research-all-footer__nav-block { order: 3; }
            .research-all-footer__inner { order: 4; }
            .research-all-footer__nav-block .research-all-footer__nav--list {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .research-all-footer__icons {
                gap: 10px;
            }
            
            .research-all-showcase__image-overlay .research-all-btn {
                padding: 9px 21px;
                min-width: 72px;
            }
            
            .research-all-section--main img {
                border-radius: 20px;
            }

            .research-all-header .research-all-btn {
                font-weight: 800;
                font-size: 12px;
                border-radius: 10px;
                padding: 9px 16px;
            }
            
            .research-all-header .research-all-btn svg {
                transform: scale(1.2);
            }

            .research-all-header__inner-primary .research-all-header__nav ul {
                width: max-content;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
            .research-all-header__inner-primary .research-all-header__nav ul li {
                width: 100%;
            }
            .research-all-header__inner-primary .research-all-header__nav ul li a {
                flex: 1;
                display: block;
                width: 100%;
                text-align: center;
                background: color-mix(in srgb, var(--link-text-color) 3%, transparent);
                border-radius: 14px;
                position: relative;
                padding: 12px 20px;
                box-sizing: border-box;
            }
            .research-all-header__inner-primary .research-all-header__nav ul li a:hover {
                background: color-mix(in srgb, var(--link-text-color) 15%, transparent);
                opacity: 1;
            }
            .research-all-header__inner-primary .research-all-header__nav ul li a:active {
                background: color-mix(in srgb, var(--link-text-color) 7%, transparent);
            }
            .research-all-circle {
                filter: blur(400px);
            }
        }
@media (max-width: 600px) {
            .research-all-showcase__block {
                width: calc(50% - 20px);
            }
            .research-all-showcase__image-overlay {
                gap: 5px;
            }
            .research-all-btn__wrapper {
                gap: 10px;
            }
            .research-all-circle {
                width: 385px;
                height: 385px;
                filter: blur(300px);
            }
            .research-all-circle--top {
                left: 50%;
                top: -25%;
            }
            .research-all-circle--bottom {
                right: 50%;
                bottom: -25%;
            }
        
        
        }
@media (max-width: 500px) {
            .research-all-footer__nav-block .research-all-footer__nav--list {
                gap: 10px;
                justify-content: center;
            }
            .research-all-footer__nav-block .research-all-footer__nav--list li {
                flex: 0 0 calc(50% - 5px);
                display: flex;
                justify-content: center;
            }
        }