<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.how-to-section {
    box-shadow: inset 0 20px 10px -10px rgba(220, 220, 220, 0.35);
    display: flex;
    background-color: #fff;
    padding: 50px;
}
@media (max-width: 991.98px) {
    .how-to-section {
        flex-direction: column;
    }
}
@media (max-width: 767.98px) {
    .how-to-section {
        padding: 40px 15px;
    }
}
.how-to-section__info {
    width: 48%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 35px;
}
@media (max-width: 991.98px) {
    .how-to-section__info {
        width: 100%;
        padding: 0;
    }
}
.how-to-section__info__img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100px;
    height: 100px;
}
@media (max-width: 991.98px) {
    .how-to-section__info__img {
        width: 50px;
    }
}
.how-to-section__info__img img {
    max-height: 100%;
}
.how-to-section__info__text {
    width: calc(100% - 130px);
}
@media (max-width: 991.98px) {
    .how-to-section__info__text {
        width: calc(100% - 65px);
    }
}
.how-to-section__info__text h2 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}
.how-to-section__info__text p {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
}
.how-to-section__info__text p:last-of-type {
    margin: 0;
}
.how-to-section__links {
    width: 52%;
    padding-top: 3px;
}
@media (max-width: 991.98px) {
    .how-to-section__links {
        width: 100%;
        padding: 0 0 0 65px;
        margin-top: 40px;
    }
}
@media (max-width: 575.98px) {
    .how-to-section__links {
        padding: 0;
    }
}
.how-to-section__links ul {
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
.how-to-section__links ul:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #cfcfcf;
    top: -25px;
    bottom: -25px;
    left: 10px;
    position: absolute;
}
.how-to-section__links ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.how-to-section__links ul li a {
    display: block;
    position: relative;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding: 5px 0 5px 51px;
    text-decoration: none;
}
.how-to-section__links ul li a:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}
.how-to-section__links ul li a:after {
    content: "";
    display: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #dc7028;
    position: absolute;
    top: 11px;
    left: 6px;
}
.how-to-section__links ul li a:hover {
    color: #ec7626;
    text-decoration: underline;
}
.how-to-section__links ul li a:hover:after {
    display: block;
}
.how-to__header {
    margin-bottom: 46px;
}
.how-to__header h1 {
    text-align: center;
    margin-bottom: 14px;
}
.how-to__header p {
    text-align: center;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 445px;
    margin: 0 auto;
}
.how-to__body {
    border-radius: 5px 5px 0 0;
    border: 1px solid #cfcfcf;
    overflow: hidden;
}
.how-to__body .how-to-section + .how-to-section {
    border-top: 1px solid #cfcfcf;
}</pre></body></html>