@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-ms-transform: matrix(1, 0, 0, 1, 0, 10);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 10);
		transform: matrix(1, 0, 0, 1, 0, 10);
	}

	to {
		opacity: 1;
		-ms-transform: matrix(1, 0, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-ms-transform: matrix(1, 0, 0, 1, 0, 10);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 10);
		transform: matrix(1, 0, 0, 1, 0, 10);
	}

	to {
		opacity: 1;
		-ms-transform: matrix(1, 0, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
		-ms-transform: matrix(1, 0, 0, 1, 0, 10);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 10);
		transform: matrix(1, 0, 0, 1, 0, 10);
	}

	to {
		opacity: 0;
		-ms-transform: matrix(1, 0, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		-ms-transform: matrix(1, 0, 0, 1, 0, 10);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 10);
		transform: matrix(1, 0, 0, 1, 0, 10);
	}

	to {
		opacity: 0;
		-ms-transform: matrix(1, 0, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
}

.toggle-container {
    position: absolute;
    left: 1rem;
    top: 0;
    color: #FFF;
    z-index: 3;
    display: flex;
    width: 200px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.toggle-container {
		width: 34vw;
	}
}

input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

label {
    cursor: pointer;
    text-indent: -9999px;
    width: 100px;
    height: 50px;
    background: #2E75B6;
    display: block;
    border-radius: 50px;
    position: relative;
    margin: 0 auto 3rem;
}

.label-text {
    font-family: motor-stencil, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 3rem;
    line-height: 1.6;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {	
	.label {
		padding: 0.5rem 1.5rem !important;
	}
	.label-text {
		font-size: 2.5rem;
		margin-bottom: 0;
		line-height: 1.6;
		cursor: pointer;
	}
}

label:after {
    content: '';
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

input:checked+label {
    background: #CA0000;
}

input:checked+label:after {
    left: calc(100% - 2.5px);
    transform: translateX(-100%);
}

label:active:after {
    width: 65px;
}

@media only screen and (max-width: 768px) {
	label {
		width: 50px;
		height: 25px;
		margin: 0.65rem auto 1.5rem;
	}
	label:after {
		width: 20px;
		height: 20px;
	}
	label:active:after {
		width: 25px;
	}
}

.start {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 768px) {
	.start {
		height: 70vh
	}
}

.start h1 {
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(10rem);
	transform: translateY(10rem)
}

.start .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(2);
	transform: scale(2)
}

.start .image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(30, 32, 33, 0.3)
}

.start .caption {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 10rem;
	position: relative;
	z-index: 2;
	position: absolute
}

@media only screen and (max-width: 1024px) {
	.start .caption {
		padding-right: 10rem
	}
}

@media only screen and (max-width: 648px) {
	.start .caption {
		padding-right: 1.4rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 2rem
	}
}

@media only screen and (max-width: 1024px) {
	.start .caption h1 {
		font-size: clamp(5.6rem, 12vw, 9.2rem);
		overflow-wrap: normal;
		opacity: 1;
		-ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto
	}
}

#progressBar {
	position: fixed;
	text-align: right;
	width: 96vw;
	bottom: 2vh;
	right: 2vw;
	z-index: 20000;
	font-size: 1.5rem;
    text-transform: uppercase;
}

#progressBar > span {
	/* border: #381cff solid 2px; */
	display: block;
	width: 10px;
	min-width: 10px;
	height: 5px;
	float: right;
	margin-top: 1rem;
}

.video #videobox {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	top: 0.0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

/* #videobox iframe {
	width: 150%;
    height: 100%;
    margin-left: -25%;
} */

.caption h1,
.caption h6,
.caption p {
	color: #fff
}

.caption p span {
	display: block;
	float: right;
	margin: 0rem 0 3rem 6rem;
}

.caption h6 {
	line-height: 1.2 !important
}

.caption p {
	font-size: clamp(3rem, 12vw, 3.4rem);
	line-height: 1.1;
	letter-spacing: -0.525px;
	font-weight: 500
}

@media only screen and (max-width: 1920px) {
	.caption p {
		font-size: clamp(2.2rem, 12vw, 2.6rem);
		line-height: 1.2
	}
}

@media only screen and (max-width: 1024px) {
	.caption p {
		font-size: clamp(2rem, 12vw, 2.4rem);
		line-height: 1.4
	}
}

@media only screen and (max-width: 648px) {
	.caption p {
		font-size: clamp(1.4rem, 12vw, 2rem)
	}
}

.caption h2 {
	font-size: clamp(2rem, 12vw, 6rem);
	line-height: 1;
    letter-spacing: -2px;
	color: #fff
}

.caption #videoCaption {
	font-size: clamp(4.2rem, 12vw, 8rem);	
}

@media only screen and (max-width: 1024px) {
	.caption h2 {
		font-size: clamp(1.4rem, 12vw, 3.8rem)
	}
}

