.navigation-footer-v2 {
    padding-top: 1rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2--contact-us-special {
        padding-top: 0;
    }
}


.navigation-footer-v2__mobile {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__mobile {
        display: none;
    }
}

.navigation-footer-v2__action {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__action {
        width: 40%;
    }
}

.navigation-footer-v2--hide-contact .navigation-footer-v2__action {
    display: none;
}

.navigation-footer-v2__action header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__action header {
        padding: 2rem;
    }
}

.navigation-footer-v2__action header h2 {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.navigation-footer-v2__action header p {
    flex: 1;
    margin-right: 1rem;
    font-size: 14px;
    line-height: 1.4;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__action header p {
        font-size: 16px;
    }
}

.navigation-footer-v2__action header a {
    display: inline-block;
}

.navigation-footer-v2__action figure img {
    width: 100%;
    height: auto;
}

.navigation-footer-v2__action button {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -25px;
}

.navigation-footer-v2__action button figure p {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
}

.navigation-footer-v2__links {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__links {
        width: 30%;
    }
}

.navigation-footer-v2__links article {
    width: 100%;
}

.navigation-footer-v2__links article:not(:last-of-type) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--light-gray);
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__links article:first-of-type {
        padding-top: 1rem;
        border-top: 1px solid var(--light-gray);
    }
}

.navigation-footer-v2__links article header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-footer-v2__links article header a {
    color: var(--black);
    font-size: 14px;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__links article header a {
        font-size: 16px;
    }
}

.navigation-footer-v2__links article header a:hover {
    color: var(--primary-color);
}

.navigation-footer-v2__links article header button span {
    display: none;
    font-size: 20px;
}

.navigation-footer-v2__links article header button span:hover {
    color: var(--primary-color);
}

.navigation-footer-v2__links article header button span.plus {
    display: block;
}

.navigation-footer-v2__links article header button.is-active span.plus {
    display: none;
}

.navigation-footer-v2__links article header button.is-active span.minus {
    display: block;
}

.navigation-footer-v2__links article section article {
    margin-left: 2rem;
}

.navigation-footer-v2__links article section article:first-of-type {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid var(--light-gray);
}

.navigation-footer-v2__links article section article a {
    color: var(--black);
    font-size: 14px;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__links article section article a {
        font-size: 16px;
    }
}

.navigation-footer-v2__links article section article a:hover {
    color: var(--primary-color);
}

.navigation-footer-v2__footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__footer {
        width: 30%;
    }
}

.navigation-footer-v2__panel {
    border-top: 1px solid var(--light-gray);
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__panel {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__panel:first-of-type {
        margin-top: 0;
    }
}

.navigation-footer-v2__panel h3 {
    font-size: 14px;
    width: 90px;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__panel h3 {
        font-size: 16px;
        width: 100%;
    }
}

.navigation-footer-v2__panel > h3 + * {
    width: 100%;
    margin-left: 1rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__panel > h3 + * {
        flex: 1;
        margin-top: 1rem;
        margin-left: 0;
    }
}

.navigation-footer-v2__panel p {
    font-size: 14px;
    line-height: 1.4;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2__panel p {
        font-size: 16px;
    }
}

.navigation-footer-v2__panel ul li:not(:last-of-type) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--light-gray);
}

.navigation-footer-v2__panel ul li a {
    display: flex;
    align-items: center;
}

.navigation-footer-v2__panel ul li a img {
    width: 30px;
}

.navigation-footer-v2__panel ul li a p {
    flex: 1;
    margin-left: 1rem;
}

.navigation-footer-v2__legal {
    border-top: 1px solid var(--light-gray);
    padding-top: 1rem;
    margin-top: 1rem;
}

.navigation-footer-v2__legal ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-footer-v2__legal ul li {
    font-size: 14px;
}

.navigation-footer-v2__legal ul li a:hover {
    color: var(--primary-color);
}

.navigation-footer-v2__copyright {
    border-top: 1px solid var(--light-gray);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.navigation-footer-v2__copyright p {
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
    margin-right: 1rem;
}

.navigation-footer-v2__copyright p a:hover {
    color: var(--primary-color);
}

.navigation-footer-v2__copyright figure {
    width: 80px;
}

.navigation-footer-v2__copyright figure img {
    width: 100%;
    height: auto;
}


/* FOR DESKTOP*/
.navigation-footer-v2-desktop {
    display: none;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2-desktop {
        display: block;
    }
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-footer-v2--contact-us-special .navigation-footer-v2-desktop {
        margin-top: 0;
    }
}

.navigation-footer-v2-desktop__wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navigation-footer-v2-desktop__header {
    width: 30%;
}

.navigation-footer-v2-desktop__header figure {

}

.navigation-footer-v2-desktop__links {
    width: 40%;
}

.navigation-footer-v2-desktop__links nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-footer-v2-desktop__links nav ul li {
    font-size: 14px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.navigation-footer-v2-desktop__footer {
    width: 30%;
}

.navigation-footer-v2-desktop__footer nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.navigation-footer-v2-desktop__footer nav ul li {
    margin-left: 1rem;
    width: 25px;
}

.navigation-footer-v2-desktop__copyright {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid var(--light-gray);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navigation-footer-v2-desktop__copyright p {
    font-size: 14px;
    line-height: 1.5;
}

.navigation-footer-v2-desktop__copyright ul {
    display: flex;
    align-items: flex-end;
}

.navigation-footer-v2-desktop__copyright ul li {
    font-size: 14px;
    margin-left: 1rem;
}