html{scroll-behavior:smooth}.theme-img-wrapper{position:relative;display:inline-block}.theme-img.light-img{opacity:1;pointer-events:auto;transition:opacity .75s ease;position:relative;z-index:1}.theme-img.dark-img{opacity:0;pointer-events:none;transition:opacity .75s ease;position:absolute;top:0;left:0;z-index:2}html[data-theme="dark"] .theme-img.light-img{opacity:0;pointer-events:none}html[data-theme="dark"] .theme-img.dark-img{opacity:1;pointer-events:auto}html[data-theme="light"] .theme-img.dark-img{opacity:0;pointer-events:none}html[data-theme="light"] .theme-img.light-img{opacity:1;pointer-events:auto}.clickable-img{cursor:pointer;transition:transform .2s}.clickable-img:hover{transform:scale(1.02)}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.9);display:none;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.fullscreen-overlay img{border-radius:4px;max-width:90%;max-height:calc(90% - 2.5rem);margin:1rem 0 0}.fullscreen-overlay .caption{max-height:10%;max-width:90%}body.no-scroll{overflow:hidden}.text-muted-custom{color:#7c858d}.same-height-row{display:none;align-items:flex-start;justify-content:space-around;margin-left:-15px;margin-right:-15px}.same-height-col{width:100%}.same-height-row img{width:100%}.row-cust{display:flex;flex-direction:row;align-items:stretch;width:100%}.col-cust-wide{flex:0 0 64%;padding-left:15px;padding-right:15px}.col-cust-thin{flex:0 0 36%;padding-left:15px;padding-right:15px}.two-col-flex{display:flex;flex-wrap:wrap;width:100%;gap:.5rem 2rem}.two-col-flex li{width:calc(50% - 1rem)}@media(max-width:700px){.two-col-flex li{width:100%}}