.caption h6 {
	font-size: clamp(6rem, 12vw, 8rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -2px
}

@media only screen and (max-width: 1920px) {
	.caption h6 {
		font-size: clamp(3.8rem, 12vw, 4.2rem)
	}
}

@media only screen and (max-width: 1024px) {
	.caption h6 {
		font-size: clamp(3.8rem, 12vw, 3.8rem)
	}
}

@media only screen and (max-width: 648px) {
	.caption h6 {
		font-size: clamp(1.8rem, 12vw, 2.2rem);
		letter-spacing: 0
	}
}

.history-wrapper-content .mouse-wheel {
	width: 6rem;
	position: relative;
	margin-bottom: 1rem;
	margin-top: 5rem
}

@media only screen and (max-width: 1920px) {
	.history-wrapper-content .mouse-wheel {
		margin-bottom: 0;
	}
}

@media (-webkit-device-pixel-ratio: 1.5),
(-webkit-device-pixel-ratio: 1.25),
(-webkit-device-pixel-ratio: 1.1) {
	.history-wrapper-content .mouse-wheel {
		margin-top: 12rem
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .mouse-wheel {
		display: none
	}
}

@-webkit-keyframes move-scroll {
	0% {
		top: 10%;
		opacity: 0;
		height: 1px
	}

	50% {
		opacity: 1;
		height: 7px
	}

	100% {
		top: 100%;
		opacity: 0;
		height: 1px
	}
}

@keyframes move-scroll {
	0% {
		top: 10%;
		opacity: 0;
		height: 1px
	}

	50% {
		opacity: 1;
		height: 7px
	}

	100% {
		top: 100%;
		opacity: 0;
		height: 1px
	}
}

.history-wrapper-content .mouse-wheel .scroll-icon {
	width: 30px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	position: relative;
	z-index: 0
}

.history-wrapper-content .mouse-wheel .scroll-icon:before {
	width: 0;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-top: -10px
}

.history-wrapper-content .mouse-wheel .scroll-icon:after {
	width: 3px;
	height: 7px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 2%;
	content: '';
	border-radius: 2px;
	margin-top: -5px;
	margin-left: -1px;
	-webkit-animation: move-scroll 1s infinite;
	animation: move-scroll 1s infinite
}

@media only screen and (max-width: 760px) {
	.history-wrapper-content .mouse-wheel .scroll-icon {
		display: none
	}
}

.history-wrapper-content .scrollContainer {
	overscroll-behavior: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100vh
}

body {
    transition: 0.75s;
}

body.red,
.red {
    background-color: #CA0000;
}

.red #progressBar > span {
	border: #2E75B6 solid 2px;
	background-color: #2E75B6;
}

body.blue,
.blue {
    background-color: #2E75B6;
}

.blue #progressBar > span {
	border: #CA0000 solid 2px;
	background-color: #CA0000;
}

.english,
.spanish {
	display: none;
}

.red .spanish,
.blue .english {
	display: block;
}

.placeholder .history-wrapper  {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: row;
}

.placeholder .history-wrapper .caption.red {
	width: 50%;
	display: flex;
}

.placeholder .history-wrapper .caption.blue {
	width: 50%;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .scrollContainer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 4rem;
		max-width: 100vw;
		overflow-x: hidden;
	}
}

.history-wrapper-content .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding-bottom: 6rem
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .section:last-child {
		padding-right: 0;
		padding-bottom: 4rem
	}
}

.history-wrapper-content .section.start-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150vw;
	flex: 0 0 150vw
}

.history-wrapper-content .logo {
	max-width: 25rem
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .logo {
		max-width: 15rem !important
	}
}

@media (-webkit-device-pixel-ratio: 1.5),
(-webkit-device-pixel-ratio: 1.25),
(-webkit-device-pixel-ratio: 1.1) {
	.history-wrapper-content .logo {
		max-width: 15rem
	}
}

.history-wrapper-content .caption {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .caption {
		width: 100%;
		padding: 5vw !important;
		margin-bottom: 5rem;
	}
}

.history-wrapper-content .caption h1,
.history-wrapper-content .caption h2 {
    font-family: motor-stencil, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom: 2rem;
}

@media (-webkit-device-pixel-ratio: 1.5),
(-webkit-device-pixel-ratio: 1.25),
(-webkit-device-pixel-ratio: 1.1) {
	.history-wrapper-content .caption h2,
	.history-wrapper-content .caption #videoCaption {
		font-size: clamp(4rem, 12vw, 6rem);
		letter-spacing: -2.66667px
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .caption h2,
	.history-wrapper-content .caption #videoCaption {
		font-size: clamp(4rem, 12vw, 6rem);
		letter-spacing: 1.25px;
	}
	.history-wrapper-content .caption h2 span {
		display: block;
	}
}

.history-wrapper-content .caption p {
	max-width: 70rem;
	font-size: clamp(1.5rem, 125vpw, 4rem);
	color: #fff;
	padding-right: 6rem;
	line-height: 1.2
}

.history-wrapper-content .caption.larger-text p {
	font-size: clamp(3rem, 6vw, 2rem);
}

.history-wrapper-content .section.chapter-04 .caption.larger-text p {
	/* max-width: 62rem; */
	margin-left: -10rem;
}

