:root{--rs-orange: #ff4d00;--rs-dark: #2a2b2a;--rs-gray-light: #e0e0e0;--rs-gray-mid: #777;--rs-gray-bg: #fafafa}.rs-learning{width:100%}.rs-learning-inner{display:flex;gap:2rem;padding:2rem 1rem}.rs-learning-wrapper{width:100%;display:flex;flex-wrap:nowrap;border:1px solid var(--rs-gray-light);border-radius:4px;background:#fff}.rs-menu{flex:0 0 350px;max-width:350px;padding:2rem;border-right:1px solid var(--rs-gray-light);background:var(--rs-gray-bg)}.rs-menu-toggle{display:none}.rs-menu-list{list-style:none;margin:0;padding:0}.rs-main-category{border-bottom:1px solid #eee}.rs-cat-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;padding:1rem 0;-webkit-user-select:none;user-select:none}.rs-cat-title{flex:1}.plus-icon{width:18px;height:18px;border:1px solid var(--rs-orange);color:var(--rs-orange)}.rs-cat-header .v-line{transform-origin:center;transition:transform .3s ease}.rs-main-category.open .v-line{transform:rotate(90deg)}.rs-sub-category-list{list-style:none;margin:0 0 1rem 1rem;padding:0;overflow:hidden;max-height:0;transition:max-height .3s ease}.rs-main-category.open .rs-sub-category-list{max-height:1000px}.sub-category-btn{display:block;width:100%;text-align:left;padding:1rem;font-weight:500;color:#333;background:none;border:none;cursor:pointer}.sub-category-btn.active{color:var(--rs-orange);font-weight:600;background-color:#f5f7fa;border-left:2px solid var(--rs-orange)}.section-title{margin-bottom:1rem;border-bottom:1px solid #eee;display:block}.rs-selected-subcat{color:var(--rs-orange);font-size:xx-large;text-transform:uppercase;margin:inherit}.rs-filter-tabs{display:flex;gap:1rem;margin:1rem 0 2rem;flex-wrap:wrap}.filter-btn{background:none;border:none;padding:.5rem .75rem;cursor:pointer;color:#888;font-weight:500;transition:color .2s ease-in-out}.filter-btn:hover{color:var(--rs-dark);border-bottom:2px solid var(--rs-orange)}.filter-btn.active{color:#222;border-bottom:2px solid var(--rs-orange)}.rs-no-results-message{display:none;text-align:center;color:var(--rs-gray-mid);padding:2rem 0}.content-grid{width:100%;padding:14px 20px 20px 40px}.product-list{display:grid;grid-template-columns:1fr;gap:3rem}.product-item{display:grid;grid-template-columns:250px 1fr;gap:2rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid #eee;width:100%}.product_img-wrapper{display:flex;align-items:center;justify-content:center;max-width:250px}.product_img-wrapper img{width:100%;height:auto;object-fit:contain}.product-info .article-info{display:flex;flex-direction:column;gap:1rem}.product_title .title_main{font-size:x-large;font-weight:600;margin-bottom:4px;color:var(--rs-orange)}.product_title .title_sub{font-size:inherit;font-weight:500;color:var(--rs-dark)}.product-video-container{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;margin-top:1rem}.product-video{display:flex}.product-video a{display:flex;align-items:center;gap:1rem;color:var(--rs-dark);text-decoration:none;transition:color .2s ease-in-out;flex:1}.product-video a:hover{color:var(--rs-orange)}.product-video img{width:124px;height:68px;object-fit:cover;border-radius:6px;box-shadow:0 2px 6px #00000026;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.product-video-title{font-size:1.6rem;line-height:2.2rem;font-weight:500;overflow:hidden;max-height:4.4rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;display:-webkit-box}.video-grid{width:100;padding:14px 20px 20px 40px;display:grid;grid-template-columns:1fr;gap:2rem}.video-section_title{margin-bottom:1rem;border-bottom:1px solid #eee;display:block}.video-section_title h2{margin-bottom:.5rem}.rs-video-playlist{display:flex;flex-direction:column;gap:1rem}.rs-videos{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1rem}.video-item a{display:flex;align-items:flex-start;gap:1rem;text-decoration:none;color:var(--rs-dark);width:100%;transition:color .2s ease-in-out}.video-item a:hover{color:inherit;background-color:#0000000d}.rs-videos img{width:200px!important;height:113px!important;object-fit:cover;border-radius:6px;flex-shrink:0;box-shadow:0 2px 6px #00000026}.video-text{display:flex;flex-direction:column;gap:.25rem;flex:1}.rs-video-title{font-size:1.6rem;line-height:2.2rem;font-weight:500;overflow:hidden;max-height:4.4rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;display:-webkit-box;margin-bottom:.5rem}.video-description{font-size:1.5rem;line-height:1.8rem;font-weight:400;color:var(--rs-gray-dark)}.video-list{display:grid;grid-template-columns:1fr;gap:3rem}.blog-grid{width:100%;padding:14px 20px 20px 40px}.blog-grid-items{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000014}.article-item{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 0;border-bottom:1px solid #eee;width:100%}.article-item a img{width:100%;height:200px;object-fit:cover;display:block}.article-title{font-size:large;font-weight:600;margin-bottom:4px;color:var(--rs-orange);word-break:break-word}.rs-download{display:flex;align-items:center;gap:1rem;padding:.5rem 0;justify-content:space-between}.rs-label{margin:0;flex:1;word-break:break-word}.rs-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background-color:#333;color:#fff;padding:.3em 1.5em;border-radius:var(--btn-border-radius, 4px);border:1px solid #333;text-decoration:none;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.rs-btn:hover{background-color:#fff!important;color:var(--rs-dark)!important;border-color:var(--rs-dark)}.video-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:99999;align-items:center;justify-content:center}.video-modal iframe{width:80vw;height:45vw;max-width:960px;max-height:540px;border:0}.video-modal .close{position:absolute;top:18px;right:18px;font-size:26px;color:#fff;cursor:pointer}.pagination{display:flex!important;justify-content:center;align-items:center;margin-top:2rem;flex-wrap:wrap;gap:.5rem}.pagination button{cursor:pointer;border:1px solid #ccc;background-color:#fff;color:#333;padding:.5em 1em;border-radius:4px;font-size:1rem;transition:background-color .2s,color .2s}.pagination button:hover{background-color:#f0f0f0}.pagination button.active{background-color:#ff4d00;color:#fff;border-color:#ff4d00;font-weight:700}.rs-menu-search{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;padding:6px 10px;margin:0 0 12px;background:#f9f9f9}.rs-menu-search input{flex:1;border:none;outline:none;background:transparent;font-size:14px}.rs-search-submit{margin-left:6px;font-size:14px;color:#666}.search-results-grid{margin-top:2rem;width:100%;padding:14px 20px 20px 40px}.search-results-grid .search-title{font-size:1.5rem;margin-bottom:1rem}.search-results-grid .search-list{display:flex;flex-direction:column;gap:2rem}.search-results-grid .product-item,.search-results-grid .article-item,.search-results-grid .video-item{width:100%}.rs-menu-toggle.is-search .toggle-icon{display:none}.rs-menu-toggle.is-search .clear-icon{display:inline}.rs-menu-toggle .clear-icon{display:none}.clear-icon{font-size:3rem;line-height:1;font-weight:700;color:var(--rs-orange);padding:.5rem}.search-query-highlight{color:#ff4d00;font-style:italic}@media (min-width: 750px){.desktop-only{display:block}.mobile-only{display:none}}@media (max-width: 749px){.desktop-only{display:none}.mobile-only{display:block}.rs-learning-inner{flex-direction:column;padding:1rem}.rs-learning-wrapper{display:block;border:none}.rs-menu{display:none}.rs-menu-toggle{border:1px solid var(--rs-gray-light);padding:1rem;cursor:pointer}.rs-selected-subcat{font-size:larger;border-bottom:none}.rs-menu-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;align-items:center;justify-content:center;padding:1rem}.rs-menu-popup.active{display:flex}.rs-menu-popup-inner{position:relative;background:#fff;border-radius:8px;border:1px solid var(--rs-gray-light);width:100%;max-width:400px;max-height:80vh;overflow-y:auto;padding:2rem;box-shadow:0 5px 20px #0003}.rs-menu-close{position:absolute;top:0;right:4px;background:none;border:none;font-size:3rem;cursor:pointer;color:var(--rs-orange);line-height:1;z-index:10;padding:0;width:32px;height:32px;text-align:center;line-height:32px;font-weight:700}.rs-menu-popup-inner .rs-menu-list{list-style:none;padding:0;margin:1.5rem 0 0}.rs-menu-popup-inner .rs-main-category{border-bottom:1px solid #eee}.rs-menu-popup-inner .rs-cat-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:500;padding:1rem 0;-webkit-user-select:none;user-select:none}.rs-menu-popup-inner .rs-sub-category-list{list-style:none;margin:0 0 1rem 1rem;padding-left:0;overflow:hidden;max-height:0;transition:max-height .3s ease}.rs-menu-popup-inner .rs-main-category.open .rs-sub-category-list{max-height:1000px}.rs-menu-popup-inner .sub-category-btn{display:block;width:100%;text-align:left;background:none;border:none;padding:1rem;font-weight:500;color:#333;cursor:pointer}.rs-menu-popup-inner .sub-category-btn.active{color:var(--rs-orange);font-weight:600;background-color:#f5f7fa;border-left:2px solid var(--rs-orange)}.rs-menu-ok{display:block;width:100%;margin-top:1.5rem;background:var(--rs-dark);color:#fff;padding:.8rem;border:none;font-size:16px;cursor:pointer;border-radius:4px}.rs-filter-tabs{display:flex;gap:1rem;margin:1rem 0 2rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x proximity;padding-bottom:6px;overscroll-behavior-x:contain;-ms-overflow-style:none;scrollbar-width:none}.rs-filter-tabs::-webkit-scrollbar{height:6px;display:none}.rs-filter-tabs>*{flex:0 0 auto;scroll-snap-align:start;min-width:max-content}.rs-filter-tabs.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.rs-content{width:100%;padding:1rem 0}.product-item{grid-template-columns:1fr}.product_img-wrapper{max-width:320px;margin:auto}.content-grid{padding:1.5rem}.article-item{display:block}.video-grid{padding:inherit}.rs-videos,.video-item a{flex-direction:column;align-items:flex-start}.rs-videos img{width:100%!important;height:auto!important}.video-text{padding-top:.5rem}.rs-video-title{font-size:2rem}.blog-grid{display:block}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/learning-center.css.map */
