@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Open+Sans+Condensed:wght@300&family=Roboto:ital,wght@0,100;0,400;0,700;1,400;1,700&display=swap";::-webkit-scrollbar{background:var(--tertiary);width:10px}::-webkit-scrollbar-thumb{background:var(--primary)}:root{--primary: #c26112;--tertiary: #f4f2f0}img{max-height:100%;max-width:100%}p{margin:0}.fade-enter-active,.fade-leave-active{transition-duration:.25s;transition-property:opacity}.fade-enter-active{transition-delay:.25s}.fade-enter,.fade-leave-active{opacity:0}.fade-down-enter-active,.fade-down-leave-active{max-height:100vh;transition:opacity .25s ease-in-out,max-height .5s ease-in-out}.fade-down-enter,.fade-down-leave-active{max-height:0;opacity:0}.fade-down-leave{max-height:100vh}html,body{margin:0;padding:0}body{min-height:100vh}#app{height:1px;min-height:100vh}.wrapper{margin:auto;padding:0 30px;width:calc(100% - 60px)}.dark{background:var(--tertiary);width:100%}.header{background:#fff;box-shadow:0 4px 21px 5px #00000017;position:fixed;width:100%;z-index:999}.header .wrapper{display:flex;height:60px;justify-content:space-between;padding:15px 0}.header-logo{display:flex;align-items:center;max-width:200px;text-decoration:none;height:100%}.header-logo img{max-width:100%;height:auto;display:block}.nav{align-items:center;display:flex;height:100%}.nav a{border:2px white solid;color:#000;font-family:Roboto,sans-serif;margin-right:10px;padding:10px;text-decoration:none;transition:background-color .2s ease-in,color .2s ease-in,border-color .2s ease-in}.nav a:not(.section-switch){display:inline-block}.nav .dropdown{display:inline-block;position:relative}.nav .dropdown-content{background:#fff;box-shadow:0 4px 21px 5px #00000017;display:none;min-width:160px;position:absolute;z-index:1}.nav .dropdown-content a{color:#000;display:block;margin:0;padding:12px 16px;text-decoration:none}.nav .dropdown:hover .dropdown-content{display:block}.nav a.router-link-active:not(.home):not(.section-switch),.nav .dropdown-content a.router-link-active:not(.home):not(.section-switch){background:#fff;border-color:var(--primary);color:var(--primary)}.nav a.router-link-active:not(.home):not(.section-switch):hover,.nav a:hover:not(.section-switch),.nav .dropdown:hover>a:not(.section-switch){background:var(--primary);border-color:var(--primary);color:#fff}.section-switch{display:inline-flex;align-items:center;gap:15px;padding:8px 12px;position:relative;border-radius:4px;background:var(--tertiary)}.section-switch svg{width:20px;height:20px;flex-shrink:0;transition:opacity .2s ease-in;z-index:1;transition:color .2s ease-in}.section-switch svg[data-active=true]{color:#fff}.section-switch:before{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%);width:30px;height:30px;background:var(--primary);border-radius:2px;transition:left .2s ease-in;z-index:0}.section-switch.active-cat:before{left:calc(100% - 35px)}.content{display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100% - 90px);padding-top:90px}.content::-webkit-scrollbar{background:var(--tertiary);width:10px}.content::-webkit-scrollbar-thumb{background:var(--primary)}.footer{background:var(--primary);color:#fffc;font-family:Roboto,sans-serif;margin-top:auto}.footer .wrapper{align-items:center;display:flex;height:60px;justify-content:space-between;padding:15px 0}.footer .contact{font-size:22px}.footer .by{color:#fff3;font-size:22px;text-decoration:none}.icon{align-self:center;color:#000;cursor:pointer;display:none;height:24px;position:relative;transform:rotate(0);transition:.5s ease-in-out;width:24px}.icon span{background:#000;display:block;height:4px;left:0;opacity:1;position:absolute;transform:rotate(0);transition:.25s ease-in-out;width:100%}.footer .by span{color:#ffffff7f;font-style:italic}.icon span:nth-child(1){top:0}.icon span:nth-child(2),.icon span:nth-child(3){top:10px}.icon span:nth-child(4){top:20px}.icon.open span:nth-child(1){left:50%;top:10px;width:0%}.icon.open span:nth-child(2){transform:rotate(45deg)}.icon.open span:nth-child(3){transform:rotate(-45deg)}.icon.open span:nth-child(4){left:50%;top:10px;width:0%}@media screen and (min-width:1068px){.wrapper{max-width:1120px;padding:0;width:calc(100% - 10px)}}@media screen and (max-width:1068px){.header .wrapper{padding:15px 30px}.icon{display:block}.nav{background:#000000b3;flex-direction:column;height:calc(100vh - 130px);justify-content:start;left:0;padding:20px 0;position:fixed;text-align:center;top:90px;width:100%}.nav a:not(.section-switch){border-color:transparent;color:#fff;margin-top:10px;width:150px}.nav a.router-link-active:not(.home):not(.section-switch){background:transparent;border-color:#fff;color:#fff}.nav a.router-link-active:not(.home):not(.section-switch):hover,.nav a:hover:not(.section-switch){background:var(--primary);color:#fff}.footer .wrapper{flex-direction:column;justify-content:center;padding:15px 30px;text-align:center;width:calc(100% - 60px)}}
