 @media only screen and (min-width: 0rem) {#gallery-1449 {padding: var(--sectionPadding);background-color: var(--backgroundLight);}#gallery-1449 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);position: relative;z-index: 1;}#gallery-1449 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#gallery-1449 .cs-title {margin: 0;}#gallery-1449 .cs-button-group {margin: 0;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;row-gap: 1rem;column-gap: clamp(1.25rem, 2vw, 2rem);}#gallery-1449 .cs-button {font-size: 1rem;line-height: 1.5em;color: var(--bodyTextColor);background-color: transparent;border: none;position: relative;z-index: 1;transition: color 0.3s;}#gallery-1449 .cs-button:before {content: "";width: 100%;height: 4px;background: var(--primary);opacity: 0;border-radius: 4px 4px 0 0;position: absolute;display: block;bottom: 0;left: 0;transition: opacity 0.3s, bottom 0.3s;}#gallery-1449 .cs-button:hover {color: var(--primary);cursor: pointer;}#gallery-1449 .cs-button:hover:before {opacity: 1;bottom: -0.625rem;}#gallery-1449 .cs-button.cs-active {color: var(--primary);}#gallery-1449 .cs-button.cs-active:before {opacity: 1;bottom: -0.625rem;}#gallery-1449 .cs-gallery-wrapper {width: 100%;position: relative;z-index: 1;justify-content: center;}#gallery-1449 .cs-gallery {width: 100%;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));gap: clamp(1rem, 1.5vw, 1.25rem);position: relative;perspective: 700px;transform-style: preserve-3d;transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;transform-origin: left top;}#gallery-1449 .cs-gallery.cs-hidden {position: absolute;visibility: hidden;pointer-events: none;opacity: 0;top: 0;left: 0;position: absolute;transform: scaleY(0) scaleX(0);}#gallery-1449 .cs-gallery.cs-hidden .cs-image {transform: translateY(2.1875rem) rotateX(90deg);opacity: 0;}#gallery-1449 video {max-width: 100%;height: auto;position: center;}}@media only screen and (min-width: 48rem) {#gallery-1449 .cs-content {text-align: left;flex-direction: row;justify-content: space-between;align-items: flex-end;}#gallery-1449 .cs-button {margin-bottom: 0.625rem;}}