.al-notes-section{padding-top:var(--al-notes-padding-top);padding-bottom:var(--al-notes-padding-bottom);color:#1a120b;background:#fff;padding-left:20px;padding-right:20px;position:relative;overflow:hidden}.al-notes-section .al-notes-inner{max-width:var(--al-notes-max-width);margin:0 auto}.al-notes-section .al-notes-header{max-width:var(--al-notes-header-width);margin:0 auto var(--al-notes-header-bottom-spacing);text-align:var(--al-notes-header-alignment)}.al-notes-section .al-notes-eyebrow{margin:0 0 var(--al-notes-eyebrow-bottom-spacing);color:#c9a45c;font-size:var(--al-notes-eyebrow-size);letter-spacing:.18em;text-transform:uppercase;font-weight:700;line-height:1.4}.al-notes-section .al-notes-title{color:#1a120b;font-family:inherit;font-size:var(--al-notes-heading-size);letter-spacing:-.045em;margin:0;font-weight:700;line-height:1}.al-notes-section .al-notes-subtitle{max-width:var(--al-notes-subtitle-width);margin:var(--al-notes-subtitle-top-spacing)auto 0;color:#1a120bb3;font-size:var(--al-notes-subtitle-size);line-height:1.65}.al-notes-section .al-notes-grid{grid-template-columns:repeat(var(--al-notes-desktop-columns),1fr);gap:var(--al-notes-grid-gap);display:grid}.al-notes-section .al-notes-slide{display:contents}.al-notes-section .al-note-item{color:inherit;border-radius:var(--al-notes-card-radius);background:#fff;border:1px solid #9a6a2f24;flex-direction:column;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #3a24140f,inset 0 1px #ffffffb3}.al-notes-section .al-note-item:hover{border-color:#c9a45c4d;transform:translateY(-2px);box-shadow:0 12px 28px #3a241414,0 0 20px #c9a45c0f,inset 0 1px #ffffffc2}.al-notes-section .al-note-image-wrapper{width:100%;aspect-ratio:var(--al-notes-image-ratio);background:#fff;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.al-notes-section .al-note-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#0706040a 100%);position:absolute;inset:0}.al-notes-section .al-note-image-wrapper img{object-fit:contain;width:100%;height:100%;transition:transform .32s,filter .22s;display:block}.al-notes-section .al-note-item:hover .al-note-image-wrapper img{filter:contrast(1.015)saturate(1.015);transform:scale(1.025)}.al-notes-section .al-note-name{min-height:var(--al-notes-name-area-height);padding:var(--al-notes-name-padding-y)10px;color:#1a120b;font-family:inherit;font-size:var(--al-notes-name-size);letter-spacing:.01em;text-align:center;justify-content:center;align-items:center;font-weight:600;line-height:1;display:flex}.al-notes-section .al-notes-dots{display:none}@media (width<=989px){.al-notes-section .al-notes-grid{grid-template-columns:repeat(var(--al-notes-tablet-columns),1fr)}}@media (width<=768px){.al-notes-section{padding-top:var(--al-notes-mobile-padding-top);padding-bottom:var(--al-notes-mobile-padding-bottom);padding-left:15px;padding-right:15px}.al-notes-section .al-notes-header{margin-bottom:var(--al-notes-mobile-header-bottom-spacing);text-align:var(--al-notes-mobile-header-alignment)}.al-notes-section .al-notes-eyebrow{font-size:var(--al-notes-mobile-eyebrow-size);margin-bottom:var(--al-notes-mobile-eyebrow-bottom-spacing)}.al-notes-section .al-notes-title{font-size:var(--al-notes-mobile-heading-size);line-height:1}.al-notes-section .al-notes-subtitle{margin-top:var(--al-notes-mobile-subtitle-top-spacing);font-size:var(--al-notes-mobile-subtitle-size);line-height:1.55}.al-notes-section .al-notes-grid{touch-action:pan-y;display:block;position:relative;overflow:hidden}.al-notes-section .al-notes-slide{gap:var(--al-notes-mobile-grid-gap);opacity:0;visibility:hidden;pointer-events:none;grid-template-columns:repeat(2,minmax(0,1fr));transition:opacity .46s,visibility .46s,transform .46s;display:grid;position:absolute;inset:0;transform:translate(18px)}.al-notes-section .al-notes-slide.active{opacity:1;visibility:visible;pointer-events:auto;position:relative;transform:translate(0)}.al-notes-section .al-note-item{border-radius:var(--al-notes-mobile-card-radius);box-shadow:var(--al-notes-card-shadow)}.al-notes-section .al-note-item:hover{transform:none}.al-notes-section .al-note-image-wrapper{aspect-ratio:var(--al-notes-mobile-image-ratio);background:#fff}.al-notes-section .al-note-image-wrapper img{transition:transform .28s,filter .2s}.al-notes-section .al-note-name{min-height:var(--al-notes-mobile-name-area-height);padding:var(--al-notes-mobile-name-padding-y)8px;font-size:var(--al-notes-mobile-name-size)}.al-notes-section .al-notes-dots{margin-top:var(--al-notes-dots-top-spacing);justify-content:center;align-items:center;gap:9px;display:flex}.al-notes-section .al-note-dot{cursor:pointer;-webkit-appearance:none;appearance:none;background:#c9a45c59;border:0;border-radius:999px;width:7px;height:7px;padding:0;transition:width .25s,background .25s;position:relative}.al-notes-section .al-note-dot:after{content:"";position:absolute;inset:-10px}.al-notes-section .al-note-dot.active{background:#c9a45c;width:24px}}@media (prefers-reduced-motion:reduce){.al-notes-section .al-notes-slide,.al-notes-section .al-note-item,.al-notes-section .al-note-image-wrapper img,.al-notes-section .al-note-dot{transition:none!important;transform:none!important}}