.su-2020-backpage {
	overflow: hidden;
}
.su-2020-backpage * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.su-2020-backpage h1,
.su-2020-backpage h2,
.su-2020-backpage h3,
.su-2020-backpage h4,
.su-2020-backpage h5,
.su-2020-backpage h6 {
	color: #313131;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 400;
	text-transform: unset;
}
.su-2020-backpage p {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #313131;
}
.su-2020-backpage .u-container {
	max-width: 1300px;
	margin: 0 auto;
	background-color: white;
	-webkit-box-shadow: 0px -4px 22px 0px rgba(120, 120, 120, 0.1);
	box-shadow: 0px -4px 22px 0px rgba(120, 120, 120, 0.1);
	z-index: 1;
}
.su-2020-backpage .u-container--header {
	margin-top: -200px;
	padding: 65px 95px;
}
@media (max-width: 103.125em) {
	.su-2020-backpage .u-container--header {
		max-width: 1100px;
	}
}
@media (max-width: 75em) {
	.su-2020-backpage .u-container--header {
		margin-top: -100px;
		max-width: 90%;
	}
}
@media (max-width: 68.75em) {
	.su-2020-backpage .u-container--header {
		padding: 65px 70px;
	}
}
@media (max-width: 56.25em) {
	.su-2020-backpage .u-container--header {
		max-width: unset;
		margin-top: 0;
	}
}
@media (max-width: 50em) {
	.su-2020-backpage .u-container--header {
		padding: 50px 30px;
	}
}
@media (max-width: 40.625em) {
	.su-2020-backpage .u-container--header {
		padding: 30px 22px 56px;
	}
}
.su-2020-backpage .u-container--help {
	padding: 120px 160px 100px 130px;
}
.su-2020-backpage .linebreak {
	width: 60px;
	height: 2px;
	margin: 0 auto;
	background-color: #313131;
}
.su-2020-backpage .image-section {
	height: 150vh;
	position: relative;
	opacity: 0;
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	background: black;
	z-index: 1;
}
.su-2020-backpage .image-section--1 {
	opacity: 1;
}
.su-2020-backpage .image-section.active {
	opacity: 1;
}
.su-2020-backpage .image-section__img-container {
	position: relative;
	padding-bottom: 100vh;
}
.su-2020-backpage .image-section__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.su-2020-backpage .popout {
	background-color: #242424;
	padding: 0 65px 65px;
	position: absolute;
	right: -100%;
	top: 50%;
	width: 475px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}
