.shared-helpcenter-container-main{opacity:1!important}.shared-helpcenter-container{width:100%;min-height:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:var(--shared-background-color)}.shared-helpcenter-container-content{width:100%;max-width:945px;display:grid;padding:40px 30px 30px;grid-column-gap:30px;column-gap:30px;grid-row-gap:30px;row-gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (max-width:950px){.shared-helpcenter-container-content{padding:20px 0 0;grid-template-columns:repeat(1,minmax(0,1fr))}}.shared-helpcenter-container-content .collection-item{width:100%;padding:30px;display:flex;flex-direction:column;align-items:flex-start;border-radius:10px;cursor:pointer;min-height:240px;background-color:var(--shared-background-color);box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid var(--shared-border-color)}@media only screen and (max-width:950px){.shared-helpcenter-container-content .collection-item{min-height:190px}}.shared-helpcenter-container-content .collection-item .fa-solid{font-size:11px;flex-shrink:0;color:var(--shared-color);margin-right:10px;margin-left:10px;display:none}.shared-helpcenter-container-content .collection-item:last-of-type{margin-bottom:0}.shared-helpcenter-container-content .collection-item-image{height:28px;width:28px;margin-bottom:20px;object-fit:contain}.shared-helpcenter-container-content .collection-item-icon{display:flex;justify-content:center;align-items:center;font-size:28px;height:28px;width:28px;margin-bottom:20px;color:var(--shared-color)!important}.shared-helpcenter-container-content .collection-item-details{display:flex;flex-direction:column;width:100%}.shared-helpcenter-container-content .collection-item-details .small-title-text{font-weight:600;font-size:17px;line-height:1.3;color:var(--shared-title-color)}@media only screen and (max-width:950px){.shared-helpcenter-container-content .collection-item-details .small-title-text{font-size:16px}}.shared-helpcenter-container-content .collection-item-details .running-text{margin-top:7px;font-size:15px;line-height:22px;font-weight:400;color:var(--shared-text-color)}@media only screen and (max-width:950px){.shared-helpcenter-container-content .collection-item-details .running-text{font-size:14px;margin-top:3px!important}.shared-helpcenter-container-content .collection-item{margin-bottom:0;flex-direction:column;align-items:flex-start}.shared-helpcenter-container-content .collection-item .fa-solid{display:none}.shared-helpcenter-container-content .collection-item .small-title-text{margin-bottom:4px}.shared-helpcenter-container-content .collection-item .collection-item-icon,.shared-helpcenter-container-content .collection-item .collection-item-image{margin:0 0 20px;height:26px;width:26px;font-size:26px}}.shared-helpcenter-container-content .collection-item:hover{border:1px solid var(--shared-color)}.shared-helpcenter-container-content .collection-item:hover .fa-solid{color:var(--shared-color)}.shared-helpcenter-container-content .collection-item:hover .small-title-text{color:var(--shared-color)!important}