@media (min-width: 767px) {
    .l-header__actions {
        display: none;
    }
}
.p-header-actions__list {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;
    padding: 0
}
.c-hamburger {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    background: #00633d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0
}
.c-hamburger__bar {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-hamburger__bar:first-child {
    top: 24px;
}
.c-hamburger__bar:nth-child(2) {
    top: calc(50% - 1px)
}
.c-hamburger__bar:last-child {
    bottom: 24px;
}
[aria-expanded=true] .c-hamburger__bar {
    top: 50%
}
[aria-expanded=true] .c-hamburger__bar:first-child {
    -webkit-transform: translate(-50%) translateY(-50%) rotate(45deg);
    transform: translate(-50%) translateY(-50%) rotate(45deg)
}
[aria-expanded=true] .c-hamburger__bar:nth-child(2) {
    display: none
}
[aria-expanded=true] .c-hamburger__bar:last-child {
    -webkit-transform: translate(-50%) translateY(-50%) rotate(-45deg);
    transform: translate(-50%) translateY(-50%) rotate(-45deg)
}


.l-header__nav {
    position: fixed;
    inset: 69px 0 0;
    top: 69px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: normal;
    align-items: normal;
    -webkit-justify-content: initial;
    justify-content: initial;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
.l-header__nav[aria-hidden=false] {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}
@media (min-width: 1024px) {
    .l-header__nav {
        display: none;
    }
}

.p-nav {
}

.p-nav .menu-item > a {
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    grid-area: link;
    width: 100%;
    height: 100%;
    text-decoration: none;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 22px;
    z-index: 1;
}

.p-nav .menu-item>a:before {
    content: "";
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3csvg%20width='11'%20height='20'%20viewBox='0%200%2011%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L10%2010L1%2019'%20stroke='%2300633d'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 9px;
    height: 18px;
}

.p-nav__list {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.p-nav__list>.menu-item {
    display: grid;
    grid-template-columns: 1fr 6.4rem;
    grid-template-rows: min-content;
    grid-template-areas: "link button" "child child";
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    transition: grid-template-rows .3s ease;
    border-top: 1px solid #ccc;
    overflow-y: hidden
}

.p-nav__list>.menu-item[data-is-active=true] {
    grid-template-rows: 6rem 1fr
}

.p-nav__list>.menu-item:last-child {
    border-bottom: 1px solid #ccc;
}

.p-nav__list>.menu-item>a:hover {
    background-color: #f0f0f0;
    opacity: 1
}

.p-nav__list>.menu-item-has-children>a:after {
    content: "";
    display: block;
    width: 1.8rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.5%201L6%206.5L11.5%201'%20stroke='%2312438D'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.p-nav__list>.menu-item-has-children>a:after {
    content: none
}

.p-nav button.children-expander {
    position: relative;
    display: flex;
    display: -webkit-flex;
    grid-area: button;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    top: 0;
    right: 0;
    -webkit-transform: initial;
    transform: initial;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #fff;
    text-indent: -9999px;
    z-index: 1
}

.p-nav button.children-expander:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    height: 75%;
    background-color: #ccc;
    margin-block: auto;
    margin-inline: 0
}


.p-nav button.children-expander[data-is-expanded=true] {
    -webkit-transform: initial;
    transform: initial
}

.p-nav button.children-expander > span::before,
.p-nav button.children-expander > span::after {
    content: "";
    position: relative;
    display: block;
    border-color: #00633d;
    border-style: solid;
    border-width: 2px 0 0 0;
    width: 20px;
    height: 0;
    -webkit-transition: transfrom .2s;
    transition: transform .2s
}
.p-nav button.children-expander>span:before {
    top: 1px;
    -webkit-transform: none;
    transform: none
}
.p-nav button.children-expander>span:after {
    top: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.p-nav button.children-expander[data-is-expanded=true] {
    right: initial;
    -webkit-transform: none;
    transform: none
}

.p-nav button.children-expander[data-is-expanded=true]>span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.p-nav .sub-menu {
    list-style: none;
    transition: max-height .5s;
    display: none;
    grid-area: child;
    background-color: #f6f6f6;
    z-index: initial;
    padding: 0
}

.p-nav .sub-menu > .menu-item {
    border-top: 1px solid #ccc;
}

.p-nav .sub-menu > .menu-item a {
    gap: 20px;
    box-sizing: border-box;
    padding-inline: 50px 20px;
}


.p-nav__bnr {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.p-nav__bnr a {
    display: block;
}