:root{
    --np-yellow: #f8bb25;
    --np-black: #000000;
    --np-dark: #18181b;
    --np-blue: #172b4d;
    --np-blue-dark: #112341;
    --np-light: #f4f5f7;
}

body{
    font-family: "Source Sans 3";
    color: var(--np-dark);
}

h1,h2,h3,h4,h5,h6{
    font-family: "Rubik";
    margin-bottom: .5rem;
}
.bg-dark{
    background-color: var(--np-blue)!important;
}
.btn-dark{
    background-color: var(--np-blue)!important;
    border-color: var(--np-blue)!important;
}
.btn-dark:hover{
    background-color: var(--np-blue-dark)!important;
    border-color: var(--np-blue-dark)!important;
}

.btn-outline-dark{
    border-color: white!important;
    color: white!important;
}

footer{
    background-color: var(--np-blue);
    color: #97a0af;
}
footer strong, footer h2{
    color: white;
}

footer a{
    color: #97a0af;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

footer .biglink{
    font-weight: 700;
    font-family: "Rubik";
    color: white;
    font-size: 1.4rem;
}


.hero{
    background: linear-gradient(to right, #f19c09, #f5a718, #f8b224, #fcbd2f, #ffc83a);
    background-color: #f19c09;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 100% 100%;
}

.hero .container{
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.hero-textblock{
    margin-bottom: 3rem;
}
.hero-image{
    display: flex;
    align-items: flex-end;
}
.hero-image img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
}

nav{
    z-index: 2;
    padding: 10px 0;
}

.nav-float{
    background-color: #2c2c2c;
    border-radius: 1rem;
    margin-top: 6px;
}
.nav-float a{
    color: white;
    text-decoration: none;
    padding: 6px 12px;
}
.nav-float a.active, .nav-float a:hover{
    border-radius: 1rem;
    background-color: var(--np-dark);
}



@keyframes slide {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}
.logo-outer {
    white-space: nowrap;
    cursor: pointer
}

.logo-outer:hover .logo-inner {
    animation-play-state: paused
}

.logo-inner {
    animation: 30s slide infinite linear;
    display: inline-block;
}

.logo-inner .logo {
    text-align: center;
    width: 160px;
    padding: 17px 0;
    display: inline-block;
}

.logo-inner .logo {
    margin-right: 22px
}

.logo-inner .logo img{
    width: 160px;
}
.wrapper{
    overflow-x: hidden;
}

.process i{
    font-size: 1.8rem;
}
.faq {
    border-radius: 10px;
    padding: 24px 30px;
    background-color: white;
    margin-bottom: 30px;
}
.faq .accordion-header{
    margin-bottom: 0;
}
.faq .faq-btn {
    background-color: white;
    border: none;
    display: flex;
    justify-content: space-between;
}
.faq .accordion-body {
    padding: 0;
    margin-top: 20px;
}

.accordion-button:focus {
    box-shadow: none;
    border: none
}

.bs-accordion-border-width {
    border: none
}

.faq button div {
    margin-left: auto
}

.faq-btn i.fa-circle-minus,.faq-btn i.fa-solid.fa-circle-plus.fa-2xl.active {
    display: none
}

.faq-btn i.fa-solid.fa-circle-minus.fa-2xl.active {
    display: inline-block
}
