#reports .navigation-wrapper {display:flex;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:60px;max-width:1400px;width:90%;margin-left:auto;margin-right:auto;z-index:9;position:relative;}
#reports button.prev-year, #reports button.next-year {width:31px;height:31px;border-radius:100%;border:1px solid #B9B9B9;background:none;outline:none;padding:0;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
#reports button.prev-year:hover, #reports button.next-year:hover {border:1px solid #B29530;background:#B29530;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
#reports button.prev-year:hover img, #reports button.next-year:hover img {filter: brightness(0)invert(1);}
#reports-carousel.owl-carousel img {width:auto!important;max-width:100%;}
#reports-carousel.owl-carousel img.cover {max-width:100%;height:auto;margin-left:auto;margin-right:auto;border-radius:8px;-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);background-clip: padding-box;}
#reports-carousel {margin-top:35px;z-index:9;position:relative;}
#reports-carousel .flex {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
#reports-carousel .reports-download {width:28%;border:3px solid transparent;background:#fff;border-radius:5px;margin:30px 0 9px 0;position:relative;z-index:9;-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition: border-color 0.4s ease-in-out;-webkit-transition: border-color 0.4s ease-in-out;-moz-transition: border-color 0.4s ease-in-out;-o-transition: border-color 0.4s ease-in-out;transition: border-color 0.4s ease-in-out;}
#reports-carousel .reports-download + .reports-download {margin-left:30px;}
#reports-carousel .reports-download a {width:100%;color:#555;padding:15px 20px;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
#reports-carousel .icon {width:45px;height:45px;border:1px solid #B29530;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition: border-color 0.4s ease-in-out;-webkit-transition: border-color 0.4s ease-in-out;-moz-transition: border-color 0.4s ease-in-out;-o-transition: border-color 0.4s ease-in-out;transition: border-color 0.4s ease-in-out;}
#reports-carousel .click {margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align: center;-ms-flex-align:center;align-items:center;}
#reports-carousel .reports-download a:hover {color: #B29530;}
#reports-carousel .reports-download a:hover .icon {background: #B29530;-webkit-transition: border-color 0.4s ease-in-out;-webkit-transition: border-color 0.4s ease-in-out;-moz-transition: border-color 0.4s ease-in-out;-o-transition: border-color 0.4s ease-in-out;transition: border-color 0.4s ease-in-out;}
#reports-carousel .reports-download a:hover .icon img {filter:brightness(0) invert(1);}
#reports-carousel .reports-download:hover {border-radius:5px;border:3px solid #B29530;-webkit-transition: border-color 0.4s ease-in-out;-webkit-transition: border-color 0.4s ease-in-out;-moz-transition: border-color 0.4s ease-in-out;-o-transition: border-color 0.4s ease-in-out;transition: border-color 0.4s ease-in-out;}

#year-carousel .item {text-align:center;padding:10px 0;color:#999;cursor:pointer;font-size:18px;-webkit-transition: color 0.4s ease;-moz-transition: color 0.4s ease;-o-transition: color 0.4s ease;-ms-transition: color 0.4s ease;transition: color 0.4s ease;}
#year-carousel .owl-item.current .item {color:#b59d5f!important;border-bottom:3px solid #b59d5f;}


@media only screen and (max-width:1366px) {
#reports-carousel .reports-download a {padding:10px 20px;}
#reports-carousel .icon {width:40px;height:40px;} 
#reports-carousel .icon img.download {width:17px!important;height:auto;}
#reports-carousel .icon img.book {width:19px!important;height:auto;}
}

@media only screen and (max-width:1080px) {
#reports-carousel .reports-download {width:40%;}
}

@media only screen and (max-width:980px) {
#reports .navigation-wrapper {gap:unset;}
}

@media only screen and (max-width:768px) {
#reports-carousel .reports-download {width:48%;}
#reports-carousel .reports-download + .reports-download {margin-left:15px;}
#reports-carousel .reports-download a {padding:10px 15px;}
#reports-carousel .click {margin-left:10px;}
}

@media only screen and (max-width:480px) {
#reports-carousel .reports-download {width:100%;}
#reports-carousel .flex {display:block;}
#reports-carousel .reports-download + .reports-download {margin-left:0;margin-top:8px;}
#year-carousel .owl-item.current .item {width:80%;margin:0 auto;}
}