.section-top-hiw--calculator {
    padding-top: 1rem;
    overflow: hidden;
    background-color: #f2f6f9
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator {
        padding:0
    }
}

.section-top-hiw--calculator .container {
    padding: 0
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 1.5rem;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section-top-hiw--calculator .section-top-hiw__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 768px) {
    .section-top-hiw--calculator .section-top-hiw__content {
        max-width:680px;
        margin: 0 auto;
        text-align: center
    }
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .section-top-hiw__content {
        text-align:left;
        margin: 0;
        width: 100%;
        max-width: calc(100% - 480px);
        padding: 5rem 0 0
    }
}

.section-top-hiw--calculator .section-top-hiw__content svg {
    display: none
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .section-top-hiw__content svg {
        display:inline-block;
        position: absolute;
        z-index: 0;
        top: 130px;
        left: -50px
    }
}

.section-top-hiw--calculator .section-top-hiw__description {
    color: #394a58;
    font-size: 16px
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .section-top-hiw__description {
        line-height:1.5;
        font-size: 20px;
        max-width: 500px
    }
}

.section-top-hiw--calculator .section-top-hiw__heading {
    color: #0d2436;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px;
    max-width: 310px
}

@media (min-width: 480px) {
    .section-top-hiw--calculator .section-top-hiw__heading {
        max-width:none
    }
}

@media (min-width: 768px) {
    .section-top-hiw--calculator .section-top-hiw__heading {
        font-size:42px;
        line-height: 1.2
    }
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .section-top-hiw__heading {
        font-size:52px;
        letter-spacing: .2px;
        max-width: 545px;
        margin-bottom: 1.5rem
    }
}

.section-top-hiw--calculator .section-top-hiw__form {
    position: relative;
    width: 100%;
    margin: 0 auto 3.75rem;
    padding: 0 1rem;
    max-width: 680px
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .section-top-hiw__form {
        padding:3rem 0 148px 100px;
        max-width: 480px;
        margin: 0
    }
}

@media (min-width: 768px) {
    .section-top-hiw--calculator .section-top-hiw__form:before {
        content:"";
        background: url(../images/img_special-offer-form.svg) top/cover no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
        background-size: cover;
        width: 553px;
        height: 537px;
        display: block
    }
}

.section-top-hiw--calculator .section-top-hiw__svg {
    position: absolute
}

.section-top-hiw--calculator .section-top-hiw__svg--top {
    display: none
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .section-top-hiw__svg--top {
        display:block;
        left: 25px;
        top: 15px
    }
}

.section-top-hiw--calculator .section-top-hiw__svg--bottom {
    display: none
}

@media (min-width: 1024px) {
    .section-top-hiw--calculator .section-top-hiw__svg--bottom {
        display:block;
        top: auto;
        bottom: 182px;
        left: 0;
        width: 73px
    }
}

.section-hiw-guide__top {
    margin-top: 82px;
    margin-bottom: 24px
}

@media (min-width: 1024px) {
    .section-hiw-guide__top {
        margin-top:60px;
        margin-bottom: 50px
    }
}

.section-hiw-guide__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 2.125rem;
    letter-spacing: .18px;
    color: #0d2436;
    margin-bottom: 16px
}

@media (min-width: 1024px) {
    .section-hiw-guide__title {
        font-size:52px;
        line-height: 3.875rem;
        letter-spacing: .2px;
        margin-bottom: 24px;
        max-width: 62rem
    }
}

.section-hiw-guide__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    color: #394a58;
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .section-hiw-guide__description {
        font-size:20px;
        line-height: 1.875rem
    }
}

@media (min-width: 1024px) {
    .section-hiw-guide__inner--side {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-gap: 100px;
        gap: 100px
    }
}

.section-hiw-guide__tabs {
    display: none
}