@media (-webkit-device-pixel-ratio: 1.5),
(-webkit-device-pixel-ratio: 1.25),
(-webkit-device-pixel-ratio: 1.1) {
	.history-wrapper-content .caption p {
		font-size: clamp(2rem, 6vw, 2rem)
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .caption h2,
	.history-wrapper-content .caption p,
	.history-wrapper-content .section.chapter-03 .caption p,
	.history-wrapper-content .section.chapter-04 .caption p {
		max-width: 100% !important;
		width: 90vw;
		margin-left: 0 !important;
    	margin: 0 auto;
    	max-width: unset;
		padding: 2rem 1.5rem;
		line-height: 1;
	}
	.history-wrapper-content .caption p,
	.history-wrapper-content .section.chapter-03 .caption p,
	.history-wrapper-content .section.chapter-04 .caption p {
		padding-top: 0;
		padding-bottom: 5rem;
		line-height: 1.5;
	}
}

.history-wrapper-content .double-images {
	min-width: 62vw;
	height: 100%;
    display: flex;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images {
		width: 100%;
		min-width: unset;
		height: auto;
	}
}

.history-wrapper-content .double-images.type-01,
.history-wrapper-content .double-images.type-02,
.history-wrapper-content .double-images.type-03 {
	position: relative;
	width: 60vw;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10rem 0
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-01,
	.history-wrapper-content .double-images.type-02,
	.history-wrapper-content .double-images.type-03 {
		margin: 0;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-01 figure,
	.history-wrapper-content .double-images.type-02 figure,
	.history-wrapper-content .double-images.type-02 figure {
		margin-bottom: 2rem
	}
}

.history-wrapper-content .double-images.type-01 figure:first-child,
.history-wrapper-content .double-images.type-02 figure:first-child,
.history-wrapper-content .double-images.type-03 figure:first-child {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 60vw;
	top: 20%;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-01 figure:first-child,
	.history-wrapper-content .double-images.type-02 figure:first-child,
	.history-wrapper-content .double-images.type-03 figure:first-child {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		height: auto;
		top: 0;
	}
}

.history-wrapper-content .double-images.type-01 figure:last-child,
.history-wrapper-content .double-images.type-02 figure:last-child,
.history-wrapper-content .double-images.type-03 figure:last-child {
	height: 90vh;
	top: auto;
	top: 8vh;
    min-width: 65vh;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-01 figure:last-child,
	.history-wrapper-content .double-images.type-02 figure:last-child,
	.history-wrapper-content .double-images.type-03 figure:last-child {
		display: none
	}
}

.history-wrapper-content .double-images.type-02 {
	width: 100rem;
	margin-right: 10rem
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-02 {
		width: 100%;
		margin-right: 0
	}
}

.history-wrapper-content .double-images.type-02 figure:first-child {
	width: 100rem;
	height: 100vh;
	top: 11%;
    position: relative;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-02 figure:first-child {
		width: 100%;
		height: auto;
		top: 0;
	}
}

.history-wrapper-content .chapter-11 .double-images.type-02 figure:first-child {
	height: 74vh;
	width: unset;
	top: 7%;
}

.history-wrapper-content .chapter-11 .double-images.type-02 figure:first-child img {
	height: 100%;
}

.history-wrapper-content .chapter-24 .type-02 {
	width: 70vw;
}

.history-wrapper-content .double-images.type-02 figure:last-child {
	max-width: 62vw;
	/* height: 50vh; */
	position: absolute;
	bottom: 0;
	right: -13vw;
	top: auto
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-02 figure:last-child {
		display: none
	}
}

.history-wrapper-content .double-images.type-03 {
	width: 100rem;
	margin-right: 10rem
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-03 {
		width: 100%;
		margin: 0
	}
}

.history-wrapper-content .double-images.type-03 figure:first-child {
	width: 100rem;
	height: 100vh
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-03 figure:first-child {
		width: 100%;
		height: auto
	}
}

.history-wrapper-content .double-images.type-03 figure:first-child img {
	width: auto;
	height: 100%
}

.history-wrapper-content .chapter-22 .double-images.type-03 figure:first-child img {
	top: 10vh;
	height: 75vh
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-03 figure:first-child img {
		width: 100%
	}
}

.history-wrapper-content .double-images.type-03 figure:last-child {
	max-width: 75rem;
	height: 100vh;
	top: auto;
	z-index: 100;
}

.history-wrapper-content .double-images.type-03 figure:first-child {
	width: 80%;
	top: 10%;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-03 figure:first-child {
		width: 100%;
		top: 0;
	}
}

.history-wrapper-content .double-images.type-03 figure:first-child img {
	z-index: 2;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-03 figure:last-child {
		display: none
	}
}

.history-wrapper-content .double-images.type-04 {
	width: 100rem;
	margin-right: 10rem
}

.history-wrapper-content .section.chapter-19 .double-images.type-04 {
	width: 150vw
}

.history-wrapper-content .section.chapter-12 .double-images.type-04 {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-04,
	.history-wrapper-content .section.chapter-19 .double-images.type-04 {
		width: 100%;
		margin: 0
	}
}

.history-wrapper-content .double-images.type-04 figure:first-child {
	margin-left: -14vw;
	position: absolute;
}

.history-wrapper-content .chapter-20 .double-images.type-04 figure:last-child {
	margin-left: 20vw;
	position: absolute;
}

.history-wrapper-content .chapter-22 .double-images.type-03 figure:last-child img {
	height: 90vh;
	margin-top: 5vh;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-04 figure:first-child {
		display: none;
	}
	.history-wrapper-content .double-images.type-04 figure:second-child {
		width: 100%;
		height: auto;
		margin: 0;
	}
}

.history-wrapper-content .double-images.type-04 figure:first-child img {
	width: auto;
	height: 42vh;
	margin-top: 35vh;
	padding: 20px 82px;
}

.history-wrapper-content .chapter-20 .type-04 figure:first-child img,
.history-wrapper-content .chapter-22 .type-03 figure:first-child img,
.history-wrapper-content .chapter-22 .type-03 figure:first-child img {
	width: 40vh;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-04 figure:first-child img {
		width: 100%
	}
}

.history-wrapper-content .double-images.type-04 figure:last-child {
	height: 55vh;
	margin-top: 10vh;
	display: flex;
	margin-left: 28vh;
}

.history-wrapper-content .chapter-28 .double-images.type-04 figure:last-child {
	width: 90vh;
	height: unset;
	margin-top: unset;
	display: unset;
	margin-left: unset;
}

.history-wrapper-content .chapter-22 .double-images.type-04 figure:last-child {
	height: 90vh;
	margin-top: 10vh;
	display: flex;
}

.chapter-12 .double-images.type-04 figure:last-child {
	height: 100vh;
	margin-top: 13vh;
	margin-left: 37vh;
	width: 50vw;
}

.history-wrapper-content .section.chapter-12 .double-images.type-04 figure:first-child img {
	height: 52vh;
    margin-top: 45vh;
}

.history-wrapper-content .chapter-22 .double-images.type-04 figure:last-child img,
.history-wrapper-content .section.chapter-22 .double-images.type-04 figure:last-child img,
.history-wrapper-content .section.chapter-12 .double-images.type-04 figure:last-child img {
	height: fit-content;
	height: auto;
}

.history-wrapper-content .section.chapter-19 .double-images.type-04 figure:last-child {
	/* width: 184vw; */
	margin-left: 60vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-04 figure:last-child {
		display: contents !important;
		height: unset !important;
		margin-top: unset !important;
	}
	.history-wrapper-content .section.chapter-19 .double-images.type-04 figure:last-child {
		width: 100vw;
	}
}

.history-wrapper-content .double-images.type-05 {
	width: 100rem;
	margin-right: 10rem
}

.history-wrapper-content .section.chapter-12 .double-images.type-05 {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-05 {
		width: 100%;
		margin: 0
	}
}

.history-wrapper-content .double-images.type-05 figure:first-child {
	margin-left: 14vw;
	margin-top: 0;
	min-width: 54rem;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-05 figure:first-child {
		width: 100%;
		height: auto;
		margin-top: 0;
		min-width: auto;
	}
}

.history-wrapper-content .double-images.type-05 figure:first-child img {
	margin-top: 36vh;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-05 figure:last-child img {
		width: 100%;
		margin-top: 0;
	}
}

.history-wrapper-content .double-images.type-05 figure:last-child {
	max-width: 85rem;
	height: 70vh;
	margin-top: 10vh;
	display: flex;
}

.history-wrapper-content .section.chapter-19 .double-images.type-05 figure:last-child {
	width: 184vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .double-images.type-05 figure:last-child {
		display: none
	}
}

.chapter-12 > div > div.double-images > figure.scale {
	margin-left: -20rem;
	margin-top: -20%;
}

.chapter-12 > div > div.double-images > figure.parallax {
	min-height: 50vw;
	margin-top: -100% 0 0 0;
}

@media only screen and (max-width: 768px) {
	.chapter-12 > div > div.double-images > figure.scale,
	.chapter-12 > div > div.double-images > figure.parallax {
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
}

.history-wrapper-content .triple-images {
	position: relative;
	max-width: 110rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10rem 0
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .triple-images {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.history-wrapper-content .triple-images figure {
	width: 50rem;
	height: 50rem
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .triple-images figure {
		margin-bottom: 2rem
	}
}

.history-wrapper-content .triple-images figure:first-child {
	width: 65vh;
	/* max-width: 65vh; */
	height: 50vh
}

.history-wrapper-content .triple-images figure:first-child img {
	width: 100%
}

.history-wrapper-content .triple-images figure:nth-child(2) {
	width: 35vh;
	height: 35vh;
	position: absolute;
	top: -35%;
	right: -20%
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .triple-images figure:nth-child(2) {
		display: none
	}
}

.history-wrapper-content .triple-images figure:nth-child(2) img {
	width: 100%;
	height: 100%
}

.history-wrapper-content .triple-images figure:nth-child(3) {
	width: 40vh;
	height: 40rem;
	position: absolute;
	bottom: -35%;
	left: -20%
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .triple-images figure:nth-child(3) {
		display: none
	}
}

.history-wrapper-content .triple-images figure:nth-child(3) img {
	width: 100%;
	height: 100%
}

/* Three and Four Images */

.history-wrapper-content .three-images,
.history-wrapper-content .four-images {
	position: relative;
	max-width: 110rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10rem 0
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .three-images,
	.history-wrapper-content .four-images {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100vw;
	}
}

.history-wrapper-content .three-images figure,
.history-wrapper-content .four-images figure {
	position: absolute;
}

.history-wrapper-content #slide-01 .image-type-02 img {
	/* left: -50vw; */
}

.history-wrapper-content #slide-01 .four-images figure:nth-of-type(2) {
	left: 20vw;
	/* z-index: 100; */
}

.history-wrapper-content #slide-01 .four-images figure:nth-child(2) img {
	width: 80%;
	height: auto;
	/* margin-left: 36vw; */
	top: 0%;
}

.history-wrapper-content #slide-01 .four-images figure:nth-of-type(3) {
	left: 52vw;
}


.history-wrapper-content .three-images figure {
	min-width: 32rem;
}

.history-wrapper-content .four-images figure {
	min-width: 68rem;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .three-images figure,
	.history-wrapper-content .four-images figure {
		margin-bottom: 2rem !important;
		min-width: 100% !important;
		position: relative !important;
	}
}

.history-wrapper-content .chapter-05 .three-images figure:first-child {
	left: 60rem;
	top: 25%;
	min-width: 60rem;
}

/* .history-wrapper-content .four-images figure:first-child img {
	width: 70%;
	margin-top: 35%;
	margin-left: 30%;
} */

/* .history-wrapper-content .four-images figure:nth-child(2) {
	left: 111vw;
	/* width: 115rem;
	/* height: 82vh;
	/* min-width: 101.5rem;
    /* position: relative;
} */

@media only screen and (max-width: 768px) {
	.history-wrapper-content .four-images figure:first-child img {
		width: 100% !important;
		min-width: auto;
		margin-top: 0 !important;
		left: 0 !important;
	}
	
	.history-wrapper-content .four-images figure:nth-child(2) {
		left: 0;
		width: 100vw;
		height: auto;
		min-width: 100vw;
	}
}



.history-wrapper-content .four-images figure:nth-child(3) {
	width: 80%;
	height: auto;
	position: absolute;
	z-index: 2;
	left: -20vw;
}

.history-wrapper-content .chapter-05 .four-images figure:nth-child(3) {
	width: 67vh;
    left: -12vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .four-images figure:nth-child(3) {
		/* display: none */
		width: 100% !important;
		position: relative;
		left: 0 !important;
		min-width: 100% !important;
        height: auto !important;
		min-height: auto;
	}
}

.history-wrapper-content .four-images figure.image-type-03 {
	width: auto;
	height: 100%;
	/* min-width: unset; */
	position: absolute;
	bottom: 0;
	right:5rem;
	z-index: 1;
}

.history-wrapper-content .chapter-05 .four-images figure:nth-child(4) {
    left: -55vw;
}

.history-wrapper-content .section.chapter-02 .four-images figure:nth-child(4) {
	width: 100%;
}

/* .history-wrapper-content .chapter-06 .caption {
	min-width: none;
	margin-left: 40vw;
} */

@media only screen and (max-width: 768px) {
	.history-wrapper-content .four-images figure:nth-child(4),
	.history-wrapper-content .chapter-05 .four-images figure:nth-child(4) {
		width: 100vw;
        position: relative;
        left: 0;
        bottom: unset;
		padding-bottom: 0;
	}
	
	.history-wrapper-content .chapter-02 .four-images figure:nth-child(4) {
		width: 100vw;
        position: relative;
        left: 0;
        top: 0;
		padding-bottom: 0;
		height: 34vh;
	}
}

.history-wrapper-content .four-images figure:nth-child(4) img {
	width: 80%;
	height: auto;
	margin-top: 0;
}

@media only screen and (max-width: 768px) {

	.history-wrapper-content .four-images figure:nth-child(4) img {
		width: 100%;
		margin-top: 0;
	}
}

.history-wrapper-content .chapter-05 .four-images figure:nth-child(4) img {
	margin-top: 5%;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .chapter-05 .four-images figure:nth-child(4) img {
		margin-top: 0 !important;
	}
}

.history-wrapper-content .image-type-01 {
	position: relative;
	overflow: hidden;
	width: 100vh;
	min-height: 90vh;
	min-width: 34vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .image-type-01 {
		width: 100%
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .image-type-01 {
		margin: 0
	}
}

.history-wrapper-content .image-type-01 img {
	/* width: 140%; */
	height: 75%;
	/* position: absolute; */
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .image-type-01 img {
		width: 100%;
		height: 100%;
		position: relative
	}
}

.history-wrapper-content .image-start {
	/* width: 160rem; */
	height: 100%;
	min-width: unset;
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 80em) {
	.history-wrapper-content .image-start img {
		width: auto
	}
}

.history-wrapper-content section.chapter-01 .image-type-01 {
	width: 108vh;
	height: 100%;
	min-width: 50rem;
}

.history-wrapper-content section.chapter-01 .image-type-01 img {
	/* height: 133%; */
	margin-top: 15%;
	/* left: 23rem; */
}

.history-wrapper-content section.chapter-01 .image-type-02 img {
	margin-top: 25%;
}

.history-wrapper-content .image-type-02,
.history-wrapper-content .image-type-03 {
	width: 75vh;
	height: 100%;
	min-width: 50rem;
}

.history-wrapper-content section.chapter-01  .image-type-04 {
	width: 90vw;
}

.history-wrapper-content #slide-02 .image-type-02 {
	width: 100vh;
    padding-left: 100px;
}

/* .history-wrapper-content .image-type-04 img {
	
} */

/* .history-wrapper-content .image-type-03 {
	width: 60rem;
	height: 80%;
	min-width: 55rem;
	top: 10%;
} */

.history-wrapper-content .image-type-04.bottom {
	width: 74rem;
	height: 80%;
	min-width: 70rem;
	bottom: -10%;
}

.history-wrapper-content .image-type-05 {
	width: unset;
	height: 90%;
	min-width: 85rem;
}

.history-wrapper-content .image-type-06 {
	width: unset;
	height: 90%;
	min-width: 85rem;
}

/* @media (-webkit-device-pixel-ratio: 1.5),
(-webkit-device-pixel-ratio: 1.25),
(-webkit-device-pixel-ratio: 1.1) {
	.history-wrapper-content .image-start,
	.history-wrapper-content .image-type-02 {
		width: 60rem;
		min-width: none;
	}
} */

@media only screen and (max-width: 768px) {
	.history-wrapper-content .image-start,
	.history-wrapper-content .image-type-02,
	.history-wrapper-content .image-type-03,
	.history-wrapper-content .image-type-04 {
		width: 100vw !important;
		min-width: 100vw !important;
	}
}

.history-wrapper-content .image-start img {
	height: 100%;
	width: auto;
}
.history-wrapper-content .image-type-02 img,
.history-wrapper-content .image-type-03 img,
.history-wrapper-content .image-type-04 img,
.history-wrapper-content .double-images.type-05 figure:first-child img {
	height: 75%;
	margin-top: 15%;
	left: -10vh;
	-o-object-fit: contain;
	object-fit: contain;
}

.history-wrapper-content #slide-27 .history-wrapper-content .image-type-04 img {
	height: 85%;
}

