:root {
    --onedev-black: #000000;
    --onedev-dark: #111827;
    --onedev-white: #fff;
    --onedev-bg: #F7F7F7;
    --onedev-primary: #ff1a00;
    --onedev-primary-50: #fff2ec;
    --onedev-primary-100: #ffe2d3;
    --onedev-primary-200: #ffc1a5;
    --onedev-primary-300: #ff976d;
    --onedev-primary-400: #ff6032;
    --onedev-primary-500: #ff360a;
    --onedev-primary-600: #ff1a00;
    --onedev-primary-700: #cc0c02;
    --onedev-primary-800: #a10c0b;
    --onedev-primary-900: #820e0c;
    --onedev-primary-950: #460406
}

.bg-black {
    background-color: #000000 !important
}

.text-black {
    color: #000000 !important
}

.bg-dark {
    background-color: #111827 !important
}

.text-dark {
    color: #111827 !important
}

.bg-light {
    background-color: #F7F7F7 !important
}

.text-light {
    color: #F7F7F7 !important
}

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

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

.bg-primary-50 {
    background-color: #fff2ec !important
}

.text-primary-50 {
    color: #fff2ec !important
}

.bg-primary-100 {
    background-color: #ffe2d3 !important
}

.text-primary-100 {
    color: #ffe2d3 !important
}

.bg-primary-200 {
    background-color: #ffc1a5 !important
}

.text-primary-200 {
    color: #ffc1a5 !important
}

.bg-primary-300 {
    background-color: #ff976d !important
}

.text-primary-300 {
    color: #ff976d !important
}

.bg-primary-400 {
    background-color: #ff6032 !important
}

.text-primary-400 {
    color: #ff6032 !important
}

.bg-primary-500 {
    background-color: #ff360a !important
}

.text-primary-500 {
    color: #ff360a !important
}

.bg-primary-600 {
    background-color: #ff1a00 !important
}

.text-primary-600 {
    color: #ff1a00 !important
}

.bg-primary-700 {
    background-color: #cc0c02 !important
}

.text-primary-700 {
    color: #cc0c02 !important
}

.bg-primary-800 {
    background-color: #a10c0b !important
}

.text-primary-800 {
    color: #a10c0b !important
}

.bg-primary-900 {
    background-color: #820e0c !important
}

.text-primary-900 {
    color: #820e0c !important
}

.bg-primary-950 {
    background-color: #460406 !important
}

.text-primary-950 {
    color: #460406 !important
}

:root {
    --onedev-primary: #ff1a00;
    --onedev-dark: #111827;
    --onedev-bg: #F7F7F7;
    --onedev-surface: #FFFFFF;
    --onedev-radius: 16px
}

html,
body {
    height: 100%
}

body {
    font-family: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    color: var(--onedev-dark);
    background: var(--onedev-surface)
}

a {
    text-decoration: none;
    font-weight: 500;
    color: #111827
}

.display-serif,
.h-serif {
    font-family: "Prata", Georgia, "Times New Roman", serif
}

.lead-contrast {
    color: #2d2d2d;
    opacity: .9
}

.navbar-brand-logo {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: radial-gradient(circle at 30% 30%, #7a7cff, var(--onedev-primary));
    display: inline-block;
    margin-right: .5rem
}

.btn-primary,
.btn-primary:focus {
    background-color: var(--onedev-primary);
    border-color: var(--onedev-primary)
}

.btn-outline-dark:hover {
    background-color: var(--onedev-dark);
    color: #fff
}

.badge-pill {
    border-radius: 9999px;
    padding: .45rem .8rem;
    font-weight: 600
}

.card-soft {
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.card-soft .card-img-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.grid-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eef0ff;
    color: var(--onedev-primary);
    font-weight: 700
}

.newsletter {
    background: #f7f7ff;
    border: 1px dashed #cfd3ff;
    border-radius: 16px;
    padding: 1rem
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px)
}

.reveal-fade {
    opacity: 0
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.98)
}

.post-meta {
    font-size: .825rem;
    color: #6b7280
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(19, 3, 149, .15);
    border-color: var(--onedev-primary)
}

