.te-signup-guarantee-heading {
    margin: 0 0 .85rem;
    color: #1c1530;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.te-signup-guarantee-heading__top {
    display: inline;
}

.te-signup-guarantee-heading__line {
    display: inline;
    margin-top: 0;
    margin-left: .2em;
}

.te-signup-guarantee-heading__box {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding: .18em .55em .22em;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 10px;
    color: #07594f;
    background: linear-gradient(120deg, rgba(223, 255, 244, .95), rgba(255, 244, 193, .9));
    box-shadow: 0 7px 18px rgba(7, 89, 79, .15), inset 0 1px 0 rgba(255, 255, 255, .95);
    font-size: .88em;
    letter-spacing: -.012em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}

.te-signup-guarantee-heading__box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45%;
    width: 28%;
    content: "";
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .75), transparent);
    transform: skewX(-18deg);
    animation: te-signup-guarantee-glaze 3.6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes te-signup-guarantee-glaze {
    0%, 48% { left: -45%; }
    78%, 100% { left: 125%; }
}

@media (prefers-reduced-motion: reduce) {
    .te-signup-guarantee-heading__box::after { animation: none; }
}

@media (max-width: 575.98px) {
    .te-signup-guarantee-heading__top { display: inline; }
    .te-signup-guarantee-heading__line { display: inline; margin-top: 0; margin-left: .2em; }
}
