html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {   
    color: #585858;
    font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}


/*------------------------------
            GBook Font        
------------------------------*/

@font-face {
    font-family: 'goldenbookregular';
    src: url('goldenbook_regular1-webfont.woff2') format('woff2'),
         url('goldenbook_regular1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goldenbooklight';
    src: url('goldenbook_light1-webfont.woff2') format('woff2'),
         url('goldenbook_light1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'goldenbookbold';
    src: url('goldenbook_bold1-webfont.woff2') format('woff2'),
         url('goldenbook_bold1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.logo {
    font-family: 'goldenbookregular';
    color: #565051;
    letter-spacing: 2px;
    font-size: 1.75rem;
    font-weight: 600;
}
.logo-circle {
    border-radius: 42px;
    width: 42px;
    height: 42px;
    outline: 1.5px solid #565051;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    margin-right: -8px;
}
.logo-circle-footer {
    border-radius: 42px;
    width: 42px;
    height: 42px;
    outline: 1.5px solid #FFFFFF;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    margin-right: -8px;
}

.gb {
    font-family: 'goldenbookregular';
}

/*------------------------------
            Global        
------------------------------*/
a {
    color: #565051;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
    opacity: .85;
    color: #565051;
    text-decoration: none;
}
a.link-main {
    color: #565051;
}
a.link-main::after {
    content: '\2192'; /* → */
    display: inline-block;
    margin: 0 .625rem;
}
h1 {
    font-weight: 700;
}
h3 {
    font-weight: 700;
}
h5, h6 {
    font-size: 1.25rem;
    font-weight: 400;
}
p, ul li {
    font-size: 1.25rem;
}
b, strong {
    font-weight: 700;
}
.f60 {
    font-size: 3.75rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f40 {
    font-size: 2.5rem;
}
.f35 {
    font-size: 2.1825rem;
}
.f30 {
    font-size: 1.875rem;
}
.f28 {
    font-size: 1.75rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.f15 {
    font-size: .9375rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.trans {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.scroll-anchor {
    z-index: -99;
    position: relative;
    padding-top: 6rem;
    margin-top: -6rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
@media (min-width: 1350px) {
    .container {
        max-width: 1290px;
    }
}
@media (max-width: 1349px) {
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul li {
        font-size: 1.125rem;
    }
    .f60 {
        font-size: 3rem;
    }
    .f50 {
        font-size: 2.75rem;
    }
    .f45 {
        font-size: 2.25rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f35 {
        font-size: 1.625rem;
    }
    .f30 {
        font-size: 1.5rem;
    }
    .f28 {
        font-size: 1.7rem;
    }
    .f25 {
        font-size: 1.25rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn.btn-second {
        font-size: 1.125rem;
        margin: 0;
    }
    .btn.btn-second::after {
        right: -1.25rem;
        width: .75rem;
        height: .75rem;
    }
    .p-mobile {
        padding: 3.5rem 0!important;
    }
}
@media (max-width: 991px) {
    .scroll-anchor {
        padding-top: 3.25rem;
        margin-top: -3.25rem;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    .f60 {
        font-size: 2rem;
    }
    .f50 {
        font-size: 1.75rem;
    }
    .f45 {
        font-size: 1.625rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f35 {
        font-size: 1.375rem;
    }
    .f30 {
        font-size: 1.25rem;
    }
    .f28 {
        font-size: 1.25rem;
    }
    .f25 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn {
        font-size: 1.25rem;
        padding: 0;
        margin: .5rem 0;
    }
    .p-mobile {
        padding: 2.5rem 0!important;
    }
}





/*------------------------------
            Navbar
------------------------------*/
#home .navbar {
    position: absolute;
    left: 0; right: 0;
    background-color: transparent;
    margin: 0 auto;
    transition: all .3s ease-out;
}
#home.fp-viewing-main .navbar {
    padding: 3.75rem 0 1rem;
}
#home:not(.fp-viewing-main) .navbar {
    padding: 2rem 0 1rem;
}

#fp-nav ul li:last-child {
    display: none
}
.navbar {
    z-index: 99;
    background-color: #fff;
    padding: 3.75rem 0 1rem;
}
.navbar .navbar-brand {
    width: 25.625rem;
    padding: 0;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .fas {
    color: #565051;
    transform: scale(1.25, 1.25);
    padding: 1rem .5rem;
}
.navbar .nav-item.nav-link {
    color: #585858;
    font-size: 1.5625rem;
    font-weight: 400;
    padding: .125rem 0;
    margin: .5rem 1.25rem;
}
.navbar .nav-item.nav-link:hover {
    color: #565051;
}
.navbar .nav-item.nav-link.active {
    color: #565051;
}
@media (min-width: 992px) {
    .navbar .navbar-nav {
        position: relative;
    }
    .navbar .nav-item.nav-link.investor {
        position: absolute;
        top: -4.75rem;
        right: -.125rem;
        color: #565051; 
        font-size: 1.125rem;
        padding: .25rem 2rem;
        border: 1px solid #565051; /* #565051; */
        margin: .5rem 0rem;
    }
    .fp-viewing-main-0 .navbar .nav-item.nav-link {
        color: #fff;
        text-shadow: 2px 2px 1px #000000;
    }
    #home:not(.fp-viewing-main) .navbar .nav-item.nav-link.investor {
        top: -3rem;
    }
    .navbar .nav-item.nav-link.investor:hover {
        color: #fff;
        background-color: #565051;
    }
    .navbar-min {
        padding: 1rem 0;
        box-shadow: 0 0 50px rgba(0,0,0,0.1);
    }
    .fp-viewing-main-0 .logo {
        color: #FFFFFF !important;
        text-shadow: 3px 3px 6px #000000;
    }
    .fp-viewing-main-0 .logo-circle {
        outline-color: #FFFFFF !important;
        outline-width: 2px !important;
    }

}
@media (max-width: 1349px) {
    .navbar .navbar-brand {
        width: 22rem;
    }
    .navbar .nav-item.nav-link {
        font-size: 1.25rem;
        margin: .5rem .875rem;
    }
    .navbar .nav-item.nav-link.investor {
        font-size: 1rem;
    }
}
@media (max-width: 1199px) {
    .navbar {
        padding: 1rem 0;
    }
    .navbar .navbar-brand {
        width: 20rem;
    }
    .navbar .nav-item.nav-link {
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    #home .navbar,
    .navbar {
        background-color: #fff;
        padding: 0!important;
        box-shadow: 0 0 50px rgba(0,0,0,0.15);
    }
    .navbar .navbar-brand {
        margin-left: 0.9375rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        margin: .125rem;
    }
}
@media (max-width: 767px) {
    .navbar .navbar-brand {
        width: 12rem;
    }
    .navbar .nav-item.nav-link {
        font-size: 1.125rem;
        padding: 0;
        margin: .25rem;
    }
}






/*------------------------------
            Home      
------------------------------*/
#fp-nav {
    margin-top: -3rem;
}
#fp-nav ul li a span {
     background: #fff;
}
.fp-viewing-contact #fp-nav ul li a span,
.fp-viewing-footer #fp-nav ul li a span {
     background: #333;
}
.fp-viewing-contact #fp-nav .fp-tooltip,
.fp-viewing-footer #fp-nav .fp-tooltip {
    color: #333;
}
.section {
    overflow: hidden;
}
.section .main {
    min-height: 100vh;
    padding: 8rem 0 5rem;
}
.section-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-size: cover;
    background-blend-mode: lighten;
}
.section-1 .content {
    padding: 10rem 0;
}
.section-1 h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 3px 3px 6px #000000; /* #5650511A; */
    max-width: 70rem;
    margin: 12vh 0 2.5rem;
}
.section-1 h2 {
    color: #fff;
    font-weight: 400;
    line-height: 1.55;
    max-width: 40rem;
    text-shadow: 0 3px 6px #5650511A;
    margin: 0 0 2.5rem;
}
.section-1 a.link-main {
    color: #fff;
}
.section-1 .sector-focus {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50rem;
    max-width: 100%;
    background-color: #565051;
    padding: 1.75rem 3rem 1.75rem 8.75rem;
    margin-left: auto;
    border-top-left-radius: 25px;
}
.section-1 h3 {
    color: #8AB6E6;
    font-weight: 400;
    margin: 0;
}
.section-1 .media {
    color: #fff;
    margin-top: 1.875rem;
}
.section-1 .media img {
    filter: brightness(0) invert(1);
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}
.section-1 .fp-slides {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-1 .carousel-inner,
.section-1 .carousel-item {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-1 .video {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-1 .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-1 .overlay-car {
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}
.section-1 .overlay-car.animated {
    opacity: 1;
}
.section-2 {
    position: relative;
}
body.fp-viewing-Mission .section-2 h3 {
    opacity: 1;
    bottom: 0;
}
.section-2 h3 {
    color: #565051;
    line-height: 1.325;
    margin-bottom: 6rem;
}
.section-2 .circle {
    height: 18.75rem;
    border: 1px dashed #565051;
    border-radius: 100%;
}
.section-2 .num {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    min-height: 3.5rem;
    color: #565051;
    text-align: center;
    margin-bottom: 1rem;
}
.section-2 .num span {
    font-size: 180%;
}
.section-2 .desc {
    color: #929497;
    text-align: center;
    line-height: 1.4;
    max-width: 12rem;
    height: 3rem;
    margin: 0;
}
.section-3 {
    position: relative;
}
.section-3 .container {
    z-index: 3;
    position: relative;
}
body.fp-viewing-Experience .section-3 .content {
    opacity: 1;
    bottom: 0;
}
.section-3 h3,
.section-4 h3 {
    color: #565051;
    line-height: 1.4;
    max-width: 32rem;
    margin-bottom: 2.5rem;
}
.section-3 .content,
.section-4 .content {
    max-width: 32.5rem;
}
.section-3 p,
.section-4 p {
    color: #929497;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}
.section-3 p b,
.section-4 p b {
    color: #565051;
}
.section-3 .img-container,
.section-4 .img-container,
.section-5 .img-container {
    height: 34rem;
    width: 50vw;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 3rem 0 0;
}
.section-4 {
    position: relative;
}
.section-4 .container {
    z-index: 3;
    position: relative;
}
body.fp-viewing-Partnership .section-4 .content {
    opacity: 1;
    bottom: 0;
}
body .section-5 .content { /* .fp-viewing-Network */
    opacity: 1;
    bottom: 0;
}
.section-5 ul li {
    line-height: 1.5;
    font-size: 1rem;
}
.animate-up {
    position: relative;
    bottom: -3rem;
    opacity: 0;
    transition-delay: .75s;
}
.animate-fade {
    opacity: 0;
    transition-delay: .5s;
}
@keyframes spin {
    100% {transform: rotate(360deg)}
}
@media(min-width: 992px) {
    .section-4 .col-lg-6:first-child {
        order: 2;
    }
    .section-4 .col-lg-6:last-child {
        order: 1;
    }
    .section-4 .content {
        margin-left: auto;
    }
    .section-4 .img-container {
        margin-left: calc(28rem - 50vw);
    }
}
@media(min-width: 1200px) {
    .section-4 .img-container {
        margin-left: calc(32.375rem - 50vw);
    }
}
@media (max-width: 1349px) {
    .section-1 h2 {
        max-width: 30rem;
    }
    .section-2 .circle {
        height: 15.75rem;
    }
}
@media (max-width: 1199px) {
    .section-1 h1 {
        margin: 3vh 0 1.5rem;
    }
    .section-2 .circle {
        height: 13rem;
    }
}
@media (max-width: 991px) {
    .section-1 .sector-focus {
        padding: 1.25rem 1rem;
    }
    .section-1 .media {
        margin-top: 1rem;
    }
    .section-1 .media img,
    .section-5 .media img {
        width: 1.5rem;
        height: 1.75rem;
        margin-right: .5rem;
    }
    .section-2 .main {
        padding: 2rem 0 0;
    }
    .section-2 h3 {
        margin-bottom: 2rem;
    }
    .section-2 .circle {
        height: 13rem;
        width: 13rem;
        margin: 1rem auto;
    }
    .section-3 .row,
    .section-4 .row {
        height: auto!important;
    }
    .section-3 .main,
    .section-4 .main {
        min-height: auto;
        padding: 6rem 0 2rem;
    }
    .section-3 h3,
    .section-4 h3 {
        margin-bottom: 1.5rem;
    }
    .section-3 p.f25, .section-4 p.f25 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .section-3 .content,
    .section-4 .content {
        max-width: 100%;
        margin: 0;
    }
    .section-3 .img-container,
    .section-4 .img-container {
        width: 100%;
        height: calc(14rem + 10vh);
        margin: 0;
    }
    .section-5 .img-container {
        display: none;
    }
}
@media (max-width: 767px) {
    .section-2 .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .section-2 .col-6:nth-child(even) {
        padding-left: .5rem;
    }
    .section-2 .sm-hide {
        display:none;
    }
    .section-3 .img-container,
    .section-4 .img-container {
        width: 100%;
        height: calc(14rem + 2vh);
        margin: 0;
    }
}
@media (max-width: 575px) {
    .section-2 .circle {
        height: 12rem;
        width: 12rem;
        max-width: 100%;
    }
    .section-2 .num {
        margin: -2rem 0 .5rem;
    }
    .section-2 .num span {
        font-size: 100%;
    }
    .section-2 .sm-hide {
        display:none;
    }
    .section-2 .col-3 {
        max-width: 100%;
    }
    .section-2 .circle-2 {
        flex: none;
    }
    .section-2 .desc {
        font-size: .875rem;
        max-width: 9rem;
    }
    footer .f15 {
        font-size: 75%;
    }
}










/*------------------------------
            Team Modal
------------------------------*/
.modal-title {
    font-family: 'Playfair Display', serif;
}
.modal .name {
    margin-bottom: 1.875rem;
    font-family: 'goldenbookregular';
    color: #565051;
    letter-spacing: 3px;
    font-size: 1.5rem;
    font-weight: 600;
}
.modal p {
    color: #929497;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.875rem;
}
.modal-content {
    background-color: #FFFFFF !important;
}
.modal-backdrop {
    background-color: #565051;
}
.modal-backdrop.show {
    opacity: 0.75;
}





/*------------------------------
            Footer
------------------------------*/
footer {
    color: #fff;
    background-color: #565051;
    padding: 4.625rem 0 1rem;
}
footer img {
    filter: brightness(0) invert(1);
    width: 25.5rem;
    margin-bottom: 1.375rem;
}
footer p {
    font-size: 1rem;
    margin-bottom: 1rem;
}
footer ul {
    margin-bottom: 0.5rem;
}
footer ul li {
    line-height: 1.5;
    font-size: 0.85rem;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
}
footer .logo {
    color: #FFFFFF;
}
footer .nav {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 1rem;
}
footer .nav .nav-item {
    color: #fff;
}
footer .footer-copyright {
    position: absolute;
    right: 0;
    margin-right: 1rem;
}
footer address {
    font-style: normal;
    margin-bottom: 0.5rem;
}
footer address b {
    display: block;
}
.section-5 address {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
}
@media (max-width: 1349px) {
    footer img {
        width: 16rem;
    }
    footer ul li {
        line-height: 1.4;
    }
}
@media (max-width: 767px) {
    footer {
        padding: 1rem 0;
    }
    footer img {
        width: 12rem;
        margin-bottom: 1rem;
    }
}