/*  -------------- GENERAL -------------- */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

*, ::after, ::before {
    margin: 0;
    padding: 0;
	box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
html, body {
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
	overflow-x: hidden;
}
body {
	position: relative;
	display: block;
	background: #000;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

footer {
	position: relative;
	background: #000;
	border-top: 1px solid #535353;
	box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 0.55);
	height: 50px;
    bottom: 0;
	left: 0;
	right: 0;
	margin-top: 40px;
	margin-bottom: 0;
	padding: 30px 0 30px;
}
footer p {
	letter-spacing: 0.057em;
	margin-bottom: 10px;
	color: #FFF;
}
@media only screen and (max-width: 767px) {
	footer p {
		margin-bottom: 8px;
	}
}
.no-touchevents footer a:hover {
	color: #9c9e9f !important;
}
footer a:visited {
	color: #FFF;
}

/* -------------- FONT -------------- */
h2 {
	font-family: "Arial", sans-serif;
	font-size: 17px;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 16px;
	}
}
h3 {
	font-family: "Arial", sans-serif;
	font-size: 103px;
	font-weight: 900;
	color: #000;
	text-align: center;
	max-width: 596px;
	margin: 0 auto 12px;
}
@media only screen and (max-width: 767px) {
	h3 {
		font-size: 16px;
	}
}
p {
	font-family: "Arial", sans-serif;
    font-weight: 500;
    font-size: 12px;
	letter-spacing: 0.05em;
    line-height: 16px;
    color: #9d9d9d;
	text-align: center;
    padding: 0 10px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	p {
		font-size: 10px;
		line-height: 13px;
	}
}
#content p {
	max-width: 516px;
}
a {
	text-decoration: none;
	color: #FFF;
}

.txt-white {
	color: #fff;
}

/* -------------- LINE -------------- */
hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin-bottom: 24px;
    padding: 0;
}
@media only screen and (max-width: 767px) {
	hr {
		margin-bottom: 14px;
	}
}

/* -------------- GENERAL -------------- */
@media only screen and (min-width: 768px) {
	.only-mob {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.hide-mob {
		display: none !important;
	}
}
.flex-box {
	position: relative;
    display: flex;
    justify-content: center;
}

/* -------------- CAROUSEL -------------- */
#tox-home #content .carousel-tox {
	max-width: 647px;
	margin: 0 auto;
}
#tox-home #content .carousel-info {
	background: #000;
	max-width: 597px;
	margin: 0 auto;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
	#tox-home #content .carousel-info {
		padding: 10px 20px;
	}
}
#tox-home #content .carousel-info .content-copy {
	margin: 12px auto 10px;
}
#tox-home #content .carousel-info .content-title {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	margin: 0 auto 6px;
}
@media only screen and (max-width: 767px) {
	#tox-home #content .carousel-info .content-title {
		font-size: 16px;
	}
}
#tox-home #content .carousel-content .black-border {
	background: #000;
	max-width: 597px;
	margin: 0 auto;
    padding: 0 4px 4px ;
}
#tox-home #content .carousel-reflection {
	padding: 0 4px;
}
#tox-home #content .slick-list {
	max-width: 589px;
	margin: 0 auto;
}
#tox-home #content .slick-prev, #tox-home #content .slick-next {
	display: inline-block;
	width: 16px;
	height: 50px;
	top: initial;
	bottom: 79px;
	z-index: 3;
}
#tox-home #content .slick-prev {
	background: url('../img/carousel_arrow_prev.svg') no-repeat;
	left: 0;
}
#tox-home #content .slick-next {
	background: url('../img/carousel_arrow_next.svg') no-repeat;
	right: 0;
}
#tox-home #content .slick-prev.slick-disabled, #tox-home #content .slick-next.slick-disabled {
	display: inline-block;
	opacity: 0.5;
}
#tox-home #content .slick-prev:hover {
	background: url('../img/carousel_arrow_prev_rollover.svg') no-repeat;
}
#tox-home #content .slick-next:hover {
	background: url('../img/carousel_arrow_next_rollover.svg') no-repeat;
}
#tox-home #content .slick-slide img {
    width: 100%;
}
.carousel-tox .slick-slide {
	visibility: hidden;
}
.carousel-tox .slick-initialized .slick-slide {
	visibility: visible;
}
/* -------------- HOME -------------- */
#tox-home #header {
    position: relative;
	display: block;
	background: #000;
	padding: 0 20px;
	border-bottom: 1px solid #282828;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.55);
	   -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.55);
			box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.55);
}
#tox-home .extra-toxic-logo {
    position: relative;
    display: block;
	max-width: 516px;
    width: 100%;
	margin: 41px auto 45px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
	#tox-home .extra-toxic-logo {
		position: relative;
		display: block;
		margin: 30px auto;
		top: 0;
		left: 0;
		transform: none;
	}
}
#tox-home #content {
	padding: 45px 10px 0;
	background: rgb(18,16,11);
	background: -webkit-linear-gradient(top, rgba(18,16,11,1) 0%,rgba(40,40,40,1) 100%);
	background:    -moz-linear-gradient(top, rgba(18,16,11,1) 0%, rgba(40,40,40,1) 100%);
	background: 		linear-gradient(to bottom, rgba(18,16,11,1) 0%,rgba(40,40,40,1) 100%);
}
@media only screen and (max-width: 767px) {
	#tox-home #content {
		padding: 25px 10px 0;
	}
}
#tox-home #content .title-ref {
	display: block;
	max-width: 599px;
    width: 100%;
	margin: 0 auto;
    box-sizing: border-box;
}
#tox-home #content p {
	font-size: 14px;
	line-height: 22px;
	max-width: 596px;
	margin-bottom: 37px;
}
@media only screen and (max-width: 767px) {
	#tox-home #content p {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 27px;
	}
}

