/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.custom-slider-wrapper,.custom-slider-wrapper *{box-sizing:border-box;padding:0;margin:0;}.custom-slider-wrapper .slider{position:relative;width:100%;max-width:100%;margin:0 auto;overflow:hidden;}.custom-slider-wrapper .slides{display:flex;transition:transform 0.5s ease-in-out;}.custom-slider-wrapper .slide{flex:0 0 100%;display:flex;justify-content:center;align-items:center;text-align:center;}.custom-slider-wrapper .slide img{max-height:400px;max-width:100%;width:auto;height:auto;margin:0 auto;display:block;object-fit:contain;}.custom-slider-wrapper .dots{text-align:center;margin-top:10px;}.custom-slider-wrapper .dot{height:12px;width:12px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color 0.3s ease;cursor:pointer;}.custom-slider-wrapper .dot.active{background-color:#717171;}
