.th-module{display:flex;flex-direction:column;gap:0}.th-images{margin-bottom:2rem;position:relative;width:100%}.th-image{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .4s ease;width:100%}.th-image.is-active{opacity:1;pointer-events:auto;position:relative}.th-image img{border-radius:.5rem;display:block;height:auto;width:100%}.th-tabs{display:flex;flex-direction:row;gap:1.5rem;padding:0 2rem;width:100%}.th-tab{cursor:pointer;flex:1 1 0;min-width:0;opacity:.4;outline:none;padding:1.25rem 1rem 1rem;position:relative;transition:opacity .3s ease}.th-tab:focus-visible{outline:2px solid #e7e7ea;outline-offset:2px}.th-tab.is-active{opacity:1}.th-tab__progress{background:#e7e7ea;border-radius:3px;left:0;overflow:hidden;position:absolute;top:-3px;width:100%}@keyframes th-progress{0%{width:0}to{width:100%}}.th-tab__progress-bar{background:#23dc64;background:linear-gradient(90deg,#23dc64,#e7e7ea);border:0;border-radius:3px;height:100%;height:4px;width:0}.th-tab.is-active.is-animating .th-tab__progress-bar{animation-fill-mode:forwards;animation-name:th-progress;animation-timing-function:linear}.th-tab__body{display:flex;flex-direction:column;gap:.25rem}.th-tab__heading{margin:0}.th-tab__subhead{font-size:.875rem;font-weight:600;margin:0}.th-tab__content{font-size:.875rem;margin-top:.5rem}.th-tab__content ul{margin:0;padding-left:1.25rem}.th-tab__content li{margin-bottom:.25rem}@media (max-width:767px){.th-images{display:none}.th-tabs{flex-direction:column;gap:2rem;padding:0}.th-tab{border-top:3px solid #23dc64;cursor:default;opacity:1;padding:10px 0}.th-tab__progress{display:none}.th-tab .th-mobile-image{display:block;margin-top:1rem;width:100%}.th-tab .th-mobile-image img{border-radius:.5rem;height:auto;width:100%}}@media (min-width:768px){.th-mobile-image{display:none}}