body {
    background-color: #eceef4;
    color: rgba(0, 0, 0, 0.87);
}

.about-header {
    width: 85%;
    margin: 16px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    text-align: left;
    overflow: auto;
}

.about-header img {
    width: 100%;
    height: 568px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.about-header h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    padding: 32px;
    padding-bottom: 32px;
    padding-top: 64px;
    color: rgba(0, 0, 0, 0.87);
    width: 80%;
    margin: 0 auto;
}

.about-header article {
    padding: 32px;
    padding-top: 0;
    line-height: 1.33;
    width: 80%;
    margin: 0 auto; 
    padding-bottom: 20px;
}

.about-header > .main-article > p {
    padding: 10px 0px;
}

.about-header > .main-article > h2 {
    font-weight: bold;
    font-size: 1.2em;
}

.about-header .investor-holder > p {
    font-size: 14px;
    line-height: 1.1em;
    max-width: 76%;
    margin: auto;
    margin-bottom: 10px;
}

.investor-holder > p > em {
    font-weight: 600;
    font-size: 1.1em;
    padding: 6px 0px;
    display: block;
}

.about-header b{
    color: rgba(0, 0, 0, 0.87);
}

.about-header a{
    color: #ef1c74;
}

.about-header .partners {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partners > a {
    width: 16%;
    padding: 0 22px;
    margin-bottom: 40px; 
}

.partners .partner-logo {
    max-width: 100%;
    height: auto;
}

@media(max-width: 800px) {
    .about-header {
        width: 95%;
    }

    .about-header img {
        width: 100%;
        height: 164px;
    }

    .about-header h1 {
        width: 100%;
        font-size: 18px;
    }

    .about-header article {
        width: 100%;
    }

    .about-header .partners {
        width: 90%;
    }

    .partners > a {
        width: 50%;
    }
}

/*----------About Container----------------*/

.about-container {
    width: 85%;
    margin: 16px auto;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
}

.about-container h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    padding-bottom: 16px;
    padding-top: 32px;
    color: rgba(0, 0, 0, 0.87);
}

.about-container.team h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    padding: 32px 0 16px;
    color: rgba(0, 0, 0, 0.87);
}

.about-container p {
    margin: 0 auto;
    line-height: 1.33;
    padding-bottom: 16px;
    width: 90%;
}

.life-magicpin .arrow-holder {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    background-image: url("https://lh3.googleusercontent.com/87Jpe5NmEbHhUYarOvjDCvSrkwysk1xQHxxwonEzcDHrS9glXgXMEOMuRaY9zk8ru2zjg7zF8SMx2mOPpoZuvzcYwLNHx6r2dkSu8As");
    background-repeat: repeat-x;
}

.arrow-holder .arrow-left, 
.arrow-holder .arrow-right {
    display: none;
}

.scroll-holder {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.content-holder {
    width: 1930px !important;
}

.scroll-holder img:last-child {
    margin-right: 300px;
}

.life-magicpin table {
    width: 80%;
    margin: 0 auto;
    border-radius: 8px;
    height: 292px;
    margin: 20px auto;
}

.life-magicpin h3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1.14;
    padding: 32px 0 16px;
}

.life-magicpin table,
.life-magicpin td {
    border: solid 1px rgba(0, 0, 0, 0.12);
}

.life-magicpin td {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff9800;
    position: relative;
}

.life-magicpin td h1 {
    padding: 32px;
    color: #ff4081;
    font-size: 20px;
}

.life-magicpin td article {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    background-color: #ff4081;
}

.life-magicpin  td h2 {
    margin-bottom: 8px;
}

.life-magicpin  td p {
    display: block;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #ffffff;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
}

.life-magicpin td:hover article {
    height: 100%;
    padding: 16px;
}

.life-magicpin .magicpin-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: center;
}

.life-magicpin .magicpin-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
    object-position: center;
    width: 100%;
}


.about-header .backed-by {
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    width: 76%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
}