@media (min-width: 1024px) {
    .section-hiw-guide__tabs {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-hiw-guide__tabs li {
        margin: 0;
        display: inline-block;
        padding: 0
    }

    .section-hiw-guide__tabs li:before {
        display: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .section-hiw-guide__tabs a {
        margin: 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.625rem;
        color: #0d2436;
        padding: 27px 32px;
        border-radius: 0 8px 8px 0;
        border-left: 2px solid #b7c6cd;
        display: block;
        text-decoration: none
    }

    .section-hiw-guide__tabs a:focus,.section-hiw-guide__tabs a:hover {
        text-decoration: none
    }

    .section-hiw-guide__tabs a.active {
        border-left: 2px solid #05ada3;
        background-color: #f2f6f9
    }
}

.section-hiw-guide__step {
    min-height: 2rem;
    margin: 0 0 6px;
    position: relative
}

@media (min-width: 1024px) {
    .section-hiw-guide__step {
        -webkit-box-shadow:0 15px 40px rgba(21,37,72,.08);
        box-shadow: 0 15px 40px rgba(21,37,72,.08);
        border-radius: 16px;
        min-height: 0;
        max-width: 39rem
    }
}

.section-hiw-guide__step.active:before {
    background: #f2f6f9;
    border: 1px solid #05ada3
}

@media (min-width: 1024px) {
    .section-hiw-guide__step.active {
        padding:42px 42px 36px 26px
    }
}

.section-hiw-guide__step.active .section-hiw-guide__content {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 22px
}

@media (min-width: 1024px) {
    .section-hiw-guide__step.active .section-hiw-guide__content {
        margin-top:0
    }
}

.section-hiw-guide__step:before {
    content: attr(data-title);
    padding: 16px;
    border: 1px solid #f2f6f9;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625rem;
    color: #0d2436;
    display: block
}

@media (min-width: 1024px) {
    .section-hiw-guide__step:before {
        display:none
    }
}

.section-hiw-guide__content {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: relative
}

@media (min-width: 1024px) {
    .section-hiw-guide__content:after {
        display:block;
        content: "";
        position: absolute;
        right: -60px;
        top: -62px;
        width: 67px;
        height: 43px;
        background: url(../images/how-it-works/img_green-circles.webp) 50%/contain no-repeat
    }
}

.section-hiw-guide__content ul li {
    padding: 0 1rem 0 3.25rem;
    position: relative;
    background: none
}

.section-hiw-guide__content ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 3px;
    background: url(../images/how-it-works/ico_hiw-check-list.svg) no-repeat;
    background-size: cover
}

.section-hiw-guide__fire-block {
    margin-top: 4px;
    padding: 20px 0 16px 34px;
    border-top: 2px solid #ef476f;
    position: relative
}

@media (min-width: 1024px) {
    .section-hiw-guide__fire-block {
        margin-top:24px;
        padding: 24px 0 6px 34px;
        margin-left: 16px
    }
}

.section-hiw-guide__fire-block.load-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 22px;
    height: 22px;
    background: url(../images/ico_fire.webp) 50%/contain no-repeat
}

@media (min-width: 1024px) {
    .section-hiw-guide__fire-block.load-bg:before {
        left:0;
        top: 24px;
        width: 22px;
        height: 22px
    }
}

.section-hiw-guide__fire-block p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.625rem;
    color: #0d2436
}

@media (min-width: 1024px) {
    .section-hiw-guide__fire-block p {
        line-height:1.75rem;
        margin-bottom: 0
    }
}

.section-hiw-guide__cta {
    padding: 82px 16px 16px;
    background: #f2f6f9;
    border: 1px solid #e7ebef;
    border-radius: 8px;
    position: relative;
    margin-top: 40px
}

@media (min-width: 1024px) {
    .section-hiw-guide__cta {
        padding:44px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 120px
    }
}

.section-hiw-guide__cta.load-bg:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 108px;
    height: 50px;
    background: url(../images/how-it-works/img_money-cw-emoji.webp) 50%/contain no-repeat
}

@media (min-width: 1024px) {
    .section-hiw-guide__cta.load-bg:before {
        left:80%;
        top: 21px;
        width: 204px;
        height: 94px
    }
}

.section-hiw-guide__cta p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.625rem;
    color: #0d2436;
    max-width: 280px;
    margin-bottom: 16px
}

@media (min-width: 1024px) {
    .section-hiw-guide__cta p {
        font-weight:500;
        font-size: 24px;
        line-height: 2.125rem;
        max-width: 100%;
        padding-right: 50px;
        margin-bottom: 0
    }
}

.section-hiw-steps {
    background-color: #0d2436
}

@media (min-width: 1024px) {
    .section-hiw-steps {
        background-color:#fff
    }
}

.section-hiw-steps .container {
    background: #0d2436;
    position: relative;
    padding: 40px 24px
}

