body, html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: 'NouvelR Regular', sans-serif;
}
header.light-header .navbar {
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
header:not(.light-header) .navbar {
    background-color: #000000;
}
header .navbar {
    background-color: #000000;
}
header .navbar-nav-2 {
    min-width: 270px;
}
@media only screen and (max-width: 991px) {
    header.light-header .navbar {
    background-color: #000000;
    }
}
@media only screen and (min-width: 992px) {
    header.light-header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }
}
header .navbar * {
    font-size: 14px;
    color: #FFFFFF;
}
.navbar-nav-2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 63px;
    text-align: center;
}
.navbar-nav-2 a img {
    display: inline-block;
     margin-bottom: 4px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.nav-link {
    transition: all 0.2s ease;
}
.nav-link:focus, .nav-link:hover {
    color: #cecece;
}
@media only screen and (max-width: 991px) {
    .navbar-nav-1 {
        margin-bottom: 32px !important;
        margin-top: 32px;
    }
    .navbar-nav-1 .nav-item {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-nav-2 {
        flex-direction: row;
        justify-content: center;
    }
    .navbar-nav-2 .nav-item:nth-child(2) {
        margin-left: 24px;
        margin-right: 24px;        
    }
    header .mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    padding-top: .5rem;
    padding-bottom: .5rem;
    }

    .navbar-collapse {
        z-index: 9999;
        width: 100%;
        height: 100vh;
        top: 0;
        background-color: #000000;
        left: -100vw;
        transition: left 0.2s ease;
        position: fixed;
    }
    .navbar-collapse.show {
        left: 0;
    }
    .navbar-collapse:not(.show) {
        display: block !important;
    }
    header .navbar-close.btn {
        background-color: #000000;
    }
    header .navbar-close.btn img {
        width: 24px;
        height: 24px;
        display: inline-block;
        min-width: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-collapse {
    justify-content: space-between;
    }
    .navbar-nav-1 {
        width: 80%;
        justify-content: center;
    }
    .navbar-nav-2 {
        width: 20%;
        justify-content: flex-end;
    }    
}
.bold, h1 {
    font-family: 'NouvelR Bold', sans-serif;
}
h3 {
    font-family: 'NouvelR Bold', sans-serif;
    font-size: 32px;
}
@media only screen and (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    main p {
        font-size: 14px;
        line-height: 17px;
    }
}
footer .black-section {
    background-color: #000000;
    padding-top: 16px;
    padding-bottom: 24px;
}
footer .black-section * {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
footer .scroll-to-top-container img {
    display: inline-block;
    margin-left: 4px;
}
footer .scroll-to-top-container {
    margin-bottom: 45px;
}
footer .scroll-to-top:hover, footer .scroll-to-top:focus {
    color: #FFFFFF;
}
footer .icon-container a {
    text-decoration: none;
}
footer .icon-container a:hover, footer .icon-container a:focus {
    color: #FFFFFF;
    text-decoration: none;
}
footer .icon-container span {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}
footer .copyright-section {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-family: "NouvelR Bold", sans-serif;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media only screen and (max-width: 991px) {
    footer .icon-container a {
        margin-bottom: 32px;
        display: inline-block;
    }
    header .desktop {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    header .mobile {
        display: none;
    }
}
.hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 352px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
    .hero-section {
        min-height: 120px;
    }
}