.history-wrapper-content section.chapter-02 .image-type-02 img{
	height: 90%;
	left: 10vh;
}

.history-wrapper-content #slide-04 .image-type-02{
	width: 100vh;
}

.history-wrapper-content #slide-04 .image-type-02 img{
	height: 100%;
	margin-top: 0;
}

.history-wrapper-content .image-type-03 img {
	height: 70%;
	margin-top: 25%;
	/* left: unset; */
	position: relative;
	right: 0;
}

.history-wrapper-content .chapter-27 .image-type-02 img {
	height: 60%;
	margin-top: 30%;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .image-type-02 img,
	.history-wrapper-content .image-type-03 img,
	.history-wrapper-content .image-type-04 img,
	.history-wrapper-content .double-images.type-05 figure:first-child img {
		height: 100%;
		margin-top: 0;
		left: 0;
		-o-object-fit: unset;
		object-fit: unset;
	}
}

/* .history-wrapper-content .double-images.type-05 figure:first-child img {
	height: 75%;
	margin-top: 25%;
} */

.history-wrapper-content .chapter-30 .image-type-04 img {
	width: 30vw;
	margin-right: 10vw;
}

.history-wrapper-content .chapter-13 .image-type-04 img {
	width: 44vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .image-start img,
	.history-wrapper-content .image-type-02 img,
	.history-wrapper-content .image-type-03 img,
	.history-wrapper-content .image-type-04 img,
	.history-wrapper-content .image-type-05 img,
	.history-wrapper-content .image-type-05 img {
		width: 100%;
		height: 100%;
		margin-right: 0;
		position: relative
	}
}

