.st-social-buttons figure {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 10px;
}
@media (min-width: 768px) {
	.st-social-buttons figure {
		width: 38px;
		height: 38px;
	}
}
.st-social-buttons figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.st-social-buttons figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.st-button-menu-mobile svg {
	display: block;
	width: 32px;
	height: 32px;
}
.st-button-menu-mobile svg circle:first-child {
	fill: none;
}
.st-button-menu-mobile svg circle:nth-child(2) {
	fill: #000;
	opacity: 0.2;
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
.st-mb .st-button-menu-mobile {
	position: fixed;
	z-index: 99999;
	right: 5px;
	top: 4px;
	cursor: pointer;
	line-height: 1;
}
@media (min-width: 768px) {
	.st-mb .st-button-menu-mobile {
		display: none;
	}
}
.st-mb .modal-menu-container {
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: opacity 0.5s, background-color 0s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, background-color 0s;
	transition: opacity 0.5s, transform 0.5s, background-color 0s,
		-webkit-transform 0.5s;
}
@media (min-width: 768px) {
	.st-mb .modal-menu-container {
		display: none;
	}
}
.st-mb .modal-menu-container.stDialogIsOpen {
	transition: opacity 0.5s, background-color 0.5s 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, background-color 0.5s 0.5s;
	transition: opacity 0.5s, transform 0.5s, background-color 0.5s 0.5s,
		-webkit-transform 0.5s;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
.st-mb .modal-menu-container .modal-menu-content-wrapper {
	position: absolute;
	right: 0;
	width: 80%;
	height: 100%;
	box-sizing: border-box;
	background-color: #0c2b57;
	padding: 40px 0;
	overflow: auto;
	-webkit-overflow-scrolling: 'touch';
}
.st-mb
	.modal-menu-container
	.modal-menu-content-wrapper
	> .iScrollVerticalScrollbar.iScrollLoneScrollbar {
	display: none !important;
}
.st-mb .modal-menu-container .modal-menu-content-wrapper ul {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 13px 45px;
}
.st-mb .modal-menu-container .modal-menu-content-wrapper ul li {
	margin-bottom: 0;
}
.st-mb .modal-menu-container .modal-menu-content-wrapper ul li a {
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	border-bottom: none;
	text-transform: uppercase;
	opacity: 0.6;
}
.st-mb .modal-menu-container .modal-menu-content-wrapper ul li a.current {
	opacity: 1;
}
.st-mb .modal-menu-container .modal-menu-content-wrapper ul li:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid #b1b2b4;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	margin: 5px 0;
}
.st-mb .modal-menu-container .st-content-shared-social {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	padding: 7px 10px;
	background-color: #0c2b57;
	box-sizing: border-box;
}
.st-mb .modal-menu-container .st-content-shared-social > * {
	float: right;
}
.st-mb .st-social-desktop {
	display: none;
	margin-right: 0;
}
.st-mb .st-social-desktop.nomenu {
	display: inline-block;
}
@media (min-width: 768px) {
	.st-mb .st-social-desktop {
		display: inline-block;
	}
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
.st-content-menu {
	position: relative;
	background: #0c2b57;
	height: 40px;
}
@media (min-width: 768px) {
	.st-content-menu,
	.st-content-menu .st-content-menu-fixed {
		height: 50px;
		background: #0c2b57;
	}
}
.st-content-menu.gradient {
	position: absolute;
	background: transparent;
	width: 100%;
	top: 0;
	z-index: 99999;
}
.st-content-menu.gradient .st-content-menu-fixed {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}
.st-content-menu .st-content-menu-fixed {
	background-color: #0c2b57;
	left: 0;
	right: 0;
	z-index: 99999;
	height: 40px;
}
@media (min-width: 768px) {
	.st-content-menu .st-content-menu-fixed {
		height: 50px;
	}
}
.st-content-menu .st-content-menu-fixed .navbar {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	padding: 0 10px;
}
.st-content-menu .st-content-menu-fixed .navbar:after,
.st-content-menu .st-content-menu-fixed .navbar:before {
	content: ' ';
	display: table;
}
.st-content-menu .st-content-menu-fixed .navbar:after {
	clear: both;
}
.st-content-menu .st-content-menu-fixed .navbar .st-logo {
	display: inline-block;
}
.st-content-menu .st-content-menu-fixed .navbar .st-logo #long_logo {
	padding-top: 15px;
	display: none;
	width: 240px;
	height: 23px;
}
@media (min-width: 768px) {
	.st-content-menu .st-content-menu-fixed .navbar .st-logo #long_logo {
		display: block;
	}
}
.st-content-menu .st-content-menu-fixed .navbar .st-logo #short_logo {
	display: block;
	width: 27px;
	height: 27px;
	padding-top: 6px;
}
@media (min-width: 768px) {
	.st-content-menu .st-content-menu-fixed .navbar .st-logo #short_logo {
		display: none;
	}
}
.st-content-menu .st-content-menu-fixed .navbar .st-external-section {
	position: absolute;
	right: 0;
	top: 0;
	display: table;
	white-space: nowrap;
	height: 40px;
	margin-right: 10px;
}
@media (min-width: 768px) {
	.st-content-menu .st-content-menu-fixed .navbar .st-external-section {
		height: 50px;
	}
}
.st-content-menu .st-content-menu-fixed .navbar .st-external-section > * {
	display: table-cell;
	vertical-align: middle;
}
.st-content-menu .st-content-menu-fixed .navbar .st-external-section > ul {
	display: none;
}
@media (min-width: 768px) {
	.st-content-menu .st-content-menu-fixed .navbar .st-external-section > ul {
		display: table-cell;
	}
}
.st-content-menu .st-content-menu-fixed .navbar .st-external-section > ul li {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	text-transform: uppercase;
}
.st-content-menu .st-content-menu-fixed .navbar .st-external-section > ul li a {
	padding: 0 15px;
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.5;
	border-bottom: none;
}
.st-content-menu
	.st-content-menu-fixed
	.navbar
	.st-external-section
	> ul
	li
	a.current {
	opacity: 1;
	cursor: default;
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
.st-loading-container {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.st-loading-container .loading-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.st-loading-container .loading-content .progress {
	min-width: 100%;
	height: 27px;
}
.st-loading-container .loading-content p {
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 16px;
	margin-bottom: 0;
	display: inline-block;
}
.st-loading-container .loading-content p span {
	display: inline-block;
	width: 10px;
	text-align: left;
}
.logo-container {
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 100%;
}
.logo-container .inner-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
}
.logo-container .inner-spinner > div {
	width: 18px;
	height: 18px;
	opacity: 0.85;
	position: absolute;
	border-radius: 100%;
	-webkit-transform-origin: 36px 36px;
	transform-origin: 36px 36px;
	-webkit-animation: rota linear infinite;
	animation: rota linear infinite;
}
.logo-container .st-logo {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.logo-container .st-logo svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@-webkit-keyframes rota {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes rota {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.fade-leave-active[data-v-b82c1610] {
	transition: opacity 1s;
}
.fade-leave-to[data-v-b82c1610] {
	opacity: 0;
}
@font-face {
	font-family: CuratorBold;
	font-style: normal;
	font-weight: 700;
	src: url(./commons/fonts/curator_head_st_bold-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff2) format('woff2'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff) format('woff');
}
@font-face {
	font-family: SelaneWebSTFifty;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/SelaneWebSTFifty.eot?#) format('eot'),
		url(./commons/fonts/SelaneWebSTFifty.woff) format('woff');
}
@font-face {
	font-family: SelaneTen;
	font-style: normal;
	font-weight: 900;
	src: url(./commons/fonts/selanedeckst_ten-webfont.eot?#) format('eot'),
		url(./commons/fonts/selanedeckst_ten-webfont.woff) format('woff');
}
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content,
article section .content-columns .text-unique-paragraph .subtitle-content {
	padding: 15px 10px;
}
@media (min-width: 768px) {
	article
		section
		.content-columns-fullwidth
		.text-unique-paragraph
		.subtitle-content,
	article section .content-columns .text-unique-paragraph .subtitle-content {
		padding: 15px 0;
	}
}
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content
	h2,
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content
	h3,
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content
	h4,
article section .content-columns .text-unique-paragraph .subtitle-content h2,
article section .content-columns .text-unique-paragraph .subtitle-content h3,
article section .content-columns .text-unique-paragraph .subtitle-content h4 {
	color: #333;
	margin-bottom: 0;
}
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content
	h2,
article section .content-columns .text-unique-paragraph .subtitle-content h2 {
	font-family: SelaneTen, serif;
	font-size: 30px;
	line-height: 38px;
}
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content
	h3,
article section .content-columns .text-unique-paragraph .subtitle-content h3 {
	font-family: SelaneWebSTFifty, serif;
	font-size: 22px;
	line-height: 30px;
}
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content
	h4,
article section .content-columns .text-unique-paragraph .subtitle-content h4 {
	font-family: CuratorBold, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
}
article
	section
	.content-columns-fullwidth
	.text-unique-paragraph
	.subtitle-content
	img,
article section .content-columns .text-unique-paragraph .subtitle-content img {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	padding-bottom: 10px;
}
.para {
	padding: 17px 10px;
}
@media (min-width: 768px) {
	.para {
		padding: 17px 0;
	}
}
.para > p {
	margin-bottom: 0;
	padding: 17px 0;
}
.para > p:first-child {
	padding-top: 0;
}
.para > p:last-child {
	padding-bottom: 0;
}
@font-face {
	font-family: SelaneTen;
	font-style: normal;
	font-weight: 900;
	src: url(./commons/fonts/selanedeckst_ten-webfont.eot?#) format('eot'),
		url(./commons/fonts/selanedeckst_ten-webfont.woff) format('woff');
}
.component-bullets {
	padding: 20px 10px;
}
@media (min-width: 768px) {
	.component-bullets {
		padding: 20px 0;
	}
}
.component-bullets ul {
	list-style-type: disc;
	padding-left: 20px;
	box-sizing: border-box;
}
.component-bullets ul li {
	font-family: SelaneTen, serif;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	padding: 17px 0;
	margin-bottom: 0;
}
.component-bullets ul li:first-child {
	padding-top: 0;
}
.component-bullets ul li:last-child {
	padding-bottom: 0;
}
.st-mobile-svg {
	display: block;
}
@media (min-width: 449px) {
	.st-mobile-svg {
		display: none;
	}
}
.st-tablet-svg {
	display: none;
}
@media (min-width: 450px) {
	.st-tablet-svg {
		display: block;
	}
}
@media (min-width: 649px) {
	.st-tablet-svg {
		display: none;
	}
}
.st-desktop-svg {
	margin: 0 auto;
	max-width: 900px;
	display: none;
}
.st-desktop-svg:after,
.st-desktop-svg:before {
	content: ' ';
	display: table;
}
.st-desktop-svg:after {
	clear: both;
}
@media (min-width: 650px) {
	.st-desktop-svg {
		display: block;
	}
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
.video-container[data-v-bc68929e] {
	margin: 20px 0;
}
.video-container[data-v-bc68929e]:after,
.video-container[data-v-bc68929e]:before {
	content: ' ';
	display: table;
}
.video-container[data-v-bc68929e]:after {
	clear: both;
}
@media (min-width: 768px) {
	.video-container .column-left[data-v-bc68929e] {
		float: left;
		width: 70%;
		margin-right: -100%;
	}
	.video-container .column-right[data-v-bc68929e] {
		float: left;
		width: 30%;
		margin-left: 70%;
	}
}
.video-container .video-caption[data-v-bc68929e] {
	padding: 10px;
	color: #666;
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 140%;
}
.video-wrapper[data-v-bc68929e] {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding: 0;
}
.video-wrapper[data-v-bc68929e]:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
	height: 0;
}
.video-wrapper iframe[data-v-bc68929e] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
.youtube_container p[data-v-e9d5864e] {
	color: #666;
	padding: 10px;
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
}
.youtube_container .video-wrapper[data-v-e9d5864e] {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding: 0;
}
.youtube_container .video-wrapper[data-v-e9d5864e]:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
	height: 0;
}
.youtube_container .video-wrapper iframe[data-v-e9d5864e] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
.local-video video {
	width: 100%;
}
.local-video p.video-caption {
	color: #666;
	padding: 10px;
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
figure[data-v-381dd8af] {
	padding: 15px 0;
}
figure figcaption[data-v-381dd8af] {
	color: #666;
	padding: 10px 0;
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
}
@media (max-width: 420px) {
	figure figcaption[data-v-381dd8af] {
		padding: 10px 15px;
	}
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
@font-face {
	font-family: SelaneWebSTFifty;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/SelaneWebSTFifty.eot?#) format('eot'),
		url(./commons/fonts/SelaneWebSTFifty.woff) format('woff');
}
@font-face {
	font-family: CuratorBold;
	font-style: normal;
	font-weight: 700;
	src: url(./commons/fonts/curator_head_st_bold-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff2) format('woff2'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff) format('woff');
}
article.st-article section .content-columns .blockquote,
article section .content-columns-fullwidth .blockquote {
	max-width: none;
	margin: 0;
	padding: 20px 10px;
	quotes: '\201C''\201D';
	position: relative;
}
@media (min-width: 768px) {
	article.st-article section .content-columns .blockquote,
	article section .content-columns-fullwidth .blockquote {
		padding: 20px 0;
	}
}
article.st-article section .content-columns .blockquote:after,
article section .content-columns-fullwidth .blockquote:after {
	content: '';
}
article.st-article section .content-columns .blockquote .quotes,
article section .content-columns-fullwidth .blockquote .quotes {
	margin-bottom: 75px;
}
article.st-article section .content-columns .blockquote .quotes q,
article section .content-columns-fullwidth .blockquote .quotes q {
	font-family: CuratorBold, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 27px;
	text-transform: uppercase;
	color: #333;
}
article.st-article section .content-columns .blockquote .quotes .line-quote,
article section .content-columns-fullwidth .blockquote .quotes .line-quote {
	height: 6px;
	width: 45px;
	margin: 0 0 15px;
	background-color: #0c2b57;
	opacity: 0.2;
}
article.st-article section .content-columns .blockquote .quotes .close-quote,
article section .content-columns-fullwidth .blockquote .quotes .close-quote {
	position: relative;
	height: 0;
	top: 0;
}
article.st-article
	section
	.content-columns
	.blockquote
	.quotes
	.close-quote:after,
article
	section
	.content-columns-fullwidth
	.blockquote
	.quotes
	.close-quote:after {
	content: close-quote;
	font-size: 160px;
	opacity: 0.2;
	text-align: left;
	left: 0;
	height: 0;
	top: -55px;
}
article.st-article
	section
	.content-columns
	.blockquote
	.quotes
	.close-quote:before,
article
	section
	.content-columns-fullwidth
	.blockquote
	.quotes
	.close-quote:before {
	position: absolute;
	content: open-quote;
	opacity: 0;
	height: 1px;
}
article.st-article
	section
	.content-columns
	.blockquote
	.quotes
	.close-quote:after,
article.st-article
	section
	.content-columns
	.blockquote
	.quotes
	.close-quote:before,
article
	section
	.content-columns-fullwidth
	.blockquote
	.quotes
	.close-quote:after,
article
	section
	.content-columns-fullwidth
	.blockquote
	.quotes
	.close-quote:before {
	position: absolute;
	color: #0c2b57;
	font-style: normal;
	font-family: SelaneWebSTFifty, serif;
}
article.st-article section .content-columns .blockquote .author,
article section .content-columns-fullwidth .blockquote .author {
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	display: inline-block;
	color: #333;
	text-transform: uppercase;
}
article.st-article section .content-columns .blockquote .more-info,
article section .content-columns-fullwidth .blockquote .more-info {
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #9d9d9d;
}
@font-face {
	font-family: CuratorBold;
	font-style: normal;
	font-weight: 700;
	src: url(./commons/fonts/curator_head_st_bold-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff2) format('woff2'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff) format('woff');
}
@font-face {
	font-family: CuratorRegular;
	font-style: normal;
	font-weight: 400;
	src: url(./commons/fonts/curator_head_st_regular-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_regular-webfont.woff) format('woff');
}
.credits-section[data-v-463a05b8] {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	font-size: 13px;
	margin-top: 70px;
	padding: 20px 15px 30px;
	border-top: 1px dotted #ccc;
	box-sizing: border-box;
	font-family: CuratorRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.credits-section[data-v-463a05b8]:before {
	content: '';
	display: table;
}
.credits-section[data-v-463a05b8]:after {
	content: '';
	display: table;
	clear: both;
}
.credits-section div[data-v-463a05b8] {
	line-height: 22px;
}
.credits-section .st-sources[data-v-463a05b8] {
	margin-bottom: 15px;
}
.credits-section .credits-label[data-v-463a05b8] {
	font-family: CuratorBold, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.credits-section [itemprop='author'][data-v-463a05b8]:after {
	content: ', ';
}
.credits-section [itemprop='author'][data-v-463a05b8]:nth-last-child(2):after {
	content: ' ';
}
.credits-section [itemprop='author'][data-v-463a05b8]:last-child:before {
	content: 'and ';
}
.credits-section [itemprop='author'][data-v-463a05b8]:only-of-type:before {
	content: '';
}
.credits-section [itemprop='author'][data-v-463a05b8]:last-child:after {
	content: '.';
}
@font-face {
	font-family: SelaneMinTen;
	font-style: normal;
	font-weight: 900;
	src: url(./commons/fonts/SelaneWebSTMinTen.eot?#) format('eot'),
		url(./commons/fonts/SelaneWebSTMinTen.woff) format('woff');
}
@font-face {
	font-family: SelaneTen;
	font-style: normal;
	font-weight: 900;
	src: url(./commons/fonts/selanedeckst_ten-webfont.eot?#) format('eot'),
		url(./commons/fonts/selanedeckst_ten-webfont.woff) format('woff');
}
.related-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 10px;
	margin-top: 20px;
}
.related-container:after,
.related-container:before {
	content: ' ';
	display: table;
}
.related-container:after {
	clear: both;
}
.related-container h2 {
	font-family: SelaneTen, serif;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #333;
}
@media (min-width: 768px) {
	.related-container h2 {
		font-size: 28px;
	}
}
.related-container .related-blurb {
	font-family: SelaneMinTen, serif;
	font-size: 16px;
	line-height: 1.2;
	color: #333;
}
@media (min-width: 768px) {
	.related-container .related-blurb {
		font-size: 19px;
	}
}
.related-container .related-articles {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: -ms-grid;
	-ms-grid-columns: 1fr (20px 1fr) [0];
}
.related-container .related-articles > :nth-child(1n + 1) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.related-container .related-articles > :first-child {
	-ms-grid-row: 1;
}
.related-container .related-articles > :nth-child(2) {
	-ms-grid-row: 2;
}
.related-container .related-articles > :nth-child(3) {
	-ms-grid-row: 3;
}
.related-container .related-articles > :nth-child(4) {
	-ms-grid-row: 4;
}
.related-container .related-articles > :nth-child(5) {
	-ms-grid-row: 5;
}
.related-container .related-articles > :nth-child(6) {
	-ms-grid-row: 6;
}
.related-container .related-articles > :nth-child(7) {
	-ms-grid-row: 7;
}
.related-container .related-articles > :nth-child(8) {
	-ms-grid-row: 8;
}
.related-container .related-articles > :nth-child(9) {
	-ms-grid-row: 9;
}
.related-container .related-articles > :nth-child(10) {
	-ms-grid-row: 10;
}
.related-container .related-articles > :nth-child(11) {
	-ms-grid-row: 11;
}
.related-container .related-articles > :nth-child(12) {
	-ms-grid-row: 12;
}
.related-container .related-articles > :nth-child(13) {
	-ms-grid-row: 13;
}
.related-container .related-articles > :nth-child(14) {
	-ms-grid-row: 14;
}
.related-container .related-articles > :nth-child(15) {
	-ms-grid-row: 15;
}
.related-container .related-articles > :nth-child(16) {
	-ms-grid-row: 16;
}
.related-container .related-articles > :nth-child(17) {
	-ms-grid-row: 17;
}
.related-container .related-articles > :nth-child(18) {
	-ms-grid-row: 18;
}
.related-container .related-articles > :nth-child(19) {
	-ms-grid-row: 19;
}
.related-container .related-articles > :nth-child(20) {
	-ms-grid-row: 20;
}
.related-container .related-articles > :nth-child(21) {
	-ms-grid-row: 21;
}
.related-container .related-articles > :nth-child(22) {
	-ms-grid-row: 22;
}
.related-container .related-articles > :nth-child(23) {
	-ms-grid-row: 23;
}
.related-container .related-articles > :nth-child(24) {
	-ms-grid-row: 24;
}
.related-container .related-articles > :nth-child(25) {
	-ms-grid-row: 25;
}
.related-container .related-articles > :nth-child(26) {
	-ms-grid-row: 26;
}
.related-container .related-articles > :nth-child(27) {
	-ms-grid-row: 27;
}
.related-container .related-articles > :nth-child(28) {
	-ms-grid-row: 28;
}
.related-container .related-articles > :nth-child(29) {
	-ms-grid-row: 29;
}
.related-container .related-articles > :nth-child(30) {
	-ms-grid-row: 30;
}
.related-container .related-articles > :nth-child(31) {
	-ms-grid-row: 31;
}
.related-container .related-articles > :nth-child(32) {
	-ms-grid-row: 32;
}
.related-container .related-articles > :nth-child(33) {
	-ms-grid-row: 33;
}
.related-container .related-articles > :nth-child(34) {
	-ms-grid-row: 34;
}
.related-container .related-articles > :nth-child(35) {
	-ms-grid-row: 35;
}
.related-container .related-articles > :nth-child(36) {
	-ms-grid-row: 36;
}
.related-container .related-articles > :nth-child(37) {
	-ms-grid-row: 37;
}
.related-container .related-articles > :nth-child(38) {
	-ms-grid-row: 38;
}
.related-container .related-articles > :nth-child(39) {
	-ms-grid-row: 39;
}
.related-container .related-articles > :nth-child(40) {
	-ms-grid-row: 40;
}
.related-container .related-articles > :nth-child(41) {
	-ms-grid-row: 41;
}
.related-container .related-articles > :nth-child(42) {
	-ms-grid-row: 42;
}
.related-container .related-articles > :nth-child(43) {
	-ms-grid-row: 43;
}
.related-container .related-articles > :nth-child(44) {
	-ms-grid-row: 44;
}
.related-container .related-articles > :nth-child(45) {
	-ms-grid-row: 45;
}
.related-container .related-articles > :nth-child(46) {
	-ms-grid-row: 46;
}
.related-container .related-articles > :nth-child(47) {
	-ms-grid-row: 47;
}
.related-container .related-articles > :nth-child(48) {
	-ms-grid-row: 48;
}
.related-container .related-articles > :nth-child(49) {
	-ms-grid-row: 49;
}
.related-container .related-articles > :nth-child(50) {
	-ms-grid-row: 50;
}
.related-container .related-articles > :nth-child(51) {
	-ms-grid-row: 51;
}
.related-container .related-articles > :nth-child(52) {
	-ms-grid-row: 52;
}
.related-container .related-articles > :nth-child(53) {
	-ms-grid-row: 53;
}
.related-container .related-articles > :nth-child(54) {
	-ms-grid-row: 54;
}
.related-container .related-articles > :nth-child(55) {
	-ms-grid-row: 55;
}
.related-container .related-articles > :nth-child(56) {
	-ms-grid-row: 56;
}
.related-container .related-articles > :nth-child(57) {
	-ms-grid-row: 57;
}
.related-container .related-articles > :nth-child(58) {
	-ms-grid-row: 58;
}
.related-container .related-articles > :nth-child(59) {
	-ms-grid-row: 59;
}
.related-container .related-articles > * {
	display: block;
	margin-bottom: 20px;
}
@media (min-width: 420px) {
	.related-container .related-articles {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		display: -ms-grid;
		-ms-grid-columns: 1fr (20px 1fr) [1];
	}
	.related-container .related-articles > :nth-child(odd) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :nth-child(2n + 2) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :first-child,
	.related-container .related-articles > :nth-child(2) {
		-ms-grid-row: 1;
	}
	.related-container .related-articles > :nth-child(3),
	.related-container .related-articles > :nth-child(4) {
		-ms-grid-row: 2;
	}
	.related-container .related-articles > :nth-child(5),
	.related-container .related-articles > :nth-child(6) {
		-ms-grid-row: 3;
	}
	.related-container .related-articles > :nth-child(7),
	.related-container .related-articles > :nth-child(8) {
		-ms-grid-row: 4;
	}
	.related-container .related-articles > :nth-child(9),
	.related-container .related-articles > :nth-child(10) {
		-ms-grid-row: 5;
	}
	.related-container .related-articles > :nth-child(11),
	.related-container .related-articles > :nth-child(12) {
		-ms-grid-row: 6;
	}
	.related-container .related-articles > :nth-child(13),
	.related-container .related-articles > :nth-child(14) {
		-ms-grid-row: 7;
	}
	.related-container .related-articles > :nth-child(15),
	.related-container .related-articles > :nth-child(16) {
		-ms-grid-row: 8;
	}
	.related-container .related-articles > :nth-child(17),
	.related-container .related-articles > :nth-child(18) {
		-ms-grid-row: 9;
	}
	.related-container .related-articles > :nth-child(19),
	.related-container .related-articles > :nth-child(20) {
		-ms-grid-row: 10;
	}
	.related-container .related-articles > :nth-child(21),
	.related-container .related-articles > :nth-child(22) {
		-ms-grid-row: 11;
	}
	.related-container .related-articles > :nth-child(23),
	.related-container .related-articles > :nth-child(24) {
		-ms-grid-row: 12;
	}
	.related-container .related-articles > :nth-child(25),
	.related-container .related-articles > :nth-child(26) {
		-ms-grid-row: 13;
	}
	.related-container .related-articles > :nth-child(27),
	.related-container .related-articles > :nth-child(28) {
		-ms-grid-row: 14;
	}
	.related-container .related-articles > :nth-child(29),
	.related-container .related-articles > :nth-child(30) {
		-ms-grid-row: 15;
	}
	.related-container .related-articles > :nth-child(31),
	.related-container .related-articles > :nth-child(32) {
		-ms-grid-row: 16;
	}
	.related-container .related-articles > :nth-child(33),
	.related-container .related-articles > :nth-child(34) {
		-ms-grid-row: 17;
	}
	.related-container .related-articles > :nth-child(35),
	.related-container .related-articles > :nth-child(36) {
		-ms-grid-row: 18;
	}
	.related-container .related-articles > :nth-child(37),
	.related-container .related-articles > :nth-child(38) {
		-ms-grid-row: 19;
	}
	.related-container .related-articles > :nth-child(39),
	.related-container .related-articles > :nth-child(40) {
		-ms-grid-row: 20;
	}
	.related-container .related-articles > :nth-child(41),
	.related-container .related-articles > :nth-child(42) {
		-ms-grid-row: 21;
	}
	.related-container .related-articles > :nth-child(43),
	.related-container .related-articles > :nth-child(44) {
		-ms-grid-row: 22;
	}
	.related-container .related-articles > :nth-child(45),
	.related-container .related-articles > :nth-child(46) {
		-ms-grid-row: 23;
	}
	.related-container .related-articles > :nth-child(47),
	.related-container .related-articles > :nth-child(48) {
		-ms-grid-row: 24;
	}
	.related-container .related-articles > :nth-child(49),
	.related-container .related-articles > :nth-child(50) {
		-ms-grid-row: 25;
	}
	.related-container .related-articles > :nth-child(51),
	.related-container .related-articles > :nth-child(52) {
		-ms-grid-row: 26;
	}
	.related-container .related-articles > :nth-child(53),
	.related-container .related-articles > :nth-child(54) {
		-ms-grid-row: 27;
	}
	.related-container .related-articles > :nth-child(55),
	.related-container .related-articles > :nth-child(56) {
		-ms-grid-row: 28;
	}
	.related-container .related-articles > :nth-child(57),
	.related-container .related-articles > :nth-child(58) {
		-ms-grid-row: 29;
	}
	.related-container .related-articles > :nth-child(59) {
		-ms-grid-row: 30;
	}
	.related-container .related-articles > * {
		display: block;
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.related-container .related-articles {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		display: -ms-grid;
		-ms-grid-columns: 1fr (20px 1fr) [2];
	}
	.related-container .related-articles > :nth-child(3n + 1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :nth-child(3n + 2) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :nth-child(3n + 3) {
		-ms-grid-column: 5;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :first-child,
	.related-container .related-articles > :nth-child(2),
	.related-container .related-articles > :nth-child(3) {
		-ms-grid-row: 1;
	}
	.related-container .related-articles > :nth-child(4),
	.related-container .related-articles > :nth-child(5),
	.related-container .related-articles > :nth-child(6) {
		-ms-grid-row: 2;
	}
	.related-container .related-articles > :nth-child(7),
	.related-container .related-articles > :nth-child(8),
	.related-container .related-articles > :nth-child(9) {
		-ms-grid-row: 3;
	}
	.related-container .related-articles > :nth-child(10),
	.related-container .related-articles > :nth-child(11),
	.related-container .related-articles > :nth-child(12) {
		-ms-grid-row: 4;
	}
	.related-container .related-articles > :nth-child(13),
	.related-container .related-articles > :nth-child(14),
	.related-container .related-articles > :nth-child(15) {
		-ms-grid-row: 5;
	}
	.related-container .related-articles > :nth-child(16),
	.related-container .related-articles > :nth-child(17),
	.related-container .related-articles > :nth-child(18) {
		-ms-grid-row: 6;
	}
	.related-container .related-articles > :nth-child(19),
	.related-container .related-articles > :nth-child(20),
	.related-container .related-articles > :nth-child(21) {
		-ms-grid-row: 7;
	}
	.related-container .related-articles > :nth-child(22),
	.related-container .related-articles > :nth-child(23),
	.related-container .related-articles > :nth-child(24) {
		-ms-grid-row: 8;
	}
	.related-container .related-articles > :nth-child(25),
	.related-container .related-articles > :nth-child(26),
	.related-container .related-articles > :nth-child(27) {
		-ms-grid-row: 9;
	}
	.related-container .related-articles > :nth-child(28),
	.related-container .related-articles > :nth-child(29),
	.related-container .related-articles > :nth-child(30) {
		-ms-grid-row: 10;
	}
	.related-container .related-articles > :nth-child(31),
	.related-container .related-articles > :nth-child(32),
	.related-container .related-articles > :nth-child(33) {
		-ms-grid-row: 11;
	}
	.related-container .related-articles > :nth-child(34),
	.related-container .related-articles > :nth-child(35),
	.related-container .related-articles > :nth-child(36) {
		-ms-grid-row: 12;
	}
	.related-container .related-articles > :nth-child(37),
	.related-container .related-articles > :nth-child(38),
	.related-container .related-articles > :nth-child(39) {
		-ms-grid-row: 13;
	}
	.related-container .related-articles > :nth-child(40),
	.related-container .related-articles > :nth-child(41),
	.related-container .related-articles > :nth-child(42) {
		-ms-grid-row: 14;
	}
	.related-container .related-articles > :nth-child(43),
	.related-container .related-articles > :nth-child(44),
	.related-container .related-articles > :nth-child(45) {
		-ms-grid-row: 15;
	}
	.related-container .related-articles > :nth-child(46),
	.related-container .related-articles > :nth-child(47),
	.related-container .related-articles > :nth-child(48) {
		-ms-grid-row: 16;
	}
	.related-container .related-articles > :nth-child(49),
	.related-container .related-articles > :nth-child(50),
	.related-container .related-articles > :nth-child(51) {
		-ms-grid-row: 17;
	}
	.related-container .related-articles > :nth-child(52),
	.related-container .related-articles > :nth-child(53),
	.related-container .related-articles > :nth-child(54) {
		-ms-grid-row: 18;
	}
	.related-container .related-articles > :nth-child(55),
	.related-container .related-articles > :nth-child(56),
	.related-container .related-articles > :nth-child(57) {
		-ms-grid-row: 19;
	}
	.related-container .related-articles > :nth-child(58),
	.related-container .related-articles > :nth-child(59) {
		-ms-grid-row: 20;
	}
	.related-container .related-articles > * {
		display: block;
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.related-container .related-articles {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		display: -ms-grid;
		-ms-grid-columns: 1fr (20px 1fr) [3];
	}
	.related-container .related-articles > :nth-child(4n + 1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :nth-child(4n + 2) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :nth-child(4n + 3) {
		-ms-grid-column: 5;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :nth-child(4n + 4) {
		-ms-grid-column: 7;
		-ms-grid-column-span: 1;
	}
	.related-container .related-articles > :first-child,
	.related-container .related-articles > :nth-child(2),
	.related-container .related-articles > :nth-child(3),
	.related-container .related-articles > :nth-child(4) {
		-ms-grid-row: 1;
	}
	.related-container .related-articles > :nth-child(5),
	.related-container .related-articles > :nth-child(6),
	.related-container .related-articles > :nth-child(7),
	.related-container .related-articles > :nth-child(8) {
		-ms-grid-row: 2;
	}
	.related-container .related-articles > :nth-child(9),
	.related-container .related-articles > :nth-child(10),
	.related-container .related-articles > :nth-child(11),
	.related-container .related-articles > :nth-child(12) {
		-ms-grid-row: 3;
	}
	.related-container .related-articles > :nth-child(13),
	.related-container .related-articles > :nth-child(14),
	.related-container .related-articles > :nth-child(15),
	.related-container .related-articles > :nth-child(16) {
		-ms-grid-row: 4;
	}
	.related-container .related-articles > :nth-child(17),
	.related-container .related-articles > :nth-child(18),
	.related-container .related-articles > :nth-child(19),
	.related-container .related-articles > :nth-child(20) {
		-ms-grid-row: 5;
	}
	.related-container .related-articles > :nth-child(21),
	.related-container .related-articles > :nth-child(22),
	.related-container .related-articles > :nth-child(23),
	.related-container .related-articles > :nth-child(24) {
		-ms-grid-row: 6;
	}
	.related-container .related-articles > :nth-child(25),
	.related-container .related-articles > :nth-child(26),
	.related-container .related-articles > :nth-child(27),
	.related-container .related-articles > :nth-child(28) {
		-ms-grid-row: 7;
	}
	.related-container .related-articles > :nth-child(29),
	.related-container .related-articles > :nth-child(30),
	.related-container .related-articles > :nth-child(31),
	.related-container .related-articles > :nth-child(32) {
		-ms-grid-row: 8;
	}
	.related-container .related-articles > :nth-child(33),
	.related-container .related-articles > :nth-child(34),
	.related-container .related-articles > :nth-child(35),
	.related-container .related-articles > :nth-child(36) {
		-ms-grid-row: 9;
	}
	.related-container .related-articles > :nth-child(37),
	.related-container .related-articles > :nth-child(38),
	.related-container .related-articles > :nth-child(39),
	.related-container .related-articles > :nth-child(40) {
		-ms-grid-row: 10;
	}
	.related-container .related-articles > :nth-child(41),
	.related-container .related-articles > :nth-child(42),
	.related-container .related-articles > :nth-child(43),
	.related-container .related-articles > :nth-child(44) {
		-ms-grid-row: 11;
	}
	.related-container .related-articles > :nth-child(45),
	.related-container .related-articles > :nth-child(46),
	.related-container .related-articles > :nth-child(47),
	.related-container .related-articles > :nth-child(48) {
		-ms-grid-row: 12;
	}
	.related-container .related-articles > :nth-child(49),
	.related-container .related-articles > :nth-child(50),
	.related-container .related-articles > :nth-child(51),
	.related-container .related-articles > :nth-child(52) {
		-ms-grid-row: 13;
	}
	.related-container .related-articles > :nth-child(53),
	.related-container .related-articles > :nth-child(54),
	.related-container .related-articles > :nth-child(55),
	.related-container .related-articles > :nth-child(56) {
		-ms-grid-row: 14;
	}
	.related-container .related-articles > :nth-child(57),
	.related-container .related-articles > :nth-child(58),
	.related-container .related-articles > :nth-child(59) {
		-ms-grid-row: 15;
	}
	.related-container .related-articles > * {
		display: block;
		margin-bottom: 20px;
	}
}
.related-container .related-articles a {
	border-bottom: none;
}
.related-container .related-articles .article-item {
	position: relative;
}
.related-container .related-articles .article-item img {
	width: 100%;
}
.related-container .related-articles .article-item h3 {
	font-family: SelaneTen, serif;
	font-size: 18px;
	line-height: 120%;
	color: #333;
}
.st-scrolly[data-v-bb07adf0] {
	position: relative;
	width: 100%;
}
.st-scrolly .background-container[data-v-bb07adf0],
.st-scrolly .foreground-container[data-v-bb07adf0] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.st-scrolly .background[data-v-bb07adf0],
.st-scrolly .foreground[data-v-bb07adf0] {
	box-sizing: border-box;
	width: 100%;
}
.st-scrolly .background-container[data-v-bb07adf0] {
	z-index: 0;
}
.st-scrolly .slide-container[data-v-bb07adf0] {
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.st-scrolly .foreground-container[data-v-bb07adf0] {
	z-index: 2;
	pointer-events: none;
}
.st-scrolly .foreground [data-v-bb07adf0],
.st-scrolly .slide [data-v-bb07adf0] {
	pointer-events: auto;
}
@font-face {
	font-family: CuratorBold;
	font-style: normal;
	font-weight: 700;
	src: url(./commons/fonts/curator_head_st_bold-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff2) format('woff2'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff) format('woff');
}
.slide[data-v-1bf62093] {
	height: 100vh;
	position: relative;
}
.slide[data-v-1bf62093]:first-of-type {
	padding-top: 100vh;
}
.slide[data-v-1bf62093]:last-of-type {
	padding-bottom: 50vh;
}
@media (min-width: 768px) {
	.slide[data-v-1bf62093] {
		text-align: right;
	}
}
.slide .card[data-v-1bf62093] {
	text-align: left;
	margin: 0 auto;
	width: 30vw;
	min-width: 90vw;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
@media (min-width: 768px) {
	.slide .card[data-v-1bf62093] {
		margin: 0 5%;
		display: inline-block;
		min-width: 300px;
	}
}
.slide .card .card-img[data-v-1bf62093] {
	width: 100%;
}
.slide .card .card-text[data-v-1bf62093] {
	padding: 10px 0 15px;
}
.slide .card .title[data-v-1bf62093] {
	padding: 0 15px;
	font-family: CuratorBold, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
}
.slide .card .deck[data-v-1bf62093] {
	padding: 10px 15px;
	margin-bottom: 0;
}
@media (max-width: 420px) {
	.slide .card .deck[data-v-1bf62093] {
		font-size: 16px;
		line-height: 1.5;
	}
}
#svgEmbed[data-v-1bf62093] {
	overflow: hidden;
	background-color: #063339;
}
.scroll_down[data-v-7a380b42] {
	position: absolute;
	margin: 0 auto;
	bottom: 50px;
	opacity: 0.4;
	transition: opacity 1s ease-in-out;
}
.scroll_down .mouse_body[data-v-7a380b42] {
	border: 1px solid #fff;
	border-radius: 32px;
	z-index: 9;
	height: 30px;
	width: 16px;
	margin: 0 auto;
}
.scroll_down .mouse_body .mouse_wheel[data-v-7a380b42] {
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	height: 2px;
	width: 2px;
	margin: 0 auto;
	-webkit-animation: wheel_animation-data-v-7a380b42 1.5s linear infinite;
	animation: wheel_animation-data-v-7a380b42 1.5s linear infinite;
}
.scroll_down .tip[data-v-7a380b42] {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin: 0 auto;
	display: table;
	font-size: 11px;
}
@-webkit-keyframes wheel_animation-data-v-7a380b42 {
	0% {
		opacity: 0;
		top: 2px;
	}
	50% {
		opacity: 1;
		top: 50%;
	}
	to {
		opacity: 0;
		top: 23px;
	}
}
@keyframes wheel_animation-data-v-7a380b42 {
	0% {
		opacity: 0;
		top: 2px;
	}
	50% {
		opacity: 1;
		top: 50%;
	}
	to {
		opacity: 0;
		top: 23px;
	}
}
@font-face {
	font-family: CuratorBold;
	font-style: normal;
	font-weight: 700;
	src: url(./commons/fonts/curator_head_st_bold-webfont.eot?#) format('eot'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff2) format('woff2'),
		url(./commons/fonts/curator_head_st_bold-webfont.woff) format('woff');
}
.st-header-page[data-v-337b391a] {
	position: relative;
}
.st-header-hero[data-v-337b391a] {
	position: absolute;
}
.st-header-hero .st-content-banner img[data-v-337b391a],
.st-header-hero .st-content-banner video[data-v-337b391a] {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-headline-container[data-v-337b391a] {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 100%;
	max-width: 650px;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
}
.main-headline-container .header-tag[data-v-337b391a] {
	background-color: #ffd400;
	font-size: 18px;
	font-family: CuratorBold, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 3px 7px;
	color: #333;
	display: inline-block;
}
@media (min-width: 768px) {
	.main-headline-container .header-tag[data-v-337b391a] {
		font-size: 20px;
	}
}
.sd-icon[data-v-337b391a] {
	width: 100%;
	padding-bottom: 50px;
}
