@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
html { font-family: 'Inter', sans-serif; }

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
  background: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  padding-top: 60px
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
#content {
	max-width: 640px;
	margin: 0 auto;
	padding: 64px 24px;
	position: relative;
}
.section {
	padding-bottom: 16px;
	margin-bottom: 44px;
}
.section-basic {
	margin-bottom: 48px;
}
.section-awesome {
	padding-bottom: 16px;
	margin-bottom: 48px;
}
.lang-switch {
	position: absolute;
	top: 89px;
	right: 24px;
	z-index: 10;
}
.lang-trigger {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: rgba(0, 0, 0, 0.4);
	padding: 5px 9px;
	border-radius: 10px;
	transition: all 100ms;
}
.lang-trigger:hover {
	background: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.6);
}
.lang-chevron {
	font-size: 12px;
	line-height: 1;
	position: relative;
	bottom: 1px;
	transition: transform 200ms ease;
}
.lang-switch.open .lang-chevron {
	transform: rotate(180deg);
}
.lang-menu {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	min-width: 100%;
	display: none;
	flex-direction: column;
	gap: 2px;
	padding: 4px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.10);
}
.lang-switch.open .lang-menu {
	display: flex;
}
.lang-menu button {
	position: relative;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.6px;
	color: #262626;
	padding: 8px 14px;
	border-radius: 10px;
	z-index: 1;
}
.lang-menu button::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 9px;
	background-color: rgb(0, 0, 0);
	opacity: 0;
	transform: scale(0.9);
	transition: all 200ms cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	z-index: -1;
}
.lang-menu button:hover::before,
.lang-menu button.active::before {
	opacity: 0.04;
	transform: scale(1);
}
.link-section {
	padding-top: 12px;
	padding-bottom: 24px;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}
.section:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.me {
	width: 76px;
	height: 76px;
	border-radius: 40px;
	margin-bottom: 28px;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
}
.project-thumbnail {
	width: 60px;
	height: 60px;
	border-radius: 14px;
	object-fit: cover;
	border: 1px solid rgba(0, 0, 0, 0.04);
}
.blogphoto {
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
	max-height: 360px;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 100%;
}
.youtube-box {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}
.captioned-image-container {
	margin-top: 16px;
	margin-bottom: 40px;
	position: relative;
}
.captioned-image {
	margin-top: 40px;
	margin-bottom: 8px;
	display: block;
	max-height: 360px;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 100%;
}
.image-caption {
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.4);
}
h1 {
	font-weight: 600;
	font-size: 22px;
	color: #262626;
	margin-bottom: 12px;
	letter-spacing: -0.6px;
}
h2 {
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 16px;
	letter-spacing: -0.4px;
}
h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #262626;
	margin-bottom: 6px;
	letter-spacing: -0.6px;
}
h4 {
	font-weight: 600;
	font-size: 20px;
	color: #262626;
	margin-bottom: 40px;
	padding-top: 36px;
}
h6 {
	font-weight: 600;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 32px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
}
p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.36);
}
p2 {
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.3);
	letter-spacing: -0.4px;
}
.blog-h1 {
	font-weight: 600;
	font-size: 22px;
	color: #262626;
	padding-top: 36px;
}
.blog-date {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.4);
	padding-top: 12px;
	padding-bottom: 24px;
}
.blog-p {
	font-size: 17px;
	line-height: 30px;
	color: #262626;
	padding-bottom: 12px;
	padding-top: 12px;
}
.blog-p-link {
	font-size: 17px;
	line-height: 30px;
	color: #262626;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: underline;
	text-decoration-color: rgb(0, 0, 0, 0.3);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 1.5px;
	transition: 250ms;
}
.blog-p-link:hover {
	font-size: 17px;
	line-height: 30px;
	color: #262626;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: underline;
	text-decoration-color: rgb(0, 0, 0, 0.5);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 1.5px;
	transition: 250ms;
}
.blog-empty-spacer {
	padding-bottom: 16px;
}
.link {
	font-size: 15px;
	line-height: 20px;
	color: #262626;
	letter-spacing: -0.4px;
}
.link-nav {
	font-size: 15px;
	line-height: 20px;
	color: #262626;
}
.link-nav i {
	font-style: normal;
}
.links .link {
	margin-right: 0;
	display: block;
	margin-bottom: 16px;
}
tab-text {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}
tab-text-selected {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
ul li {
	margin-bottom: 32px;
}
ul li:last-of-type {
	margin-bottom: 0;
}

.element li {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	gap: 8px;
	justify-content: space-between;
	width: 100%;
}

.element li h3 {
	margin-bottom: 0;
}

.element li h3 .arrow {
	font-size: 15px;
	position: relative;
	bottom: 2px;
	margin-left: 2px;
}

.element li p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.3);
	letter-spacing: -0.4px;
}

.element li p2 {
	margin-left: auto;
}

.element {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	overflow: visible;
	align-content: left;
	flex-wrap: wrap;
	border-radius: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: -12px;
	margin-left: -16px;
	margin-right: -16px;
	margin-top: -12px;
}

.element::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 16px;
	background-color: rgb(0, 0, 0);
	opacity: 0;
	transform: scale(0.9);
	transition: all 200ms cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	z-index: -1;
}

.element:hover::before {
	opacity: 0.04;
	transform: scale(1);
}

.list-group {
	padding-bottom: 28px;
	display: flex;
	flex-flow: column wrap;
	gap: 24px;
  }

#contentDocs {
	max-width: 512px;
	margin: 0 auto;
	padding: 64px 24px;
}
.sectionDocs {
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tab {
	position: relative;
	border-radius: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: -8px;
	margin-left: -14px;
	margin-right: -14px;
	margin-top: -8px;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1;
	transition: all 100ms;
}

.tab:not(:has(tab-text-selected)):hover {
	background: rgba(0, 0, 0, 0.04);
}

.tab-selected {
	position: relative;
	border-radius: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: -10px;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: -10px;
	background-color: #000000;
}

.tab-selected::before {
	display: none;
}

.tab-group {
	position: relative;
	padding-top: 4px;
	padding-bottom: 44px;
	display: flex;
	flex-flow: row wrap;
	gap: 32px;
}

.tab-indicator {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	border-radius: 14px;
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), width 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms;
	pointer-events: none;
	z-index: 0;
}

.tab-indicator.no-transition {
	transition: none;
}
  