@media (min-width: 1024px) {
    .section-hiw-steps .container {
        padding:104px;
        border-radius: 8px
    }
}

@media (min-width: 1024px) {
    .section-hiw-steps .container.load-bg:before {
        content:"";
        position: absolute;
        right: 105px;
        top: 0;
        width: 163px;
        height: 197px;
        background: url(../images/how-it-works/img_recently-papers.webp) 50%/contain no-repeat
    }
}

.section-hiw-steps__inner {
    margin-bottom: 40px
}

@media (min-width: 1024px) {
    .section-hiw-steps__inner {
        margin-bottom:72px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1024px) {
    .section-hiw-steps__content-top {
        max-width:46rem
    }
}

.section-hiw-steps__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 2.125rem;
    letter-spacing: .18px;
    color: #fff;
    margin-bottom: 16px
}

@media (min-width: 1024px) {
    .section-hiw-steps__title {
        font-size:52px;
        line-height: 3.875rem;
        letter-spacing: .2px;
        margin-bottom: 24px
    }
}

.section-hiw-steps__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    color: #f2f6f9;
    margin-bottom: 24px
}

@media (min-width: 1024px) {
    .section-hiw-steps__subtitle {
        font-size:20px;
        line-height: 1.875rem;
        margin-bottom: 48px
    }
}

.section-hiw-steps__circles {
    display: none
}

@media (min-width: 1024px) {
    .section-hiw-steps__circles {
        display:block
    }
}

.section-hiw-steps__circles p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75rem;
    color: #fff;
    width: 230px;
    height: 230px;
    border: 2px solid #05ada3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 41px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center
}

.section-hiw-steps__circles__first {
    z-index: 0
}

.section-hiw-steps__circles__second {
    z-index: 2;
    margin-top: -3rem
}

.section-hiw-steps__circles__third {
    z-index: 3;
    margin-top: -3rem
}

.section-hiw-steps__circles__first,.section-hiw-steps__circles__second,.section-hiw-steps__circles__third {
    position: relative
}

.section-hiw-steps__circles__first:after,.section-hiw-steps__circles__second:after,.section-hiw-steps__circles__third:after {
    content: url(../images/home/ico_arrow-yellow.svg);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 4px
}

.section-hiw-steps__circles__fourth {
    background-color: #0c3241;
    z-index: 1;
    margin-top: -3rem
}

@media (min-width: 1024px) {
    .section-hiw-steps__list {
        padding-top:5rem
    }
}

.section-hiw-steps__list li {
    padding-left: 3.4rem;
    position: relative;
    background: none;
    color: #0d2436
}

@media (min-width: 768px) {
    .section-hiw-steps__list li {
        padding-left:5rem
    }
}

.section-hiw-steps__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-size: cover
}

@media (min-width: 768px) {
    .section-hiw-steps__list li:before {
        display:none
    }
}

.section-hiw-steps__list li:first-of-type:before {
    background-image: url(../images/how-it-works/ico_step-hiw-1.svg)
}

.section-hiw-steps__list li:nth-of-type(2):before {
    background-image: url(../images/how-it-works/ico_step-hiw-2.svg)
}

.section-hiw-steps__list li:nth-of-type(3):before {
    background-image: url(../images/how-it-works/ico_step-hiw-3.svg)
}

.section-hiw-steps__list li:nth-of-type(4):before {
    background-image: url(../images/how-it-works/ico_step-hiw-4.svg)
}

@media (min-width: 1024px) {
    .section-hiw-steps__item {
        margin-bottom:50px
    }
}

.section-hiw-steps__item:not(:last-child):after {
    content: "";
    background: url(../images/how-it-works/ico_hiw-arrow.svg) top/cover no-repeat;
    position: absolute;
    top: 60%;
    left: 8px;
    width: 22px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 1024px) {
    .section-hiw-steps__item:not(:last-child):after {
        display:none
    }
}

.section-hiw-steps__item strong {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.625rem;
    color: #fff;
    margin-bottom: 8px
}

@media (min-width: 1024px) {
    .section-hiw-steps__item strong {
        font-size:26px;
        line-height: 2.375rem;
        max-width: 35rem
    }
}

.section-hiw-steps__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    color: #b7c6cd;
    margin: 0
}

@media (min-width: 1024px) {
    .section-hiw-steps__item p {
        line-height:1.625rem;
        max-width: 40rem
    }
}

