.header .lang-switch{position:relative;margin-left:.32rem}.header .lang-switch-toggle{display:flex;align-items:center;gap:.06rem;margin:0;padding:0;border:0;background:none;color:inherit;font-family:inherit;text-align:left;cursor:pointer;transition:opacity 0.6s cubic-bezier(.4,0,.2,1)}.header .lang-switch-toggle:hover .lang-switch-label span{transform:translateY(-150%)}.header .lang-switch-toggle:hover .lang-switch-label::after{transform:translateY(0%)}.header .lang-switch-caret{flex:none;width:.05rem;height:.05rem;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-25%) rotate(45deg);transition:transform 600ms cubic-bezier(.4,0,.2,1)}.header .lang-switch.is-open .lang-switch-caret{transform:translateY(10%) rotate(-135deg)}.header .lang-switch-list{position:absolute;top:100%;right:0;z-index:2;min-width:100%;margin:.12rem 0 0;padding:.12rem .16rem;list-style:none;white-space:nowrap;border-radius:.12rem;background-color:#fff;box-shadow:5px 5px 5px rgb(0 0 0 / .01);opacity:0;visibility:hidden;transform:translateY(-.04rem);transition:opacity 400ms cubic-bezier(.4,0,.2,1),transform 400ms cubic-bezier(.4,0,.2,1),visibility 400ms}.header.white .lang-switch-list{background-color:#00432F}.header .lang-switch.is-open .lang-switch-list{opacity:1;visibility:visible;transform:translateY(0)}.header .lang-switch-list li+li{margin-top:.1rem}.header .lang-switch-item{display:block}@media screen and (max-width:767px) and (orientation:portrait){.header .lang-switch{display:none}}