@media only screen and (min-width: 48rem) {
    .menu {
        position: relative;
        top: initial;
        right: initial;
        width: auto;
        height: auto;
        padding: unset;
        margin-left: auto;
        background: unset;
        box-shadow: unset;
        transition: unset;
    }
    .menu-inner {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        row-gap: 0;
        column-gap: 1rem !important;
        margin: 0;
        flex-direction: column;
    }
    .menu-link {
        font-size: 1rem;
        text-transform: capitalize;
    }

}
@media only screen and (min-width: 48rem) {
    .burger {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .stack {
        display: flex;
        grid-template-areas: "stack";
        overflow: hidden;
    }
    #wrapper {
        opacity: 0.2;
        width: 100vw;
        overflow: hidden;
        position: absolute;
    }
    .menu-link {
        font-family: inherit;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.5;
        text-transform: uppercase;
        color: var(--color-black-500);
        transition: all 0.3s ease;
        text-decoration: none;
        padding: 10px;
    }
    .menu-inner {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        row-gap: 0;
        column-gap: 1rem !important;
        margin: 0;
        flex-direction: column;
        padding: 2rem;
    }
    .burger-line {
        position: absolute;
        right: 0;
        opacity: 1;
        width: 100%;
        height: 2px;
        line-height: 1.25;
        background-color: var(--color-white-100);
        transition: all 0.25s ease;
    }
    .slider {
        margin-top: 0;
        line-height: 55px;
        text-align: center;
    }
    .svg-container svg {
        display: inline-block;
        width: 570px;
        height: 335px;
        max-width: 100%;
    }
    .my-80 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mt-80 {
        margin-top: 55px;
    }
    ul.infoGraphic {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        align-content: center;
        padding: 0;
    }
    ul.infoGraphic li {
        position: relative;
        width: 100%;
        max-width: 100%;
        border-radius: 0.5em;
        padding: 0.5em;
        z-index: 1;
        transition: all 0.2s;
        cursor: pointer;
        margin-bottom: 10px;
        position: static !important;
    }
    ul.infoGraphic li .number {
        font-size: 9em;
        font-weight: 900;
        width: 0.9em;
        text-align: center;
    }
    ul.infoGraphic li .content {
        margin: 6em 0em 2em 8em;
        position: relative;
    }
    .brand img {
        width: 100px;
    }
    .toggle-theme{

    }
    .brand{
        display: flex;
        flex-direction: row-reverse;
    }
    .brand #burger{
        margin: 10px 10px;
        position: relative;
        top: 6px;
        background: rgba(0, 0, 0, 0);
    }
    header{
        max-width: 100vw;
    }
    .menu-inner {
        flex-direction: column !important;
    }
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        column-gap: 2rem;
        max-width: 100%;
        height: 4.25rem;
    }
    .tagcloud-container {
        display: flex;
        justify-content: space-evenly;
        height: 330px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0);
        align-items: flex-end;
        flex-direction: row-reverse;
    }
    .time-line-container{

    }
    .time-line-container p{
        margin: 0;
        padding: 0;
        font-size: 16px;
    }
    body .time-line {
        margin: 0;
        max-width: 100vw !important;
        padding-bottom: 35px;
        padding-left: 15px;
    }
    .tag-content{

    }
    .tag-content h2{
        font-size: 40px;
    }
    .tag-content h3{
        font-size: 22px;
        line-height: 40px;
    }
    .tag-content p{
        padding: 8px !important;
        text-align: center;
    }
    .tagcloud-wrapper .tagcloud-controls .tagcloud-rotation{
        left: 40%;
    }

    .how-to-work{

    }
    .how-to-work h2{
        font-size: 32px;
        margin: 0;
    }
    .how-to-work .content h2{
        font-size: 24px !important;
        margin: 0;
    }
    .how-to-work p{
        font-size: 16px;
        margin: 10px 0 !important;
        text-align: center;
    }
    .cta-card {
        width: 100% !important;
        padding: 2rem 0 2.5rem !important;
    }
    .cta-card__container {
        max-width: 100% !important;
    }
    .cta-card__title {
        margin-bottom: 1rem;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
    }
    .cta-card__description {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 3rem;
        font-size: 1rem;
        font-weight: 300;
        color: #fff;
    }
    .cta-card__input {
        width: 100%;
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
    }
    .not-found-container{
        margin: 65px 0;
        margin-top: 150px;

    }
}