/* stylelint-disable */
body {
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: 400;
}

.t-h1 {
	font-family: var(--font-family-accent);
	font-size: 60px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.04em;
	text-align: center;
}

@media (min-width: 0) and (max-width: 1023px) {
	.t-h1 {
		font-size: 32px;
	}
}

.t-h2 {
	font-family: var(--font-family-accent);
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	text-align: center;
}

@media (min-width: 0) and (max-width: 1023px) {
	.t-h2 {
		font-size: 38px;
	}
}

.t-h3, .c-article__header-title, .c-related__header {
	font-family: var(--font-family-accent);
	font-size: 38px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

@media (min-width: 0) and (max-width: 1023px) {
	.t-h3, .c-article__header-title, .c-related__header {
		font-size: 28px;
	}
}

.t-h4 {
	font-family: var(--font-family-accent);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.04em;
}

@media (min-width: 0) and (max-width: 1023px) {
	.t-h4 {
		font-size: 24px;
	}
}

.t-h5 {
	font-family: var(--font-family-accent);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.04em;
}

@media (min-width: 0) and (max-width: 1023px) {
	.t-h5 {
		font-size: 18px;
	}
}

.t-h6, .c-article__share-heading, .c-sources__heading, .c-article-accordion__tab-heading {
	font-family: var(--font-family-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.04em;
}

@media (min-width: 0) and (max-width: 1023px) {
	.t-h6, .c-article__share-heading, .c-sources__heading, .c-article-accordion__tab-heading {
		font-size: 16px;
	}
}

.t-h7 {
	font-family: var(--font-family-accent);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.t-body-1 {
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.01em;
}

.t-body-1-medium {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.01em;
}

.t-body-2-medium, .c-sources__name {
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.375;
	letter-spacing: -0.03em;
}

.t-body-3-medium {
	font-family: var(--font-family-base);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1333;
	letter-spacing: -0.01em;
}

.t-body-4, .c-article__author-position {
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	letter-spacing: -0.01em;
}

.t-body-4-medium, .c-article__author-name {
	font-family: var(--font-family-base);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.01rem;
}

.t-other-link {
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	letter-spacing: -0.01em;
}

.t-other-button {
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.0714;
	letter-spacing: -0.02em;
	text-align: center;
}

.t-other-capition {
	font-family: var(--font-family-base);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.t-meta-caption {
	font-family: var(--font-family-accent);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.t-meta-caption-2 {
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.t-body-2, .c-related__box-excerpt, .c-article-sidebar__related-post {
	font-family: var(--font-family-base);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.01rem;
	font-weight: 400;
}

.t-upper {
	text-transform: uppercase;
}

.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

@media (min-width: 1024px) {
	.c-article {
		margin-top: 3.125rem;
	}
}

.c-article__header {
	display: flex;
	flex-direction: column;
}

.c-article__header-box {
	display: flex;
}

.c-article__header-box--dots {
	justify-content: left;
	gap: 0.5em;
	opacity: 0.35;
}

@media (min-width: 1024px) {
	.c-article__header-box--dots {
		justify-content: center;
	}
}

.c-article__header-box--category {
	justify-content: left;
	margin-top: 1rem;
}

@media (min-width: 1024px) {
	.c-article__header-box--category {
		justify-content: center;
	}
}

.c-article__header-box--title {
	justify-content: left;
}

@media (min-width: 1024px) {
	.c-article__header-box--title {
		justify-content: center;
	}
}

.c-article__header-box--tags {
	justify-content: left;
}

@media (min-width: 1024px) {
	.c-article__header-box--tags {
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.c-article__header-box--author {
		margin-bottom: 2.5rem;
	}
}

.c-article__header-categories {
	display: flex;
	gap: 1em;
}

.c-article__header-categories-link {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	text-decoration-color: transparent;
}

.c-article__header-categories-link:hover, .c-article__header-categories-link:focus {
	text-decoration-color: initial;
}

.c-article__header-title {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-top: .9375rem;
	text-align: left;
}

@media (min-width: 1024px) {
	.c-article__header-title {
		font-family: var(--font-family-accent);
		font-size: 52px;
		font-weight: 400;
		line-height: 52px;
		letter-spacing: -0.04em;
		text-align: center;
	}
}

.c-article__header-tags {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
	gap: 12px;
	margin-top: 1.875rem;
}

@media (min-width: 1024px) {
	.c-article__header-tags {
		margin-top: 0;
		flex-direction: row;
		margin-bottom: 5px;
		justify-content: center;
		align-items: center;
		margin-top: 1.25rem;
	}
}

.c-article__header-tag {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	border: 1px solid var(--color-grey-8);
	border-radius: 10px;
	padding: 8px 18px;
	text-decoration: none;
}

a.c-article__header-tag:hover,
a.c-article__header-tag:active {
	border: 1px solid #6f6f6f;
}

.c-article__header-thumbnail {
	width: 100%;
	margin-top: 1.5625rem;
	max-height: 17.5rem;
	min-height: 17.5rem;
}

@media (min-width: 1024px) {
	.c-article__header-thumbnail {
		max-height: 31.25rem;
		min-height: 31.25rem;
	}
}

.c-article__header-img {
	width: 100%;
	max-height: 17.5rem;
	min-height: 17.5rem;
	object-fit: cover;
	border-radius: 1.25rem;
}

@media (min-width: 1024px) {
	.c-article__header-img {
		max-height: 31.25rem;
		min-height: 31.25rem;
	}
}

.c-article__share {
	display: flex;
}

.c-article__share-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.c-article__share-box--border {
	margin-left: 42px;
	position: relative;
}

.c-article__share-box--border::after {
	content: '';
	position: absolute;
	margin-right: 21px;
	height: 32px;
	left: -21px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.16);
}

@media (min-width: 1024px) {
	.c-article__share-box {
		justify-content: left;
		width: auto;
	}
}

.c-article__content-wrapper {
	margin-top: 1.875rem;
}

@media (min-width: 1024px) {
	.c-article__content-wrapper {
		margin-top: 0;
	}
}

@media (min-width: 1024px) {
	.c-article__share-heading {
		font-family: var(--font-family-accent);
		font-size: 20px;
		line-height: 1.4;
		font-weight: 400;
		letter-spacing: 0.04rem;
		margin-right: 16px;
	}
}

.c-related {
	margin-bottom: 2.8125rem;
	margin-top: 5.9375rem;
}

@media (min-width: 1024px) {
	.c-related {
		margin-top: 7.5rem;
		margin-bottom: 7.5rem;
	}
}

.c-related__header {
	margin-bottom: 1.875rem;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-related__header {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.c-related__header {
		font-family: var(--font-family-accent);
		font-size: 52px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.04em;
		margin-bottom: 3.75rem;
	}
}

.c-related__boxes {
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
}

@media (min-width: 1024px) {
	.c-related__boxes {
		gap: 1.25rem;
		flex-direction: row;
	}
}

.c-related__box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-related__box {
		align-items: center;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.c-related__box {
		max-width: 33%;
	}
}

.c-related__box-thumbnail {
	width: 100%;
}

.c-related__box:link, .c-related__box:visited, .c-related__box:active {
	text-decoration: none;
}

.c-related__box-img {
	width: 100%;
	min-height: 17.5rem;
	max-height: 17.5rem;
	height: 100%;
	object-fit: cover;
	border-radius: .75rem;
}

.c-related__box-tag {
	margin-top: 1.25rem;
}

@media (min-width: 1024px) {
	.c-related__box-tag {
		margin-top: 1.25rem;
	}
}

.c-related__box-title {
	margin-top: 1rem;
}

.c-related__box-excerpt {
	color: rgba(0, 0, 0, 0.5);
	margin-top: .625rem;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-related__box-excerpt {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	.c-related__box-excerpt {
		margin-bottom: auto;
		margin-top: 5px;
	}
}

.c-related__box-additional {
	margin-top: .9375rem;
	display: flex;
	gap: .5rem;
}

@media (min-width: 1024px) {
	.c-related__box-additional {
		margin-top: 1.625rem;
	}
}

.c-article__author {
	display: flex;
	gap: .875rem;
	margin-top: .3125rem;
}

@media (min-width: 1024px) {
	.c-article__author {
		gap: 1.25rem;
	}
}

.c-article__author-img {
	width: 2.875rem;
	height: 2.875rem;
	object-fit: cover;
	border-radius: 50%;
}

@media (min-width: 1024px) {
	.c-article__author-img {
		height: 3.5rem;
		width: 3.5rem;
	}
}

.c-article__author-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 1024px) {
	.c-article__author-name {
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.5;
	}
}

@media (min-width: 1024px) {
	.c-article__author-position {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-article__content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4.0625rem;
	margin-top: 2.8125rem;
}

@media (min-width: 1024px) {
	.c-article__content {
		margin-top: 5rem;
	}
}

.c-article__content-post {
	width: 100%;
}

@media (min-width: 1024px) {
	.c-article__content-post {
		max-width: 50.625rem;
	}
}

.c-article__content-sidebar {
	width: 100%;
}

@media (min-width: 1024px) {
	.c-article__content-sidebar {
		max-width: 18.125rem;
	}
}

@media (min-width: 1440px) {
	.c-article__content-sidebar {
		max-width: 19.6875rem;
	}
}

.c-article-sidebar {
	display: flex;
	flex-direction: column;
}

@media (min-width: 1440px) {
	.c-article-sidebar {
		padding-right: 3.125rem;
	}
}

.c-article-sidebar__related {
	display: flex;
	flex-direction: column;
	margin-bottom: 4.375rem;
}

.c-article-sidebar__related-heading {
	font-family: var(--font-family-accent);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 0.04rem;
}

.c-article-sidebar__related-heading--top {
	margin-bottom: 1.25rem;
}

.c-article-sidebar__related-heading--bottom {
	margin-top: 1.875rem;
	text-decoration: underline;
	font-family: var(--font-family-base);
	font-size: 18px;
	letter-spacing: 0.02rem;
	font-weight: 500;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}

.c-article-sidebar__related-posts {
	display: flex;
	flex-direction: column;
}

.c-article-sidebar__related-post {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #E4E4E4;
}

.c-article-sidebar__related-post:link, .c-article-sidebar__related-post:visited, .c-article-sidebar__related-post:active {
	text-decoration: none;
}

.c-article-sidebar__related-post:first-child {
	padding-top: 0;
}

@media (min-width: 1024px) {
	.c-article-sidebar__related-post:first-child {
		padding-top: 1.25rem;
		border-top: 1px solid #E4E4E4;
	}
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-article-sidebar__related-post:last-child {
		border-bottom: none;
	}
}

.c-sources {
	display: flex;
	flex-direction: column;
}

.c-sources__heading {
	margin-bottom: .9375rem;
}

.c-sources__box {
	display: flex;
	align-items: center;
	gap: .8125rem;
	padding-top: .625rem;
	padding-bottom: .625rem;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.c-sources__box:first-child {
	padding-top: 0;
}

.c-sources__box:first-child {
	border-top: none;
}

.c-sources__box-avatar {
	width: 40px;
	flex-shrink: 0;
}

.c-sources__box-img {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	object-fit: cover;
}

.c-resources__more {
	margin-top: .625rem;
}

@media (min-width: 1024px) {
	.c-resources__more {
		margin-top: 1.5625rem;
	}
}

.c-sources__box:hover .c-sources__name {
	color: #000000;
}

.c-sources__box:link, .c-sources__box:visited, .c-sources__box:active {
	text-decoration: none;
}

.c-article-accordion {
	margin-top: 1.875rem;
	display: flex;
	flex-direction: column;
}

.c-article-accordion__row {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	padding-right: 10px;
}

.c-article-accordion__row:first-child {
	margin-top: 0;
}

.c-article-accordion__row:last-child {
	margin-bottom: 0;
}

.c-article-accordion__tab {
	display: flex;
	justify-content: space-between;
}

.c-article-accordion__tab-heading--references {
	font-size: 20px;
}

.c-article-accordion__tab-icon {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
}

.c-article-accordion__content {
	visibility: hidden;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.c-article-accordion__content.is-active {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	visibility: visible;
	height: auto;
	opacity: 1;
	margin-top: 2.1875rem;
}

.c-article-accordion__content--toc.is-active {
	margin-top: 1.25rem;
}

.c-article-accordion__tab-icon.rotate {
	transform: rotate(180deg);
}

.c-toc__heading {
	display: flex;
	justify-content: space-between;
}

.c-toc__heading:hover {
	cursor: pointer;
}

.c-toc__text {
	font-family: var(--font-family-accent);
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 0.04rem;
	font-weight: 400;
}

.c-toc__list {
	height: 0;
	visibility: none;
	opacity: 0;
}

.c-toc__list.is-active {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	height: auto;
	visibility: visible;
	opacity: 1;
}

.c-toc__list ul {
	margin-top: 0;
	padding-bottom: .9375rem;
	margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
	.c-toc__list ul {
		margin-top: .625rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}
}

.c-toc__list ul li {
	margin-top: .625rem;
}

.c-toc__list ul li:first-child {
	margin-top: 0;
}

.c-toc__list ul li a {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	font-family: var(--font-family-base);
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 0.01rem;
	font-weight: 400;
	color: #3A3A3A !important;
	text-decoration: underline !important;
	-webkit-text-decoration-line: underline !important;
	-webkit-text-decoration-color: #3A3A3A !important;
}

.c-toc__list ul li a:hover {
	color: var(--color-primary-orange-600) !important;
}

.c-toc__icon {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
}

.c-toc__icon.is-rotate {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	transform: rotate(180deg);
}

/*# sourceMappingURL=article.css.map */