.module__book{background:linear-gradient(var(--gradient-direction),var(--module-background) 50%,hsla(0,0%,100%,0) 0);min-height:450px;position:relative}.module__book .buttons{display:flex;flex-direction:column;gap:1rem}.module__book .background{height:100%;inset-block-start:0;position:absolute;width:50%;z-index:-1}.module__book .background .gradient{background:linear-gradient(var(--gradient-direction),rgb(from var(--module-background) r g b/1) 0,rgb(from var(--module-background) r g b/.738) 19%,rgb(from var(--module-background) r g b/.541) 34%,rgb(from var(--module-background) r g b/.382) 47%,rgb(from var(--module-background) r g b/.278) 56%,rgb(from var(--module-background) r g b/.194) 65%,rgb(from var(--module-background) r g b/.126) 73%,rgb(from var(--module-background) r g b/.075) 80%,rgb(from var(--module-background) r g b/.042) 86%,rgb(from var(--module-background) r g b/.021) 91%,rgb(from var(--module-background) r g b/.008) 95%,rgb(from var(--module-background) r g b/.002) 98%,rgb(from var(--module-background) r g b/0) 100%);inset:0;position:absolute}@media (min-width:586px){.module__book .buttons{flex-direction:row;gap:2rem}}@media (min-width:992px){.module__book.flow-reverse .row{flex-direction:row-reverse}}