.burguer-menu{position:relative;width:35px;height:24px;align-content:space-between;flex-direction:column}.burguer-menu span:first-of-type,.burguer-menu span:nth-of-type(2),.burguer-menu span:nth-of-type(3){background:#fff;border-radius:10px;height:3px;margin:2px 0;transition:.4s cubic-bezier(.68,-.6,.32,1.6)}.burguer-menu span:first-of-type{width:50%}.burguer-menu span:nth-of-type(2){width:100%}.burguer-menu span:nth-of-type(3){width:75%}.burguer-menu input[type=checkbox]{display:none}.burguer-menu input[type=checkbox]:checked~span:first-of-type{transform-origin:bottom;transform:rotate(45deg) translate(3.8px,-1px)}.burguer-menu input[type=checkbox]:checked~span:nth-of-type(2){transform-origin:top;transform:rotate(-45deg);width:85%}.burguer-menu input[type=checkbox]:checked~span:nth-of-type(3){width:50%;transform:translate(14px,-4.8px) rotate(45deg)}.footer{width:100%;display:flex;justify-content:center;align-items:center;border-top:1px solid var(--greyBorder);padding:46px 24px;margin-top:65px}.footer .wrapper{display:flex;justify-content:space-between;flex-direction:row;padding:0}.footer-navigation-wrapper{width:100%;display:flex;justify-content:space-evenly}.footer .navigation-logo-wrapper{display:flex;gap:36px}.footer section{display:grid;grid-gap:16px;gap:16px}.footer section h3{font-size:24px;font-weight:500;font-family:var(--font-playfair)}.footer .navigation-wrapper{display:grid;grid-gap:24px;gap:24px;grid-column-gap:64px;column-gap:64px;grid-template-columns:repeat(2,1fr)}.footer .navigation-wrapper .navigation{font-weight:400;transition:all .1s ease-in-out;cursor:pointer;width:-moz-fit-content;width:fit-content}.footer .navigation-wrapper .navigation:hover{color:var(--primary)}.footer .contact-wrapper{grid-gap:16px;gap:16px;display:grid}.footer .contact-wrapper .contact{display:flex;align-items:center;gap:12px;transition:all .2s ease-in-out;cursor:pointer}.footer .contact-info-wrapper .contact:hover{text-decoration:underline}.footer .contact-info-wrapper{display:grid;grid-gap:24px;gap:24px}.footer .footer-socials-wrapper{width:-moz-fit-content;width:fit-content}.footer .footer-socials-wrapper .icons-wrapper{display:flex;gap:12px}.footer .footer-socials-wrapper .icons-wrapper .icon-wrapper{width:42px;height:42px;justify-content:center;display:flex;align-items:center;background-color:var(--greyBg);border-radius:100px}.footer .disabled{opacity:.7}@media screen and (max-width:825px){.footer .logo{width:54px;height:54px}.footer .navigation-wrapper{gap:24px}}@media screen and (max-width:745px){.footer .wrapper{flex-direction:column;gap:16px}.footer .logo{height:92px;width:-moz-fit-content;width:fit-content}.footer .footer-navigation-wrapper{width:100%;display:grid;justify-content:space-evenly;grid-template-columns:repeat(2,1fr);grid-gap:34px;gap:34px}}@media screen and (max-width:465px){.footer .footer-navigation-wrapper{grid-template-columns:repeat(1,1fr)}}.loading-wrapper{width:100vw;height:100vh;z-index:99999;position:fixed;background-color:#fff;display:flex;justify-content:center;align-items:center;top:0;flex-direction:column}.loading-wrapper .logo-wrapper{display:flex;flex-direction:column;text-align:center;overflow:hidden}.loading-wrapper .logo-wrapper .logo{animation:slide-in .5s ease-in-out}.loading-wrapper .logo-wrapper .logo-title{font-weight:400;font-size:65px;animation:slide-in 1s ease-in-out}.loading-wrapper.slide-out{transform:translateY(-100%);transition:transform .5s ease-in-out}.loading-wrapper .loading-icon{margin-top:20px;opacity:0}.loading-wrapper .loading-icon.active{opacity:1}@keyframes slide-in{0%{transform:translateY(120%);opacity:0}to{transform:translateY(0);opacity:1}}