section.trombinoscope-secondary-module{overflow:hidden;position:relative;z-index:1}section.trombinoscope-secondary-module .container{display:flex;flex-direction:column;gap:90px}@media screen and (max-width:768px){section.trombinoscope-secondary-module .container{gap:45px}}section.trombinoscope-secondary-module .container .filters{display:flex;flex-wrap:wrap;gap:30px}@media screen and (max-width:768px){section.trombinoscope-secondary-module .container .filters{gap:15px}}section.trombinoscope-secondary-module .container .filters .filter{background-color:transparent;border:1px solid #6c6d72;border-radius:5px;color:#6c6d72;cursor:pointer;gap:10px;padding:10px 30px;text-align:center;transition:.3s ease;user-select:none}@media screen and (max-width:768px){section.trombinoscope-secondary-module .container .filters .filter{padding:10px 20px}}section.trombinoscope-secondary-module .container .filters .filter.active,section.trombinoscope-secondary-module .container .filters .filter:hover{background-color:#51c1bc;border:1px solid #51c1bc;color:#fff}section.trombinoscope-secondary-module .container .wrapper{align-items:center;display:flex;flex-direction:column;gap:60px}@media screen and (max-width:768px){section.trombinoscope-secondary-module .container .wrapper{gap:30px}}section.trombinoscope-secondary-module .container .wrapper .items{display:grid;gap:60px 30px;grid-template-columns:1fr 1fr 1fr 1fr;width:100%}@media screen and (max-width:768px){section.trombinoscope-secondary-module .container .wrapper .items{gap:45px 30px}}@media screen and (max-width:1080px){section.trombinoscope-secondary-module .container .wrapper .items{grid-template-columns:1fr 1fr}}@media screen and (max-width:540px){section.trombinoscope-secondary-module .container .wrapper .items{grid-template-columns:1fr}}section.trombinoscope-secondary-module .container .wrapper .items .item.active{display:flex}section.trombinoscope-secondary-module .container .wrapper .items .item{display:none;flex-direction:column;gap:30px;text-decoration:none;width:100%}@media screen and (max-width:768px){section.trombinoscope-secondary-module .container .wrapper .items .item{gap:15px}}section.trombinoscope-secondary-module .container .wrapper .items .item img{aspect-ratio:1/1.2;border-radius:10px;object-fit:cover;width:100%}section.trombinoscope-secondary-module .container .wrapper .items .item .text-ctn{display:flex;flex-direction:column;gap:15px}@media screen and (max-width:768px){section.trombinoscope-secondary-module .container .wrapper .items .item .text-ctn{gap:10px}}section.trombinoscope-secondary-module .container .wrapper .items .item .text-ctn .h6{display:-webkit-box;text-transform:none;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;width:100%}section.trombinoscope-secondary-module .container .wrapper .more.btn{display:none}section.trombinoscope-secondary-module .container .wrapper .more.btn.active{display:block}