.article{border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:5px}.article img{max-width:100%}.article h2,.article p{word-break:break-word}.comments{align-items:flex-end;display:flex;flex-direction:column}.comment{margin:10px}.form-comments{align-items:center;display:flex;justify-content:space-between}.form-comments input{height:35px;margin-left:0;margin-right:0}.form-comments button{margin-left:15px}.form-comments .error{margin-bottom:10px;margin-top:20px}@media (min-width:580px){.article{margin:20px;padding:20px;width:85%}}@media (min-width:767.5px){.articles{display:flex;flex-wrap:wrap;justify-content:center}}@media (min-width:1024px){.article{width:600px}}@media (min-width:1658px){.article{width:660px}}@media (max-width:768px){.article>button>img,.carroussel img{height:72.5%;max-width:100%}}.carroussel{align-items:center;display:flex;justify-content:space-around}.page-indicator .indicator{background-color:gray;border-radius:20px;display:inline-block;height:15px;margin:5px;transition:background-color .5s;width:15px}.page-indicator .indicator.current{background-color:var(--dark-green)}.carroussel .after,.carroussel .before{background-color:var(--light-gray);border:1px solid var(--dark-gray);border-radius:100%;cursor:pointer;height:60px;width:60px}.carroussel .after:hover,.carroussel .before:hover{background-color:var(--light-gray-hover)}.modal{align-items:center;background-color:rgba(29,29,29,.65);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:6}.modal .content{background-color:#fff;border-radius:20px;display:block;height:75%;overflow-x:hidden;overflow-y:auto;padding:25px;text-align:left;width:80%}.modal>.content>:first-child{width:85%}.modal .cross{background-color:#fff;border:1px solid #000;border-radius:100%;cursor:pointer;font-size:50px;height:60px;line-height:.8;position:fixed;right:11.1%;top:14%;width:60px}.modal.image-container .tools{display:flex;justify-content:center;margin-bottom:20px}.modal.image-container .tools button{background-color:var(--light-gray);border:#000;border-radius:10%;cursor:pointer;height:60px;width:60px}.modal.image-container img{height:100%;width:100%}.modal.image-container .content{align-items:center;display:flex;flex-direction:column}.modal.image-container .image-zoom{max-width:85vh}@media (max-width:600px){.modal.image-container .tools{margin-top:70px}}@media (min-width:580px){.card{box-shadow:0 0 30px #5f5f5f;padding:25px}}p.content{display:flex;flex-direction:column;margin-bottom:10px}.spoiler{margin-bottom:0}.spoiler.reducted{max-height:150px;overflow-y:hidden}.spoiler-button{background-color:#fff;border:none;color:gray;display:inline-block;font-size:.9em;margin-left:auto;margin-top:0}@media (min-width:1441px){.spoiler-button{font-size:1em}.spoiler.reducted{max-height:230px}}.yt-iframe{height:140px;max-width:660px;width:100%}@media (min-width:320px){.yt-iframe{height:170px}}@media (min-width:375px){.yt-iframe{height:200px}}@media (min-width:426px){.yt-iframe{height:270px}}@media (min-width:1658px){.yt-iframe{height:360px}}.navigation .current{background-color:#d3d3d3}.navigation>*{background-color:#fff;border:1px solid gray;border-radius:10px;display:inline-flex;flex-direction:row;margin:0;padding:10px}