@media (width <= 37.5rem) {
    :root {
        --ft-h1: 2.54rem;
    }
}
.to-top {
    position: fixed;
    transition: all 200ms ease-in-out;
    opacity: 0;
    z-index: 10;
    top: 2.625rem;
    left: 0.625rem;
    backdrop-filter: blur(4px);
    box-shadow: 0.125rem 0.125rem 8px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    padding: 0.5rem;
    line-height: 1;
    pointer-events: none;
}
.to-top.paragraph-xs a  {
    text-decoration: none;
    color: #EAEAEA;
}
.to-top-scroll {
    opacity: 1;
    pointer-events: all;
}
.to-approaches {
    position: fixed;
    transition: all 200ms ease-in-out;
    opacity: 0;
    animation: fadeIn 1000ms forwards;
    z-index: 10;
    top: 2.625rem;
    left: 0.625rem;
    backdrop-filter: blur(4px);
    box-shadow: 0.125rem 0.125rem 8px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    padding: 0.5rem;
    line-height: 1;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.to-approaches.paragraph-xs a  {
    text-decoration: none;
    color: #EAEAEA;
}
ul li a.paragraph-xs{
    transition: transform 200ms ease-in-out;
}                   
ul li a.paragraph-xs:hover {
    transform: scale(100.5%);
    box-shadow: 0.125rem 0.125rem 1rem rgba(0, 0, 0, 0.781);
}
.approaches-topics-socio {
    margin: 0;
    padding: 0.625rem;
    display: flex;
    background-color: #28181a;
    justify-content: center;
    border-radius: 0.125rem;
}
ul.topics-units-socio {
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.5rem;
}
ul.topics-units-socio li {
    margin: 0rem;
    background-color: #3d2628;
    border-radius: 0.125rem;
    position: relative;
}
ul.topics-units-socio li a {
    padding-inline: 0.5rem;
}
.approaches-topics-cogni {
    margin: 0;
    padding: 0.625rem;
    display: flex;
    background-color: #182826;
    justify-content: center;
    border-radius: 0.125rem;
}
ul.topics-units-cogni {
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.5rem;
}
ul.topics-units-cogni li {
    margin: 0rem;
    background-color: #263d3a;
    border-radius: 0.125rem;
    position: relative;
}
ul.topics-units-cogni li a {
    padding-inline: 0.5rem;
}
.approaches-topics-biolo {
    margin: 0;
    padding: 0.625rem;
    display: flex;
    background-color: #1c2213;
    justify-content: center;
    border-radius: 0.125rem;
}
ul.topics-units-biolo {
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.5rem;
}
ul.topics-units-biolo li {
    margin: 0rem;
    background-color: #2c3420;
    border-radius: 0.125rem;
    position: relative;
}
ul.topics-units-biolo li a {
    padding-inline: 0.5rem;
}
.approaches-topics-abnor {
    margin: 0;
    padding: 0.625rem;
    display: flex;
    background-color: #1a1322;
    justify-content: center;
    border-radius: 0.125rem;
}
ul.topics-units-abnor {
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.5rem;
}
ul.topics-units-abnor li {
    margin: 0rem;
    background-color: #282034;
    border-radius: 0.125rem;
    position: relative;
}
ul.topics-units-abnor li a {
    padding-inline: 0.5rem;
}
.approaches-topics-human {
    margin: 0;
    padding: 0.625rem;
    display: flex;
    background-color: #1a130d;
    justify-content: center;
    border-radius: 0.125rem;
}
ul.topics-units-human {
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.5rem;
}
ul.topics-units-human li {
    margin: 0rem;
    background-color: #2b2119;
    border-radius: 0.125rem;
    position: relative;
}
ul.topics-units-human li a {
    padding-inline: 0.5rem;
}
a {
    margin: 0rem;
    padding: 0rem;
    display: block
}
.approaches-topics-socio {
    text-align: center;
}
.approaches-topics-cogni {
    text-align: center;
}
.approaches-topics-biolo {
    text-align: center;
}
.approaches-topics-abnor {
    text-align: center;
}
.approaches-topics-human {
    text-align: center;
}
#Sociocultural {
    scroll-margin-top: 10rem;
}
#Cognitive {
    scroll-margin-top: 10rem;
}
#Biological {
    scroll-margin-top: 10rem;
}
#Abnormal {
    scroll-margin-top: 10rem;
}
#Human-re {
    scroll-margin-top: 10rem;
}
#explanation {
    scroll-margin-top: 10rem;
}
#kstudy {
    scroll-margin-top: 10rem;
}
.ul-results li {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}