    @font-face {
      font-family: 'ProximaNova';
      src: url('../font/ProximaNova-Light.otf') format('opentype');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'ProximaNova';
      src: url('../font/ProximaNova-Regular.ttf') format('opentype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'ProximaNova';
      src: url('../font/ProximaNova-SemiBold.otf') format('opentype');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'ProximaNova';
      src: url('../font/ProximaNova-Bold.otf') format('opentype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'ProximaNova';
      src: url('../font/ProximaNova-Black.otf') format('opentype');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Acumin-Pro-ExtraCondensed';
      src: url('../font/Acumin_Pro_ExtraCondensed_Light.otf') format('opentype');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }  

    @font-face {
      font-family: 'Acumin-Pro-ExtraCondensed';
      src: url('../font/Acumin_Pro_ExtraCondensed_Regular.otf') format('opentype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }  
    
    @font-face {
      font-family: 'Acumin-Pro-ExtraCondensed';
      src: url('../font/Acumin_Pro_ExtraCondensed_Bold.otf') format('opentype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'FjallaOne';
      src: url('../font/FjallaOne-Regular.ttf') format('opentype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

body {
    font-family: 'ProximaNova', sans-serif;
    color: #fff;
    overflow-x: hidden;
}
/* Header */
header {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    padding: 50px 48px 0;
    background: transparent; 
    z-index: 10;
}

.logo img {
    width: 120px; height: 124px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover {
    opacity: .5;
}

nav {
    position: fixed; 
    top: 0; 
    left: -100%;
    width: 100%; 
    height: 100%; 
    background: #000;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    transition: left 0.3s ease-in-out; 
    z-index: 9;
}
nav.open { 
    left: 0; 
}
.nav-close {
    position: absolute; 
    top: 20px; 
    right: 20px;
    background: none; 
    border: none;
    font-size: 2rem; 
    color: #fff; 
    cursor: pointer;
}
nav a {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 14px; 
    color: #fff;
    text-transform: uppercase;
}
header.nav-open .nav-toggle { 
    display: none; 
}

/* Header */

/* Isi */
.team-main {
    background: #fff;
    margin-top: 200px;
    padding: 120px 48px;

}

.team-hero {
    text-align: center;
    padding: 32px 0;
}

.team-hero h2{
    font-family: 'Acumin-Pro-ExtraCondensed', sans-serif;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #000;
}

.team-hero p{
    font-size: 16px;
    margin: 16px 0;
    font-weight: 300;
}

.founder-profile.left h3 {
    text-align: left;
}

.founder-row {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 10rem;
}

.founder-profile.left {
    text-align: right;
}
.founder-profile.right {
    text-align: left;
}

.founder-profile {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 16px;
}

.founder img, .founder-profile img {
    width: 100%;
    max-width: 420px;
    max-height: 420px;
    aspect-ratio: 1;
    display: block;
    margin: 0 auto 16px;
    border-radius: 4px;
}
.founder h3, .founder-profile h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 8px;
    color: #000;
}
.founder strong, .founder-profile strong {
    font-weight: bold;
}

.founder-profile .skills {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.founder-profile .skills li {
    font-size: 16px;
    font-weight: 300;
    margin: 16px 0;
}

.founder-single {
    margin: 0 10rem;
}

h1, h2 {
    font-family: 'Acumin-Pro-ExtraCondensed', sans-serif;
    font-weight: 700;
}

.founder-single .founder p, .founder-single .founder h4 {
    text-align: right;
    text-decoration: none;
}
.team-main {
    background: #fff;
    margin-top: 200px;
    padding: 120px 48px;
    color: #222;
}

.team-card h2 {
    font-size: 60px;
    font-weight: 300;
    margin-top: 68px;
    margin-bottom: 34px;
    line-height: 1.1em;
}

.team-card img {
    width: 100%;
    height: auto;
    display: block;
}

.team-card p {
    font-size: 12px;
    font-weight: 300;
    margin: 16px 0;
    line-height: 1.68em;
    text-align: left;
}

.team-card {
    text-align: center;
    padding: 16px 0;
}
.founder p, .founder-profile p {
    font-size: 16px;
    font-weight: 300;
    margin: 16px 0;
    line-height: 28px;
}

.founder h4, .founder-profile h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 8px;
    text-decoration: underline;
}

/* Isi */

/* Footer */
.contact-footer{
    display: flex;
    flex-direction: row;
    background: #000;
    color: #fff;
    padding: 100px 50px;
    justify-content: center;
    align-items: center;
}
.contact-footer p {
    display: inline;
    margin: 0 1rem;
    font-size: 13px;
    font-family: "fjallaOne", sans-serif;
    font-weight: 400;
    text-align: center;
}
/* Footer */

@media (min-width: 768px) {
    .nav-toggle { 
        display: none; 
    }
    nav {
        position: static; 
        transform: none; 
        height: auto;
        background: transparent; 
        flex-direction: row;
        justify-content: flex-end; 
        padding: 0; 
        left: 0;
    }
    .nav-close { 
        display: none; 
    }
        nav a {
        color: #555;
    }
    
}

@media (max-width: 767px) {
    header {
        position: fixed; 
        margin: 0; 
        padding: 10px 20px; 
        background: #fff;
        border-bottom: #000 solid 1px;
    }
    .logo img { 
        width: 80px; 
        height: 82px; 
    }

    .nav-toggle {
        display: block; 
        background: #fff; 
        border: none;
        padding: 8px; 
        border-radius: 4px;
        font-size: 24px; 
        color: #222; 
        cursor: pointer; 
        z-index: 11;
    }

    .team-main {
        margin-top: 60px;
        padding: 60px 20px;
    }

    .team-hero h2 {
        font-size: 28px;
    }

    .founder-row {
        margin: 32px 0;
    }

    .founder img, .founder-profile img {
        height: auto;
    }
    .founder-profile {
        flex:  1 1 100%;
        padding: 16px 0;
    }

    .founder-profile.left h3 {
    text-align: left;
    }

    .founder p, .founder-profile p {
    font-size: 16px;
    font-weight: 300;
    margin: 16px 0;
    line-height: 28px;
    }

    .founder-single {
        margin: 0;
    }

    .team-card h2 {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 17px;
    }

    .contact-footer {
        flex-direction: column;
    }

    .contact-footer p {
        margin-bottom: 16px;
    }
}