.history-wrapper-content .video-square {
	position: relative;
	overflow: hidden;
	width: 90vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .video-square {
		display: none
	}
}

.history-wrapper-content .video-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .video-content {
		display: none
	}
}

.history-wrapper-content .chapter-video {
	/* height: 600%; */
	padding: 0 !important;
}

.history-wrapper-content .video-content .caption {
	padding-left: 5vw
}

.history-wrapper-content .chapter-video .caption {
	max-width: 30vw;
}

.history-wrapper-content .parallax.inner-image,
.history-wrapper-content .parallax img,
.history-wrapper-content img.inner-image,
.history-wrapper-content img img {
	width: 120%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.chapter-12 .parallax img {
	width: 80%;
	margin-left: 10rem;
}

.history-wrapper-content .chapter-11 {
	margin-right: 25vw;
}

.history-wrapper-content .chapter-11 .parallax.inner-image,
.history-wrapper-content .chapter-11 .parallax img,
.history-wrapper-content .chapter-11 img.inner-image,
.history-wrapper-content .chapter-11 img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -22%;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width: 768px) {

	.history-wrapper-content .parallax.inner-image,
	.history-wrapper-content .parallax img,
	.history-wrapper-content img.inner-image,
	.history-wrapper-content img img {
		width: 100%;
		height: 100%;
		position: relative;
		margin-left: 0 !important;
	}
}

