@charset "utf-8";

/* Steps */
.darkTheme #steps-01 {
    background:#1b202e;
    color:#fff;
}
#steps-01 {
    background:#fff;
}
.darkTheme #steps-01 .title-module {
    color:#fff;
}
.darkTheme #steps-01 .subtitle-module {
    color:#fff;
}
#steps-01 .hd {
    margin:0 auto;
    max-width:895px;
    text-align: center;
    margin-bottom:20px;
}

#steps-01 .bd {
    text-align: center;
}
#steps-01 .items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:40px;
    position: relative;
    padding-left:0;
}
#steps-01 .items::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    z-index: 0;
    top: 50%;
}
#steps-01 .items li {
    text-align:center;
    background:#fcfcfc;
    border:1px solid #eaeaea;
    border-radius:8px;
    list-style-type: none;
    padding: 10px 20px;
    width: 18%;
    color: #364851;
    position: relative;
    z-index: 1;
}
#steps-01 .items li::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 9px;
    border-color: transparent transparent transparent #eaeaea;
    transform: rotate(0deg);
    position: absolute;
    top: calc(50% - 9px);
    right: -21px;
}
#steps-01 .items li:last-child::after {
    display: none;
}
#steps-01 .items li img {
    width: 70px;
}
#steps-01 .items li .imgBox {
    min-height: 110px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
#steps-01 .items li .imgBox img {

}
#steps-01 .items li h3 {
    font-family: gilroyextrabold, sans-serif;
    font-size:18px;
    font-weight: 600;
    text-transform: uppercase;
}
#steps-01 .items li p {
    color:#8a939a;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 12px;
}
#steps-01 .btn {
    margin-top: 40px;
}
.darkTheme #steps-01 .items li {

}
@media only screen and (max-width:768px) {
    #steps-01 .items li {
        padding: 5px;
    }
    #steps-01 .items li h3 {
        font-size: 15px;
    }
    #steps-01 .items li p {
        font-size: 12px;
        margin-bottom: 7px;
    }
    #steps-01 .items li img {
        width: 53px;
    }
    #steps-01 .items li .imgBox {
        min-height: 78px;
    }
    #steps-01 .items li::after {
        border-width: 7.5px 0 7.5px 6px;
        top: calc(50% - 7px);
        right: -13px;
    }
}
@media only screen and (max-width:767px) {
    #steps-01 .items li {
        width: 100%;
        padding: 12px 20px;
        margin-bottom: 50px;
    }
    #steps-01 .items::before {
        width: 1px;
        height: 85%;
        border-bottom: none;
        border-left: 4px solid #f3f3f3;
        position: absolute;
        left: 50%;
        top: 0;
    }
    #steps-01 .items li::after {
        border-width: 10px 10px 0 10px;
        border-color: #f3f3f3 transparent transparent transparent;
        top: calc(100% + 21px);
        right: calc(50% - 12px);
    }
    #steps-01 .items li .imgBox {
        min-height: auto;
        margin: 20px 0;
    }
    #steps-01 .items li img {
        width: 110px;
    }
    #steps-01 .items li h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #steps-01 .items li p {
        font-size: 20px;
        margin-bottom: 7px;
        line-height: 1.2em;
    }
}
@media only screen and (max-width:425px) {
    #steps-01 .items {
        padding: 0 50px 0;
        margin-bottom: 0;
    }
    #steps-01 .btn {
        margin-top:0;
    }
}