*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel{--swap-duration:.5s;--overlay-position:auto auto 20% 20%;--arrow-left-position:0 auto 0 5%;--arrow-right-position:0 5% 0 auto;--arrow-size:6%;--arrow-color:#fff;--indicator-list-position:auto 0 1em 0;--indicator-list-width:60%;--indicator-gap:5px;--indicator-color:#fff;--indicator-progress-color:#0aa;--play-button-position:auto auto calc(1em + 25px)15%;--play-button-size:6%;--play-button-color:#fff;position:relative}.carousel>.carousel-content{display:grid;overflow:hidden}.carousel>.carousel-content>.carousel-element{z-index:10;-webkit-transition:opacity ease-out var(--swap-duration);transition:opacity ease-out var(--swap-duration);grid-area:1/1}.carousel>.carousel-content>.carousel-element img{width:100%;height:auto}.carousel>.carousel-content>.carousel-element.slide{-webkit-transition:translate ease-out var(--swap-duration),rotate ease-out var(--swap-duration);transition:translate ease-out var(--swap-duration),rotate ease-out var(--swap-duration)}.carousel>.carousel-overlay{inset:var(--overlay-position);z-index:30;position:absolute}.carousel>.carousel-arrow{width:auto;height:calc(var(--arrow-size) + 20px);opacity:.5;cursor:pointer;z-index:40;margin:auto;padding:10px;-webkit-transition:opacity .3s;transition:opacity .3s;position:absolute}.carousel>.carousel-arrow>line{stroke:var(--arrow-color);stroke-width:2px;stroke-linecap:round}.carousel>.carousel-arrow:hover{opacity:.9}.carousel>.carousel-arrow.prev{inset:var(--arrow-left-position)}.carousel>.carousel-arrow.next{inset:var(--arrow-right-position)}.carousel>.carousel-indicator-list{inset:var(--indicator-list-position);width:var(--indicator-list-width);gap:var(--indicator-gap);z-index:40;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;margin:auto;padding:0;list-style:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;position:absolute}.carousel>.carousel-indicator-list>li{cursor:pointer;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.carousel>.carousel-indicator-list>li>div{background-color:var(--indicator-color);opacity:.5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;height:5px;margin:10px 0;-webkit-transition:opacity .1s;transition:opacity .1s;overflow:hidden}.carousel>.carousel-indicator-list>li>div>div{background-color:var(--indicator-progress-color);width:0;height:100%}.carousel>.carousel-indicator-list>li>.active{opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s}.carousel>.carousel-indicator-list>li>.active>.active{width:100%}.carousel>.carousel-indicator-list>li:hover>div{opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s}.carousel>.carousel-play-button{inset:var(--play-button-position);width:auto;height:calc(var(--play-button-size) + 20px);opacity:.5;cursor:pointer;z-index:50;fill:var(--play-button-color);stroke:var(--play-button-color);stroke-linecap:round;stroke-linejoin:round;padding:10px;-webkit-transition:opacity .3s;transition:opacity .3s;position:absolute}.carousel>.carousel-play-button>line{stroke-width:40%}.carousel>.carousel-play-button>polygon{stroke-width:20%}.carousel>.carousel-play-button.pause>polygon{display:none}.carousel>.carousel-play-button.play>line{display:none}.carousel>.carousel-play-button:hover{opacity:.9}.collapse-div{--color:#dde;--height-transition-time:.3s;background-color:var(--color);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:10px 20px}.collapse-div>.head{cursor:pointer;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;gap:5px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.collapse-div>.head>.collapse-toggle{display:none}.collapse-div>.content-grid{-webkit-transition:all var(--height-transition-time)ease-out;transition:all var(--height-transition-time)ease-out;grid-template-rows:1e-10fr;padding-top:0;padding-bottom:0;display:grid}.collapse-div>.content-grid>.content-inner{overflow:hidden}.collapse-div .head:has(.collapse-toggle:checked)+.content-grid{grid-template-rows:1fr;padding-top:5px;padding-bottom:5px}.collapse-arrow{--arrow-size:16px;--arrow-stroke-color:rgba(0,0,0,.733);--arrow-background-color:rgba(255,255,255,.733);width:var(--arrow-size);height:var(--arrow-size);-webkit-transition:rotate .3s;transition:rotate .3s}.collapse-arrow>circle{stroke:var(--arrow-stroke-color);stroke-width:.6px;fill:var(--arrow-background-color);stroke-linecap:round}.collapse-arrow>line{stroke:var(--arrow-stroke-color);stroke-width:.6px;fill:var(--arrow-background-color);stroke-linecap:round}.collapse-toggle:checked~.collapse-arrow{rotate:180deg}.context-menu{--background-image:linear-gradient(90deg,rgba(204,204,255,.8),rgba(238,238,255,.8),rgba(204,204,255,.8));--arrow-size:10px;--arrow-color:rgba(0,0,0,.733);--arrow-hover-color:rgba(255,255,255,.733);--arrow-hover-stroke:#000;--hover-dropright-background-color:rgba(255,255,255,.4);--hover-dropright-shadow-color:#fff;--hover-item-background-color:rgba(255,255,255,.533);z-index:999;position:absolute}.context-menu .context-menu-list{background-image:var(--background-image);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0;padding:5px 0;list-style:none;-webkit-transition:rotate .2s;transition:rotate .2s;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;rotate:x 90deg}.context-menu .context-menu-list .context-menu-list{position:absolute;top:-5px;left:100%}.context-menu .context-menu-list .context-element{cursor:default;white-space:nowrap;margin:0;padding:5px 10px;position:relative}.context-menu .context-menu-list .context-element:hover>.context-submenu-toggle{background-color:var(--hover-dropright-background-color);box-shadow:0 0 15px var(--hover-dropright-shadow-color)}.context-menu .context-menu-list .context-element:has(>.context-submenu-toggle>.context-submenu-checkbox:checked)>.context-submenu-toggle{background-color:var(--hover-dropright-background-color);box-shadow:0 0 15px var(--hover-dropright-shadow-color)}.context-menu .context-menu-list .context-element:hover>.context-menu-list{rotate:none}.context-menu .context-menu-list .context-element:has(>.context-submenu-toggle>.context-submenu-checkbox:checked)>.context-menu-list{rotate:none}.context-menu .context-menu-list .context-element:hover>.context-submenu-toggle>.context-arrow{translate:3px;rotate:270deg}.context-menu .context-menu-list .context-element:hover>.context-submenu-toggle>.context-arrow>polygon{fill:var(--arrow-hover-color);stroke:var(--arrow-hover-stroke)}.context-menu .context-menu-list .context-submenu-toggle{cursor:default;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;gap:10px;height:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.context-menu .context-menu-list .context-element.context-item{cursor:pointer}.context-menu .context-menu-list .context-element.context-item:hover{background-color:var(--hover-item-background-color)}.context-menu .context-menu-list .context-arrow{width:var(--arrow-size);cursor:auto;height:auto;margin:0 5px 0 2px;-webkit-transition:rotate .1s linear,fill .1s linear;transition:rotate .1s linear,fill .1s linear;rotate:270deg}.context-menu .context-menu-list .context-arrow>polygon{fill:var(--arrow-color)}.context-menu .context-menu-list .context-arrow>circle{display:none}.context-menu .context-menu-list .context-arrow>line{display:none}.context-menu .context-menu-checkbox:checked+.context-menu-list{rotate:none}.context-menu .context-menu-checkbox,.context-menu .context-submenu-checkbox{display:none}.dialog-modal-background{--modal-screen-background-color:rgba(255,255,255,.8);--window-border-radius:20px;--title-background-color:#fff;--content-background-color:#eee;z-index:900;background:var(--modal-screen-background-color);-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;width:100%;height:100vh;-webkit-animation:.5s ease-out fade-in;animation:.5s ease-out fade-in;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;position:fixed;top:0;left:0}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.dialog-modal-background .dialog-window{pointer-events:auto;-webkit-border-radius:var(--window-border-radius);-moz-border-radius:var(--window-border-radius);border-radius:var(--window-border-radius);border:3px solid #000;max-height:90vh;margin:0 20px;overflow:auto}.dialog-modal-background .dialog-window .title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--title-background-color);cursor:default;border-bottom:2px solid #aaa;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-moz-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;padding:5px 15px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.dialog-modal-background .dialog-window .content{background-color:var(--content-background-color);padding:20px}.input-field-container{--input-width:12.5em;--padding-top-bottom:.6em;--padding-left-right:1.2em;--label-top-offset-left:.5em;--background-color:#fff;--border-color:#444;--focus-color:#00f;margin:20px auto;display:table;position:relative}.input-field-container>input{width:var(--input-width);padding:var(--padding-top-bottom)var(--padding-left-right);background-color:var(--background-color);border:solid var(--border-color)1px;-webkit-border-radius:1.5em;-moz-border-radius:1.5em;border-radius:1.5em;outline:0;position:relative}.input-field-container>input:focus{box-shadow:0 0 1px var(--focus-color)}.input-field-container>label{left:var(--padding-left-right);opacity:.7;background:linear-gradient(180deg,transparent 49%,var(--background-color)1%,var(--background-color));pointer-events:none;font-size:1em;-webkit-transition:all .3s;transition:all .3s;position:absolute;top:50%;translate:0 -50%}.input-field-container>:-webkit-any(input:focus,input:not(:placeholder-shown))+label{translate:var(--label-top-offset-left)-50%;opacity:1;padding:0 .2em;font-size:.8em;-webkit-transition:all .2s;transition:all .2s;top:0}.input-field-container>:is(input:focus,input:not(:placeholder-shown))+label{translate:var(--label-top-offset-left)-50%;opacity:1;padding:0 .2em;font-size:.8em;-webkit-transition:all .2s;transition:all .2s;top:0}.input-field-container>input:focus+label{color:var(--focus-color)}.loader-icon{--size:20px;--move-type:move-type-1;--move-size:calc(var(--size)/2);--move-duration:3s;--move-timing-function:ease-in-out;--spin-type:spin-type-1;--spin-duration:2s;--spin-timing-function:linear;--spin-direction:normal;--color1:#d00;--color2:#00d;--color3:#dd0;--color4:#0d0;--color-duration:2s;--color-timing-function:ease-in-out;--top-left-animation-type:ball-action-square;--top-left-animation-duration:8s;--top-right-animation-type:ball-action-circle;--top-right-animation-duration:6s;--bottom-left-animation-type:ball-action-line;--bottom-left-animation-duration:4s;--bottom-right-animation-type:ball-action-big;--bottom-right-animation-duration:10s;-webkit-animation:var(--move-type)var(--move-duration)var(--move-timing-function)alternate infinite,var(--spin-type)var(--spin-duration)var(--spin-timing-function)var(--spin-direction)infinite;animation:var(--move-type)var(--move-duration)var(--move-timing-function)alternate infinite,var(--spin-type)var(--spin-duration)var(--spin-timing-function)var(--spin-direction)infinite;position:relative}@-webkit-keyframes spin-type-1{0%{rotate:none}to{rotate:360deg}}@keyframes spin-type-1{0%{rotate:none}to{rotate:360deg}}@-webkit-keyframes spin-type-2{0%{-webkit-transform:skew(-30deg,-30deg);-ms-transform:skew(-30deg,-30deg);transform:skew(-30deg,-30deg)}50%{-webkit-transform:skew(30deg,30deg);-ms-transform:skew(30deg,30deg);transform:skew(30deg,30deg)}to{-webkit-transform:skew(-30deg,-30deg);-ms-transform:skew(-30deg,-30deg);transform:skew(-30deg,-30deg)}}@keyframes spin-type-2{0%{-webkit-transform:skew(-30deg,-30deg);-ms-transform:skew(-30deg,-30deg);transform:skew(-30deg,-30deg)}50%{-webkit-transform:skew(30deg,30deg);-ms-transform:skew(30deg,30deg);transform:skew(30deg,30deg)}to{-webkit-transform:skew(-30deg,-30deg);-ms-transform:skew(-30deg,-30deg);transform:skew(-30deg,-30deg)}}@-webkit-keyframes move-type-1{0%{width:calc(2*var(--size));height:calc(2*var(--size))}to{width:calc(2*var(--size) + var(--move-size));height:calc(2*var(--size) + var(--move-size))}}@keyframes move-type-1{0%{width:calc(2*var(--size));height:calc(2*var(--size))}to{width:calc(2*var(--size) + var(--move-size));height:calc(2*var(--size) + var(--move-size))}}@-webkit-keyframes move-type-2{0%{width:var(--size);height:var(--size)}to{width:calc(2*var(--size) + var(--move-size));height:calc(2*var(--size) + var(--move-size))}}@keyframes move-type-2{0%{width:var(--size);height:var(--size)}to{width:calc(2*var(--size) + var(--move-size));height:calc(2*var(--size) + var(--move-size))}}.loader-icon .ball-top-left{width:var(--size);height:var(--size);-webkit-animation:ball-color-1-2 var(--color-duration)var(--color-timing-function)alternate infinite,var(--top-left-animation-type)var(--top-left-animation-duration)linear normal infinite;animation:ball-color-1-2 var(--color-duration)var(--color-timing-function)alternate infinite,var(--top-left-animation-type)var(--top-left-animation-duration)linear normal infinite;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:0;left:0}@-webkit-keyframes ball-color-1-2{0%{background-color:var(--color1)}to{background-color:var(--color2)}}@keyframes ball-color-1-2{0%{background-color:var(--color1)}to{background-color:var(--color2)}}.loader-icon .ball-top-right{width:var(--size);height:var(--size);-webkit-animation:ball-color-2-3 var(--color-duration)var(--color-timing-function)alternate infinite,var(--top-right-animation-type)var(--top-right-animation-duration)linear normal infinite;animation:ball-color-2-3 var(--color-duration)var(--color-timing-function)alternate infinite,var(--top-right-animation-type)var(--top-right-animation-duration)linear normal infinite;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:0;right:0}@-webkit-keyframes ball-color-2-3{0%{background-color:var(--color2)}to{background-color:var(--color3)}}@keyframes ball-color-2-3{0%{background-color:var(--color2)}to{background-color:var(--color3)}}.loader-icon .ball-bottom-left{width:var(--size);height:var(--size);-webkit-animation:ball-color-3-4 var(--color-duration)var(--color-timing-function)alternate infinite,var(--bottom-left-animation-type)var(--bottom-left-animation-duration)linear normal infinite;animation:ball-color-3-4 var(--color-duration)var(--color-timing-function)alternate infinite,var(--bottom-left-animation-type)var(--bottom-left-animation-duration)linear normal infinite;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;bottom:0;left:0}@-webkit-keyframes ball-color-3-4{0%{background-color:var(--color3)}to{background-color:var(--color4)}}@keyframes ball-color-3-4{0%{background-color:var(--color3)}to{background-color:var(--color4)}}.loader-icon .ball-bottom-right{width:var(--size);height:var(--size);-webkit-animation:ball-color-4-1 var(--color-duration)var(--color-timing-function)alternate infinite,var(--bottom-right-animation-type)var(--bottom-right-animation-duration)linear normal infinite;animation:ball-color-4-1 var(--color-duration)var(--color-timing-function)alternate infinite,var(--bottom-right-animation-type)var(--bottom-right-animation-duration)linear normal infinite;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;bottom:0;right:0}@-webkit-keyframes ball-color-4-1{0%{background-color:var(--color4)}to{background-color:var(--color1)}}@keyframes ball-color-4-1{0%{background-color:var(--color4)}to{background-color:var(--color1)}}@-webkit-keyframes ball-action-square{40%{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}60%{-webkit-border-radius:0%;-moz-border-radius:0%;border-radius:0%;scale:1}70%{scale:0 1}80%{scale:1}to{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}}@keyframes ball-action-square{40%{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}60%{-webkit-border-radius:0%;-moz-border-radius:0%;border-radius:0%;scale:1}70%{scale:0 1}80%{scale:1}to{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}}@-webkit-keyframes ball-action-circle{40%{-webkit-transform:rotate(-1080deg)translate(0);-ms-transform:rotate(-1080deg)translate(0);transform:rotate(-1080deg)translate(0)}70%{-webkit-transform:rotate(0)translate(100%,100%);-ms-transform:rotate(0)translate(100%,100%);transform:rotate(0)translate(100%,100%)}to{-webkit-transform:rotate(1080deg)translate(0);-ms-transform:rotate(1080deg)translate(0);transform:rotate(1080deg)translate(0)}}@keyframes ball-action-circle{40%{-webkit-transform:rotate(-1080deg)translate(0);-ms-transform:rotate(-1080deg)translate(0);transform:rotate(-1080deg)translate(0)}70%{-webkit-transform:rotate(0)translate(100%,100%);-ms-transform:rotate(0)translate(100%,100%);transform:rotate(0)translate(100%,100%)}to{-webkit-transform:rotate(1080deg)translate(0);-ms-transform:rotate(1080deg)translate(0);transform:rotate(1080deg)translate(0)}}@-webkit-keyframes ball-action-line{65%{translate:0}70%{translate:0 90%}75%{translate:0 30%}80%{translate:0 120%}85%{translate:0 60%}90%{width:var(--size);height:var(--size);translate:0 150%}95%{width:calc(var(--size)*.01);height:calc(var(--size)*2);translate:calc(var(--size)/2)var(--size)}to{width:var(--size);height:var(--size);translate:0}}@keyframes ball-action-line{65%{translate:0}70%{translate:0 90%}75%{translate:0 30%}80%{translate:0 120%}85%{translate:0 60%}90%{width:var(--size);height:var(--size);translate:0 150%}95%{width:calc(var(--size)*.01);height:calc(var(--size)*2);translate:calc(var(--size)/2)var(--size)}to{width:var(--size);height:var(--size);translate:0}}@-webkit-keyframes ball-action-big{70%{z-index:-1;translate:0;scale:1}85%{z-index:-1;translate:-100% -100%;scale:3}90%{z-index:-1;translate:-100% -100%;scale:0}95%{translate:0;scale:0}to{translate:0;scale:1}}@keyframes ball-action-big{70%{z-index:-1;translate:0;scale:1}85%{z-index:-1;translate:-100% -100%;scale:3}90%{z-index:-1;translate:-100% -100%;scale:0}95%{translate:0;scale:0}to{translate:0;scale:1}}.nav-root{--phone-menu-max-width:330px;--phone-menu-max-height:calc(100vh - 100px);--phone-nav-dropdown-transition-time:.3s;--background-image:linear-gradient(90deg,rgba(204,204,255,.8),rgba(238,238,255,.8),rgba(204,204,255,.8));--font-color:#000;--horizontal-link-padding:13px;--vertical-link-padding:8px;--phone-button-size:65%;--phone-button-color:rgba(0,0,0,.733);--phone-hover-shadow:0 0 10px #88f;--arrow-down-size:12px;--arrow-right-size:10px;--arrow-desktop-color:rgba(0,0,0,.733);--arrow-desktop-hover-color:rgba(255,255,255,.733);--arrow-desktop-hover-stroke:#000;--arrow-phone-size:35px;--arrow-phone-color:rgba(0,0,0,.733);--arrow-phone-color-hover:rgba(255,255,255,.733);-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;gap:30px;height:100%;font-size:18px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.nav-root .nav-brand{height:100%}.nav-root .nav-toggle,.nav-root .nav-checkbox,.nav-root .nav-dropdown-checkbox{display:none}.nav-root .nav-list{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;height:100%;margin:0;padding:0;list-style:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.nav-root .nav-element{-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 5px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;position:relative}.nav-root .nav-element:hover>.nav-dropdown{rotate:none}.nav-root .nav-div{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;height:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.nav-root .nav-dropdown{z-index:900;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;rotate:x 90deg}.nav-root .nav-dropdown .nav-dropdown{top:-5px;left:100%}.nav-root .nav-dropdown-list{background-image:var(--background-image);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0;padding:5px 0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.nav-root .nav-a{padding:var(--vertical-link-padding)var(--horizontal-link-padding);color:var(--font-color);white-space:nowrap;margin:auto 0;text-decoration:none}.nav-root .nav-a.active{font-weight:700}.nav-root .nav-dropdown-toggle{display:contents}.nav-root .nav-dropdown-arrow{width:var(--arrow-down-size);height:auto;margin-left:calc(5px - var(--horizontal-link-padding));margin-right:var(--horizontal-link-padding);-webkit-transition:all .1s linear;transition:all .1s linear}.nav-root .nav-dropdown-arrow>polygon{fill:var(--arrow-desktop-color)}.nav-root .nav-dropdown-arrow>circle{display:none}.nav-root .nav-dropdown-arrow>line{display:none}.nav-root .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{translate:0 3px}.nav-root .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{fill:var(--arrow-desktop-hover-color);stroke:var(--arrow-desktop-hover-stroke)}.nav-root .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-right-size);height:auto;margin:0 5px 0 2px;rotate:270deg}.nav-root .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{translate:3px;rotate:270deg}@media (max-width:500px){.nav500px .nav-toggle{cursor:pointer;display:contents}.nav500px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav500px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav500px .nav-toggle-icon>.cross{display:none}.nav500px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav500px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav500px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav500px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav500px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav500px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav500px .nav-element{padding:0}.nav500px .nav-div{gap:1em}.nav500px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav500px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav500px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav500px .nav-dropdown-toggle{cursor:pointer}.nav500px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav500px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav500px .nav-dropdown-arrow,.nav500px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav500px .nav-dropdown-arrow>polygon{display:none}.nav500px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav500px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav500px .nav-dropdown-arrow:hover{opacity:1}.nav500px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav500px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav500px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav500px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav500px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav500px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav500px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:600px){.nav600px .nav-toggle{cursor:pointer;display:contents}.nav600px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav600px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav600px .nav-toggle-icon>.cross{display:none}.nav600px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav600px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav600px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav600px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav600px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav600px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav600px .nav-element{padding:0}.nav600px .nav-div{gap:1em}.nav600px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav600px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav600px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav600px .nav-dropdown-toggle{cursor:pointer}.nav600px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav600px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav600px .nav-dropdown-arrow,.nav600px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav600px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav600px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav600px .nav-dropdown-arrow>polygon{display:none}.nav600px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav600px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav600px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav600px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav600px .nav-dropdown-arrow:hover{opacity:1}.nav600px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav600px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav600px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav600px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav600px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav600px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav600px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav600px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav600px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav600px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav600px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:700px){.nav700px .nav-toggle{cursor:pointer;display:contents}.nav700px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav700px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav700px .nav-toggle-icon>.cross{display:none}.nav700px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav700px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav700px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav700px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav700px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav700px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav700px .nav-element{padding:0}.nav700px .nav-div{gap:1em}.nav700px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav700px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav700px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav700px .nav-dropdown-toggle{cursor:pointer}.nav700px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav700px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav700px .nav-dropdown-arrow,.nav700px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav700px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav700px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav700px .nav-dropdown-arrow>polygon{display:none}.nav700px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav700px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav700px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav700px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav700px .nav-dropdown-arrow:hover{opacity:1}.nav700px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav700px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav700px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav700px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav700px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav700px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav700px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav700px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav700px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav700px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav700px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:800px){.nav800px .nav-toggle{cursor:pointer;display:contents}.nav800px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav800px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav800px .nav-toggle-icon>.cross{display:none}.nav800px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav800px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav800px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav800px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav800px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav800px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav800px .nav-element{padding:0}.nav800px .nav-div{gap:1em}.nav800px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav800px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav800px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav800px .nav-dropdown-toggle{cursor:pointer}.nav800px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav800px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav800px .nav-dropdown-arrow,.nav800px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav800px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav800px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav800px .nav-dropdown-arrow>polygon{display:none}.nav800px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav800px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav800px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav800px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav800px .nav-dropdown-arrow:hover{opacity:1}.nav800px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav800px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav800px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav800px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav800px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav800px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav800px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav800px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav800px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav800px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav800px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:900px){.nav900px .nav-toggle{cursor:pointer;display:contents}.nav900px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav900px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav900px .nav-toggle-icon>.cross{display:none}.nav900px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav900px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav900px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav900px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav900px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav900px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav900px .nav-element{padding:0}.nav900px .nav-div{gap:1em}.nav900px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav900px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav900px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav900px .nav-dropdown-toggle{cursor:pointer}.nav900px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav900px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav900px .nav-dropdown-arrow,.nav900px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav900px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav900px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav900px .nav-dropdown-arrow>polygon{display:none}.nav900px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav900px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav900px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav900px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav900px .nav-dropdown-arrow:hover{opacity:1}.nav900px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav900px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav900px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav900px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav900px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav900px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav900px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav900px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav900px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav900px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav900px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:1000px){.nav1000px .nav-toggle{cursor:pointer;display:contents}.nav1000px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav1000px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav1000px .nav-toggle-icon>.cross{display:none}.nav1000px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav1000px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav1000px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav1000px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav1000px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav1000px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav1000px .nav-element{padding:0}.nav1000px .nav-div{gap:1em}.nav1000px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav1000px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav1000px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav1000px .nav-dropdown-toggle{cursor:pointer}.nav1000px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav1000px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav1000px .nav-dropdown-arrow,.nav1000px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1000px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1000px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1000px .nav-dropdown-arrow>polygon{display:none}.nav1000px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav1000px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1000px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1000px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1000px .nav-dropdown-arrow:hover{opacity:1}.nav1000px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav1000px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1000px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1000px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1000px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1000px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1000px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1000px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav1000px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav1000px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav1000px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:1100px){.nav1100px .nav-toggle{cursor:pointer;display:contents}.nav1100px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav1100px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav1100px .nav-toggle-icon>.cross{display:none}.nav1100px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav1100px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav1100px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav1100px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav1100px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav1100px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav1100px .nav-element{padding:0}.nav1100px .nav-div{gap:1em}.nav1100px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav1100px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav1100px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav1100px .nav-dropdown-toggle{cursor:pointer}.nav1100px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav1100px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav1100px .nav-dropdown-arrow,.nav1100px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1100px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1100px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1100px .nav-dropdown-arrow>polygon{display:none}.nav1100px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav1100px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1100px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1100px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1100px .nav-dropdown-arrow:hover{opacity:1}.nav1100px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav1100px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1100px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1100px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1100px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1100px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1100px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1100px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav1100px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav1100px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav1100px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:1200px){.nav1200px .nav-toggle{cursor:pointer;display:contents}.nav1200px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav1200px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav1200px .nav-toggle-icon>.cross{display:none}.nav1200px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav1200px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav1200px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav1200px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav1200px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav1200px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav1200px .nav-element{padding:0}.nav1200px .nav-div{gap:1em}.nav1200px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav1200px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav1200px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav1200px .nav-dropdown-toggle{cursor:pointer}.nav1200px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav1200px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav1200px .nav-dropdown-arrow,.nav1200px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1200px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1200px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1200px .nav-dropdown-arrow>polygon{display:none}.nav1200px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav1200px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1200px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1200px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1200px .nav-dropdown-arrow:hover{opacity:1}.nav1200px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav1200px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1200px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1200px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1200px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1200px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1200px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1200px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav1200px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav1200px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav1200px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:1300px){.nav1300px .nav-toggle{cursor:pointer;display:contents}.nav1300px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav1300px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav1300px .nav-toggle-icon>.cross{display:none}.nav1300px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav1300px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav1300px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav1300px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav1300px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav1300px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav1300px .nav-element{padding:0}.nav1300px .nav-div{gap:1em}.nav1300px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav1300px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav1300px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav1300px .nav-dropdown-toggle{cursor:pointer}.nav1300px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav1300px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav1300px .nav-dropdown-arrow,.nav1300px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1300px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1300px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1300px .nav-dropdown-arrow>polygon{display:none}.nav1300px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav1300px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1300px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1300px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1300px .nav-dropdown-arrow:hover{opacity:1}.nav1300px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav1300px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1300px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1300px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1300px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1300px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1300px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1300px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav1300px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav1300px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav1300px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:1400px){.nav1400px .nav-toggle{cursor:pointer;display:contents}.nav1400px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav1400px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav1400px .nav-toggle-icon>.cross{display:none}.nav1400px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav1400px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav1400px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav1400px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav1400px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav1400px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav1400px .nav-element{padding:0}.nav1400px .nav-div{gap:1em}.nav1400px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav1400px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav1400px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav1400px .nav-dropdown-toggle{cursor:pointer}.nav1400px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav1400px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav1400px .nav-dropdown-arrow,.nav1400px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1400px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1400px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1400px .nav-dropdown-arrow>polygon{display:none}.nav1400px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav1400px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1400px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1400px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1400px .nav-dropdown-arrow:hover{opacity:1}.nav1400px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav1400px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1400px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1400px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1400px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1400px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1400px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1400px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav1400px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav1400px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav1400px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:1500px){.nav1500px .nav-toggle{cursor:pointer;display:contents}.nav1500px .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav1500px .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav1500px .nav-toggle-icon>.cross{display:none}.nav1500px .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav1500px .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav1500px .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav1500px .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav1500px .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav1500px .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav1500px .nav-element{padding:0}.nav1500px .nav-div{gap:1em}.nav1500px .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav1500px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav1500px .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav1500px .nav-dropdown-toggle{cursor:pointer}.nav1500px .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav1500px .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav1500px .nav-dropdown-arrow,.nav1500px .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav1500px .nav-dropdown-arrow>polygon{display:none}.nav1500px .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav1500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav1500px .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav1500px .nav-dropdown-arrow:hover{opacity:1}.nav1500px .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav1500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav1500px .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1500px .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1500px .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1500px .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav1500px .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav1500px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav1500px .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav1500px .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:30em){.nav30em .nav-toggle{cursor:pointer;display:contents}.nav30em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav30em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav30em .nav-toggle-icon>.cross{display:none}.nav30em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav30em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav30em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav30em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav30em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav30em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav30em .nav-element{padding:0}.nav30em .nav-div{gap:1em}.nav30em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav30em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav30em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav30em .nav-dropdown-toggle{cursor:pointer}.nav30em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav30em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav30em .nav-dropdown-arrow,.nav30em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav30em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav30em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav30em .nav-dropdown-arrow>polygon{display:none}.nav30em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav30em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav30em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav30em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav30em .nav-dropdown-arrow:hover{opacity:1}.nav30em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav30em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav30em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav30em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav30em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav30em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav30em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav30em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav30em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav30em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav30em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:40em){.nav40em .nav-toggle{cursor:pointer;display:contents}.nav40em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav40em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav40em .nav-toggle-icon>.cross{display:none}.nav40em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav40em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav40em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav40em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav40em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav40em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav40em .nav-element{padding:0}.nav40em .nav-div{gap:1em}.nav40em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav40em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav40em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav40em .nav-dropdown-toggle{cursor:pointer}.nav40em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav40em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav40em .nav-dropdown-arrow,.nav40em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav40em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav40em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav40em .nav-dropdown-arrow>polygon{display:none}.nav40em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav40em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav40em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav40em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav40em .nav-dropdown-arrow:hover{opacity:1}.nav40em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav40em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav40em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav40em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav40em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav40em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav40em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav40em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav40em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav40em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav40em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:50em){.nav50em .nav-toggle{cursor:pointer;display:contents}.nav50em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav50em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav50em .nav-toggle-icon>.cross{display:none}.nav50em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav50em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav50em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav50em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav50em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav50em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav50em .nav-element{padding:0}.nav50em .nav-div{gap:1em}.nav50em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav50em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav50em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav50em .nav-dropdown-toggle{cursor:pointer}.nav50em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav50em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav50em .nav-dropdown-arrow,.nav50em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav50em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav50em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav50em .nav-dropdown-arrow>polygon{display:none}.nav50em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav50em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav50em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav50em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav50em .nav-dropdown-arrow:hover{opacity:1}.nav50em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav50em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav50em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav50em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav50em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav50em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav50em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav50em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav50em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav50em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav50em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:60em){.nav60em .nav-toggle{cursor:pointer;display:contents}.nav60em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav60em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav60em .nav-toggle-icon>.cross{display:none}.nav60em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav60em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav60em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav60em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav60em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav60em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav60em .nav-element{padding:0}.nav60em .nav-div{gap:1em}.nav60em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav60em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav60em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav60em .nav-dropdown-toggle{cursor:pointer}.nav60em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav60em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav60em .nav-dropdown-arrow,.nav60em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav60em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav60em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav60em .nav-dropdown-arrow>polygon{display:none}.nav60em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav60em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav60em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav60em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav60em .nav-dropdown-arrow:hover{opacity:1}.nav60em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav60em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav60em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav60em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav60em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav60em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav60em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav60em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav60em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav60em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav60em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:70em){.nav70em .nav-toggle{cursor:pointer;display:contents}.nav70em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav70em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav70em .nav-toggle-icon>.cross{display:none}.nav70em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav70em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav70em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav70em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav70em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav70em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav70em .nav-element{padding:0}.nav70em .nav-div{gap:1em}.nav70em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav70em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav70em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav70em .nav-dropdown-toggle{cursor:pointer}.nav70em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav70em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav70em .nav-dropdown-arrow,.nav70em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav70em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav70em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav70em .nav-dropdown-arrow>polygon{display:none}.nav70em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav70em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav70em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav70em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav70em .nav-dropdown-arrow:hover{opacity:1}.nav70em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav70em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav70em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav70em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav70em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav70em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav70em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav70em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav70em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav70em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav70em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:80em){.nav80em .nav-toggle{cursor:pointer;display:contents}.nav80em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav80em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav80em .nav-toggle-icon>.cross{display:none}.nav80em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav80em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav80em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav80em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav80em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav80em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav80em .nav-element{padding:0}.nav80em .nav-div{gap:1em}.nav80em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav80em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav80em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav80em .nav-dropdown-toggle{cursor:pointer}.nav80em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav80em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav80em .nav-dropdown-arrow,.nav80em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav80em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav80em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav80em .nav-dropdown-arrow>polygon{display:none}.nav80em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav80em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav80em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav80em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav80em .nav-dropdown-arrow:hover{opacity:1}.nav80em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav80em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav80em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav80em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav80em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav80em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav80em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav80em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav80em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav80em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav80em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:90em){.nav90em .nav-toggle{cursor:pointer;display:contents}.nav90em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav90em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav90em .nav-toggle-icon>.cross{display:none}.nav90em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav90em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav90em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav90em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav90em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav90em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav90em .nav-element{padding:0}.nav90em .nav-div{gap:1em}.nav90em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav90em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav90em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav90em .nav-dropdown-toggle{cursor:pointer}.nav90em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav90em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav90em .nav-dropdown-arrow,.nav90em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav90em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav90em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav90em .nav-dropdown-arrow>polygon{display:none}.nav90em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav90em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav90em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav90em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav90em .nav-dropdown-arrow:hover{opacity:1}.nav90em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav90em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav90em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav90em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav90em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav90em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav90em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav90em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav90em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav90em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav90em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}@media (max-width:100em){.nav100em .nav-toggle{cursor:pointer;display:contents}.nav100em .nav-toggle-icon{display:unset;width:auto;height:var(--phone-button-size);border:2px outset #eee;-webkit-transition:-webkit-box-shadow .1s,box-shadow .1s;transition:-webkit-box-shadow .1s,box-shadow .1s}.nav100em .nav-toggle-icon>line{stroke:var(--phone-button-color);stroke-width:2px;stroke-linecap:round}.nav100em .nav-toggle-icon>.cross{display:none}.nav100em .nav-toggle-icon:hover{box-shadow:var(--phone-hover-shadow);-webkit-transition:-webkit-box-shadow .3s,box-shadow .3s;transition:-webkit-box-shadow .3s,box-shadow .3s}.nav100em .nav-checkbox:checked+.nav-toggle-icon{border:2px inset #eee}.nav100em .nav-checkbox:checked+.nav-toggle-icon>.bar{display:none}.nav100em .nav-checkbox:checked+.nav-toggle-icon>.cross{display:unset}.nav100em .nav-list{max-width:var(--phone-menu-max-width);max-height:var(--phone-menu-max-height);height:unset;background-image:var(--background-image);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;padding:10px;-webkit-transition:rotate .2s;transition:rotate .2s;position:absolute;top:100%;bottom:auto;left:0;right:0;overflow-y:auto;rotate:x 90deg}.nav100em .nav-toggle:has(.nav-checkbox:checked)~.nav-list{rotate:none}.nav100em .nav-element{padding:0}.nav100em .nav-div{gap:1em}.nav100em .nav-dropdown{-webkit-transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;transition:grid-template-rows var(--phone-nav-dropdown-transition-time)ease-out;grid-template-rows:1e-10fr;display:grid;position:static;rotate:none}.nav100em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown{grid-template-rows:1fr}.nav100em .nav-div:has(.nav-dropdown-checkbox:checked)~.nav-dropdown .nav-dropdown-list{padding:3px 0}.nav100em .nav-dropdown-toggle{cursor:pointer}.nav100em .nav-dropdown-list{margin-left:10px;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;overflow:hidden}.nav100em .nav-a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav100em .nav-dropdown-arrow,.nav100em .nav-dropdown-list .nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav100em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav100em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow{width:var(--arrow-phone-size);opacity:.9;height:auto;margin:0;-webkit-transition:rotate .3s linear,stroke .1s linear;transition:rotate .3s linear,stroke .1s linear;translate:none;rotate:none}.nav100em .nav-dropdown-arrow>polygon{display:none}.nav100em .nav-dropdown-list .nav-dropdown-arrow>polygon{display:none}.nav100em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav100em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>polygon{display:none}.nav100em .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-dropdown-list .nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-dropdown-list .nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>circle{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow>line{display:unset;fill:transparent;stroke-width:.8px;stroke:var(--arrow-phone-color);stroke-linecap:round}.nav100em .nav-dropdown-arrow:hover{opacity:1}.nav100em .nav-dropdown-list .nav-dropdown-arrow:hover{opacity:1}.nav100em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav100em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover{opacity:1}.nav100em .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav100em .nav-dropdown-list .nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav100em .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav100em .nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow:hover>line{stroke:var(--arrow-phone-color-hover);-webkit-transition:stroke .3s;transition:stroke .3s}.nav100em .nav-dropdown-checkbox:checked+.nav-dropdown-arrow{rotate:180deg}.nav100em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-dropdown-arrow){rotate:180deg}.nav100em .nav-dropdown-checkbox:checked+:is(.nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}.nav100em .nav-dropdown-checkbox:checked+:is(.nav-dropdown-list .nav-element:hover>.nav-div>.nav-dropdown-toggle>.nav-dropdown-arrow){rotate:180deg}}.standard-progress-bar{--width:300px;--height:20px;--bar-color:#08f;--border-color:#444;--border-radius:20px;--bar-margin:.125em;--bar-transition-speed:.3s}.standard-progress-bar>div{border:solid 1px var(--border-color);-webkit-border-radius:var(--border-radius);-moz-border-radius:var(--border-radius);border-radius:var(--border-radius)}.standard-progress-bar>div>div{width:var(--width);height:var(--height);margin:var(--bar-margin);-webkit-border-radius:var(--border-radius);-moz-border-radius:var(--border-radius);border-radius:var(--border-radius);overflow:hidden}.standard-progress-bar>div>div>div{background-color:var(--bar-color);height:100%;-webkit-transition:width ease-in-out var(--bar-transition-speed);transition:width ease-in-out var(--bar-transition-speed)}.standard-progress-bar>p{margin-top:.15em;font-size:1.125rem}.circle-progress-bar{--diameter:200px;--circle-margin:4;--circle-color:#04a;--border-color:#444}.circle-progress-bar>svg{width:var(--diameter);height:var(--diameter)}.circle-progress-bar>svg>circle{fill:none;stroke:var(--border-color)}.circle-progress-bar>svg>g{scale:calc(100 - var(--circle-margin))}.circle-progress-bar>svg>g>:-webkit-any(path,circle){fill:var(--circle-color)}.circle-progress-bar>svg>g>:is(path,circle){fill:var(--circle-color)}.circle-progress-bar>p{margin-top:.15em;font-size:1.125rem}.speedometer-progress-bar{--diameter:200px;--border-color:#444;--middle-circle-color:rgba(0,0,0,.4);--text-color:#222;--small-tick-width:1;--small-tick-color:#333;--big-tick-width:4;--big-tick-color:#222;--meter-length:87.5;--meter-width:5;--meter-color:#d22;--meter-transition-speed:.5s}.speedometer-progress-bar>svg{width:var(--diameter);height:var(--diameter)}.speedometer-progress-bar>svg>.outer-circle{stroke:var(--border-color);fill:none}.speedometer-progress-bar>svg>.small-tick{stroke-width:var(--small-tick-width);stroke:var(--small-tick-color)}.speedometer-progress-bar>svg>.big-tick{stroke-width:var(--big-tick-width);stroke:var(--big-tick-color)}.speedometer-progress-bar>svg>.meter-circle{r:calc(.17px*var(--meter-length));stroke:none;fill:var(--middle-circle-color)}.speedometer-progress-bar>svg>.meter{-webkit-transition:rotate ease-out var(--meter-transition-speed);transition:rotate ease-out var(--meter-transition-speed)}.speedometer-progress-bar>svg>.meter>line{stroke:var(--meter-color);stroke-width:var(--meter-width);scale:1 var(--meter-length)}.speedometer-progress-bar>svg>.meter>:-webkit-any(.line-cap-begin,.line-cap-end){r:calc(.5px*var(--meter-width));stroke:none;fill:var(--meter-color)}.speedometer-progress-bar>svg>.meter>:is(.line-cap-begin,.line-cap-end){r:calc(.5px*var(--meter-width));stroke:none;fill:var(--meter-color)}.speedometer-progress-bar>svg>.meter>.line-cap-begin{translate:0 calc(-.2px*var(--meter-length))}.speedometer-progress-bar>svg>.meter>.line-cap-end{translate:0 calc(1px*var(--meter-length))}.speedometer-progress-bar>svg>text{fill:var(--text-color);font-size:13.8px}.speedometer-progress-bar>p{margin-top:.15em;font-size:1.125rem}.slider{--button-background-color:#0d6efd;--button-border-color:#eee;--button-stroke-color:#fff;--button-background-color-hover:#0b5ed7;--button-border-color-hover:#0a58ca;--button-box-shadow-color-hover:#0a58ca;--button-disabled-color:#8af;--slider-track-color:#5ff;--slider-track-height:6px;--slider-track-boder-radius:3px;--slider-thumb-color:#07f;--slider-thumb-width:16px;--slider-thumb-height:16px;--slider-thumb-disabled-color:var(--button-disabled-color);width:100px;margin:10px;display:inline-block}.slider>label{margin-left:auto;margin-right:auto;white-space:nowrap;margin-bottom:.5em;display:table}.slider>.slider-buttons{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-moz-box-pack:justify;-webkit-align-content:center;align-content:center;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:.3em;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.slider>.slider-buttons>button{border:1px outset var(--button-border-color);background-color:var(--button-background-color);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:27px;height:22px;margin:0 3px;padding:0 3px;font-size:10px;-webkit-transition:color .2s linear,background-color .2s linear,border-color .2s linear;transition:color .2s linear,background-color .2s linear,border-color .2s linear}.slider>.slider-buttons>button svg{width:100%;height:auto}.slider>.slider-buttons>button svg line{stroke:var(--button-stroke-color);stroke-linecap:round}.slider>.slider-buttons>button:hover{border-color:var(--button-border-color-hover);background-color:var(--button-background-color-hover);box-shadow:3px 3px var(--button-box-shadow-color-hover)inset}.slider>.slider-buttons>button:disabled{background-color:var(--button-disabled-color);width:26px;height:21px;box-shadow:none;border-color:transparent}.slider>.slider-buttons>label{text-align:center;width:calc(100% - 60px);font-size:1.1rem}.slider>.slider-buttons input{text-align:center;width:calc(100% - 60px);font-size:1.1rem}.slider>.slider-buttons>input{background-color:transparent;border:0;outline:0}.slider>input[type=range]{-webkit-appearance:none;width:100%;height:var(--slider-track-height);background:var(--slider-track-color);-webkit-border-radius:var(--slider-track-boder-radius);-moz-border-radius:var(--slider-track-boder-radius);border-radius:var(--slider-track-boder-radius);opacity:.7;margin:0;-webkit-transition:opacity .3s;transition:opacity .3s}.slider>input[type=range]:enabled:hover{opacity:1}.slider>input[type=range]:focus{outline:0}.slider>input[type=range]::-webkit-slider-runnable-track{height:var(--slider-track-height);background:var(--slider-track-color);-webkit-border-radius:var(--slider-track-boder-radius);-moz-border-radius:var(--slider-track-boder-radius);border-radius:var(--slider-track-boder-radius)}.slider>input[type=range]::-moz-range-track{height:var(--slider-track-height);background:var(--slider-track-color);-webkit-border-radius:var(--slider-track-boder-radius);-moz-border-radius:var(--slider-track-boder-radius);border-radius:var(--slider-track-boder-radius)}.slider>input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:var(--slider-thumb-width);height:var(--slider-thumb-height);background:var(--slider-thumb-color);cursor:pointer;margin-top:calc(var(--slider-track-height)/2 - var(--slider-thumb-height)/2);border:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.slider>input[type=range]::-moz-range-thumb{-webkit-appearance:none;width:var(--slider-thumb-width);height:var(--slider-thumb-height);background:var(--slider-thumb-color);cursor:pointer;border:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.slider>input[type=range]:disabled::-webkit-slider-thumb{background:var(--slider-thumb-disabled-color);cursor:default}.slider>input[type=range]:disabled::-moz-range-thumb{background:var(--slider-thumb-disabled-color);cursor:default}:root{--blue-text-color:#25b}.headline-big{text-align:center;color:var(--blue-text-color);margin:1.5em auto 2.5em;font-family:Roboto;font-size:max(1.7rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.2}.headline-background{color:var(--blue-text-color);background-image:-webkit-linear-gradient(315deg,rgba(238,238,255,.533),rgba(187,187,204,.533));background-image:linear-gradient(135deg,rgba(238,238,255,.533),rgba(187,187,204,.533));-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:1em auto;padding:20px 50px;font-family:Roboto;font-size:max(1.8rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.3;display:table}.headline-background-image{margin:1.5em auto;padding:35px 100px;display:table;position:relative}.headline-background-image>h1{text-align:center;color:var(--blue-text-color);z-index:2;letter-spacing:1.2px;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;margin:0;font-family:Roboto;font-size:max(1.7rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.2;position:relative}.headline-background-image>h2{text-align:center;color:var(--blue-text-color);z-index:2;letter-spacing:1.2px;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;margin:0;font-family:Roboto;font-size:max(1.7rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.2;position:relative}.headline-background-image>h3{text-align:center;color:var(--blue-text-color);z-index:2;letter-spacing:1.2px;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;margin:0;font-family:Roboto;font-size:max(1.7rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.2;position:relative}.headline-background-image>h4{text-align:center;color:var(--blue-text-color);z-index:2;letter-spacing:1.2px;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;margin:0;font-family:Roboto;font-size:max(1.7rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.2;position:relative}.headline-background-image>h5{text-align:center;color:var(--blue-text-color);z-index:2;letter-spacing:1.2px;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;margin:0;font-family:Roboto;font-size:max(1.7rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.2;position:relative}.headline-background-image>h6{text-align:center;color:var(--blue-text-color);z-index:2;letter-spacing:1.2px;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;margin:0;font-family:Roboto;font-size:max(1.7rem,min(1.4rem + 1.5vw,2.5rem));font-weight:700;line-height:1.2;position:relative}.headline-background-image>img{z-index:1;opacity:.8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:100%;height:100%;position:absolute;top:0;bottom:auto;left:0;right:auto}.headline{text-align:center;margin:0 auto .8em;font-size:max(1.5rem,min(1.3rem + .6vw,2rem));font-weight:400;line-height:1.3}.grid-2-columns{grid-template-columns:1fr;gap:40px 15px;padding-top:50px;display:grid}@media (min-width:992px){.grid-2-columns{grid-template-columns:1fr 1fr}.grid-2-columns:has(>:first-child:nth-last-child(2n-1))>:last-child{grid-column-start:span 2;width:50%;margin-left:auto;margin-right:auto}}.center{margin-left:auto;margin-right:auto;display:table}.horizontal-list{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:start;-moz-box-align:start;-webkit-align-items:start;align-items:start;margin:0;padding:0;list-style:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.horizontal-list>li{text-align:center;margin:0 5px}.big-list{margin:0 auto;display:table}.big-list>li{margin:10px 0}.big-list *{font-size:1.2rem}.icon-list{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-flow:wrap;flex-flow:wrap;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-box-align:start;-moz-box-align:start;-webkit-align-items:start;align-items:start;margin:50px 10px 20px;padding:0;list-style:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.icon-list>li{background-color:rgba(255,255,255,.2);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin:30px}.icon-list>li>a>div{padding:10px}.icon-list>li>a>div>p{color:unset;margin:0 auto;font-weight:700;display:table}.icon-list>li>a>div>svg{--icon-color:#000;width:100px;height:100px;margin:20px;display:table}.icon-list>li>a>div>svg>*{-webkit-transition:fill .2s,stroke .2s;transition:fill .2s,stroke .2s}.icon-list>li>a:hover>div>svg{--icon-color:#fff}.contact-list{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:start;-moz-box-align:start;-webkit-align-items:start;align-items:start;margin:50px 10px 20px;padding:0;list-style:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}.contact-list>li{text-align:left;overflow-wrap:break-word;background-image:-webkit-linear-gradient(315deg,rgba(255,255,255,.2),rgba(204,204,204,.2));background-image:linear-gradient(135deg,rgba(255,255,255,.2),rgba(204,204,204,.2));-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;width:300px;margin:10px;padding:10px}.info-box{text-align:left;background-image:-webkit-linear-gradient(315deg,rgba(255,255,255,.2),rgba(204,204,204,.2));background-image:linear-gradient(135deg,rgba(255,255,255,.2),rgba(204,204,204,.2));-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:.8rem}.pdf-link{color:#8b0000}@font-face{font-family:Carlito;font-weight:400;font-style:normal;font-display:swap;unicode-range:U+D-FEFF;src:local(Carlito),local(Carlito Regular),local(Carlito-Regular),url(/fonts/Carlito/Carlito-Regular.LsQYeg.woff2)format("woff2"),url(/fonts/Carlito/Carlito-Regular.9rRYEg.ttf)format("truetype")}@font-face{font-family:Carlito;font-weight:700;font-style:normal;font-display:swap;unicode-range:U+D-FEFF;src:local(Carlito Bold),local(Carlito-Bold),url(/fonts/Carlito/Carlito-Bold.fthKIQ.woff2)format("woff2"),url(/fonts/Carlito/Carlito-Bold.7Uy5XQ.ttf)format("truetype")}@font-face{font-family:Carlito;font-weight:400;font-style:italic;font-display:swap;unicode-range:U+D-FEFF;src:local(Carlito Italic),local(Carlito-Italic),url(/fonts/Carlito/Carlito-Italic.VfH5pA.woff2)format("woff2"),url(/fonts/Carlito/Carlito-Italic.2oMtfQ.ttf)format("truetype")}@font-face{font-family:Carlito;font-weight:700;font-style:italic;font-display:swap;unicode-range:U+D-FEFF;src:local(Carlito BoldItalic),local(Carlito-BoldItalic),url(/fonts/Carlito/Carlito-BoldItalic.8G2E5w.woff2)format("woff2"),url(/fonts/Carlito/Carlito-BoldItalic.tCtu5g.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:400;font-style:normal;font-display:swap;unicode-range:U+2-FFFD;src:local(Roboto),local(Roboto Regular),local(Roboto-Regular),url(/fonts/Roboto/Roboto-Regular.PQ1epA.woff2)format("woff2"),url(/fonts/Roboto/Roboto-Regular.oUNb6Q.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-style:normal;font-display:swap;unicode-range:U+2-FFFD;src:local(Roboto Bold),local(Roboto-Bold),url(/fonts/Roboto/Roboto-Bold.YzuTKg.woff2)format("woff2"),url(/fonts/Roboto/Roboto-Bold.iP4E3w.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:400;font-style:italic;font-display:swap;unicode-range:U+2-FFFD;src:local(Roboto Italic),local(Roboto-Italic),url(/fonts/Roboto/Roboto-Italic.oOUmdA.woff2)format("woff2"),url(/fonts/Roboto/Roboto-Italic.01FlRA.ttf)format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-style:italic;font-display:swap;unicode-range:U+2-FFFD;src:local(Roboto BoldItalic),local(Roboto-BoldItalic),url(/fonts/Roboto/Roboto-BoldItalic.FzCwVw.woff2)format("woff2"),url(/fonts/Roboto/Roboto-BoldItalic.aIImug.ttf)format("truetype")}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root{--bounce-animation:linear(0,.029 3.2%,.123 7.0%,.651 21.2%,.862 28.2%,1.002 35.4%,1.046 39.2%,1.074 43.2%,1.087 47.8%,1.086 53.2%,1.014 77.0%,.994 92.6%,1)}h1,h2,h3,h4,h5,h6,p{margin:0 0 1em}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{text-wrap:pretty}button,select,input,textarea{font-family:inherit;font-size:inherit}button:not(:disabled){cursor:pointer}img,picture{max-width:100%;height:auto;display:block}table{border-collapse:collapse}tr:nth-child(odd){background-color:#e9e9e9}tr:nth-child(2n){background-color:#f2f2f2}td,math{font-variant-numeric:tabular-nums}:target{scroll-margin-block:5rlh}ul{margin:1rem 0;list-style-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 10\" width=\"12\" height=\"12\"><polygon points=\"0 0 3 5 0 10 10 5\"/></svg>")}a{-webkit-transition:color .1s,text-shadow .1s;transition:color .1s,text-shadow .1s}a:link{text-decoration:none}a:hover{text-shadow:0 0 5px #000;-webkit-transition:color .3s,text-shadow .3s;transition:color .3s,text-shadow .3s;color:#fff!important}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;interpolate-size:allow-keywords;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;font-family:Carlito}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{color:#222;--background-blur:1px;margin:0;font-size:1.1rem;line-height:1.6}@media (max-width:992px){body{--background-blur:5px}}body:before{content:"";background-color:#b5935f;background-image:url(/img/Background.kQ8XoA.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-animation:5s linear forwards darken;animation:5s linear forwards darken;position:fixed;top:0;bottom:0;left:0;right:0}@-webkit-keyframes darken{to{-webkit-filter:blur(var(--background-blur))sepia(.5);filter:blur(var(--background-blur))sepia(.5)}}@keyframes darken{to{-webkit-filter:blur(var(--background-blur))sepia(.5);filter:blur(var(--background-blur))sepia(.5)}}#main-container{backdrop-filter:blur(5px);view-transition-name:main;background-image:-webkit-linear-gradient(315deg,rgba(187,187,187,.533),rgba(221,221,221,.533));background-image:linear-gradient(135deg,rgba(187,187,187,.533),rgba(221,221,221,.533));-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;width:95%;max-width:1500px;margin:80px auto 30px;padding:10px 20px 0;-webkit-animation:.3s ease-out growing;animation:.3s ease-out growing;overflow:clip}@media (max-width:992px){#main-container{backdrop-filter:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;width:100%;margin:0;padding-top:80px}}@-webkit-keyframes growing{0%{scale:0}to{scale:1}}@keyframes growing{0%{scale:0}to{scale:1}}#main-container[blink="1"]{-webkit-animation:1s ease-out blink1;animation:1s ease-out blink1}@-webkit-keyframes blink1{0%{opacity:.5}to{opacity:1}}@keyframes blink1{0%{opacity:.5}to{opacity:1}}#main-container[blink="2"]{-webkit-animation:1s ease-out blink2;animation:1s ease-out blink2}@-webkit-keyframes blink2{0%{opacity:.5}to{opacity:1}}@keyframes blink2{0%{opacity:.5}to{opacity:1}}#main-container>main{min-height:calc(100svh - 500px)}::view-transition-group(*){-webkit-animation-duration:.5s;animation-duration:.5s}::view-transition-old(main){-webkit-animation:.5s ease-in-out forwards swap-out;animation:.5s ease-in-out forwards swap-out}@-webkit-keyframes swap-out{0%{opacity:1;translate:0}to{opacity:.5;translate:calc(var(--view-transition-x)*(50vw + 50% + 40px))calc(var(--view-transition-y)*(120% + 40px))}}@keyframes swap-out{0%{opacity:1;translate:0}to{opacity:.5;translate:calc(var(--view-transition-x)*(50vw + 50% + 40px))calc(var(--view-transition-y)*(120% + 40px))}}::view-transition-new(main){-webkit-animation:.5s ease-in-out forwards swap-in;animation:.5s ease-in-out forwards swap-in}@-webkit-keyframes swap-in{0%{opacity:.5;translate:calc(var(--view-transition-x)*-1*(50vw + 50% + 40px))calc(var(--view-transition-y)*-1*(120% + 40px))}to{opacity:1;translate:0}}@keyframes swap-in{0%{opacity:.5;translate:calc(var(--view-transition-x)*-1*(50vw + 50% + 40px))calc(var(--view-transition-y)*-1*(120% + 40px))}to{opacity:1;translate:0}}#header-navbar{z-index:500;view-transition-name:header;-webkit-animation:1s ease-out spawn;animation:1s ease-out spawn;position:fixed;top:0;bottom:auto;left:0;right:0}@-webkit-keyframes spawn{0%{translate:0 -100%}to{translate:0}}@keyframes spawn{0%{translate:0 -100%}to{translate:0}}#header-navbar .nav-root{--vertical-link-padding:10px;--font-color:#eee;--arrow-desktop-color:rgba(238,238,238,.733);--arrow-desktop-hover-color:rgba(17,17,17,.733);--arrow-desktop-hover-stroke:#eee;--phone-button-size:35px;--phone-button-color:rgba(255,255,255,.733);--background-image:linear-gradient(90deg,rgba(0,119,187,.8),rgba(34,85,187,.8),rgba(0,119,187,.8));gap:calc(30px - var(--horizontal-link-padding));background-image:var(--background-image);-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;justify-content:center;height:70px;-webkit-animation:1ms forwards height-scroll;animation:1ms forwards height-scroll;animation-timeline:scroll(root);animation-range:0 200px}@-webkit-keyframes height-scroll{0%{height:70px}to{height:50px}}@keyframes height-scroll{0%{height:70px}to{height:50px}}#header-navbar .nav-root a:hover{text-shadow:none;-webkit-transition:color .3s,text-shadow .3s;transition:color .3s,text-shadow .3s;color:#018!important}#header-navbar .nav-root .nav-brand>a{height:100%;padding-inline:var(--horizontal-link-padding);-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;gap:5px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}#header-navbar .nav-root .nav-brand>a>.brand-image{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:40px;height:40px;padding:2px;-webkit-transition:background-color .1s;transition:background-color .1s}#header-navbar .nav-root .nav-brand>a>.brand-text{fill:#eee;height:25px;-webkit-transition:fill .1s;transition:fill .1s}#header-navbar .nav-root .nav-brand>a:hover>.brand-image{background-color:#eee;-webkit-transition:background-color .3s;transition:background-color .3s}#header-navbar .nav-root .nav-brand>a:hover>.brand-text{fill:#018;-webkit-transition:fill .3s;transition:fill .3s}#header-navbar .nav-root .nav-toggle-icon{background-color:#33f}#header-navbar .nav-root .nav-dropdown{min-width:120px}#header-navbar .nav-root:not(:has(:-webkit-any(.active,.nav-element:hover,.nav-brand:hover))) .nav-brand{anchor-name:--nav-anchor}#header-navbar .nav-root:not(:has(:is(.active,.nav-element:hover,.nav-brand:hover))) .nav-brand{anchor-name:--nav-anchor}@media not (max-width:80em){#header-navbar .nav-root:not(:has(:-webkit-any(.nav-element:hover,.nav-brand:hover)))>.nav-list>.nav-element:has(.active)>.nav-a{anchor-name:--nav-anchor}#header-navbar .nav-root:not(:has(:is(.nav-element:hover,.nav-brand:hover)))>.nav-list>.nav-element:has(.active)>.nav-a{anchor-name:--nav-anchor}#header-navbar .nav-root:not(:has(:-webkit-any(.nav-element:hover,.nav-brand:hover)))>.nav-list>.nav-element:has(.active)>.nav-div>.nav-a{anchor-name:--nav-anchor}#header-navbar .nav-root:not(:has(:is(.nav-element:hover,.nav-brand:hover)))>.nav-list>.nav-element:has(.active)>.nav-div>.nav-a{anchor-name:--nav-anchor}}#header-navbar .nav-root .nav-element:hover{anchor-name:--nav-anchor}#header-navbar .nav-root .nav-brand:hover{anchor-name:--nav-anchor}#header-navbar .nav-root:after{content:"";position-anchor:--nav-anchor;top:anchor(top);left:anchor(left);right:anchor(right);bottom:anchor(bottom);z-index:999;pointer-events:none;-webkit-filter:blur(5px);filter:blur(5px);opacity:0;corner-shape:squircle;-webkit-transition:all .5s var(--bounce-animation);transition:all .5s var(--bounce-animation);background-image:-webkit-radial-gradient(rgba(204,204,255,.4),rgba(204,204,255,0));background-image:radial-gradient(rgba(204,204,255,.4),rgba(204,204,255,0));-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute}#header-navbar .nav-root:has(:is(.nav-element .active,.nav-element:hover,.nav-brand:hover)):after{opacity:1}footer{color:#eee;background-image:-webkit-gradient(linear,0 0,100% 0,from(rgba(0,119,187,.8)),to(rgba(34,85,187,.8)));background-image:-webkit-linear-gradient(rgba(34,85,187,.8),rgba(0,119,187,.8));background-image:linear-gradient(90deg,rgba(0,119,187,.8),rgba(34,85,187,.8));width:calc(100% + 40px);margin:200px -20px 0}footer>.horizontal-list{gap:5em;padding-top:2em;padding-bottom:2em}@media not (min-width:800px){footer>.horizontal-list{-webkit-justify-content:space-around;justify-content:space-around;gap:0}}footer>.horizontal-list>li{text-align:left;margin:0;padding-top:1em;padding-bottom:1em}footer>.horizontal-list>li:last-child{-webkit-align-self:center;align-self:center}footer>.horizontal-list>li:last-child>label{opacity:.9;font-family:Roboto;font-size:.9rem}footer>.horizontal-list>li>h2{margin:0 .8rem .5em;font-family:Roboto;font-size:1.3em}footer>.horizontal-list>li>ul{-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-webkit-align-items:start;align-items:start;gap:0;margin:0;padding:0;list-style:none;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}footer>.horizontal-list>li>ul>li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}footer>.horizontal-list>li>ul>li>a{color:#eee;padding:.4rem .8rem;font-size:1.15rem;position:relative}footer>.horizontal-list>li>ul>li>a:after{content:"";background-color:#018;width:90%;height:.1rem;margin:auto;-webkit-transition:scale .1s ease-in-out;transition:scale .1s ease-in-out;position:absolute;top:auto;bottom:.5rem;left:0;right:0;scale:0 1}footer>.horizontal-list>li>ul>li>a:hover{text-shadow:none;color:#018!important}footer>.horizontal-list>li>ul>li>a:hover:after{-webkit-transition:scale .2s ease-in-out;transition:scale .2s ease-in-out;scale:1}footer .active{font-weight:700}footer:not(:has(:-webkit-any(.active,a:hover)))>.horizontal-list>li:last-child{anchor-name:--footer-anchor}footer:not(:has(:is(.active,a:hover)))>.horizontal-list>li:last-child{anchor-name:--footer-anchor}footer:not(:has(a:hover)) .active{anchor-name:--footer-anchor}footer a:hover{anchor-name:--footer-anchor}footer:after{content:"";position-anchor:--footer-anchor;top:anchor(top);left:anchor(left);right:anchor(right);bottom:anchor(bottom);z-index:999;pointer-events:none;-webkit-filter:blur(5px);filter:blur(5px);opacity:0;corner-shape:squircle;-webkit-transition:all .5s var(--bounce-animation);transition:all .5s var(--bounce-animation);background-image:-webkit-radial-gradient(rgba(204,204,255,.4),rgba(204,204,255,0));background-image:radial-gradient(rgba(204,204,255,.4),rgba(204,204,255,0));-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute}footer:has(:-webkit-any(.active,a:hover)):after{opacity:1}footer:has(:is(.active,a:hover)):after{opacity:1}#home .carousel{width:calc(100% + 40px);margin:0 -20px 80px}@media (max-width:992px){#home .carousel>.carousel-content>.carousel-element>img{object-fit:cover;height:70svh}}#home .carousel>.carousel-overlay{z-index:30;-webkit-box-align:end;-moz-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;position:absolute;top:auto;bottom:calc(13% + 40px);left:12%;right:auto}#home .carousel>.carousel-overlay svg{width:calc(15px + 10vw);height:calc(15px + 10vw);margin-bottom:10px;rotate:350deg}#home .carousel>.carousel-overlay p{color:#fff;white-space:nowrap;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;margin:0 0 0 -5px;font-size:calc(10px + 1.2vw)}#home .image-link{background-image:-webkit-linear-gradient(315deg,rgba(255,255,255,.2),rgba(204,204,204,.2));background-image:linear-gradient(135deg,rgba(255,255,255,.2),rgba(204,204,204,.2));-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;padding:.6em .6em 1.5em;-webkit-transition:background-color .1s,color .1s,text-shadow .1s;transition:background-color .1s,color .1s,text-shadow .1s;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}@media (max-width:992px){#home .image-link{margin:0}}#home .image-link:hover{background-color:rgba(255,255,255,.5);-webkit-transition:background-color .3s,color .3s,text-shadow .3s;transition:background-color .3s,color .3s,text-shadow .3s}#home .image-link .headline{color:unset}#home .image-link img{width:100%;height:auto;margin:0 auto}#home .image-link img,#home .image-link svg{-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-animation:1ms forwards scaleTransition;animation:1ms forwards scaleTransition;animation-timeline:view();animation-range:entry}@-webkit-keyframes scaleTransition{0%{scale:0}to{scale:1}}@keyframes scaleTransition{0%{scale:0}to{scale:1}}#not-found .loader-icon{--size:5px;--spin-type:spin-type-2;--spin-direction:alternate}#beitritt .download-section{margin:20px auto;display:table}#beitritt .download-section>p{text-align:center;margin:0 0 1em;font-size:.9rem;line-height:1.1}#beitritt .download-section a{isolation:isolate;text-align:center;color:#fff;text-shadow:1px 1px 1px #333,1px -1px 1px #333,-1px 1px 1px #333,-1px -1px 1px #333;padding:1.5rem;font-size:1.6rem;line-height:2.5rem;text-decoration:none;display:block;position:relative}#beitritt .download-section a>svg{z-index:-1;background:-webkit-linear-gradient(315deg,rgba(51,102,204,.8),rgba(17,68,170,.8)) padding-box padding-box,-webkit-linear-gradient(315deg,#44a,#006) border-box;background:linear-gradient(135deg,rgba(51,102,204,.8),rgba(17,68,170,.8)) padding-box padding-box,linear-gradient(135deg,#44a,#006) border-box;border:.1rem inset transparent;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;border-radius:1.25rem;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:visible}#beitritt .download-section a>svg>rect{fill:none;stroke:#fff;stroke-linecap:round;stroke-dasharray:15 35;opacity:0}#beitritt .download-section a>svg>.line{stroke-width:2px}#beitritt .download-section a>svg>.blur{stroke-width:10px;-webkit-filter:blur(5px);filter:blur(5px)}#beitritt .download-section a:-webkit-any(:hover,:focus)>svg{background:-webkit-linear-gradient(315deg,rgba(51,102,204,.8),rgba(17,68,170,.8)) padding-box padding-box,-webkit-linear-gradient(135deg,#44a,#006) border-box;background:linear-gradient(135deg,rgba(51,102,204,.8),rgba(17,68,170,.8)) padding-box padding-box,linear-gradient(315deg,#44a,#006) border-box}#beitritt .download-section a:is(:hover,:focus)>svg{background:-webkit-linear-gradient(315deg,rgba(51,102,204,.8),rgba(17,68,170,.8)) padding-box padding-box,-webkit-linear-gradient(135deg,#44a,#006) border-box;background:linear-gradient(135deg,rgba(51,102,204,.8),rgba(17,68,170,.8)) padding-box padding-box,linear-gradient(315deg,#44a,#006) border-box}#beitritt .download-section a:-webkit-any(:hover,:focus)>svg>rect{-webkit-animation:.8s ease-in visibility;animation:.8s ease-in visibility}#beitritt .download-section a:is(:hover,:focus)>svg>rect{-webkit-animation:.8s ease-in visibility;animation:.8s ease-in visibility}@-webkit-keyframes visibility{0%{opacity:0;stroke-dashoffset:0}30%{opacity:1}60%{opacity:1}to{opacity:0;stroke-dashoffset:-80px}}@keyframes visibility{0%{opacity:0;stroke-dashoffset:0}30%{opacity:1}60%{opacity:1}to{opacity:0;stroke-dashoffset:-80px}}#beitritt .beitritt-table{-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}#beitritt .beitritt-table table,#beitritt .beitritt-table tr,#beitritt .beitritt-table th{border:1px solid #000}#beitritt .beitritt-table td:first-child{border:1px solid #000}#beitritt .beitritt-table>table{min-width:350px;margin:0 -20px}#beitritt .beitritt-table>table tr th{text-align:center;padding:.5em .8em}#beitritt .beitritt-table>table tr td:first-child{padding:.5em .8em}#beitritt .beitritt-table>table tr td:nth-child(2){text-align:right;padding:.5em .2em .5em .8em}#beitritt .beitritt-table>table tr td:last-child{text-align:left;padding:.5em .8em .5em 0}#beitritt .beitritt-table>table tr #eltern-kind{line-height:20px}#beitritt .beitritt-table>table tr #eltern-kind div{display:inline-block}#beitritt .beitritt-table>table tr #eltern-kind div p{margin:0;line-height:11px}#beitritt .beitritt-table>table tr #eltern-kind div p span:first-child{font-size:14px}#beitritt .beitritt-table>table tr #eltern-kind div p span:last-child{font-size:10px}#beitritt .beitritt-table>table tr #eltern-kind div:nth-last-child(3){text-align:right}#beitritt .beitritt-table>table tr #eltern-kind div:nth-last-child(2){text-align:center}#beitritt .beitritt-table>table tr #eltern-kind div:last-child{text-align:left}#news .collapse-div{--height-transition-time:.6s;--arrow-size:clamp(1.5rem,calc(1.3rem + .6vw),2rem);--color:unset;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex}#news .collapse-div>.head{font-size:var(--arrow-size);color:var(--blue-text-color);cursor:pointer;background-image:-webkit-linear-gradient(315deg,rgba(255,255,255,.4),rgba(204,204,204,.4));background-image:linear-gradient(135deg,rgba(255,255,255,.4),rgba(204,204,204,.4));-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:4em auto 1em;padding:20px 50px;font-weight:400;line-height:1.3;-webkit-transition:background-color .1s;transition:background-color .1s;display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:inline-flex}#news .collapse-div>.head:hover{background-color:rgba(255,255,255,.733);-webkit-transition:background-color .3s;transition:background-color .3s}#news .collapse-div>.head>.collapse-arrow{margin-left:.2em}#news .collapse-div>.content{padding:0;-webkit-transition:max-height 1s linear;transition:max-height 1s linear}#news .collapse-div.collapsed .collapse-arrow{-webkit-transition:rotate 1s;transition:rotate 1s}#sports-facility>#sports-facility-flex .image-div>p{text-align:center;margin:10px 0 0;font-size:.9rem;line-height:120%}#sports-facility>#sports-facility-grid{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(2,1fr);grid-auto-flow:column;gap:2em;display:grid}@media (max-width:992px){#sports-facility>#sports-facility-grid{grid-template-rows:repeat(6,auto);grid-template-columns:1fr}}#sports-facility>#sports-facility-grid>div:first-child{margin-top:50px}#sports-facility>#sports-facility-grid>div:nth-child(4){margin-top:50px}#sports-facility>#sports-facility-grid>div>img{float:left;width:40%;height:auto;margin:0 10px 0 0}#vorstand .collapse-div>.head{font-size:1.2rem}#vorstand .collapse-div>.head>.collapse-arrow{width:1.2rem;height:1.2rem;margin-left:.2em}