header{background-color:rgba(0, 0, 0, 0);width:100%;transition:all ease 0.3s}header *{color:rgba(255, 255, 255, 0)}header.sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 calc(clamp(12px, 2.425vw, 24px) * .3) calc(clamp(12px, 2.425vw, 24px) * .5) 0 rgba(0, 0, 0, 0.2)}header.dynamic{position:fixed;top:0;z-index:1000;transition:all ease 1s;background-color:rgba(0, 0, 0, 0)}header.dynamic>.top{transition:all ease 0.3s;opacity:1}header.dynamic nav{transition:all ease 0.3s;opacity:0}header.dynamic:hover,header.dynamic.blend{background-color:rgba(0, 0, 0, 0.82);box-shadow:0px 0 18px rgba(0, 0, 0, 0.1)}header.dynamic.blend>.top,header.dynamic.blend nav{opacity:1}header a{color:rgba(255, 255, 255, 0);transition:color ease 1s;text-decoration:none}header a:focus,header a:hover{color:rgba(255, 255, 255, 0)}header .logo{transition:all ease 0.3s}header .logo img{width:75%;height:auto;transition:all ease 0.3s}header .mobillogo img{width:100%;height:auto;transition:all ease 0.3s}header .top{background-color:rgba(255, 255, 255, 0);line-height:1rem;width:100%;transition:all ease 0.3s}header .top *{color:rgba(255, 255, 255, 0.8)}header .top a{color:rgba(255, 255, 255, 0.75)}header .top a:focus,header .top a:hover{color:white}header .top .funcItemTitle{padding-left:calc(clamp(12px, 2.425vw, 24px) * .5);font-size:70%}header .top>ul>li{position:relative}header .top button{border:0}header .top button.resetbutton{display:none !important}header .top .sym{font-size:calc(clamp(12px, 2.425vw, 24px) * 1.1)}header .top ul.justify-content-end .tab-pane{left:auto;right:0}header .top ul.justify-content-start .tab-pane{left:0;right:auto}header .top li.languagemenu .active>a{text-decoration:underline;text-underline-offset:0.2em;text-decoration-thickness:2px;word-spacing:-0.3em;letter-spacing:1px}header .top .tab-pane{transition:all ease 0.3s;display:none;background-color:white;padding:calc(clamp(12px, 2.425vw, 24px) * .7);box-shadow:0 calc(clamp(12px, 2.425vw, 24px) * .3) calc(clamp(12px, 2.425vw, 24px) * .5) 0 rgba(0, 0, 0, 0.2);transform:none;min-width:15rem;top:auto}header .top .tab-pane.show{display:block}header .top .tab-pane *{color:#1e1e1e}header .top .tab-pane h2,header .top .tab-pane h3,header .top .tab-pane h4{font-weight:bold;margin:0;padding-bottom:calc(clamp(12px, 2.425vw, 24px) * .5) !important;color:#1e1e1e;font-size:clamp(15px, 2.425vw, 18px)}header .top .tab-pane a{color:#1e1e1e}header .top .tab-pane a:focus,header .top .tab-pane a:hover{color:black}header .top .tab-pane a.color-mode__btn{display:block;padding:calc(clamp(12px, 2.425vw, 24px) * .2);text-align:left;position:relative;border-width:0;border-radius:0;border:1px solid transparent}header .top .tab-pane a.color-mode__btn:hover{cursor:pointer}header .top .tab-pane a.color-mode__btn>span{display:inline-block;height:calc(clamp(12px, 2.425vw, 24px) * 1);width:calc(clamp(12px, 2.425vw, 24px) * 1.5);border:1px solid #808080;position:relative;top:calc(clamp(12px, 2.425vw, 24px) * .2);margin-right:calc(clamp(12px, 2.425vw, 24px) * .5);background:#fff;overflow:hidden}header .top .tab-pane a.color-mode__btn.dark>span{background:#000}header .top .tab-pane a.color-mode__btn.system>span:before{content:"";position:absolute;bottom:calc(clamp(12px, 2.8vw, 24px) * -1.4);right:calc(calc(clamp(12px, 2.425vw, 24px) * 1)* -0.9);width:calc(clamp(12px, 2.425vw, 24px) * 2);height:calc(clamp(12px, 2.425vw, 24px) * 2);transform:rotate(-30deg);z-index:1;background-color:#000}header .top .tab-pane .fsrange{font-size:125%;cursor:pointer}header .top .tab-pane ul{list-style-type:none;padding-left:0}header .top .tab-pane ul li{display:block;padding-bottom:calc(clamp(12px, 2.425vw, 24px) * .3);padding-top:calc(clamp(12px, 2.425vw, 24px) * .3)}header .top .tab-pane ul li a{padding:0;color:#1e1e1e}header .top .tab-pane ul li a:focus,header .top .tab-pane ul li a:hover{border-bottom:1px solid #1e1e1e;font-weight:bold}header .top a.nav_burger{width:2.5rem;height:2rem;cursor:pointer;position:relative;display:inline-block;vertical-align:middle}header .top a.nav_burger::before{content:"";position:absolute;border-bottom:0.125rem solid rgba(255, 255, 255, 0.75);border-top:0.125rem solid rgba(255, 255, 255, 0.75);transition:transform 0.3s;margin:auto;bottom:0.5rem;top:0.5rem;right:0.25rem;left:0.25rem}header .top a.nav_burger.act:before{transform:rotate(45deg);bottom:0;display:block;top:0;height:2px;background-color:rgba(255, 255, 255, 0.75);border:none}header .top a.nav_burger::after{content:"";position:absolute;display:block;transition:transform 0.3s;height:0.125rem;background-color:rgba(255, 255, 255, 0.75);margin:auto;bottom:0;right:0.25rem;left:0.25rem;top:0rem}header .top a.nav_burger.act:after{transform:rotate(315deg)}@media screen and (min-width:992px){header.dynamic>.top{opacity:0}header .funcItemTitle{display:inline-block}}