*,
*::before,
*::after {
    box-sizing: border-box;
}

body, main {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.875;
}

#sv {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #f7f7f7;
}

    #sv hr {
        margin: 5rem 0;
        height: 0.5rem;
        color: inherit;
        background-color: #494949;
        border: 0;
    }

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.sv-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.sv-section--top {
    background-color: #494949;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .sv-section--top h2 {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.375rem;
    }

.sv-section--one {
    min-height: 65vh;
    background-image: url("../Content/images/sv_2_background.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .sv-section--one h3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        font-size: 2.8571428571rem;
        font-weight: 300;
        color: #f7f7f7;
        text-transform: capitalize !important;
    }

    .sv-section--one p {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 400;
    }

.sv-section--two {
    display: block;
    background-color: #f7f7f7;
    position: relative;
}

.sv-section--three {
    min-height: 65vh;
    height: auto;
    background-image: url("../Content/images/sv_4_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #494949;
    position: relative;
}

    .sv-section--three h3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        font-size: 2.8571428571rem;
        font-weight: 300;
        color: #494949 !important;
        text-transform: capitalize !important;
    }

    .sv-section--three p {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 400;
    }

.sv-section--four {
    background-color: #000000;
}

    .sv-section--four h3 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        font-size: 2.8571428571rem;
        font-weight: 300;
        color: #f7f7f7 !important;
        text-transform: capitalize !important;
    }

    .sv-section--four p {
        margin-top: 2rem;
        font-size: 2rem;
        font-weight: 400;
    }

.sv-section--five h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.8571428571rem;
    font-weight: 300;
    font-weight: 300;
    color: #494949;
    text-transform: capitalize !important;
}

.sv-section--five h4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #1a85f0;
    font-weight: 700;
    font-size: 2.2857142857rem;
    text-transform: uppercase;
}

.sv-section--five p {
    font-size: 1.7142857143rem;
    font-weight: 400;
    color: #494949;
    text-transform: uppercase;
}

.center-v {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sv-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    gap: 3rem;
}

.sv-grid-item {
    display: flex;
    flex: 1 0 calc(50% - 3rem);
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    padding: 3rem 5rem;
}

    .sv-grid-item img {
        height: 32px;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }

    .sv-grid-item h4 {
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 0.375rem;
        margin-bottom: 1.5rem;
    }

    .sv-grid-item p {
        font-size: 2rem;
    }

    .sv-grid-item.one {
        background-color: #494949;
    }

    .sv-grid-item.two {
        background-color: #e1ad27;
    }

    .sv-grid-item.three {
        background-color: #70aa26;
    }

    .sv-grid-item.four {
        background-color: #1a85f0;
    }

.sv-col-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 70vh;
    height: auto;
    padding: 3rem;
}

    .sv-col-flex h4 {
        font-size: 2.2857142857rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 0.375rem;
        margin-bottom: 5rem;
    }

    .sv-col-flex span {
        min-height: 194px;
        display: flex;
        align-items: center;
        margin-bottom: 2rem;
    }

    .sv-col-flex.one {
        background-color: #70aa26;
    }

    .sv-col-flex.two {
        background-color: #e1ad27;
    }

    .sv-col-flex.three {
        background-color: #1a85f0;
    }

.sv-col-grid-plus {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    padding: 2rem 0;
}

.sv-col-plus {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    height: 70vh;
    padding: 2rem;
}

@media (max-width: 768px) {
    .sv-col-plus {
        height: auto;
    }
}

.sv-grid-plus {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    gap: 3rem;
}

    .sv-grid-plus.iswrap {
        flex-wrap: wrap;
    }

.sv-grid-plus-item {
    display: flex;
    flex: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .sv-grid-plus-item h4 {
        font-size: 2.2857142857rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 0.375rem;
        margin-bottom: 2rem;
    }

    .sv-grid-plus-item span {
        min-height: 194px;
        display: flex;
        align-items: center;
    }

    .sv-grid-plus-item.one {
        width: 32%;
        padding: 3rem 5rem;
        justify-content: start;
        background-color: #70aa26;
    }

    .sv-grid-plus-item.two {
        width: 32%;
        padding: 3rem 5rem;
        justify-content: start;
        background-color: #e1ad27;
    }

    .sv-grid-plus-item.three {
        width: 32%;
        padding: 3rem 5rem;
        justify-content: start;
        background-color: #1a85f0;
    }

.sv-grid-rack {
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 6rem;
}

    .sv-grid-rack.iswrap {
        flex-wrap: wrap;
        gap: 3rem;
    }

        .sv-grid-rack.iswrap .sv-grid-rack-item {
            flex: 0 1 10%;
            justify-content: flex-start;
        }

            .sv-grid-rack.iswrap .sv-grid-rack-item img {
                min-height: 30%;
            }

.sv-grid-rack-item {
    display: flex;
    flex: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    align-items: stretch;
    text-align: center;
}

    .sv-grid-rack-item img {
        width: auto;
        height: auto;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .sv-grid-rack-item span {
        margin-bottom: 2rem;
        font-size: 2rem;
        font-weight: 700;
        color: #494949;
    }

        .sv-grid-rack-item span.sub-label {
            display: block;
            font-size: 1.7142857143rem;
            font-weight: 400;
        }

.sv-flex {
    display: flex;
    flex-wrap: wrap;
}

.sv-list {
    margin: 5rem 0;
    padding: 0;
    list-style: none;
}

    .sv-list li {
        margin: 3rem 0;
        padding: 0;
        font-size: 2rem;
        font-weight: 700;
        text-transform: uppercase;
    }

        .sv-list li img {
            margin-right: 1.5rem;
        }

.small {
    font-size: 1.7142857143rem;
    font-weight: 400;
}

.remove-spacing {
    letter-spacing: normal !important; 
}

.text-bold {
    font-weight: bold !important;
}

.line-spacing {
    line-height: 1.5 !important;
}

.text-transform-initial {
    text-transform: initial !important;
}

/*# sourceMappingURL=style.css.map */
