body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;display:flex;height:285px;justify-content:center}.header__logo{cursor:pointer;height:180px;width:180px}.header__hamburger{background:none;border:0;cursor:pointer;display:none;padding:0}.header__hamburger span{background:#000;display:block;height:2px;margin:5px 0;width:24px}@media (max-width:768px){.header{height:64px;justify-content:space-between;padding:0 16px}.header__logo{height:60px;width:60px}.header__hamburger{align-items:center;display:inline-flex;height:40px;justify-content:center;width:40px}}.backdrop{background:#0000;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .25s ease,background .25s ease;z-index:998}.backdrop--show{background:#00000073;opacity:1;pointer-events:auto}.drawer{background:#fff;bottom:0;box-shadow:0 10px 30px #0000002e;display:flex;flex-direction:column;left:0;max-width:320px;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease;width:80vw;z-index:999}.drawer--open{transform:translateX(0)}.drawer__close{align-self:flex-end;background:none;border:0;cursor:pointer;font-size:28px;padding:12px 16px}.drawer__nav{display:flex;flex-direction:column;gap:12px;padding:8px 20px 24px}.drawer__nav a{border-radius:8px;color:#111;font-size:16px;padding:10px 6px;text-decoration:none}.drawer__nav a:hover{background:#f5f5f5}.nav-item{cursor:pointer;font-size:13px;font-weight:400;position:relative}.nav-item:after{background-color:#000;bottom:-2px;content:"";height:1px;left:0;opacity:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:opacity .3s ease,transform .3s ease;width:100%}.nav-item:hover:after{opacity:1;transform:scaleX(1)}.gallery{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.gallery img{aspect-ratio:500/668;border-radius:4px;box-shadow:0 8px 24px #0003;display:block;object-fit:cover;width:100%}.modal{align-items:center;background:#000c;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal-image{border-radius:8px;box-shadow:0 8px 24px #0006;max-height:80vh;max-width:80%}.close-btn{font-size:32px;position:fixed;right:24px;top:24px}.close-btn,.nav-btn{background:none;border:none;color:#fff;cursor:pointer}.nav-btn{font-size:48px;position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.nav-btn.left{left:32px}.nav-btn.right{right:32px}.close-btn:hover,.nav-btn:hover{opacity:.7}
/*# sourceMappingURL=main.7832db4b.css.map*/