*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    letter-spacing: normal !important;
    word-break: keep-all;
    overflow-wrap: break-word;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a {
    text-decoration: none;
    outline: none
}

em {
    font-style: normal;
}


body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

ul[role='list'],
ol[role='list'],
li {
    list-style: none;
}

body {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

textarea:not([rows]) {
    min-height: 10em;
}


:target {
    scroll-margin-block: 5ex;
}

.demo-3-template-content {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 0px;
    padding-bottom: 64px;
}

.demo-3-template-title-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 0px;
    padding-bottom: 30px;

}

.demo-3-title-inner {
    letter-spacing: normal !important;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-align: center;
}

.demo-3-title-inner h2 {
    font-size: 36px;
}

.demo-3-subheader {
    font-size: 16px;
    line-height: 1.5;
    margin-block-end: 10px;
    white-space: pre-wrap;
    color: #4e5aba;
    font-weight: 700;
}

.demo-3-text {
    font-size: 18px;
    line-height: 1.56;
    margin-top: 20px;
    color: #344054;
}


.demo-3-template-list-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 0px;
    padding-bottom: 64px;
}


.demo-3-template-list-inner {
    padding-left: 144px;
    padding-right: 144px;
    padding-bottom: 58px;
}

.demo-3-progress-step {
    display: flex;
    justify-content: center;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}

.demo-3-progress-step_item {
    flex: 1 1;
}

.demo-3-step {
    display: flex;
    gap: 16px;
    flex-direction: column;
    text-align: center;
}

.demo-3-step_icon-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demo-3-step_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, .051);
    border: 1px solid #293056;
    background-color: #293056;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 12px;
}

.demo-3-step .demo-3-step_icon-wrap:after,
.demo-3-step .demo-3-step_icon-wrap:before {
    position: absolute;
    top: 50%;
    content: "";
    width: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #667085;
    border: 0;
}

.demo-3-step .demo-3-step_icon-wrap:after {
    right: 0;
}

.demo-3-step .demo-3-step_icon-wrap:before {
    left: 0;
}

.demo-3-progress-step_item:first-child .demo-3-step_icon-wrap:before {
    content: none;
}

.demo-3-progress-step_item:last-child .demo-3-step_icon-wrap::after {
    content: none;
}

.demo-3-template-item figure {
    margin-block-end: 7px;
}

.demo-3-step__tit {
    display: block;
    color: #1d2939;
    font-weight: 700;
    white-space: pre-wrap;
    font-size: 15px;
}

.demo-3-step__desc {
    white-space: pre-wrap;
    color: #667085;
    font-size: 15px;
}

.demo-3-template-item .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demo-3-step__content {
    margin-bottom: 0;
}

figure img {
    width: 96px;
    aspect-ratio: auto 96 / 96;
    height: 96px;
}

.demo-3-item-title {
    font-size: 24px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .demo-3-title-inner {
        max-width: 1280px;
        margin-inline: auto;
        padding-inline: 32px;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }


}

@media only screen and (max-width: 767px) {
    .demo-3-template-list-inner {
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px;
    }

    .demo-3-progress-step {
        display: block;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .demo-3-step {
        display: flex;
        gap: 16px;
        flex-direction: unset;
        text-align: left;
    }

    .demo-3-step .demo-3-step_icon-wrap:after {
        position: absolute;
        left: 27px;
        top: 56px;
        content: "";
        width: 2px;
        height: calc(100% - 56px);
        background-color: ##dfdfdf;
        border: none;
        transform: none;
    }

    .demo-3-step .demo-3-step_icon-wrap:before {
        content: none;
    }

    .demo-3-step_icon {
        flex: none;
    }

    .demo-3-progress-step_item:last-child .demo-3-step .demo-3-step_icon-wrap:after {
        display: none;
    }

    .demo-3-progress-step_item {
        position: relative;
        margin-bottom: 32px;
    }

    .demo-3-step .demo-3-step_icon-wrap {
        position: relative;
        height: 56px;
    }

    .demo-3-step .demo-3-step_icon-wrap:after {
        position: absolute;
        left: 27px;
        top: 56px;
        content: "";
        width: 2px;
        height: calc(100% + 32px);
        background-color: #dfdfdf;
        transform: none;
    }

    .demo-3-progress-step_item:last-child {
        margin-bottom: 0;
    }

    .demo-3-progress-step_item:last-child .demo-3-step .demo-3-step_icon-wrap:after {
        display: none;
    }

}