.layout{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.gallery{margin-top:60px;padding-top:40px;border-top:1px solid #873daf;display:flex;justify-content:center;align-items:center;flex-direction:column;align-items:flex-start}.gallery h2{font-size:2rem;font-weight:500;margin:0 0 50px 40px}.gallery-part{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:60px;gap:30px;margin-left:40px;margin-right:40px}.gallery-part-container{max-width:300px;max-height:400px;overflow:hidden;border-radius:2px;cursor:pointer;transition:border-radius .2s,box-shadow .2s}.gallery-part-container:hover{border-radius:5px;box-shadow:0 11px 28px -9px #42445a}.gallery-part-image{width:100%;height:100%;object-fit:cover;transition:transform .2s}.gallery-part-image:hover{transform:scale(1.05)}.gallery-modal{position:fixed;background-color:#00000090;width:100vw;height:100vh;top:0;left:0;z-index:12000;display:flex;justify-content:center;align-items:center;overflow-y:auto}.gallery-modal-image-container{display:flex;justify-content:center;align-items:center;max-width:80%;height:80%}@media screen and (max-width: 600px){.gallery-modal-image-container{max-width:70%;height:70%}}.gallery-modal-image{width:100%;height:100%;object-fit:cover}.gallery-modal-close{position:absolute;top:20px;right:20px}@media screen and (max-width: 600px){.gallery-modal-close{top:90%}}.gallery-modal-pagination{position:absolute;width:95%;display:flex;justify-content:space-between}@media screen and (max-width: 600px){.gallery-modal-pagination{bottom:200px}}.gallery-modal-pagination button{background-color:#ffffff75;display:flex;justify-content:center;align-items:center;height:36px;width:36px;padding:0;border-radius:50px}.gallery-modal-pagination button:hover{background-color:#ffffff95;scale:1.01}@media screen and (max-width: 600px){.gallery-modal-pagination button{height:56px;width:56px}.gallery-modal-pagination button img{height:46px;width:46px}}.gallery-modal-pagination-pageNumber{position:absolute;color:#fff;bottom:10px}.contact{border-top:1px solid #873daf;margin-bottom:100px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.contact-content{width:calc(100% - 40px);margin-left:40px;display:flex;justify-content:center;align-items:center;flex-direction:column;align-items:flex-start}.contact-content h2{font-size:2rem;margin:40px 0}.contact-content-data{display:flex;justify-content:center;align-items:center;flex-direction:column;align-items:flex-start;width:100%;gap:16px}.contact-content-data a{display:flex;justify-content:center;align-items:center;gap:8px}.background{position:absolute;z-index:-1;top:0;left:0;height:100dvh;width:100%;overflow:hidden}.background:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#00000080;z-index:1}.background img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;z-index:-1;align-content:start}.home{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100dvh}.home h1{font-size:3rem}@media screen and (max-width: 600px){.home h1{font-size:2.75rem}}.home h2{font-size:2rem;text-align:center}.home h1,.home h2{opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out forwards}.home h2{animation-delay:.3s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.data{border-top:1px solid #873daf;padding-top:40px;margin-top:20px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;align-items:flex-start}.data-content{width:calc(100% - 40px);margin-left:40px}.data-content h2{font-size:2rem}.data-content h3{font-size:1.5rem;margin-top:24px}.data-content-details{margin-top:16px;display:flex;justify-content:center;align-items:center;flex-direction:column;align-items:flex-start;gap:8px}body{margin:0;background-color:#010203;scroll-behavior:smooth}p,h1,h2,h3,h4,h5,h6{font-weight:500;margin:0;color:#fff}li{list-style:none;color:#fff}a{text-decoration:none;color:#fff;position:relative}a:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background:#873daf;transition:width .2s ease;border-radius:1px}a:hover{color:#873daf}a:hover:after{width:100%}button{padding:10px 20px;background-color:#f8f8f8;border-radius:10px;color:#000;border:none;transition:all .3s ease}button:hover{background:#7b36a0;color:#fff}.location{border-top:1px solid #873daf;display:flex;justify-content:center;align-items:center;flex-direction:column;align-items:flex-start;margin-bottom:40px;padding-top:40px;margin-top:20px}.location-text{margin-left:40px;width:calc(100% - 200px)}@media screen and (max-width: 600px){.location-text{width:calc(100% - 40px);margin-left:20px}}.location-content{margin-top:40px;margin-left:40px;width:calc(100% - 40px)}@media screen and (max-width: 600px){.location-content{width:calc(100% - 40px);margin-left:20px}}.location-list{padding:0;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px;align-items:flex-start}.location-list-item{display:flex;justify-content:center;align-items:center;gap:8px}.location-list-item img{height:20px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