.backed-by article {
    width: 33%;
    display: inline-block;
    padding: 24px;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.backed-by img {
    height: 64px;
    width: 64px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    object-position: 0px 4px;
}

.backed-by {
    font-size: 14px;
}

.backed-by article:last-child {
    border-right: none;
}

.about-header h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.87);
}

.team .team-container {
    width: 90%;
    margin: 0 auto;
}

.team h1 {
    padding-top: 32px;
}

.team .team-member {
    display: inline-block;
    margin: 8px;
    height: 330px;
    width: 28%;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    vertical-align: top;
    position: relative;
}

.team .team-member:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.team-member .img-holder {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.team-member:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s ease;
}

.team-member img {
    height: 100%;
    width: 100%;
    filter: grayscale(1);
    object-fit: cover;
}

.team-member h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-top: 12px;
}

.team-member h4 {
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: rgba(0, 0, 0, 0.54);
}

.team-member .member-desc {
    display: none;
}

.team-member:hover .member-desc {
    display: block;
    position: absolute;
    width: 380px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    border-radius: 4px;
    height: 242px;
    padding: 8px;   
    left: 100%;
    top: 0;
    background-color: rgba(51, 138, 237, 1);
    text-align: left;
    z-index: 1;
}

.team-member:hover:nth-child(4) .member-desc,
.team-member:hover:nth-child(8) .member-desc,
.team-member:hover:nth-child(12) .member-desc,
.team-member:hover:nth-child(16) .member-desc {
    left: auto;
    right: 100%;
}

.team .join-us {
    background-color: #ff9800;
    width: 100%;
    padding: 18px;
    margin-top: 16px;
    border-radius: 8px;
}

.join-us > * {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.33;
}

.join-us h3 {
    font-weight: 600;
}

.join-us a {
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ff9800;
    padding: 8px 16px;
    margin-left: 16px;
}

.contact-us .contact-offices {
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.contact-offices article {
    width: 49%;
    display: inline-block;
    padding: 24px;
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}

.contact-offices article:first-child {
    border-right: solid 1px #d8dae1;
    border-bottom: solid 1px #d8dae1;
}

.contact-offices article:nth-child(2) {
    border-bottom: solid 1px #d8dae1;
}

.contact-offices article:nth-child(3) {
    border-right: solid 1px #d8dae1;
}

.contact-us h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.87);
}

.contact-us p {
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
}

.contact-us b {
    font-weight: bold;
}

.contact-us img {
    margin: 20px 40px 0 40px;
}

.contact-us a {
    color: #338aed;
}

@media(max-width: 800px) {
    .about-container {
        width: 95%
    }

    .life-magicpin table {
        height: 692px;
    }

    .about-container h1 {
        width: 100%;
    }

    .about-container p {
        width: 100%;
    }

    .life-magicpin td {
        height: 96px;
    }

    .life-magicpin .magicpin-logo {
        display: block;
        position: static;
        width: 100%;
        transform: none;
        object-fit: cover;
    }

    .team .team-container {
        width: 100%;
    }

    .team .team-member {
        width: 44%;
        float: left;
        height: 240px;
    }

    .team-member h3 {
        font-size: 14px;
    }

    .team-member h4 {
        font-size: 12px;
    }

    .team .team-member:last-child {
        margin-bottom: 30px;
    }

    .team .team-member:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .team-member .img-holder {
        height: 160px;
    }

    .team-member img {
        height: 160px;
    }

    .team-member:hover .member-desc {
        display: none;
    }

    .team .join-us {
        padding: 16px;
        text-align: center;
        clear: both;
    }

    .join-us span{
        font-size: 16px;
    }

    .join-us a {
        display: block;
        width: 100px;
        margin: 0 auto;
        margin-top: 8px;
        font-size: 14px;
    }

    .backed-by article, 
    .contact-offices article {
        width: 100%;
        display: block;
        border-bottom: solid 1px #d8dae1;
        border-right: none;
    }

    .contact-offices article:nth-child(1),
    .contact-offices article:nth-child(3) {
        border-right: none;
    }

    .backed-by article:last-child,
    .contact-offices article:last-child {
        border-bottom: none;
    }
}