.page[name='profile'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page[name='profile'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 64px;
}
.page[name='profile'] > .header > .side > .button {
    padding: 8px;
    border-radius: 12px;
    margin: 12px;
}
.page[name='profile'] > .header > .side > .button > img {
    display: block;
    width: 24px;
}
.page[name='profile'] > .header > .center {
    display: table;
    width: calc(100% - 130px);
    height: 100%;
    text-align: center;
}
.page[name='profile'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='profile'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 84px;
    left: 0;
}
.page[name='profile'] > .content > .gradient {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.page[name='profile'] > .content > .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}
.page[name='profile'] > .content > .wrapper > .top {
    position: absolute;
    top: 56px;
    right: 50%;
    width: calc(100% - 64px);
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    max-width: 600px;
    transform: translateX(50%);
}
.page[name='profile'] > .content > .wrapper > .top > .information > .imageWrapper {
    width: 104px;
    height: 104px;
    margin: -60px auto 16px auto;
    border-radius: 50%;
}
.page[name='profile'] > .content > .wrapper > .top > .information > .imageWrapper > img[src='images/profileBlack.svg'] {
    width: 50px;
    height: 50px;
    margin-top: 26px;
}
.page[name='profile'] > .content > .wrapper > .top > .information > .imageWrapper > img:not([src='images/profileBlack.svg']) {
    border-radius: 50%;
    width: 104px;
    height: 104px;
    object-fit: cover;
    transition: opacity 0.6s ease;
    opacity: 0;
}
.page[name='profile'] > .content > .wrapper > .top > .information > .name {
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page[name='profile'] > .content > .wrapper > .top > .information > .bio,
.page[name='profile'] > .content > .wrapper > .top > .information > .address {
    margin-bottom: 16px;
}
.page[name='profile'] > .content > .wrapper > .buttons {
    position: relative;
    top: 248px;
    max-width: 664px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-bottom: 8px;
    padding-left: 32px;
    overflow: hidden;
}
.page[name='profile'] > .content > .wrapper > .buttons > .button {
    width: calc(50% - 12px);
    text-align: center;
    border-radius: 24px;
    margin-bottom: 24px;
    padding: 24px 12px;
}
.page[name='profile'] > .content > .wrapper > .buttons > .button > img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}
.page[name='profile'] > .content > .wrapper > .buttons > .button > .imageWrapper {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
}
.page[name='profile'] > .content > .wrapper > .buttons > .button > .imageWrapper > img[src='images/profileBlack.svg'] {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}
.page[name='profile'] > .content > .wrapper > .buttons > .button > .imageWrapper > img:not([src='images/profileBlack.svg']) {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.6s ease;
    opacity: 0;
}
.page[name='profile'][role='customer'] > .footer[role='corporate'] {
    display: none;
}
.page[name='profile'][role='corporate'] > .footer[role='customer'] {
    display: none;
}