.burgerBtn{display:flex}.burgerBtn label>span{display:flex;flex-direction:column;justify-content:space-between;gap:8px;cursor:pointer;transition:all .5s}.burgerBtn label>span>span{width:60px;height:1px;background:#000;transition:all .5s;transform-origin:left}.burgerBtn label>span>span:first-child{transform-origin:top left;transition-delay:.1s}.burgerBtn label>span>span:nth-child(2){transition:transform .3s;transition-delay:.5s}.burgerBtn label>span>span:nth-child(3){transform-origin:bottom left;transition-delay:.2s}.burgerBtn.isOpen label>span{transform:rotate(90deg)}.burgerBtn.isOpen label>span span:nth-child(2){transform:scaleX(0);transition-delay:.05s}.burgerBtn.isOpen label>span span:first-child{transform:rotate(45deg) translateY(-1px)}.burgerBtn.isOpen label>span span:nth-child(3){transform:rotate(-45deg) translateY(1px)}.burgerBtn input{display:none}.button{width:max-content;padding:10px 25px;background:var(--color1);font-family:var(--font3);color:#fff;text-transform:uppercase;font-size:14px;box-shadow:0 3px 6px rgba(0,0,0,.161);transition:all .5s;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.button.secondary{background-color:transparent;color:#000;box-shadow:unset;padding-left:10px;padding-right:10px}.button.secondary:hover{color:var(--color1)}.button.button--trait{position:relative}.button.button--trait:before{content:"";position:absolute;left:10px;bottom:0;width:calc(100% - 20px);height:1px;background:currentColor;opacity:1;transition:opacity 0s linear .4s}.button.button--trait:hover:before{opacity:0;transition-delay:0s}.button.button--trait:after{content:"";position:absolute;left:10px;bottom:0;width:calc(100% - 20px);height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.button.button--trait:hover:after{transform-origin:left;transform:scaleX(1)}.button.button-document,.button.submit-button{box-shadow:unset;padding:0;border-bottom:1px solid var(--black);text-transform:none}.button.button-document:hover,.button.submit-button:hover{box-shadow:unset}.button.button-document:after,.button.button-document:before,.button.submit-button:after,.button.submit-button:before{display:none}.button.button-document .btn-name-wrap,.button.submit-button .btn-name-wrap{overflow:visible;height:auto}.button.button-document .btn-name--dup,.button.submit-button .btn-name--dup{display:none}.button.button-document .btn-name,.button.submit-button .btn-name{transform:none}.btn-name-wrap{display:inline-block;overflow:hidden;height:1.2em;line-height:1.2;vertical-align:middle}.btn-name{display:block;transition:transform .75s cubic-bezier(.34,1.56,.64,1)}.btn-name,.btn-name--dup{transform:translateY(0)}.button:hover .btn-name--dup,.button:hover .btn-name:not(.btn-name--dup){transform:translateY(-100%)}.button .icon{display:inline-flex;transform-origin:center center}.button:hover .icon{animation:button-icon-giggle .5s ease-in-out}@keyframes button-icon-giggle{0%,to{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}}@media (min-width:1280px){.button{font-size:16px}}.gotop{align-items:center;background:var(--white);border:1px solid var(--color1);border-radius:50%;bottom:55px;cursor:pointer;display:flex;justify-content:center;opacity:0;position:fixed;right:25px;transition:all .5s;visibility:hidden;width:40px;height:40px;z-index:1000}.gotop.show{opacity:1;visibility:visible}.gotop:hover{background:var(--color1)}.gotop:hover:after{border-color:var(--white)}.gotop:after{border-right:1px solid var(--color1);border-top:1px solid var(--color1);content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-15%) rotate(-45deg);width:10px}footer{padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;align-items:center;font-size:16px;letter-spacing:1px;background:var(--white);color:var(--black);font-family:var(--font1);margin-top:25px}footer .logo{margin:auto;display:flex;justify-content:center}footer .logo img{height:auto}footer .footer-item{text-align:center;width:100%}footer .footer-item .footer-title{font-size:26px;padding-bottom:5px;border-bottom:1px solid var(--color1);margin-bottom:15px;font-family:var(--font1);text-transform:uppercase}footer .footer-item ul{line-height:1.6}footer .footer-item ul+p{margin-top:15px}footer .footer-item ul.main-menu{column-count:2}footer .footer-item ul.main-menu .main-page{position:relative;margin-bottom:5px}footer .footer-item ul.main-menu .main-page.has-childs{cursor:pointer}footer .footer-item ul.main-menu .main-page.has-childs>.page-name:after{content:"▼";margin-left:8px;font-size:10px;transition:transform .3s;display:inline-block}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open>.page-name:after{transform:rotate(180deg)}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open .sub-menu{max-height:300px;opacity:1;visibility:visible}footer .footer-item ul.main-menu .main-page .page-name{transition:all .5s;text-transform:capitalize;display:inline-block}footer .footer-item ul.main-menu .main-page .page-name:hover{opacity:.5}footer .footer-item ul.main-menu .main-page .sub-menu{max-height:0;opacity:0;visibility:hidden;overflow:hidden;transition:all .3s ease;margin-top:5px;display:flex;flex-direction:column;text-align:center;font-size:90%}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page{margin-top:5px}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page .sub-page-name{transition:all .3s;text-transform:capitalize;display:inline-block}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page .sub-page-name:hover{color:var(--color2);opacity:1}footer .footer-item p{line-height:1.6;display:flex;flex-direction:column;align-items:center;text-align:center}footer .footer-item .rs{margin-top:1rem;gap:.5rem}footer .footer-item .rs,footer .footer-item .rs a{display:flex;align-items:center;justify-content:center}footer .footer-item .rs a{transition:all .5s;color:var(--white);background:var(--color1);border:1px solid var(--color1);border-radius:50%;width:30px;height:30px}footer .footer-item .edc{max-width:250px;display:flex;align-self:center;margin-left:auto;margin-right:auto;margin-bottom:1rem}footer .footer-item .edc img{width:100%;height:auto}@media screen and (min-width:768px){footer{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start}footer .logo-content{flex:1 1 100%}footer .footer-item{flex:1 1}.pre-footer{flex-direction:row;justify-content:space-around;height:300px}}@media screen and (min-width:1280px){footer{padding:50px 40px 20px;align-items:flex-start;gap:40px;position:relative;font-size:16px}footer .logo-content{flex:1 1;align-self:center}footer .footer-item p{display:block}footer .footer-item:last-child p{line-height:1.6}footer .footer-item{flex:1 1;line-height:2}footer .footer-item .footer-title{font-size:26px;letter-spacing:2px}footer .footer-item ul.main-menu .main-page.has-childs>.page-name:after{content:"▼";margin-left:8px;font-size:10px;transition:transform .3s;display:inline-block}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open>.page-name:after{transform:rotate(180deg)}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open .sub-menu{max-height:300px;opacity:1;visibility:visible}footer .footer-item ul.main-menu .main-page .sub-menu{margin-left:20px}}@media screen and (min-width:1600px){footer{font-size:16px}}