.book-demo{position:relative}.book-demo__wrapper{width:100%;display:flex;justify-content:center;align-items:center}.book-demo__background{align-self:stretch;padding:32px 24px;background-size:cover;background-repeat:no-repeat;background-position:50%;background-color:var(--black);overflow:hidden;border-radius:16px}.book-demo__background,.book-demo__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px}.book-demo__content{width:100%}.book-demo__tag{padding:4px 16px;border-radius:48px;outline:1px solid #ff0000;outline-offset:-1px;display:inline-flex;justify-content:center;align-items:center;gap:10px}.book-demo__tag-text{text-align:center;color:white;font-size:12px;font-weight:600;text-transform:uppercase;line-height:24px;letter-spacing:.5px;word-wrap:break-word}.book-demo__text-group{width:100%;max-width:780px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px}.book-demo__title{align-self:stretch;font-size:24px;font-weight:500;line-height:33.6px;margin:0}.book-demo__description,.book-demo__title{text-align:center;color:white;word-wrap:break-word}.book-demo__description{width:100%;max-width:1160px;font-size:14px;font-weight:400;line-height:19.6px}.book-demo__description p{margin:0}.book-demo__cta-wrapper{width:100%;max-width:1320px;padding-top:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.book-demo__cta-wrapper>*{align-self:stretch;display:flex;justify-content:center;align-items:center}@media (min-width:768px){.book-demo__background{width:1200px;max-width:1320px;padding:80px 120px;gap:10px}.book-demo__content{gap:10px}.book-demo__tag{padding:8px 24px}.book-demo__tag-text{font-size:16px}.book-demo__text-group{gap:4px}.book-demo__title{font-size:48px;line-height:67.2px}.book-demo__description{font-size:18px;line-height:25.2px}.book-demo__cta-wrapper{padding-top:32px;flex-direction:row;justify-content:center;align-items:center;gap:12px}.book-demo__cta-wrapper>*{align-self:auto;width:auto}}