.section-hiw-steps__cta {
    background: #162f41;
    border: 1px solid #213d52;
    -webkit-box-shadow: 0 15px 40px rgba(21,37,72,.08);
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    border-radius: 8px;
    padding: 82px 16px 16px;
    position: relative
}

.section-hiw-steps__cta a {
    text-decoration: underline
}

@media (min-width: 1024px) {
    .section-hiw-steps__cta {
        padding:34px 0 34px 182px
    }
}

.section-hiw-steps__cta.load-bg:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 50px;
    height: 50px;
    background: url(../images/how-it-works/img_diamond.webp) 50%/contain no-repeat
}

@media (min-width: 1024px) {
    .section-hiw-steps__cta.load-bg:before {
        left:50px;
        width: 90px;
        height: 90px
    }
}

.section-hiw-steps__cta p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.625rem;
    color: #fff;
    margin: 0
}

@media (min-width: 1024px) {
    .section-hiw-steps__cta p {
        font-size:24px;
        line-height: 2.125rem;
        max-width: 30rem
    }
}

.section-hiw-team__heading {
    margin-bottom: 16px
}

@media (min-width: 1024px) {
    .section-hiw-team__heading {
        margin-bottom:24px;
        max-width: 75%
    }
}

.section-hiw-team__description {
    margin-bottom: 1.5rem;
    color: #394a58
}

@media (min-width: 1024px) {
    .section-hiw-team__description {
        font-size:20px;
        max-width: 75%
    }
}

@media (min-width: 1024px) {
    .section-hiw-team .container {
        padding:0
    }
}

@media (min-width: 768px) {
    .section-hiw-team__content {
        display:grid;
        grid-column-gap: 3.4rem;
        grid-auto-flow: column;
        max-width: 1070px
    }
}

@media (min-width: 1024px) {
    .section-hiw-team__content {
        grid-template-columns:repeat(3,360px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 82px
    }
}

.section-hiw-team__item {
    margin-top: 35px
}

@media (min-width: 1024px) {
    .section-hiw-team__item {
        margin-top:2.5rem
    }
}

.section-hiw-team__item img {
    max-width: 230px
}

@media (min-width: 1024px) {
    .section-hiw-team__item img {
        max-width:260px
    }
}

.section-hiw-team__item:last-child {
    margin-bottom: 40px
}

@media (min-width: 1024px) {
    .section-hiw-team__item:last-child {
        margin-bottom:0
    }
}

.section-hiw-team__title {
    margin: 18px 0 10px;
    position: relative;
    padding-left: 46px
}

@media (min-width: 1024px) {
    .section-hiw-team__title {
        margin:40px 0 10px
    }
}

.section-hiw-team__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px
}

@media (min-width: 1024px) {
    .section-hiw-team__title:before {
        height:30px
    }
}

.section-hiw-team__title--activity:before {
    background-image: url(../images/how-it-works/ico_hiw-activity.svg);
    background-position: 0;
    background-repeat: no-repeat
}

.section-hiw-team__title--diploma:before {
    background-image: url(../images/how-it-works/ico_hiw-diploma.svg);
    background-position: 0;
    background-repeat: no-repeat
}

.section-hiw-team__title--star:before {
    background-image: url(../images/how-it-works/ico_hiw-star.svg);
    background-position: 0;
    background-repeat: no-repeat
}

.section-hiw-team__text {
    color: #394a58;
    max-width: 360px;
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .section-hiw-team__text {
        line-height:1.875rem
    }
}

.section-hiw-team__text a {
    text-decoration: underline
}

