.IA-Help-Main-Container {
    display: flex;
}
.IA-Help-Left-Section {
    width: 19%;
}
.IA-Help-Middle-Section {
    gap: 2rem;
    width: 62%;
    padding: 1.2rem;
    border-radius: 1rem;
    margin-top: 0px;
}
.IA-Help-Right-Section {
    width: 19%;
}
.IA-Help-Sticky-Font {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 90ms ease-in-out, transform 90ms ease-in-out;
}
.IA-Help-Sticky-Font a {
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.15;
    font-style: normal;
    text-decoration: none;
    margin: 0px;
    padding-left: 1rem;
    width: fit-content;
    pointer-events: none;
    color: #e9762b;
}
.IA-Help-Sticky-Font.shown {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}
.IA-Help-Sticky-Font.shown a{
    pointer-events: auto;
}
.IA-Help-Sticky-Font:hover {
    text-decoration: underline;
}
#h2-1 {
    scroll-margin-top: 5rem;
}
#h2-2 {
    scroll-margin-top: 5rem;
}
