:root { --header-height:3.438rem; --container-max-wide: 92.5rem;  --container-max-wide-premium-section: 95.05rem; --primary-button-vertical-padding: 0.75rem; --primary-button-horizontal-padding: 2rem; --font-size-h1: clamp(2.5rem, 5vw + 1rem, 4rem); --font-size-h2: clamp(2.063rem, 2vw + 1.5rem, 3rem); --font-size-h3: clamp(1.25rem, 3vw + 0.5rem, 2rem); --font-size-h4: 1.125rem; --section-multi-pages-xl: 6.25rem; --section-multi-pages-l: 5rem; --section-multi-pages-m: 3.125rem; --section-space-vertical-xl: 7.5rem; --section-space-vertical-l: 5.938rem; --section-space-vertical-m: 3.75rem; p, .brxe-text-basic { text-wrap: pretty; hyphens: none; line-height: 1.6; } }  .l-container--wide { width: 100%; max-width: var(--container-max-wide); } .xl-container--wide { width: 100%; max-width: var(--container-max-wide-premium-section); } .pswp__zoom-wrap { overflow: visible !important; display: flex !important; align-items: center !important; justify-content: center !important; } .pswp__zoom-wrap, .pswp__img--placeholder, .pswp__img { transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important; object-fit: contain !important; } .pswp__img--placeholder { width: auto !important; height: 100% !important;  max-width: 100%; } .pswp__img { opacity: 0; animation: pswpFadeIn 0.3s forwards; animation-delay: 0.1s; } @keyframes pswpFadeIn { to { opacity: 1; } }