:root{--color-primary:#00d2ff;--color-secondary:#9fd220;--color-white:#fff;--color-black:#000;--color-grey-dark-1:#767676;--color-grey-dark-2:#1a202c;--color-grey-text:#767676;--color-grey-light-1:#faf9f9;--color-grey-light-2:#f4f2f2;--color-grey-light-3:#f0eeee;--color-grey-light-4:#ccc;--shadow-dark:0 2rem 6rem rgba(0,0,0,0.3);--shadow-light:0 2rem 5rem rgba(0,0,0,0.06);--line:1px solid --color-grey-dark-2;--default-font-size:1.6rem;--open-sans-font:"Open Sans",sans-serif;--roboto-font:"Roboto",sans-serif;--default-font-family:var(--open-sans-font);--z-index-default:1000}.u-center-text{text-align:center!important}.u-margin-bottom-big{margin-bottom:8rem!important}.u-margin-bottom-medium{margin-bottom:4rem!important}.u-margin-bottom-small{margin-bottom:1.5rem!important}.u-margin-top-small{margin-top:1.5rem!important}.u-margin-top-medium{margin-top:4rem!important}.u-margin-top-big{margin-top:8rem!important}.u-margin-top-huge{margin-top:10rem!important}.u-nav-link-hover:hover{color:#fff;color:var(--color-white);background-color:#00d2ff;background-color:var(--color-primary)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{overflow-x:hidden;background:#f6f8fa}::selection{background-color:#00d2ff;background-color:var(--color-primary);color:#fff;color:var(--color-white)}body{font-size:1.6rem;font-size:var(--default-font-size);font-family:"Open Sans",sans-serif;font-family:var(--default-font-family);font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.heading--super{font-size:5rem}.heading--main,.heading--super{font-family:"Open Sans",sans-serif;font-family:var(--open-sans-font);font-weight:900;line-height:1.5}.heading--main{font-size:3.5rem}.heading--sub{font-family:"Open Sans",sans-serif;font-family:var(--open-sans-font);font-weight:700;line-height:1.2;font-size:2.5rem}@media only screen and (max-width:48em){.heading--sub{font-size:2rem}}.heading--primary{font-size:2rem;line-height:1.5}.heading--primary,.text--brand{font-family:"Open Sans",sans-serif;font-family:var(--open-sans-font);font-weight:700}.text--brand{font-size:2.5rem}@media only screen and (max-width:48em){.text--brand{font-size:1.6rem}}.text--navigation{font-size:2rem;font-weight:600}@media only screen and (max-width:48em){.text--navigation{font-size:1.5rem}}.text--black{color:#000;color:var(--color-black)}.text--grey{color:#767676;color:var(--color-grey-text);line-height:2}.text--white{color:#fff;color:var(--color-white)}.text--link,.text--link:hover{text-decoration:none}.btn,.btn:link,.btn:visited{font-family:var(--noto-font);font-weight:500;text-transform:capitalize;text-decoration:none;padding:1.1rem 2.8rem;line-height:1.4rem;display:inline-block;transition:all .2s;position:relative;font-size:1.6rem;font-size:var(--default-font-size);color:#fff;color:var(--color-white);background:#00d2ff;background:var(--color-primary);border:.2 solid transparent;cursor:pointer}.btn:hover,.btn:link:hover,.btn:visited:hover{text-decoration:none}.btn:hover{box-shadow:0 .3rem .3rem rgba(0,0,0,.1);background-position:100%;color:#fff;color:var(--color-white)}.btn:hover:after{opacity:0}.btn:active,.btn:focus{outline:none;box-shadow:0 .5rem .5rem rgba(0,0,0,.1)}.btn--white{color:#767676;color:var(--color-grey-dark-1)}.btn--white,.btn--white:after{background-color:#fff;background-color:var(--color-white)}.btn--cta{border:none;border-radius:10rem}.btn--cta,.btn--cta:hover,.btn--icon{color:#fff;color:var(--color-white)}.btn--icon{display:inline-flex;font-size:1.6rem;align-items:center;padding:.8rem 1rem;border:none;border-radius:.5rem}.btn--icon-shape{width:2rem;height:1.6rem;fill:currentColor}.btn--icon>:not(:first-child){margin-left:.6rem}.btn--clear{background:transparent;color:#000;color:var(--color-black)}.btn--text{padding:1px 2px}.btn--text,.btn--text:link,.btn--text:visited{font-size:1.6rem;font-size:var(--default-font-size);color:#00d2ff;color:var(--color-primary);text-decoration:none;display:inline-block;border:none;transition:all .2s}.btn--text:link,.btn--text:visited{padding:3px}.btn--text:hover{color:#fff;color:var(--color-white);background-color:#00d2ff;background-color:var(--color-primary);box-shadow:0 1rem 2rem rgba(0,0,0,.15)}.btn--text:active{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.searchbar{flex:0 0 40%;display:flex;align-items:center}@media only screen and (max-width:48em){.searchbar{flex:0 0 60%}}.searchbar__input{font-family:inherit;font-size:inherit;color:inherit;background-color:var(--color-grey-light-2);border:1px solid hsla(0,0%,46.7%,.2);padding:.3rem 2rem;border-radius:20px;width:90%;transition:all .2s;margin-right:-3.25rem}@media only screen and (max-width:48em){.searchbar__input{width:100%}}.searchbar__input:focus{outline:none;width:100%;background-color:var(--color-grey-light-3)}.searchbar__input::-webkit-input-placeholder{font-size:1.4rem;font-weight:100;color:var(--color-grey-light-4)}.searchbar__input:focus+.searchbar__button{background-color:var(--color-grey-light-3)}.searchbar__button{border:none;background:transparent}.searchbar__button:focus{outline:none}.searchbar__button:active{transform:translateY(2px)}.searchbar__icon{height:1.8rem;width:1.8rem;fill:#00d2ff}.navigation{position:-webkit-sticky;position:sticky;height:7rem;background:linear-gradient(90deg,#00d2ff,#928dab);box-shadow:0 .1rem .1rem rgba(0,0,0,.1);z-index:var(--z-index-default);top:0;border-bottom:var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 4rem}@media only screen and (max-width:48em){.navigation{padding:0 1.5rem}}.book-card{display:flex;flex-direction:column}.book-card__figure{height:20rem;text-align:center;padding:1rem}.book-card__img{height:100%;width:auto}.book-card__content{padding:0 1rem;display:flex;flex-direction:column;align-items:center}.books{border-top:.1rem solid rgba(0,0,0,.1);padding:2rem;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3rem;grid-auto-rows:1fr}@media only screen and (max-width:48em){.books{grid-template-columns:auto}}.about{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem}@media only screen and (max-width:48em){.about{padding:2rem}}.about--link{color:var(--color-primary)}.about--link,.about--link:hover{text-decoration:none}.book{padding:5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:48em){.book{padding:1rem .5rem}}.book__container{display:flex;flex-direction:row;justify-content:center}@media only screen and (max-width:48em){.book__container{flex-direction:column}}.book__info{padding:1rem 2rem}@media only screen and (max-width:48em){.book__info{padding:1rem .5rem}}.book__figure{height:30rem;text-align:center;padding:1rem}.book__img{height:100%;width:auto}.flex__column{display:flex;flex-direction:column}.flex__column>*{margin-top:1rem}.flex__row{display:flex;align-items:center}.flex__row>:not(:first-child){margin-left:5rem}@media only screen and (max-width:48em){.flex__row>:not(:first-child){margin-left:0}}@media only screen and (max-width:48em){.flex__row{flex-direction:column;align-items:flex-start}}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-wrapper{display:flex;justify-content:center;align-items:center}.spinner{width:10rem;height:10rem;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;pointer-events:none}.error404{align-items:center;flex-direction:column;min-height:50vh}.error404,.error404--figure{display:flex;justify-content:center}.error404--img{width:100%;height:auto}
/*# sourceMappingURL=main.0afa8bfe.chunk.css.map */