.section-hiw-team__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .section-hiw-team__image {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.section-hiw-team__cta {
    background-color: #f2f6f9;
    border: 1px solid #e7ebef;
    border-radius: 8px;
    padding: 82px 16px 16px;
    position: relative
}

@media (min-width: 1024px) {
    .section-hiw-team__cta {
        padding:44px 0 44px 226px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-hiw-team__cta.load-bg:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 50px;
    height: 50px;
    background: url(../images/how-it-works/img_man.webp) 50%/contain no-repeat
}

@media (min-width: 1024px) {
    .section-hiw-team__cta.load-bg:before {
        left:50px;
        width: 120px;
        height: 120px
    }
}

.section-hiw-team__cta p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.625rem;
    margin-bottom: 16px
}

@media (min-width: 1024px) {
    .section-hiw-team__cta p {
        font-weight:500;
        font-size: 24px;
        line-height: 2.125rem;
        padding-right: 110px;
        margin-bottom: 0
    }
}

.section-hiw-satisfaction .container {
    position: relative
}

.section-hiw-satisfaction__inner {
    margin-bottom: 140px
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__inner {
        margin-bottom:20px
    }
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__content-top {
        max-width:57rem
    }
}

.section-hiw-satisfaction__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 2.125rem;
    letter-spacing: .18px;
    color: #fff;
    margin-bottom: 16px
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__title {
        font-size:52px;
        line-height: 3.875rem;
        letter-spacing: .2px;
        margin-bottom: 24px
    }
}

.section-hiw-satisfaction__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    color: #f2f6f9;
    margin-bottom: 24px
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__subtitle {
        font-size:20px;
        line-height: 1.875rem;
        margin-bottom: 48px
    }
}

.section-hiw-satisfaction__list {
    max-width: 100%;
    display: grid;
    grid-row-gap: 37px
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__list {
        margin-bottom:1.25rem;
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 68px
    }
}

.section-hiw-satisfaction__list.list--numbers>li {
    background-color: #fff;
    padding-left: 4.5rem
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__list.list--numbers>li {
        padding:88px 24px 24px
    }
}

.section-hiw-satisfaction__list.list--numbers>li:before {
    top: 16px;
    left: 8px;
    width: 46px;
    height: 42px
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__list.list--numbers>li:before {
        left:24px;
        width: 48px;
        height: 48px
    }
}

.section-hiw-satisfaction__list strong {
    color: #0d2436
}

.section-hiw-satisfaction__item {
    padding: 16px 8px;
    -webkit-box-shadow: 0 15px 40px rgba(21,37,72,.08);
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    border-radius: 8px;
    margin: 0;
    position: relative
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__item {
        padding:24px 24px 60px
    }
}

.section-hiw-satisfaction__item:not(:last-child):after {
    content: "";
    background: url(../images/how-it-works/ico_hiw-arrow.svg) top/cover no-repeat;
    position: absolute;
    bottom: -26px;
    left: calc(50% - 18px);
    width: 22px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__item:not(:last-child):after {
        -webkit-transform:rotate(0);
        transform: rotate(0);
        top: 50%;
        right: -42px;
        bottom: auto;
        left: auto
    }
}

.section-hiw-satisfaction__item strong {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.625rem;
    margin-bottom: 8px
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__item strong {
        line-height:1.75rem
    }
}

.section-hiw-satisfaction__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5rem;
    color: #394a58;
    margin: 0
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__item p {
        line-height:1.625rem
    }
}

.section-hiw-satisfaction__cta {
    padding: 82px 16px 16px;
    background: #fff;
    border: 1px solid #e7ebef;
    -webkit-box-shadow: 0 15px 40px rgba(21,37,72,.08);
    box-shadow: 0 15px 40px rgba(21,37,72,.08);
    border-radius: 8px;
    position: absolute;
    width: calc(100% - 3rem);
    bottom: -250px;
    z-index: 1
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__cta {
        font-weight:500;
        font-size: 24px;
        line-height: 2.125rem;
        padding: 34px 40px;
        bottom: -214px;
        width: calc(100% - 2rem)
    }
}

.section-hiw-satisfaction__cta.load-bg:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 108px;
    height: 50px;
    background: url(../images/how-it-works/img_heart-and-glasses-emoji.webp) 50%/contain no-repeat
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__cta.load-bg:before {
        left:80%;
        top: 23px;
        width: 204px;
        height: 94px
    }
}

.section-hiw-satisfaction__cta p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.625rem;
    color: #0d2436;
    margin: 0;
    max-width: 280px
}

@media (min-width: 1024px) {
    .section-hiw-satisfaction__cta p {
        font-size:24px;
        line-height: 2.125rem;
        max-width: 35rem
    }
}

.section-hiw-satisfaction__cta a {
    text-decoration: underline
}

.section-seotext-horizontal {
    padding-top: 7rem
}

@media (min-width: 1024px) {
    .section-seotext-horizontal {
        padding-top:9.25rem
    }
}

@media (min-width: 1024px) {
    .section-accordion-aside {
        padding-bottom:0
    }
}
