.lessons-container{overflow:hidden;transition:max-height .5s ease-in-out,opacity .5s ease-in-out;opacity:0;max-height:0}.lessons-container.open{opacity:1;max-height:100000px}.pattern{display:flex;flex-wrap:wrap;width:10rem;height:10rem}.shape{width:50px;height:50px;background-color:#76a9c9;position:relative;margin:2px;animation:fadeInOut 2s infinite;opacity:0}.shape.circle{border-radius:50%}.shape.quarter-circle{border-radius:0 50% 50% 0;background-color:#a3c6df}.shape.half-circle{border-radius:50% 50% 0 0;background-color:#9bbdd3}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.shape.circle{animation-delay:0s}.shape.quarter-circle{animation-delay:.5s}.shape.half-circle{animation-delay:1s}@media (max-width:768px){.force-desktop{width:974px!important;height:687px!important;transform:scale(1);transform-origin:top left}}.certificate-content h1{font-size:2rem}.certificate-content h2{font-size:1.5rem}.certificate-content h3,.certificate-content p{font-size:1rem}.certificate-contentPreview h1{font-size:2rem;margin-bottom:.4rem}.certificate-contentPreview h2{font-size:1.5rem;margin-bottom:.4rem}.certificate-contentPreview h3{font-size:1rem;margin-bottom:.4rem}