/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* Center Aligning Hamburger Menu Icon */
.hhs-nav-grid__extras {
    display: flex; 
    align-items: center;
}


/* Nav Padding */

.hhs-nav-grid {
    display: flex;
    align-items: center;
    padding: 0px;
}

@media (max-width: 1100px) {  
.hhs-nav-grid {
    display: flex;
    align-items: center;
    padding: 8px;
}
  
  


/* FOUNDER CARD */
.founder-card{background:var(--navy);border-radius:22px;padding:34px;color:#fff;position:relative;overflow:hidden}
.founder-card::after{content:"";position:absolute;top:-70px;right:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,132,31,.35),transparent 70%)}
.avatar{width:72px;height:72px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;
        font-family:'Sora';font-weight:700;font-size:24px;margin-bottom:20px;border:3px solid rgba(255,255,255,.25)}
.founder-card h3{color:#fff;font-size:19px;margin-bottom:10px}
.founder-card p{color:#c6ccd8;font-size:15px;margin-bottom:16px}
.founder-card .meta{display:flex;gap:18px;font-size:13px;color:#9aa2b1;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}
.founder-card .meta b{display:block;font-family:'Sora';font-size:20px;color:var(--yellow)}