@media (max-width: 575px) {
    .cols-xs-space>div[class*='col-']:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media (max-width: 767px) {
    .cols-sm-space>div[class*='col-']:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media (max-width: 991px) {
    .cols-md-space>div[class*='col-']:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media (max-width: 1199px) {
    .cols-lg-space>div[class*='col-']:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media (max-width: 575px) {

    .row-wrapper>.row .col-12:not(:last-child),
    .row-wrapper>.row:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .row-wrapper>.row .col-sm-12:not(:last-child),
    .row-wrapper>.row:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .row-wrapper .row .col-md-12:not(:last-child),
    .row-wrapper .row:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media (min-width: 992px) {
    .row-wrapper>.row:not(:last-child) {
        margin-bottom: 3rem
    }
}

.slice {
    position: relative;
}

.slice-lg {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.mb-md,
.my-md {
    margin-bottom: 4rem !important
}

.icon {
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.icon i,
.icon svg {
    font-size: 2.25rem
}

[data-delimiter="1"]::before {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.form-control {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: .875rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid #ced4da;
    border-radius: .375rem;
    box-shadow: none;
    transition: all 0.2s ease-in-out
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: .0625rem solid transparent;
    padding: .75rem 1.5rem;
    font-size: .875rem;
    line-height: 1.6;
    border-radius: .375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04)
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none
}

.slice {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.bg-secondary {
    background-color: #e8f2ff !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #b5d5ff !important
}

.bg-success {
    background-color: #00c759 !important
}

.bg-tertiary {
    background-color: #192b3f !important
}

.bg-primary {
    background-color: #343a40 !important
}

.text-primary {
    color: #d72218 !important
}