.history-wrapper-content .parallax-lg {
	width: 130%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .parallax-lg {
		width: 100%;
		height: 100%;
		position: relative
	}
}

.history-wrapper-content figure {
	overflow: hidden
}

.history-wrapper-content figure.start-image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: -33%;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content figure img {
		width: 100% !important;
		top: 0 !important;
		left: 0 !important;
		margin-bottom: 2rem !important;
		margin-left: 0 !important;
		margin-top: 0;
		padding: 0;
	}
}

.history-wrapper-content .video {
	min-height: 100%
}

.history-wrapper-content .video.f-size {
	width: 50%;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .video.f-size {
		width: 100%;
		height: 50vh
	}
}

.history-wrapper-content .video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .video video {
		position: relative;
		aspect-ratio: 1/1;
		-o-object-fit: cover;
		object-fit: cover
	}
}

body {
	overscroll-behavior: none;
	height: 100vh;
  }
  .scrollcontainer {
	overscroll-behavior: none;
	width: 600%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
  }

.scrollcontainer .description,
.history-wrapper-content .start-chapter {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .start-chapter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 8rem
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .start-chapter .logo {
		max-width: 20rem;
		margin-bottom: 5rem
	}
}

.history-wrapper-content .start-chapter .caption {
	width: 50vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 5vw;
	margin-bottom: 10rem
}