@media (max-width: 71.875em) {
	.su-2020-backpage .popout {
		padding: 0 65px 65px 40px;
	}
}
@media (max-width: 50em) {
	.su-2020-backpage .popout {
		width: 400px;
	}
}
@media (max-width: 31.25em) {
	.su-2020-backpage .popout {
		width: 95%;
		padding: 0px 15px 100px 35px;
	}
}
.su-2020-backpage .popout.active {
	right: 0;
}
@media (max-width: 31.25em) {
	.su-2020-backpage .popout.active {
		right: 2.5%;
	}
}
.su-2020-backpage .popout p {
	color: white;
}
.su-2020-backpage .popout__number {
	margin-bottom: 40px;
	margin-left: 100%;
}
@media (max-width: 31.25em) {
	.su-2020-backpage .popout__number {
		margin-left: 85%;
	}
}
.su-2020-backpage .popout__number p {
	color: white;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.su-2020-backpage .popout__number p span {
	display: block;
}
.su-2020-backpage .popout__number p:before {
	content: "";
	width: 1px;
	height: 50px;
	background-color: white;
}
.su-2020-backpage .popout__content {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 84px;
}
@media (max-width: 71.875em) {
	.su-2020-backpage .popout__content {
		font-size: 22px;
		margin-bottom: 50px;
	}
}
.su-2020-backpage .popout__linebreak {
	background-color: white;
	width: 30px;
	height: 1px;
	margin-bottom: 15px;
}
.su-2020-backpage .popout__title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 7px;
	font-family: le-monde-livre-classic-byol, serif;
}
.su-2020-backpage .popout__by-line {
	font-style: italic;
	font-size: 15px;
	line-height: 1.5;
}
.su-2020-backpage .timer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.su-2020-backpage .timer.active {
	opacity: 0.5;
}
.su-2020-backpage .timer__bar {
	width: 100%;
	height: 15px;
	background-color: #500000;
}
.su-2020-backpage .s1__img-container {
	position: relative;
	width: 100%;
	padding-bottom: 38%;
}
@media (max-width: 56.25em) {
	.su-2020-backpage .s1__img-container {
		padding-bottom: 65%;
	}
}
@media (max-width: 40.625em) {
	.su-2020-backpage .s1__img-container {
		padding-bottom: 100%;
	}
}
.su-2020-backpage .s1__image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.su-2020-backpage .s1-by-line {
	position: absolute;
	right: 83px;
	top: 100%;
	max-width: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 109.375em) {
	.su-2020-backpage .s1-by-line {
		right: 30px;
	}
}
@media (max-width: 90.625em) {
	.su-2020-backpage .s1-by-line {
		display: none;
	}
}
.su-2020-backpage .s1-by-line__line {
	width: 2px;
	background: #313131;
	height: 50px;
}
.su-2020-backpage .s1-by-line__name {
	font-size: 16px;
	color: #313131;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
	text-align: center;
}
.su-2020-backpage .s2 {
	position: relative;
}
.su-2020-backpage .s2 .u-container {
	padding-bottom: 92px;
	position: relative;
}
@media (max-width: 43.75em) {
	.su-2020-backpage .s2 .u-container {
		padding-top: 100px;
	}
}
.su-2020-backpage .s2__share-icons-cont {
	position: absolute;
	left: 0;
	top: 50%;
}
@media (max-width: 78.125em) {
	.su-2020-backpage .s2__share-icons-cont {
		display: none;
	}
}
.su-2020-backpage .s2__share-icons-mobile {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.su-2020-backpage .s2__share-icons-mobile p {
	margin-right: 10px;
	font-size: 16px;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
}
@media (max-width: 78.125em) {
	.su-2020-backpage .s2__share-icons-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 43.75em) {
	.su-2020-backpage .s2__share-icons-mobile {
		bottom: unset;
		top: 20px;
	}
}
.su-2020-backpage .s2__addthis .at-share-btn-elements a {
	display: block;
}
.su-2020-backpage .s2__header {
	font-size: 75px;
	text-align: center;
	font-weight: 400;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 400;
	font-style: normal;
}
@media (max-width: 75em) {
	.su-2020-backpage .s2__header {
		font-size: 65px;
	}
}
@media (max-width: 65.625em) {
	.su-2020-backpage .s2__header {
		font-size: 55px;
	}
}
@media (max-width: 46.875em) {
	.su-2020-backpage .s2__header {
		font-size: 45px;
		max-width: 350px;
		margin: 0 auto 20px;
		line-height: 1;
	}
}
.su-2020-backpage .s2__subtext {
	font-style: italic;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
	font-style: normal;
	color: #816c39;
}
@media (max-width: 75em) {
	.su-2020-backpage .s2__subtext {
		max-width: 500px;
		margin: 0 auto 30px;
	}
}
@media (max-width: 34.375em) {
	.su-2020-backpage .s2__subtext {
		max-width: 340px;
	}
}
.su-2020-backpage .s2__body-text {
	margin: 30px auto 85px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	max-width: 860px;
}
.su-2020-backpage .s2__read-on {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 24px;
	font-family: le-monde-livre-classic-byol, serif;
}
.su-2020-backpage .s2__arrow {
	text-align: center;
}
.su-2020-backpage .s2__by-line {
	display: none;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	color: #313131;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
}
@media (max-width: 90.625em) {
	.su-2020-backpage .s2__by-line {
		display: block;
	}
}
.su-2020-backpage .help-section {
	background-image: url("https://cdn.txamfoundation.com/Spirit/Summer-2020/backpage/bottom-section.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 700px 30px 1000px;
	position: relative;
	z-index: 0;
}
.su-2020-backpage .help-section.active {
	z-index: 1;
}
@media (max-width: 56.25em) {
	.su-2020-backpage .help-section {
		background: #e7e0da;
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			from(#e7e0da),
			color-stop(48%, #e1dad7),
			to(#e6d3c8)
		);
		background: -o-linear-gradient(left, #e7e0da 0%, #e1dad7 48%, #e6d3c8 100%);
		background: linear-gradient(90deg, #e7e0da 0%, #e1dad7 48%, #e6d3c8 100%);
		padding-bottom: 0;
	}
}
@media (max-width: 31.25em) {
	.su-2020-backpage .help-section {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.su-2020-backpage .help-section .u-container {
	position: relative;
	z-index: 0;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 56.25em) {
	.su-2020-backpage .help-section .u-container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 40.625em) {
	.su-2020-backpage .help-section .u-container {
		padding: 60px 20px 100px;
	}
}
@media (max-width: 31.25em) {
	.su-2020-backpage .help-section .u-container {
		padding: 60px 0 100px;
	}
}
.su-2020-backpage .help-section__addthis {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.su-2020-backpage .help-section__addthis p {
	font-size: 16px;
	font-weight: 500;
	font-family: le-monde-livre-classic-byol, serif;
	margin-right: 15px;
}
.su-2020-backpage .help-section__header {
	text-align: center;
	font-size: 55px;
	font-weight: 400;
	margin-bottom: 12px;
}
.su-2020-backpage .help-section__header:before {
	width: 60px;
	height: 1px;
	content: "";
	background-color: #313131;
	margin: 0 auto 10px;
	display: block;
}
@media (max-width: 50em) {
	.su-2020-backpage .help-section__header {
		font-size: 45px;
	}
}
@media (max-width: 37.5em) {
	.su-2020-backpage .help-section__header {
		font-size: 35px;
	}
}
@media (max-width: 31.25em) {
	.su-2020-backpage .help-section__header {
		font-size: 32px;
	}
}
.su-2020-backpage .help-section__sub-text {
	color: #816c39;
	font-size: 18px;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 50em) {
	.su-2020-backpage .help-section__sub-text {
		max-width: 350px;
		margin: 0 auto 50px;
	}
}
.su-2020-backpage .help-section__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 56.25em) {
	.su-2020-backpage .help-section__content {
		display: block;
	}
}
@media (max-width: 31.25em) {
	.su-2020-backpage .help-section__content {
		padding-left: 22px;
		padding-right: 22px;
	}
}
.su-2020-backpage .help-section__naming {
	border: solid #a5a5a5 1px;
	padding: 50px 100px 60px 160px;
	min-width: 333px;
	margin-right: 60px;
	background: #1f1f1f;
	color: white;
}
@media (max-width: 78.125em) {
	.su-2020-backpage .help-section__naming {
		padding: 50px 100px;
	}
}
@media (max-width: 56.25em) {
	.su-2020-backpage .help-section__naming {
		margin-right: 0;
		margin-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 50px;
		min-width: unset;
	}
}
@media (max-width: 31.25em) {
	.su-2020-backpage .help-section__naming {
		padding: 60px 45px;
	}
}
.su-2020-backpage .help-section__title {
	font-size: 22px;
	margin-bottom: 30px;
	color: inherit;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
}
@media (max-width: 31.25em) {
	.su-2020-backpage .help-section__title {
		font-size: 18px;
	}
}
.su-2020-backpage .help-section__title--name {
	margin-bottom: 40px;
	width: 100%;
}
@media (max-width: 56.25em) {
	.su-2020-backpage .help-section__gallery {
		width: 50%;
		padding-right: 30px;
	}
}
@media (max-width: 46.875em) {
	.su-2020-backpage .help-section__gallery {
		width: 100%;
		padding: 0;
	}
}
.su-2020-backpage .help-section__gallery:not(:last-child) {
	margin-bottom: 23px;
}
@media (max-width: 56.25em) {
	.su-2020-backpage .help-section__gallery:not(:last-child) {
		margin-bottom: 0;
	}
}
@media (max-width: 46.875em) {
	.su-2020-backpage .help-section__gallery:not(:last-child) {
		margin-bottom: 20px;
	}
}
.su-2020-backpage .help-section__gallery-title {
	font-size: 20px;
	margin-bottom: 8px;
	color: inherit;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 500;
}
.su-2020-backpage .help-section__gallery-title:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: white;
	margin-bottom: 12px;
	display: block;
}
.su-2020-backpage .help-section__cost {
	font-size: 16px;
	color: inherit;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.su-2020-backpage .help-section__cost span {
	font-family: open-sans, sans-serif;
}
.su-2020-backpage .help-section__other {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 130px;
}
@media (max-width: 78.125em) {
	.su-2020-backpage .help-section__other {
		padding-right: 70px;
	}
}
@media (max-width: 34.375em) {
	.su-2020-backpage .help-section__other {
		padding-right: 0;
	}
}
.su-2020-backpage .help-section__other-text {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}
.su-2020-backpage .help-section__other-text a {
	color: #500000;
	font-weight: 600;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.su-2020-backpage .help-section__other-text a:hover,
.su-2020-backpage .help-section__other-text a:focus,
.su-2020-backpage .help-section__other-text a:active {
	color: #1d0000;
}
.su-2020-backpage .help-section__contact-name {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: le-monde-livre-classic-byol, serif;
	font-weight: 700;
}
.su-2020-backpage .help-section__contact-name:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #313131;
	display: block;
	margin-bottom: 30px;
}
.su-2020-backpage .help-section__contact-text {
	font-size: 16px;
	margin-bottom: 5px;
}
.su-2020-backpage .help-section__contact-text a {
	font-weight: 600;
	color: #313131;
}
.su-2020-backpage .mobile-image {
	position: relative;
	padding-bottom: 88%;
	display: none;
}
@media (max-width: 56.25em) {
	.su-2020-backpage .mobile-image {
		display: block;
	}
}
.su-2020-backpage .mobile-image__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 75em) {
	.su-2020-backpage #image-section-7-image {
		background-image: url(https://cdn.txamfoundation.com/Spirit/Summer-2020/backpage/image-section-6-min.png);
		background-repeat: no-repeat;
		background-position: -200px;
	}
	.su-2020-backpage #image-section-7-image img {
		display: none;
	}
}
