.bookshelf-section{background-size:cover;background-repeat:no-repeat;width:100%;pointer-events:none;background-position:top;overflow-x:clip;background-image:url(/assets/it/homepage-bg_mobile.svg)}@media screen and (min-width:768px){.bookshelf-section{background-image:url(/assets/it/homepage-bg_desktop.svg);overflow-x:unset}}@media screen and (min-width:1025px){.bookshelf-section{background-size:contain;pointer-events:auto}}.books__container{width:767px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.books__container .book{min-height:80px;max-height:95px;width:fit-content;min-width:500px;max-width:500px;position:static;margin-right:auto;bottom:0;left:0;opacity:0;visibility:visible!important;animation:fall-default 1.5s cubic-bezier(.28,.84,.42,1) forwards}.book.first,.book.second{min-width:650px}.book.third{min-width:530px}.book.first{animation:fall-default 1s ease-in .2s forwards}.book.second{animation:fall-default 1s ease-in .3s forwards}.book.third{animation:fall-default 1s ease-in .5s forwards}.book.flip-1{position:absolute;right:125px;bottom:23px;left:auto;transform:rotate(10deg);animation:fall-flip-1 1s ease-in .7s forwards;display:none}@media screen and (min-width:576px){.book.flip-1{display:flex}}.book.flip-0{position:absolute;left:-90px;bottom:192px;transform:rotate(-60deg);animation:fall-flip-0 1s ease-in 1s forwards}@keyframes fall-default{0%{opacity:0;transform:translateY(-200vh)}1%{opacity:1}80%{opacity:1;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fall-flip-1{0%{opacity:0;transform:translateY(-100vh) rotate(10deg)}1%{opacity:1}80%{opacity:1;transform:translateY(10px) rotate(10deg)}to{opacity:1;transform:translateY(0) rotate(10deg)}}@keyframes fall-flip-0{0%{opacity:0;transform:translateY(-100vh) rotate(-60deg)}1%{opacity:1}80%{opacity:1;transform:translateY(10px) rotate(-60deg)}to{opacity:1;transform:translateY(0) rotate(-60deg)}}.bookshelf{position:relative;width:100%;height:100%;display:flex;align-items:flex-end}.book{min-width:400px;max-width:400px;cursor:grab;user-select:none;position:absolute;height:80px;display:flex;align-items:center;justify-content:center;padding:5px 10px;background:#fff;border-radius:11px;border:1px solid #000}.book:not([style]){visibility:hidden}@media screen and (min-width:768px){.book{min-width:500px;max-width:500px}}.book span{display:block;width:100%;padding:15px;border-radius:11px;border:1px solid #000;color:#000;font-family:Inter,sans-serif;font-style:normal;font-weight:300;text-transform:uppercase}