/* Extraído do HTML público de referência — secção .steps */
.steps{background-color:#fff;width:100%;padding:60px 0;box-sizing:border-box}.steps *{box-sizing:border-box}@media (min-width:960px){.steps{padding:120px 0}}.steps__wrapper{width:100%;max-width:1052px;padding:0 14px;margin:auto}@media (min-width:960px){.steps__wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}}.steps__image-wrap{width:100%;max-width:435px;height:680px;display:none;position:relative}@media (min-width:960px){.steps__image-wrap{display:block;margin-right:90px}}.steps__image{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;transition:opacity 1s}@media (min-width:960px){.steps__image{display:block}}.steps__image.active{opacity:1}.steps__title{color:#202630;font-weight:600;font-size:28px;line-height:36px;text-align:center;margin-bottom:50px}@media (min-width:960px){.steps__title{font-size:38px;line-height:44px}}.steps__items{width:100%;max-width:485px;margin:auto}@media (min-width:960px){.steps__items{margin:0}}.steps__item{display:-webkit-flex;display:flex;padding-bottom:40px;position:relative}.steps__item:before{content:"";position:absolute;left:20px;top:0;width:1px;height:calc(100% + 1px);background-color:#0b80e5;display:block}[lang=he] .steps__item:before,[lang=ar] .steps__item:before{left:auto;right:20px}.steps__item:last-child{padding-bottom:0}.steps__item:last-child:before{display:none}@media (min-width:960px){.steps__item:before{background-color:#b8c4cb;left:27px}[lang=he] .steps__item:before,[lang=ar] .steps__item:before{left:auto;right:27px}.steps__item.active .steps__item-count{background-color:#0b80e5;box-shadow:0 0 0 1px #0b80e5}}.steps__item-content{margin-left:16px}@media (min-width:960px){.steps__item-content{margin-left:32px}}[lang=he] .steps__item-content,[lang=ar] .steps__item-content{margin-left:0;margin-right:16px}@media (min-width:960px){[lang=he] .steps__item-content,[lang=ar] .steps__item-content{margin-left:0;margin-right:32px}}.steps__item-count{font-size:18px;color:#fff;width:40px;height:40px;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:relative;border-radius:50%;background-color:#0b80e5;border:2px solid #fff;box-shadow:0 0 0 1px #0b80e5}@media (min-width:960px){.steps__item-count{font-size:26px;width:56px;height:56px;background-color:#b8c4cb;box-shadow:0 0 0 1px #b8c4cb;transition:background-color .225s ease,box-shadow .225s ease}}.steps__item-title{color:#000;font-weight:600;font-size:20px;line-height:28px;margin-bottom:12px}@media (min-width:960px){.steps__item-title{font-size:24px;line-height:32px}}.steps__item-text{color:#546e7a;font-weight:400;font-size:15px;line-height:22px}@media (min-width:960px){.steps__item-text{font-size:16px;line-height:24px}}.steps .get_started_button{max-width:288px;margin:50px auto 0}@media (min-width:960px){.steps .get_started_button{max-width:214px;margin:60px 0 0 0}}

/* WT Software — interação e tipo */
.parental-steps .steps__item {
    cursor: pointer;
}
.parental-steps .steps__item:focus-visible {
    outline: 2px solid #0b80e5;
    outline-offset: 4px;
}
.parental-steps .steps__title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}