:root{--blue:#1d1834;--grey:#ff5f5;--green:#00d3c4;--white:#fff;--max-width:1100px;--border-radius:12px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}section{margin:1.5rem 0}.header{position:fixed;top:0;background:var(--blue);color:var(--white);width:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.main{justify-content:space-between;padding:2rem 6rem;min-height:100vh;margin-top:6rem;max-width:1200px}.gutter,.main{display:flex;flex-direction:column;align-items:center}.gutter{justify-content:center}.registration{font-weight:600}.example-table td:last-of-type{text-align:right}.example-table td:first-of-type{padding-right:3.5rem}.example-table tr:last-of-type>td:last-of-type{border-top:2px solid #000;border-bottom:2px solid #000}.contact{width:100%}a{transition:all .5s;text-decoration:none;font-weight:600;color:#000}a:hover{color:var(--green)}.book img{width:100%;padding-bottom:1rem}.book-details{text-align:center}.book-details,.footer{justify-content:center}.footer{background:var(--blue);color:var(--white);width:100%;display:flex;align-items:center;padding:2rem 1rem}@media only screen and (max-width:650px){.main{padding:3rem 2rem}}.bm-burger-button{position:fixed;width:36px;height:30px;right:36px;top:36px}.bm-burger-bars{background:var(--white);transition:all .5s}.bm-burger-bars-hover{background:var(--green);opacity:1!important}.bm-cross-button{height:32px;width:32px}.bm-cross{background:var(--white);transition:all .5s}.bm-cross-button:hover .bm-cross{background-color:var(--green)}.bm-menu-wrap{position:fixed;top:0;height:100%}.bm-menu{background:var(--blue);padding:2.5em 1.5em 0;font-size:1.15em}.bm-morph-shape{fill:#373a47}.bm-item-list{color:var(--white);padding:.8em}.bm-item{display:inline-block;color:var(--white);padding:1rem .5rem 1rem 4rem;text-decoration:none}.bm-overlay{background:rgba(0,0,0,.3)}a.bm-item:hover{color:var(--green);transition:all .5s}