 .bi {
    display: inline-block;
    vertical-align: -.125em;
 }

@media (min-width: 768px) {
    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

.row-grid > [class*="col-"] + [class*="col-"] {
    margin-top: 3rem; 
}

.text-muted {
    color: #718096 !important;
}

.get-button .btn {
    display: inline-block;
    font-weight: 600;
    color: #718096;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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;
}
.get-button .btn-neutral {
    background-color: transparent;
    color: #273444;
    border: 2px solid #E2E8F0;
}
@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }
}
.slice .btn {
    position: relative;
    transition: all 0.2s ease;
}
.btn-icon .btn-inner--text:not(:last-child) {
    margin-right: .75em;
}
.slice .btn-primary {
    color: #FFF;
    background-color: #008aff;
    border-color: #008aff;
    box-shadow: none;
}
.slice .badge-lg {
    padding: .85em 1.375em;
}


.slice .badge {
    display: inline-block;
    padding: 0.35rem 0.5rem;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.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;
}
.slice .badge-soft-success {
    color: #5cc9a7;
    background-color: #def4ed;
}
.slice .badge-lg {
    padding: .85em 1.375em;
}
.slice .badge {
    display: inline;
    text-transform: none;
}
.slice .badge-pill {
    padding-right: 0.875em;
    padding-left: 0.875em;
    border-radius: 50rem;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.alpha-7, .alpha-container:hover .alpha-7--hover {
    opacity: 0.7;
}
.bg-cover .bg-primary {
    background-color: #288cff !important;
}
.bg-size--cover {
    background-size: cover;
    background-repeat: no-repeat;
        position: relative;
}
.feather {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentcolor;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.btn + .btn {
    margin-left: .5rem;
}
