/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}

body,
button,
input,
select,
textarea {
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 14px;
    background: #f2f2f7;
    font-family: BlinkMacSystemFont, -apple-system, Helvetica Neue, sans-serif;
    text-align: center;
}
.profile-sheet,
.promo-sheet {
    background: #fff;
    box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    width: 100%;
    max-width: 410px;
    flex-shrink: 0;
}
.profile-sheet {
    margin: 40px auto 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 50px 14px;
}
.profile-sheet > .profile-content > .profile-figure {
    margin: 0 auto;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background-image: url(/images/profilephotox@2x.jpg);
    background-size: cover;
}
.profile-sheet > .profile-content > .profile-headline {
    margin-top: 20px;
    font-size: 32px;
    letter-spacing: 0.004em;
    line-height: 1.125;
    font-weight: 600;
    color: rgba(0, 0, 0);
}
.profile-sheet > .profile-content > .profile-subheadline {
    margin-top: 7px;
    font-size: 22px;
    opacity: 0.8;
    font-weight: 500;
    line-height: 1.38105;
    letter-spacing: 0.011em;
    color: #3c3c43;
}
.profile-sheet > .profile-content > .profile-subheadline > .separator {
    font-style: normal;
    font-size: 100%;
    opacity: 0.3;
}
.profile-sheet > .profile-content > .profile-location {
    margin: 8px 0 30px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.011em;
    color: #3c3c43;
}
.profile-sheet > .profile-content > .profile-location > .profile-location-marker {
    width: 0.75em;
    color: #d84129;
    margin-right: 0.4em;
}
.profile-sheet > .profile-content > .profile-location > .profile-location-label {
    opacity: 0.4;
}
.profile-sheet > .profile-links {
    margin-top: 10px;
}
.profile-sheet > .profile-links > .profile-link {
    display: block;
    font-size: 18px;
    line-height: 1.38105;
    letter-spacing: 0.011em;
    color: #3c3c43;
    opacity: 0.8;
    font-weight: 500;
    text-decoration: none;
}
.profile-sheet > .profile-links > .profile-link:hover {
    text-decoration: underline;
}
.profile-sheet > .profile-links > .profile-link > .profile-link-prefix {
    font-style: inherit;
    opacity: 0.4;
}
.profile-sheet > .profile-links > .profile-link:nth-child(n + 1) {
    margin-top: 5px;
}
.profile-sheet > .profile-links > .profile-link-outgoing {
    display: block;
    margin-top: 26px;
    opacity: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.profile-sheet > .profile-links > .profile-link-outgoing > .profile-link-symbol {
    height: 22px;
    fill: #0a66c2;
}
.promo-sheet {
    margin: 12px auto 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	overflow: hidden;
	color: #3c3c43;
}
.promo-sheet > .promo-link {
	position: relative;
    display: flex;
    align-items: center;
    border-radius: inherit;
    padding: 12px 16px;
    color: inherit;
    text-decoration: none;
	z-index: 5;
}
.promo-sheet > .promo-link > .promo-figure {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-size: cover;
    background-position: center center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.promo-sheet > .promo-link > .promo-figure.no-shadow {
	box-shadow: none;
}
.promo-sheet > .promo-link > .promo-headline {
    margin-left: 10px;
    opacity: 0.8;
    font-size: 22px;
    font-weight: 600;
}
.promo-sheet > .promo-link > .promo-eyebrow {
    margin-left: 12px;
    opacity: 0.6;
    font-size: 17px;
    font-weight: 500;
	padding-top: 3px;
}
.promo-sheet > .promo-link > .promo-spacer {
    flex-grow: 1;
}
.promo-sheet > .promo-link > .promo-disclosure-indicator {
    position: relative;
    display: inline-block;
    text-align: right;
    height: 24px;
    width: 10px;
    margin-right: 5px;
    opacity: 0.3;
}
.promo-sheet > .promo-link > .promo-disclosure-indicator::after,
.promo-sheet > .promo-link > .promo-disclosure-indicator::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    background: currentcolor;
    border-radius: 2px;
}
.promo-sheet > .promo-link > .promo-disclosure-indicator::before {
    transform-origin: bottom right;
    transform: rotate(-45deg);
}
.promo-sheet > .promo-link > .promo-disclosure-indicator::after {
    top: 50%;
    transform-origin: top right;
    transform: rotate(45deg);
}

.copyright-footer-spacer {
    flex-grow: 1;
}
.copyright-footer {
    margin: 20px 0 6px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.011em;
    opacity: 0.3;
}
@media (prefers-color-scheme: dark) {
    body {
        background: #000;
        color: #fff;
		background: linear-gradient(to top left, rgb(20,20,20), rgb(40,40,46));
    }
    .profile-sheet,
    .promo-sheet {
        background: #1c1c1e;
		background: rgba(0,0,0,0.2);
    }
    .profile-sheet > .profile-content > .profile-headline {
        color: #fff;
    }
    .profile-sheet > .profile-content > .profile-location,
    .profile-sheet > .profile-content > .profile-subheadline {
        color: #ebebf5;
    }
    .profile-sheet > .profile-links > .profile-link {
        color: #ebebf5;
    }
    .promo-sheet > .promo-link > .promo-disclosure-indicator,
    .promo-sheet > .promo-link > .promo-headline {
        color: #ebebf5;
    }
    .profile-link-symbol {
        fill: #fff !important;
    }
}
