@charset "UTF-8";
.btn-company {
    color: #fff;
    background-color: #0e7fca;
    border-color: #0e7fca;
}

.btn-company:hover {
    color: #fff;
    background-color: #a1afdf;
    border-color: #a1afdf;
}

.btn-company:focus,
.btn-company.focus {
    color: #fff;
    background-color: #a1afdf;
    border-color: #a1afdf;
    box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
}

.btn-company.disabled,
.btn-company:disabled {
    color: #fff;
    background-color: #0e7fca;
    border-color: #0e7fca;
}

.btn-company:not(:disabled):not(.disabled):active,
.btn-company:not(:disabled):not(.disabled).active,
.show>.btn-company.dropdown-toggle {
    color: #fff;
    background-color: #a1afdf;
    border-color: #a1afdf;
}

.btn-company:not(:disabled):not(.disabled):active:focus,
.btn-company:not(:disabled):not(.disabled).active:focus,
.show>.btn-company.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #a1afdf;
}

.text-company {
    color: #0e7fca !important;
}

a.text-company:hover,
a.text-company:focus {
    color: #a1afdf !important;
}

#development .development-item {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
}

#development .development-item .development-link {
    position: relative;
    display: block;
    margin: 0 auto;
}

#development .development-item .development-link .development-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(254, 209, 54, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}

#development .development-item .development-link .development-hover .development-hover-content {
    font-size: 1.25rem;
    color: white;
}

#development .development-item .development-link:hover .development-hover {
    opacity: 1;
}

#development .development-item .development-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
}

#development .development-item .development-caption .development-caption-heading {
    font-size: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    margin-bottom: 0;
}

#development .development-item .development-caption .development-caption-subheading {
    font-style: italic;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.development-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}

.development-modal .modal-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
}

.development-modal .modal-content h2 {
    font-size: 3rem;
    line-height: 3rem;
}

.development-modal .modal-content p.item-intro {
    font-style: italic;
    margin-bottom: 2rem;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.development-modal .modal-content p {
    margin-bottom: 2rem;
}

.development-modal .modal-content ul.list-inline {
    margin-bottom: 2rem;
}

.development-modal .modal-content img {
    margin-bottom: 2rem;
}

.development-modal .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
}

.development-modal .close-modal:hover {
    opacity: 0.3;
}

.development-item {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}

.backup-recovery-item {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.section-3rem {
    padding: 3rem 0;
}

.section-4rem {
    padding: 4rem 0;
}

.section-5rem {
    padding: 5rem 0;
}

.quote {
    display: inline-block;
    margin: 1em;
    overflow: hidden;
}

.mt-7,
.my-7 {
    margin-top: 7rem !important;
}