@font-face {
	font-family: Hind Vadodara;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-gujarati-400-normal.d5426ef4.woff2) format("woff2"), url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-all-400-normal.41221996.woff) format("woff");
	unicode-range: U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839
}

@font-face {
	font-family: Hind Vadodara;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-latin-ext-400-normal.77eddb63.woff2) format("woff2"), url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-all-400-normal.41221996.woff) format("woff");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: Hind Vadodara;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-latin-400-normal.2fdaad01.woff2) format("woff2"), url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-all-400-normal.41221996.woff) format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Hind Vadodara;
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-gujarati-500-normal.6248d3ec.woff2) format("woff2"), url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-all-500-normal.a3616ff2.woff) format("woff");
	unicode-range: U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839
}

@font-face {
	font-family: Hind Vadodara;
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-latin-ext-500-normal.0dd0089b.woff2) format("woff2"), url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-all-500-normal.a3616ff2.woff) format("woff");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: Hind Vadodara;
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-latin-500-normal.e7228a07.woff2) format("woff2"), url(https://static.cdn.menci.xyz/menci-homepage/assets/hind-vadodara-all-500-normal.a3616ff2.woff) format("woff");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
	--balloon-border-radius: 2px;
	--balloon-color: rgba(16, 16, 16, .95);
	--balloon-text-color: #fff;
	--balloon-font-size: 12px;
	--balloon-move: 4px
}

button[aria-label][data-balloon-pos] {
	overflow: visible
}

[aria-label][data-balloon-pos] {
	position: relative;
	cursor: pointer
}

[aria-label][data-balloon-pos]:after {
	opacity: 0;
	pointer-events: none;
	transition: all .18s ease-out .18s;
	text-indent: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: none;
	font-size: var(--balloon-font-size);
	background: var(--balloon-color);
	border-radius: 2px;
	color: var(--balloon-text-color);
	border-radius: var(--balloon-border-radius);
	content: attr(aria-label);
	padding: .5em 1em;
	position: absolute;
	white-space: nowrap;
	z-index: 10
}

[aria-label][data-balloon-pos]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: var(--balloon-color);
	opacity: 0;
	pointer-events: none;
	transition: all .18s ease-out .18s;
	content: "";
	position: absolute;
	z-index: 10
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
	opacity: 1;
	pointer-events: none
}

[aria-label][data-balloon-pos].font-awesome:after {
	font-family: FontAwesome, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
	white-space: pre
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
	white-space: pre-line;
	word-break: break-word
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
	transition: none
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
	transform: translate(-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
	transform: translate(-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:after {
	left: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-left]:before {
	left: 5px
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:after {
	right: 0
}

[aria-label][data-balloon-pos][data-balloon-pos*=-right]:before {
	right: 5px
}

[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:after {
	transform: translate(0)
}

[aria-label][data-balloon-pos][data-balloon-po*=-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-po*=-left][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos*=-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*=-right][data-balloon-visible]:before {
	transform: translate(0)
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:before,
[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
	bottom: 100%;
	transform-origin: top;
	transform: translateY(var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^=up]:after {
	margin-bottom: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before,
[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
	left: 50%;
	transform: translate(-50%, var(--balloon-move))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before,
[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
	top: 100%;
	transform: translateY(calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:after {
	margin-top: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos^=down]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after,
[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
	left: 50%;
	transform: translate(-50%, calc(var(--balloon-move) * -1))
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
	transform: translateY(-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
	transform: translateY(-50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after,
[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
	right: 100%;
	top: 50%;
	transform: translate(var(--balloon-move), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
	margin-right: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after,
[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
	left: 100%;
	top: 50%;
	transform: translate(calc(var(--balloon-move) * -1), -50%)
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
	margin-left: 10px
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: var(--balloon-color)
}

[aria-label][data-balloon-pos][data-balloon-length]:after {
	white-space: normal
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
	width: 80px
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
	width: 150px
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
	width: 260px
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
	width: 380px
}

@media screen and (max-width: 768px) {
	[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
		width: 90vw
	}
}

[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
	width: 100%
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%
}

body {
	background-color: #f9f4ff;
	font-family: Hind Vadodara
}

.wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.container {
	max-width: 500px;
	margin-bottom: 20vh
}

.container .section-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px
}

.container .section-1 .avatar img {
	width: 100px;
	border-radius: 50%;
	border: .5px solid #e2e2e2;
	box-shadow: 0 0 5px #00000026
}

.container .section-1 .text {
	margin-top: 10px;
	text-align: center
}

.container .section-1 .text .name {
	line-height: 1;
	font-size: 22px;
	margin-bottom: 10px
}

.container .section-1 .text .description {
	color: #999
}

.container .section-2 {
	position: relative;
	padding-top: 17px
}

.container .section-2:before {
	content: " ";
	width: calc(100% + 30px);
	height: 0;
	left: -15px;
	top: 0;
	position: absolute;
	border-top: 1px solid #ccc
}

.container .section-2 .links {
	display: flex;
	justify-content: center
}

.container .section-2 .links a {
	text-decoration: none;
	color: #999;
	width: 30px;
	text-align: center;
	display: inline-block;
	opacity: .8
}

.container .section-2 .links a svg {
	height: 25px
}

.container .section-2 .links a:hover {
	opacity: 1
}

.container .section-2 .links div:nth-child(1) a {
	color: #febe85
}

.container .section-2 .links div:nth-child(2) a {
	color: #e80e4c
}

.container .section-2 .links div:nth-child(3) a {
	color: #24292f
}

.container .section-2 .links div:nth-child(4) a {
	color: #229ed9
}

.container .section-2 .links>:not(:last-child) {
	margin-right: 15px
}