@media only screen and (max-width: 1920px) {
	.history-wrapper-content .start-chapter .caption {
		margin-bottom: 4rem
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .start-chapter .caption {
		width: 100%;
		margin-bottom: 0
	}
}

@media only screen and (max-width: 768px) {

	.history-wrapper-content .start-chapter .caption h2,
	.history-wrapper-content .start-chapter .caption p {
		max-width: 100%;
		padding: 0
	}
}

.history-wrapper-content .start-chapter .video {
	width: 50%;
	-webkit-filter: grayscale(100);
	filter: grayscale(100)
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .start-chapter .video {
		display: none
	}
}

.history-wrapper-content .chapters {
	height: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

#slide-02 .chapters {
	margin-left: 0;
}

#slide-31 .english a,
#slide-31 .spanish a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .chapters {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0
	}
}

.history-wrapper-content [class*="chapter-"] {
	padding: 0 10vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100vw;
	flex: 0 0 100vw;
}

.history-wrapper-content .chapter-01,
.history-wrapper-content .chapter-04 {
	flex: 0 0 200vw;
	gap: 3vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content [class*="chapter-"] {
		padding: 0;
		width: 100vw;
	}
}

.history-wrapper-content [class*="chapter-"] .caption {
	height: 100%;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 50rem;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content [class*="chapter-"] .caption {
		height: auto;
		margin-left: unset !important;
		min-width: unset;
		width: 100vw;
        max-width: unset;
	}
}

.history-wrapper-content [class*="chapter-"] .caption.left-margin {
	margin-left: 10vw;
}

.history-wrapper-content [class*="chapter-"] .caption.extra-left-margin {
	margin-left: 10vw;
}

.history-wrapper-content [class*="chapter-"] .caption.extra-extra-left-margin {
	margin-left: 125vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content [class*="chapter-"] figure {
		width: 100vw;
		height: auto;
		display: grid;
		overflow: visible;
		position: relative;
	}
	
	.history-wrapper-content .chapter-05 .four-images figure:first-child,
	.history-wrapper-content .chapter-05 .four-images figure:nth-child(2) {
		left: 0;
		top: 0;
		min-width: unset;
		display: contents;
	}
	
}

.history-wrapper-content [class*="chapter-"] .video {
	width: 90% !important;
    display: flex;
	/* background-color: #000; */
	/* margin-top: -10vw; */
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content [class*="chapter-"] .video {
		width: 100vw;
		height: 50vh;
		margin-right: 0;
		min-height: 50vh
	}
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .chapter-03 {
		padding-top: 0
	}
}

.history-wrapper-content .chapter-04 {
	/* margin-left: 100vw; */
	flex: 0 0 100vw;
}

@media only screen and (max-width: 768px) {
	.history-wrapper-content .chapter-04,
	.history-wrapper-content .chapter-05 {
		margin: 0
	}
}

.history-wrapper-content .chapters figure img {
	/* width: 60vw;
	margin-left: -9rem; */
    padding:20px;
}

/* .history-wrapper-content .chapter-19 .chapters figure:nth-child(2) img {
	width: 60vw;
	margin-left: -9rem;
    padding: 20px;
} */

@media only screen and (max-width: 768px) {
	.history-wrapper-content .chapter-19 .chapters figure:nth-child(2) img {
		width: 100vw;
		margin-left: 0;
		padding: 0;
	}
}

.history-wrapper-content .chapter-19 .chapters figure:first-child img {
	/* width: 50vw; */
	margin-top: 35%;
}

/* .credits {
	padding: 0 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw;
	overflow-y: scroll !important;
	justify-content: center;
}

.credits .credit.section-one {
	width: 80vh;
    height: 100%;
    min-width: 50rem;
} */

.credit p {
	font-size: 3rem;
    text-align: center;
	margin-top: 35vh;
}

.credit p:last-of-type {
	margin-bottom: 30vw;;
}

#creditsID {
	width: 100vw;
    min-width: 100vw;
	overflow-x: scroll;
}

/* #creditsID {
	height: 100%;
	width: 100vw;
	overflow-y: scroll;
	margin: 25px auto;
	background: url(../img/red-BG.png);
}

#creditsID .credit {
	height: 100%;
	width: 100%;
	-webkit-animation-name: move;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: right;
	-webkit-animation-timing-function: linear;
  } */
  
  #box:hover {
	-webkit-animation-play-state: paused;
  }
  
  @-webkit-keyframes move {
	0% {
	  margin-top: 0;
	}
	100% {
	  margin-top: -10000px;
	}
  }
  
  
#slide-15 .video > .caption {
	min-width: 18rem;
	margin-right: 10rem;
}

.control-bar {
	position: fixed;
	width: 98vw;
	/* height: 4rem; */
	top: 1vw;
	margin: 0;
	left: 1vw;
	right: 1vw;
	z-index: 200000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
}

@media only screen and (max-width: 768px) {
	.control-bar {
		width: 100vw;
        left: 0;
        right: 0;
		top: 0;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 1rem;
	}
	
	.red .control-bar {
		background-color: #CA0000;
	}
	
	.blue .control-bar {
		background-color: #2E75B6;
	}
	
}

.control-bar .item-1 {
    width: 50vw;
	display: flex;
}

.control-bar .item-2 {
    width: 100vw;
	display: flex;
}