hr.soft {
    border-top: 1px solid #eee;
    opacity: 1
}

.shadow-soft {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

@media(max-width: 991.98px) {
    .hero {
        padding: 4rem 0 2.5rem
    }
}

.w {
    width: 100%
}

.w--25px {
    width: 25px
}

.h {
    width: 100%
}

.h--25px {
    height: 25px
}

.w-10px {
    width: 10px !important
}

.h-10px {
    height: 10px !important
}

.w-20px {
    width: 20px !important
}

.h-20px {
    height: 20px !important
}

.w-30px {
    width: 30px !important
}

.h-30px {
    height: 30px !important
}

.w-40px {
    width: 40px !important
}

.h-40px {
    height: 40px !important
}

.w-50px {
    width: 50px !important
}

.h-50px {
    height: 50px !important
}

.w-60px {
    width: 60px !important
}

.h-60px {
    height: 60px !important
}

.w-70px {
    width: 70px !important
}

.h-70px {
    height: 70px !important
}

.w-80px {
    width: 80px !important
}

.h-80px {
    height: 80px !important
}

.w-85px {
    width: 85px !important
}

.h-85px {
    height: 85px !important
}

.w-90px {
    width: 90px !important
}

.h-90px {
    height: 90px !important
}

.w-100px {
    width: 100px !important
}

.h-100px {
    height: 100px !important
}

.w-110px {
    width: 110px !important
}

.h-110px {
    height: 110px !important
}

.w-120px {
    width: 120px !important
}

.h-120px {
    height: 120px !important
}

.w-130px {
    width: 130px !important
}

.h-130px {
    height: 130px !important
}

.w-140px {
    width: 140px !important
}

.h-140px {
    height: 140px !important
}

.w-150px {
    width: 150px !important
}

.h-150px {
    height: 150px !important
}

.w-200px {
    width: 200px !important
}

.h-200px {
    height: 200px !important
}

.feature {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    background: #fff
}

.section-dark .feature {
    border: 1px solid hsla(0, 0%, 100%, .08);
    background: hsla(0, 0%, 100%, .02)
}

.cta {
    text-align: center
}

.cta h3 {
    margin-bottom: .5rem
}

.cta p {
    color: #6b7280
}

:root {
    --onedev-black: #000000;
    --onedev-dark: #111827;
    --onedev-white: #fff;
    --onedev-bg: #F7F7F7;
    --onedev-primary: #ff1a00;
    --onedev-primary-50: #fff2ec;
    --onedev-primary-100: #ffe2d3;
    --onedev-primary-200: #ffc1a5;
    --onedev-primary-300: #ff976d;
    --onedev-primary-400: #ff6032;
    --onedev-primary-500: #ff360a;
    --onedev-primary-600: #ff1a00;
    --onedev-primary-700: #cc0c02;
    --onedev-primary-800: #a10c0b;
    --onedev-primary-900: #820e0c;
    --onedev-primary-950: #460406
}

.bg-black {
    background-color: #000000 !important
}

.text-black {
    color: #000000 !important
}

.bg-dark {
    background-color: #111827 !important
}

.text-dark {
    color: #111827 !important
}

.bg-light {
    background-color: #F7F7F7 !important
}

.text-light {
    color: #F7F7F7 !important
}

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

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

.bg-primary-50 {
    background-color: #fff2ec !important
}

.text-primary-50 {
    color: #fff2ec !important
}

.bg-primary-100 {
    background-color: #ffe2d3 !important
}

.text-primary-100 {
    color: #ffe2d3 !important
}

.bg-primary-200 {
    background-color: #ffc1a5 !important
}

.text-primary-200 {
    color: #ffc1a5 !important
}

.bg-primary-300 {
    background-color: #ff976d !important
}

.text-primary-300 {
    color: #ff976d !important
}

.bg-primary-400 {
    background-color: #ff6032 !important
}

.text-primary-400 {
    color: #ff6032 !important
}

.bg-primary-500 {
    background-color: #ff360a !important
}

.text-primary-500 {
    color: #ff360a !important
}

.bg-primary-600 {
    background-color: #ff1a00 !important
}

.text-primary-600 {
    color: #ff1a00 !important
}

.bg-primary-700 {
    background-color: #cc0c02 !important
}

.text-primary-700 {
    color: #cc0c02 !important
}

.bg-primary-800 {
    background-color: #a10c0b !important
}

.text-primary-800 {
    color: #a10c0b !important
}

.bg-primary-900 {
    background-color: #820e0c !important
}

.text-primary-900 {
    color: #820e0c !important
}

.bg-primary-950 {
    background-color: #460406 !important
}

.text-primary-950 {
    color: #460406 !important
}

.btn {
    background-color: #ff1a00;
    color: #fff;
    display: inline-block;
    padding: .8em 1.5em;
    font-size: .9rem;
    font-weight: 500;
    border: 2px solid #ff1a00;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s, color .2s
}

.btn--primary {
    background: #ff1a00
}

.btn--primary:hover,
.btn--primary:focus {
    background: rgb(204, 20.8, 0)
}

.btn--secondary {
    border: 2px solid #000;
    background: #000;
    color: #fff
}

.btn--secondary:hover,
.btn--secondary:focus {
    background: #000;
    color: #fff
}

.btn--secondary--outline {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #000;
    color: #000
}

.btn--secondary--outline:hover,
.btn--secondary--outline:focus {
    background: #000;
    color: #fff
}

.btn--outline {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #ff1a00;
    color: #ff1a00
}

.btn--outline:hover,
.btn--outline:focus {
    background: #ff1a00
}

.hero {
    padding: 6rem 0 4rem;
    background: linear-gradient(180deg, #a10c0b 40%, #fff 95%)
}

.hero.plain {
    background: #a10c0b
}

.hero h1 {
    font-weight: 800;
    letter-spacing: -0.02em
}

.hero .accent {
    color: var(--onedev-primary)
}

.hero-kicker {
    display: inline-block;
    background: #eef0ff;
    color: var(--onedev-primary);
    padding: .35rem .6rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: .8rem
}

.navbar.shadow-sm {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06) !important
}

.section {
    padding: 5rem
}

.section-contact-form {
    background: linear-gradient(180deg, #a10c0b 70%, #fff 30%)
}

.section-cta {
    background: linear-gradient(180deg, #fff 50%, #000000 50%)
}

.section-dark {
    background: var(--onedev-dark);
    color: #e8e8e8;
    padding: 5rem 0;
    position: relative;
    overflow: hidden
}

.section-dark .card {
    background: #0f1320;
    border-color: #1e2436
}

.section-dark .text-muted {
    color: #9aa3b2 !important
}

.section-black {
    background: var(--onedev-black);
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden
}

.section-black .card {
    color: #000;
    border-color: var(--onedev-black)
}

.sticky-summary {
    position: sticky;
    top: 90px;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 1rem
}

.footer {
    border-top: 1px solid #eee
}

.footer-link {
    font-weight: 400;
    color: #f7f7f7;
    text-decoration: none
}

.footer-link:hover,
.footer-link:focus {
    font-weight: 500;
    color: #ff360a
}

.navbar {
    background-color: #a10c0b
}

.navbar .nav-link {
    color: hsla(0, 0%, 100%, .8);
    transition: color .2s, background .2s
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff
}

.navbar .nav-link.active,
.navbar .nav-link.show {
    padding: .5em 1em;
    background-color: rgba(17, 24, 39, .3);
    color: #fff;
    border-radius: .25rem
}

.nav-pills .nav-link {
    color: #fff;
    display: inline-block;
    padding: .5em 1.5em;
    font-size: 1rem
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #ff1a00;
    font-weight: 500
}

.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff1a00;
    font-weight: 500
}

.u-circle-50 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 0;
    line-height: 1;
    border-radius: 50%;
    box-sizing: border-box;
}

@media (max-width: 991.98px) {
    /* Bootstrap's lg breakpoint */
    .offcanvas .nav-link {
        color: #000 !important;
    }
    .nav-sign-in {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-link {
        color: #fff !important;
    }
}


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