.image-modal-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.image-modal-content{background:#fff;border-radius:10px;display:flex;flex-direction:column;height:80%;overflow:hidden;position:relative;width:80%}.image-container{align-items:center;aspect-ratio:1/1;background:#000;display:flex;flex:none;justify-content:center;max-height:80%;position:relative}.image-container img{max-height:100%;max-width:100%;object-fit:contain;z-index:2}.image-container .image-background{background-position:50%;background-size:cover;filter:blur(20px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.image-details{background:#f9f9f9;flex:1 1;max-height:30%;overflow-y:auto;padding:20px}.image-details .image-title{margin-bottom:10px}.image-details .image-title h2{font-size:1.5rem;margin:0}.image-details .image-title p{color:#666;font-size:.9rem;margin:5px 0 0}.image-details .image-description{color:#333;font-size:1rem;line-height:1.5}.nav-button{background:#00000080;border:none;color:#fff;cursor:pointer;font-size:1.5rem;padding:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:1001}.nav-button.left{left:10px}.nav-button.right{right:10px}.nav-button:hover{background:#000c}.mentions-legales{color:#333;font-size:1rem;line-height:1.6;margin:20px auto;max-width:800px;padding:20px}.mentions-legales h1{font-size:2rem;margin-bottom:20px}.mentions-legales a{color:#007bff;text-decoration:none}.mentions-legales a:hover{text-decoration:underline}.navbar{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#ffffff03;height:70px;justify-content:space-between;left:0;padding:0 20px;position:fixed;right:0;top:0;width:100%;z-index:1000}.navbar,.navbar .profile-logo{align-items:center;display:flex}.navbar .profile-logo img{border-radius:50%;height:48px;margin-right:10px;width:48px}.navbar .profile-logo .profile-name{color:#000;font-size:1.5em;font-weight:700}.navbar .hamburger-menu{cursor:pointer;display:flex;flex-direction:column;height:24px;justify-content:space-between;margin:0;width:30px}.navbar .hamburger-menu .line{background-color:#000;height:3px;transition:all .3s ease;width:100%}.navbar .hamburger-menu .line.open:first-child{transform:translateY(10px) rotate(45deg)}.navbar .hamburger-menu .line.open:nth-child(2){opacity:0}.navbar .hamburger-menu .line.open:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.navbar .menu{background-color:#ffffffe6;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;padding:10px;position:absolute;right:20px;top:60px;z-index:999}.navbar .menu.show{display:flex}.navbar .menu ul{list-style:none;margin:0;padding:0}.navbar .menu ul li{margin:10px 0}.navbar .menu ul li a{color:#000;font-size:1em;text-decoration:none;transition:color .3s}.navbar .menu ul li a:hover{color:#007bff}.home-page{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:flex-start;min-height:100vh;padding-top:50px}.home-page .content,.home-page .main-container{display:flex;flex:1 1;flex-direction:column;width:100%}.home-page .content{align-items:center;height:100%;justify-content:flex-start}.home-page .profile-header{align-items:center;display:flex;margin-bottom:20px}.home-page .profile-header .profile-picture{border-radius:50%;height:150px;margin-right:20px;width:150px}.home-page .profile-header h1{margin:0}.home-page .biography{max-width:600px;overflow:hidden;text-align:justify;transition:max-height .5s ease;width:100%}.home-page .biography.expanded{max-height:none}.home-page .show-more-text:hover{text-decoration:underline}.home-page .contacts{display:flex;flex-direction:row;gap:20px;justify-content:center}.home-page .contacts .contact-item{cursor:pointer;margin:0;transition:transform .3s,color .3s}.home-page .contacts .contact-item:hover{color:#007bff;text-decoration:underline;transform:scale(1.1)}.home-page .categories-section{display:flex;flex-direction:column;gap:20px;margin:20px auto;max-width:600px;padding:0 20px;width:100%}.home-page .categories-section .category-rectangle{align-items:center;border-radius:10px;cursor:pointer;display:flex;height:150px;justify-content:center;overflow:hidden;position:relative;transition:transform .3s,border-color .3s}.home-page .categories-section .category-rectangle:nth-child(odd){background-color:#b3d9ff;color:#5d82e7}.home-page .categories-section .category-rectangle:nth-child(2n){background-color:#fff4b3;color:#e6ac00}.home-page .categories-section .category-rectangle:hover{transform:scale(1.05)}.home-page .categories-section .category-rectangle .arrow{font-size:1.5em;left:10px;opacity:0;position:absolute;top:10px;transform:translateX(-20px);transition:opacity .3s,transform .3s}.home-page .categories-section .category-rectangle:hover .arrow{opacity:1;transform:translateX(0)}.home-page .categories-section .category-rectangle .category-name{font-family:Pearly,sans-serif;font-size:1.5em;font-weight:700;text-align:center;z-index:2}@media(max-width:768px){.profile-header{align-items:center;flex-direction:column}.profile-header .profile-picture{margin-bottom:10px;margin-right:0}.biography{padding:0 20px}.contacts{flex-direction:column;gap:10px}.categories-section{gap:10px;padding:0 15px}.categories-section .category-rectangle{height:120px}}@media(max-width:480px){.profile-header .profile-picture{height:100px;width:100px}.categories-section{padding:0 10px}.categories-section .category-rectangle{height:100px}.categories-section .category-rectangle .category-name{font-size:1.2em}}footer{background-color:#333;color:#fff;padding:10px 0;text-align:center;width:100%}footer .contacts{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:10px}footer .contacts .contact-item{color:#007bff;font-size:1rem;text-decoration:none}footer .contacts .contact-item:hover{text-decoration:underline}.category-page{align-items:center;display:flex;flex-direction:column;padding:100px 20px 20px}.category-page .category-title{font-size:2rem;margin-bottom:20px;text-align:center;text-transform:capitalize}.category-page .mosaic{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 10px;width:100%}.category-page .mosaic .mosaic-row{display:flex;flex-direction:column;gap:15px}.category-page .mosaic .mosaic-item{border-radius:10px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:400px;overflow:hidden;transition:transform .3s;width:100%}.category-page .mosaic .mosaic-item:hover{transform:scale(1.05)}.category-page .mosaic .mosaic-item img{height:auto;object-fit:cover;width:100%}@media(max-width:840px){.category-page .mosaic{grid-template-columns:repeat(1,1fr);padding:0 20px}}@font-face{font-family:Pearly;src:url(/static/media/Pearly.8dffadfbbda403b6d5f6.ttf) format("truetype")}body,html{box-sizing:border-box;height:100%;overflow-x:hidden;width:100%}body,html{margin:0;padding:0}body{background-color:#f0f0f0;font-family:Arial,sans-serif;overflow:auto}#root{display:flex;flex-direction:column;min-height:100vh}footer{margin-top:auto}a{color:inherit;text-decoration:none}*{box-sizing:inherit}.loading-screen{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.loading-logo{border-radius:50%;height:150px;width:150px}
/*# sourceMappingURL=main.583b9e56.css.map*/