.yagtlf{margin-left:1em}.panels{gap:4em;justify-content:center;margin-top:2em}.panel,.panels{display:flex;flex-direction:column}.panel{--bg:#171717;background:hsl(var(--background));border:1px solid hsla(0,0%,100%,.16);padding:40px;border-radius:24px}.panel__header{display:flex;justify-content:space-between;align-items:center;color:var(--color-text-primary)}.panel__header strong{background:linear-gradient(0deg,#bef54b,#b1f341 70%)}.panel__title{font-size:24px;font-weight:600;line-height:29.05px;text-align:left;padding-bottom:16px;display:inline}.panel__summary{font-size:16px;font-weight:400;line-height:24px;text-align:left;padding-bottom:2em;opacity:.72}.tags{display:inline-flex;color:hsla(0,0%,100%,.72);gap:8px}.tags .tag{font-size:14px;line-height:16.94px;border:1px solid hsla(0,0%,100%,.72);border-radius:8px;padding:6px 8px;background-color:#e0e2df;color:#101804}.specs{display:flex;flex-wrap:no-wrap;margin-top:24px;margin-bottom:24px}.spec{display:flex;flex-basis:min-content;flex-wrap:nowrap;text-wrap:nowrap;word-wrap:nowrap;gap:8px;position:relative;padding-right:2em;transform:translateY(-50%)}.spec:not(:last-child):after{position:absolute;top:50%;right:0;left:auto;content:"";display:block;width:4px;height:4px;background:hsla(0,3%,88%,.72);border-radius:50%}.spec:not(:first-child){padding-left:2em}.spec__label,.spec__value{flex-basis:min-content}.p-bg{background-image:var(--bg)}