.content-teaser-section{--content-teaser-padding:80px 0;--content-teaser-max-width:72rem;--content-teaser-text-color:white;--content-teaser-heading-size:2.5rem;--content-teaser-description-size:24px;--content-teaser-button-bg:#d9d9d9;--content-teaser-button-shadow:0px 4px 6px #0000002e;--content-teaser-button-hover-scale:1.05;--content-teaser-transition-duration:0.2s}@media (max-width:768px){.content-teaser-section{--content-teaser-padding:60px 0;--content-teaser-heading-size:2rem;--content-teaser-description-size:20px}}@media (max-width:480px){.content-teaser-section{--content-teaser-padding:40px 0;--content-teaser-heading-size:1.75rem;--content-teaser-description-size:18px}}.content-teaser-button{position:relative;overflow:hidden;transition:all var(--content-teaser-transition-duration) ease}.content-teaser-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.content-teaser-button:hover:before{left:100%}.content-teaser-image{transition:transform .3s ease,box-shadow .3s ease}.content-teaser-image:hover{transform:scale(1.02);box-shadow:0 10px 30px rgba(0,0,0,.3)}.content-teaser-heading{animation:fadeInUp .8s ease-out}.content-teaser-description{animation:fadeInUp .8s ease-out .2s both}.content-teaser-image-container{animation:fadeInUp .8s ease-out .4s both}.content-teaser-button-container{animation:fadeInUp .8s ease-out .6s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-teaser-button:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.content-teaser-loading{opacity:.7;pointer-events:none}.content-teaser-loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-contrast:high){.content-teaser-section{--content-teaser-text-color:#ffffff;--content-teaser-button-bg:#ffffff;--content-teaser-button-shadow:0px 4px 6px #000000}}@media (prefers-reduced-motion:reduce){.content-teaser-section *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}