@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&amp;display=swap');

.go-gallery{width:min(1100px,calc(100% - 28px));margin:60px auto}.go-gallery-card{position:relative;overflow:hidden;border-radius:32px;padding:22px;background:rgba(255,255,255,.46);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);box-shadow:0 22px 55px rgba(0,0,0,.14)}.go-gallery-card::before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.34),rgba(255,255,255,.04))}.go-gallery-header{position:relative;z-index:2;margin-bottom:18px;text-align:center}.go-gallery-kicker{margin:0 0 4px;font-size:13px;line-height:1;color:rgba(15,79,47,.72);letter-spacing:.08em;text-transform:uppercase}.go-gallery-header h2{margin:0;font-family:"Amatic SC",cursive;font-size:48px;font-weight:700;line-height:1;color:#0f4f2f;letter-spacing:.04em}.go-gallery-stage{position:relative;z-index:2;height:var(--go-gallery-height,580px);border-radius:26px;overflow:hidden;background:rgba(255,255,255,.35)}.go-gallery-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.04);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.go-gallery-image.active{opacity:1;transform:scale(1)}.go-gallery-arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:52px;height:52px;border:0;border-radius:999px;color:#0f4f2f;background:rgba(255,255,255,.68);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-size:42px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(0,0,0,.16);transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.go-gallery-arrow:hover{transform:translateY(-50%) scale(1.06);color:#fff;background:#0f4f2f;box-shadow:0 14px 34px rgba(0,0,0,.22)}.go-gallery-prev{left:18px}.go-gallery-next{right:18px}.go-gallery-bottom{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px}.go-gallery-dots{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.go-gallery-dot{width:9px;height:9px;border:0;border-radius:999px;padding:0;cursor:pointer;background:rgba(15,79,47,.24);transition:width .25s ease,background .25s ease,transform .25s ease}.go-gallery-dot.active{width:28px;background:#0f4f2f}.go-gallery-dot:hover{transform:scale(1.12)}.go-gallery-counter{margin:0;color:rgba(15,79,47,.76);font-weight:700;font-size:14px;white-space:nowrap}@media(max-width:900px){.go-gallery{width:calc(100% - 18px);margin:38px auto}.go-gallery-card{padding:14px;border-radius:26px}.go-gallery-header h2{font-size:40px}.go-gallery-stage{height:min(var(--go-gallery-height,580px),420px);border-radius:20px}.go-gallery-arrow{width:44px;height:44px;font-size:34px}.go-gallery-prev{left:10px}.go-gallery-next{right:10px}}@media(max-width:520px){.go-gallery-stage{height:320px}.go-gallery-bottom{flex-direction:column;justify-content:center}}