.chapter-link{cursor:pointer;display:grid;grid-template-rows:100% 100%;overflow:hidden;position:relative}.chapter-link__back-wrapper,.chapter-link__front-wrapper{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:visible;text-align:center;transition:all .2s ease}.chapter-link__front-wrapper{position:relative}.chapter-link__front-wrapper:after{border-image:linear-gradient(90deg,#00b1e2,#55d6be) 1 0 0 0;border-top:15px solid;bottom:0;content:"";height:0;position:absolute;transform:translateY(33%);width:100%}.chapter-link__front{font-size:30px;font-weight:600;line-height:1.2;margin:0 0 10px}.chapter-link__front.chapter-link__front-font-small{font-size:20px}.chapter-link__front.chapter-link__front-font-custom{font-size:var(--frontside-font-size)}.chapter-link__front p{margin:0}@media (min-width:769px){.chapter-link:hover .chapter-link__back-wrapper,.chapter-link:hover .chapter-link__front-wrapper{transform:translateY(-100%)}}.chapter-link__number{display:block}.chapter-link__expander{bottom:18px;position:absolute;right:18px}@media (max-width:768px){.chapter-link__expander{display:none}}.chapter-link__arrow-down{border:1px solid #ced951;border-radius:15px;bottom:20px;height:30px;left:50%;padding:5px;position:absolute;transform:translateX(-50%) rotate(90deg);width:30px}@media (min-width:769px){.chapter-link__arrow-down{display:none}}.chapter-link__arrow-down path{stroke:#ced951}.chapter-link__front-wrapper{padding:26px}.chapter-link__back-wrapper{background-color:var(--dark-blue);color:#fff;padding:26px 52px}.chapter-link__back-wrapper *{margin-bottom:0}.chapter-link__back-wrapper p{font-size:14px}.chapter-link__plus{opacity:1;transition:all .3s ease}@media (min-width:769px){.chapter-link:hover .chapter-link__plus{opacity:0}}@media (max-width:767px){.chapter-link{margin-bottom:20px}}