#tox-home #ref {
	background: #1f1f1f;
    margin-top: -99px;
	padding: 118px 10px 57px;
}
@media only screen and (max-width: 767px) {
	#tox-home #ref {
		padding: 118px 10px 25px;
	}
}
.logo-ref {
    position: relative;
    display: block;
    background: none;
	max-width: 133px;
	padding: 0 10px;
	flex-basis: calc(100% / 4);
	border: none;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.logo-ref {
		padding: 0 5px 5px;
	}
}
.logo-ref img {
    position: relative;
    display: block;
    width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
    transform: scale(1);
	transition: transform 500ms;
}
.logo-ref.active {
	pointer-events: none;
}
.no-touchevents .logo-ref:hover img {
    transform: scale(1.05);
}

#tox-home footer {
	margin-top: 0px;
}
/* -------------- TERMS OF USE -------------- */
#tox-termsofuse #header {
	background: #000;
	border-bottom: 1px solid #535353;
	box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 0.55);
}
#tox-termsofuse .extratoxic-logo-small {
    display: block;
    margin: auto;
    padding: 30px 0;
}
#termsofuse  {
	background: #FFF;
}
#termsofuse body {
	padding: 0;
}
@media only screen and (max-width: 767px) {
	#termsofuse body {
		background-size: calc(772px / 2);
	}
}
#termsofuse span {
	color: #9c9e9f;
}
#termsofuse #content {
	margin: 10px auto;
	background: none;
}
@media only screen and (max-width: 767px) {
	#termsofuse #content {
		margin: 30px auto;
	}
}
#termsofuse .mis-arrow-back {
	margin-left: 50px;
}
@media only screen and (max-width: 767px) {
	#termsofuse .mis-arrow-back {
		margin-left: 0;
	}
}
#termsofuse .mis-chubby-sit {
	position: relative;
	display: block;
	margin: 0 auto -5px;
    width: 32px;
}
#termsofuse .text-box {
	background: #000;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
	#termsofuse .text-box {
		padding: 15px;
	}
}
#termsofuse h2 {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#termsofuse h2 {
		margin-bottom: 15px;
	}
}
#termsofuse #content p {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	color: white
}
#termsofuse #content .description {
	font-weight: 600;
	margin-bottom: 15px;
}
/* -------------- FADE-IN ANIMATION -------------- */
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}