.ip-offset-bullets{display:flex;flex-direction:column}.ip-offset-bullets__row{width:100%}.ip-offset-bullets__item{align-items:flex-start;border-bottom:1px solid var(--ip-gris);column-gap:18px;display:grid;grid-template-columns:18px 1fr;padding:22px 0;position:relative;text-decoration:none}.ip-offset-bullets__row:first-child .ip-offset-bullets__item{padding-top:0}.ip-offset-bullets__row:last-child .ip-offset-bullets__item{border-bottom:0;padding-bottom:0}.ip-offset-bullets__marker{background-color:var(--bullet-accent);border:1px solid var(--bullet-accent);border-radius:10px;box-sizing:border-box;display:block;height:14px;margin-top:5px;transition:background-color .2s ease,border-color .2s ease;width:14px}.ip-offset-bullets__content{display:block;max-width:520px;transition:transform .2s ease}.ip-offset-bullets__title{display:block;font-size:24px;font-weight:500;line-height:1.2;margin-bottom:10px;transition:color .2s ease}.ip-offset-bullets__text{display:block;font-size:16px;line-height:1.6;transition:color .2s ease}.ip-offset-bullets--dark .ip-offset-bullets__text,.ip-offset-bullets--dark .ip-offset-bullets__title{color:#fff}.ip-offset-bullets--light .ip-offset-bullets__title{color:var(--ip-blue)}.ip-offset-bullets--light .ip-offset-bullets__text{color:var(--ip-text)}.ip-offset-bullets__item:hover .ip-offset-bullets__marker{background-color:#fff;border-color:var(--bullet-accent)}.ip-offset-bullets__item:hover .ip-offset-bullets__content{transform:translateX(2px)}.ip-offset-bullets--dark .ip-offset-bullets__item:hover .ip-offset-bullets__title,.ip-offset-bullets--light .ip-offset-bullets__item:hover .ip-offset-bullets__title{color:var(--bullet-accent)}.ip-offset-bullets--dark .ip-offset-bullets__item:hover .ip-offset-bullets__text{color:#fff}.ip-offset-bullets--light .ip-offset-bullets__item:hover .ip-offset-bullets__text{color:var(--ip-text)}