.control-bar .item-3 {
    width: 50vw;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.control-bar .item-1 {
		width: 50vw;
		order: 1;
		height: 4rem;
	}
	
	.control-bar .item-2 {
		width: 100vw;
		height: 4rem;
		flex-grow: 2;
		order: 3;
		margin: 1vh 0;
	}
	
	.control-bar .item-3 {
		width: 50vw;
		order: 2;
		height: 4rem;
	}
}

.control-bar nav {
	/* height: 4rem; */
	background: rgba(255, 255, 255, 0.7);
	padding: 0 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100vmax;
	position: relative;
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	max-width: 18rem;
	margin-right: 0;
	right: 0;
	position: absolute;
}

@media only screen and (max-width: 768px) {
	.control-bar nav {
		padding: 0;
        min-width: 5rem;
		position: absolute;
		right: 1rem;
		margin-top: 0.5rem;
	}
}

.control-bar nav a {
	font-size: 1.6rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	color:rgba(0,0,0,0.8);
}

.control-bar nav a svg {
	width: 2.4rem;
}

.label-text,
.control-bar .item-2.nav-logo > a > img,
label,
#progressBar {
	filter: drop-shadow(0px 10px 15px rgb(0 0 0 / 0.25));
}

.control-bar nav a:after {
	content: 'Back to top';
}

@media only screen and (max-width: 768px) {
	.control-bar nav a svg {
		width: 2rem
	}
	
	.control-bar nav a svg::after,
	.control-bar nav a:after {
		content: '';
	}
}

.control-bar a.backto {
	margin: 0 2rem;
	min-width: 11rem;
	padding: 1rem 0;
}

.control-bar a.backto svg {
	margin-right: .5rem;
	filter: none;
}

@media only screen and (max-width: 768px) {
	.control-bar nav a,
	.control-bar a.backto {
		font-size: 1.2rem;
		margin: 0;
		min-width: unset;
		padding: 3px;
	}
}

.control-bar .nav-logo,
#toggleContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
}

@media only screen and (max-width: 768px) {
	.control-bar .nav-logo a {
		width: 300px;
		padding: 1rem auto;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small {
	color: #FFF
}

h1 {
	font-size: clamp(8rem, 12vw, 12rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.125rem;
}

h2 {
	font-size: clamp(6rem, 12vw, 10rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.125rem;
}

@media only screen and (max-width: 1920px) {
	h1, h2 {
		font-size: clamp(4.2rem, 12vw, 8rem)
	}
}

@media (-webkit-device-pixel-ratio: 1.5),
(-webkit-device-pixel-ratio: 1.25),
(-webkit-device-pixel-ratio: 1.1) {
	h1, h2 {
		font-size: clamp(4.2rem, 12vw, 6rem)
	}
}

h6 {
	font-size: clamp(6rem, 12vw, 10rem);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -2px
}

@media only screen and (max-width: 1920px) {
	h6 {
		font-size: clamp(4.2rem, 12vw, 5.6rem)
	}
}

@media only screen and (max-width: 1024px) {
	h6 {
		font-size: clamp(2rem, 12vw, 4.8rem)
	}
}

@media only screen and (max-width: 648px) {
	h6 {
		font-size: clamp(2rem, 12vw, 3.8rem)
	}
}

@media (-webkit-device-pixel-ratio: 1.5),
(-webkit-device-pixel-ratio: 1.25),
(-webkit-device-pixel-ratio: 1.1) {
	h6 {
		font-size: clamp(3.6rem, 12vw, 4rem)
	}
}

.button_container {
	position: absolute;
	top: 3.4rem;
	right: 2vw;
	width: 5rem;
	height: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	display: none
}

@media only screen and (max-width: 1024px) {
	.button_container {
		display: block
	}
}

.button_container:hover {
	opacity: .7
}

.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #3B4043
}

.button_container.active .middle {
	opacity: 0;
	background: #3B4043
}

.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #3B4043;
	top: 21px
}

.button_container span {
	background: #3B4043;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer
}

.button_container span:nth-of-type(2) {
	top: 11px;
	display: none
}

.button_container span:nth-of-type(3) {
	top: 12px
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}

	100% {
		opacity: 1;
		left: 0
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}

	100% {
		opacity: 1;
		left: 0
	}
}

body.preload *{
	-webkit-animation-duration: 0s !important;
	animation-duration: 0s !important;
	transition:background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;}

body,
html {
	font-family: "franklin-gothic-condensed", sans-serif;
font-weight: 500;
font-style: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	line-height: 1.2;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	list-style: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

#smoother-content {
	will-change: transform
}

img {
	width: 100%;
	vertical-align: middle
}

body {
	overflow-x: hidden;
	overflow-y: auto
}

body::-webkit-scrollbar {
	width: 0
}

body::-webkit-scrollbar-track {
	background-color: #000000
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #555555
}

body::-webkit-scrollbar-button {
	background-color: #000000;
	background-image: url()
}

body::-webkit-scrollbar-button:vertical:increment {
	background-position: -64px -16px
}

body::-webkit-scrollbar-button:vertical:decrement {
	background-position: 0 -16px
}

body::-webkit-scrollbar-button:horizontal:increment {
	background-position: -32px -16px
}

body::-webkit-scrollbar-button:horizontal:decrement {
	background-position: -96px -16px
}

body::-webkit-scrollbar-corner {
	background-color: #000000
}

body.no-scroll {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}