:root{--num-filters: 0}#filter-form{display:flex;flex-wrap:wrap;align-items:center;--btn-border-width: 1px;--btn-padding: 1rem}#filter-form>*{position:relative}@media (min-width:768px){#filter-form{flex-wrap:nowrap;border-radius:5rem;background:linear-gradient(to left, #2ae7d5 0%, #1d27b6 100%);position:relative;padding:var(--btn-padding) calc(var(--btn-padding) * 1.5)}#filter-form:before{content:'';position:absolute;top:var(--btn-border-width);left:var(--btn-border-width);width:calc(100% - var(--btn-border-width) * 2);height:calc(100% - var(--btn-border-width) * 2);pointer-events:none;background-color:#000016;border-radius:inherit}}#filter-form .form-gradient{flex:1 0 100%}@media (max-width:767.98px){#filter-form .form-gradient{margin-bottom:1rem}}@media (min-width:768px){#filter-form .form-gradient{flex:1 0 auto;background:none;padding:0}#filter-form .form-gradient:before{content:none}}#filter-form .form-gradient input{font-size:1.125rem;padding:0.625rem 0.875rem;padding-inline-start:3.125rem}@media (min-width:768px){#filter-form .form-gradient input{font-size:1.375rem;background-color:transparent}}#filter-form .form-gradient input::-webkit-search-cancel-button{-webkit-appearance:none;height:0.75rem;width:0.75rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><path d='M2.1.4,11,9.2,19.9.4a1.2,1.2,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.7L12.8,11l8.8,8.9a1.2,1.2,0,0,1-1.7,1.7L11,12.8,2.1,21.6a1.2,1.2,0,0,1-1.7,0,1.2,1.2,0,0,1,0-1.7L9.2,11,.4,2.1A1.2,1.2,0,0,1,.4.4,1.2,1.2,0,0,1,2.1.4Z' style='fill:%23fff;fill-rule:evenodd'/></svg>");background-size:cover}#filter-form .form-gradient svg{position:absolute;right:1rem;top:50%;transform:translateY(-50%);fill:#ffffff;stroke:#000016;width:1.5625rem;height:1.5625rem}@media (min-width:768px){#filter-form .form-gradient svg{right:0;width:2.125rem;height:2.125rem}}#filter-form .form-select-wrap{flex-shrink:0;flex-basis:calc(100% / var(--num-filters) - ((var(--num-filters) - 1) * 1rem / 2))}@media (max-width:767.98px){#filter-form .form-select-wrap+.form-select-wrap{margin-inline-start:1rem}}@media (min-width:768px){#filter-form .form-select-wrap{flex-basis:calc(50% / var(--num-filters));position:relative;margin-inline-start:0.5rem;padding-inline-start:0.5rem}#filter-form .form-select-wrap:before{content:'';width:1px;height:calc(100% + var(--btn-padding) * 2 - var(--btn-border-width) * 2);position:absolute;right:0;top:calc(-1 * var(--btn-padding) + var(--btn-border-width));background-color:rgba(255, 255, 255, 0.15)}}@media (min-width:992px){#filter-form .form-select-wrap{flex-basis:calc(40% / var(--num-filters))}}#filter-form .form-select-wrap .form-select{font-size:1.125rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-size:21px 21px;border-radius:2.5rem}#filter-form .form-select-wrap .form-select option{color:initial}@media (min-width:768px){#filter-form .form-select-wrap .form-select{font-size:1.375rem;background-color:transparent}}#filter-terms{--btn-border-width: 3px;display:block;padding:1.25rem 0;overflow:hidden;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(255, 255, 255, 0.3)}#filter-terms::-webkit-scrollbar{width:4px;height:4px}#filter-terms::-webkit-scrollbar-thumb{background:#ffffff}#filter-terms::-webkit-scrollbar-track{background:rgba(255, 255, 255, 0.3)}#filter-terms::-webkit-scrollbar{display:none}@media (min-width:768px){#filter-terms{padding:2.5rem 0}}#filter-terms .form-terms{display:flex;flex-wrap:nowrap;justify-content:stretch}#filter-terms .form-terms .tag{flex-grow:1;flex-shrink:0;position:relative;background:transparent;border-radius:0.3125rem;display:flex;align-items:center;justify-content:center;padding:1.25rem;font-size:1rem;overflow:hidden;cursor:pointer;white-space:nowrap;margin-left:0.625rem}#filter-terms .form-terms .tag:last-child{margin-left:0}@media (min-width:768px){#filter-terms .form-terms .tag{padding:2.25rem 1.25rem;font-size:1.25rem}}@media (min-width:992px){#filter-terms .form-terms .tag{margin-left:1.25rem}}#filter-terms .form-terms .tag:before{content:'';position:absolute;top:50%;left:50%;right:unset;transform:translate(-50%, -50%);width:100%;height:100%;pointer-events:none;background-color:#202033;border-radius:inherit;transition:background-color 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out}#filter-terms .form-terms .tag:hover:before,#filter-terms .form-terms .tag:focus-within:before{background-color:#2a2a43}#filter-terms .form-terms .tag.active{background:linear-gradient(to left, #2ae7d5 0%, #1d27b6 100%)}#filter-terms .form-terms .tag.active:before{width:calc(100% - var(--btn-border-width));height:calc(100% - var(--btn-border-width))}#filter-terms .form-terms .tag input{opacity:0;position:absolute}#filter-terms .form-terms .tag span{position:relative}
#manuals-list-head{display:flex;flex-direction:column;align-items:center;margin-top:3.125rem}@media (min-width:992px){#manuals-list-head{margin-top:5rem}}#manuals-list-head .spinner-border{margin:2rem auto}#manuals-list-head h2.no-results{font-size:2rem;text-align:center;transition:all 0.35s ease-in-out}ul#manuals-list{list-style-type:none;display:grid;width:100%;margin-bottom:3.125rem;grid-gap:2rem}@media (min-width:992px){ul#manuals-list{margin-bottom:5rem}}@media (min-width:992px){ul#manuals-list{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1400px){ul#manuals-list{grid-template-columns:repeat(3, 1fr)}}ul#manuals-list li{background-color:#202033;border-radius:10px;position:relative;transition:all 0.35s ease-in-out}@media (min-width:768px){ul#manuals-list li{overflow:hidden}}ul#manuals-list li .gradient-border{--border-width: 20px;--border-inner-width: 2px;width:100%;height:100%;pointer-events:none;border-radius:10px;overflow:hidden;display:block;position:absolute}ul#manuals-list li .gradient-border:after{content:'';position:absolute;top:var(--border-inner-width);left:var(--border-inner-width);border-radius:inherit;width:calc(100% - (var(--border-inner-width) * 2));height:calc(100% - (var(--border-inner-width) * 2));background-color:#202033}ul#manuals-list li .item-info{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.875rem;position:relative}@media (min-width:576px){ul#manuals-list li .item-info{padding:2.5rem}}@media (min-width:992px){ul#manuals-list li .item-info{height:100%}}@media (min-width:1600px){ul#manuals-list li .item-info{padding:1.875rem}}ul#manuals-list li .img-wrapper{display:block;opacity:1;flex-shrink:0;margin-top:1.5rem}ul#manuals-list li h3{font-size:1.375rem;font-weight:600;margin-bottom:1rem}@media (min-width:768px){ul#manuals-list li h3{font-size:1.625rem;margin-bottom:2rem}}@media (min-width:768px){ul#manuals-list li p,ul#manuals-list li a{font-size:1.25rem}}ul#manuals-list li:hover .gradient-border svg.gradient-box,ul#manuals-list li:focus-within .gradient-border svg.gradient-box{stroke-dashoffset:0}
