.page[name='profile'] {
    background-color: #f8f8f8;
}
.page[name='profile'] > .header > .center {
    color: #ffffff;
}
.page[name='profile'] > .content > .gradient {
    background: linear-gradient(180deg, #2993ce 0%, #f8f8f8 100%);
}
.page[name='profile'] > .content > .wrapper > .top {
    background-color: #ffffff;
    box-shadow: 0px 16px 48px -8px rgba(0, 0, 0, 0.1);
}
.page[name='profile'] > .content > .wrapper > .top > .information > .imageWrapper {
    background-color: #f1f2f4;
}
.page[name='profile'] > .content > .wrapper > .top > .information > .bio,
.page[name='profile'] > .content > .wrapper > .top > .information > .address {
    color: #666666;
}
.page[name='profile'] > .content > .wrapper > .buttons > .button {
    background-color: #ffffff;
    box-shadow: 0 16px 48px -8px rgba(0, 0, 0, 0.10);
}
.page[name='profile'] > .content > .wrapper > .buttons > .button > .imageWrapper {
    background-color: #f1f2f4;
    border: 2px solid #2e8b03;
}
.page[name='profile'] > .content > .wrapper > .buttons > .button > .title {
    color: #2993ce;
}
.page[name='profile'] > .navigationBar {
    background-color: #f8f8f8;
}