/* MAINS */

html {
	background: black;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	/* -webkit-user-select: none; */
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	/* user-select: none; */
}
textarea, input {
	-webkit-user-select: all;
}
[class*=" dvcn-"], [class^=dvcn-] {
	color: white;
}
[class*=" dvcn-"].larger, [class^=dvcn-].larger {
	font-size: 26px;
	width: 26px;
	margin: 0;
}

::selection {
  background: white;
  color: black;
}
::-moz-selection {
  background: white;
  color: black;
}


/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@350;450;530;650&display=swap');

h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    display: block;
    overflow-wrap: break-word;
    font-weight: 650;
    margin: 0;
    letter-spacing: -1px;
    line-height: 35px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
h6 {
	font-family: 'Rubik', sans-serif;
	font-size: 150px;
	display: block;
	text-transform: uppercase;
	overflow-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-weight: 650;
	margin: 0;
	letter-spacing: -2px;
	line-height: 115px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

h3, input {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    margin: 0;
    line-height: 21px;
    display: inline-block;
    letter-spacing: -0.5px;
    font-weight: 450;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
img {
	-webkit-user-select: none
}


/* MAIN CONTAINER */

main.container {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    background: #242424;
    padding: 0 0 0 3px;
    box-sizing: border-box;
	position: relative;
}
@media only screen and (max-width: 1500px) {
	main.container {
		padding: 0;
		margin-right: -3px;
	}
}




/* TILE */

.tile {
	width: calc(100% / 3 - 3px);
	display: inline-block;
	position: relative;
	padding-top: calc(100% / 3);
	box-sizing: border-box;
	vertical-align: top;
	background: black;
	margin: 0 3px 3px 0;
}
.tile article {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;

}
.tile article.centered {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tile article.centered .text_content_block {
	width: 100%;
}

.tile.double {
	width: calc(200% / 3 - 3px);
}
.tile.removed {
	display: none !important;
}
div.scrollable .tile.super {
	position: absolute;
	top: 0;
	left: 3px;
	width: calc(100% / 3 - 3px);
	height: calc(100% - 3px);
}
.tile.button {
	cursor: pointer;
	transition: background 0.2s;
}
.tile.button a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
@media (hover:hover) {
	.tile.button:hover {
		background: #242424;
	}
}
@media (hover:none) {
	.tile.button:active {
		background: #242424;
	}
}

@media only screen and (max-width: 1200px) {
	.tile {
		width: calc(50% - 3px);
		padding-top: 50%;
	}
	.tile.double {
		width: calc(100% - 3px);
	}
}

@media only screen and (max-width: 720px) {
	.tile {
		width: calc(100% - 3px);
		padding-top: 100%;
	}
}


/* SCROLLABLE SECTION */

div.scrollable {
	margin-left: calc(100% / 3);
	width: calc(200% / 3 - 15px);
	column-count: 2;
}
div.scrollable .tile {
	width: calc(100% + 13px);
	padding: 0;
}
div.scrollable .tile article {
	position: relative;
	float: left;
}
div.scrollable .tile.double {
	width: calc(100% + 13px);
	padding-top: 50%;
	column-span: all;
    display: block;
}
div.scrollable .tile.double.untethered {
	padding: 0;
}
div.scrollable .tile.double article {
	position: absolute;
}
div.scrollable .tile.double.untethered article {
	position: unset;
}
@media only screen and (max-width: 1130px) {
	div.scrollable .tile {
		width: 100%;
	}
}


/* TEXT CONTENT BLOCK */

.text_content_block {
	padding: 30px;
}
.text_content_block h1 {
	font-weight: 350;
	margin-bottom: 10px;
}
h1 strong {
	font-weight: 650;
	color: #FF003E;
}
.text_content_block h3 {
	font-weight: 350;
	margin-bottom: 10px;
}
h3 strong {
	font-weight: 650;
}


@media only screen and (max-width: 720px) {
	.text_content_block {
	    padding: 20px 20px 25px;
	}
}



/* ROUNDED CARD */

.tile .rounded_card {
	position: absolute;
	top: 15px;
	left: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	background: #FF003E;
	border-radius: 70px;
}
.tile .rounded_card article {
	padding: 30px 30px 40px 30px;
	top: unset;
	bottom: 0;
	height: auto;
}
.tile .rounded_card h1 + h3 {
	margin-top: 10px;
}
.tile .rounded_card video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	border-radius: 70px;
}
.tile.super .rounded_card {
	height: auto;
	left: unset;
	top: unset;
	position: fixed;
	width: 470px;
}
.tile iframe {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.tile video {
	width: calc(100% - 30px);
	margin: 15px 15px 0;
	border-radius: 6%/12%;
}



/* INPUT */

.tile input {
	padding: 35px;
	background: none;
	outline: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
	color: white;
}

@media only screen and (max-width: 1200px) {
	.tile input[data-name='search_hydrin'] {
		border-top: 3px solid #8000FF;
	}
}
@media only screen and (max-width: 720px) {
	.tile input {
		padding: 35px 20px;
	}

}


/* SUPPORT CARD */

.support_block .text_content_block {
	background: #2e000c;
	padding: 35px 30px 28px;
}
.support_block .text_content_block h3 {
	color: #FF003E;
	font-weight: 530;
	font-size: 24px;
	line-height: 24px;
}
div.scrollable .tile.super article {
	position: relative;
}
div.scrollable .tile.super article .fixed_container {
	position: absolute;
	height: 100%;
	overflow-y: scroll;
	scrollbar-width: none;
}
div.scrollable .tile.super article .fixed_container::-webkit-scrollbar {
	display: none;
}
@media only screen and (max-width: 1200px) {
	div.scrollable {
	    width: 100%;
	    margin-left: 0;
	}
	div.scrollable .tile.super {
	    position: relative;
	    top: 0;
	    left: 3px;
	    width: calc(200% + 16px);
	}
	div.scrollable .tile.super article .fixed_container {
		position: unset;
		height: unset;
	}
	div.scrollable .tile.super {
		top: unset;
		left: unset;
	}
	.fixed_container .extra:nth-last-child(1) {
		border-bottom: none;
	}
}
@media only screen and (max-width: 720px) {
	div.scrollable {
		column-count: 1;
	}
	.support_block .text_content_block {
		padding: 35px 20px 28px;
	}
}



/* EXTRA FORMAT */

.extra {
	padding: 35px 30px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	background: none;
	border: none;
	border-top: 3px solid #242424;
}
.extra:nth-last-child(1) {
	border-bottom: 3px solid #242424;
}
button.extra {
	cursor: pointer;
	position: relative;
	transition: background 0.2s;
}
button.extra a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
@media (hover:hover) {
	button.extra:hover {
		background: #242424;
	}
}
@media only screen and (max-width: 720px) {
	.extra {
		padding: 35px 20px;
	}
}

/* HEADER */

.tile.header {

}
.tile.header button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background 0.2s;
	padding: 27px 30px;
	box-sizing: border-box;
}
.tile.header img[data-name='support_logo'] {
	height: 40px;
	padding: 27px;
	position: absolute;
}
@media (hover:hover) {
	.tile.header button:hover {
		background: #FF003E;
	}
	.tile.header button[data-service='hydrin']:hover {
		background: #8000FF;
	}
}
@media (hover:none) {
	.tile.header button:active {
		background: #FF003E;
	}
	.tile.header button[data-service='hydrin']:active {
		background: #8000FF;
	}
}
.tile.header button.active {
	background: #FF003E;
	pointer-events: none;
}
.tile.header button[data-service='hydrin'].active {
	background: #8000FF;
}
.tile.header button img {
	height: 40px;
	object-fit: contain;

}
.tile.header button:nth-child(2) img {
	width: 110px;

}
.tile.header .buttons {
	text-align: right;
}
.content_block {
	display: none;
}
[data-sect='hydrin'] [data-sect='hydrin'] {
	display: unset;
}
[data-sect='hydrin'] h1 strong {
    color: #8000FF;
}
[data-sect='tap'] [data-sect='tap'] {
	display: unset;
}

[data-sect='hydrin'] .support_block .text_content_block {
	background: #20003f;
}
[data-sect='hydrin'] .support_block .text_content_block h3 {
	color: #a346ff;
}


@media only screen and (max-width: 720px) {
	.tile.header img[data-name='support_logo'] {
		position: unset;
		padding: 27px 20px;
	}
	.tile.header button {
		width: 100%;
    	text-align: left;
		padding: 27px 20px;
	}
}


/* LOADING AREA */

.loading_area {
    z-index: 1001;
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.loading_area.active {
    opacity: 1;
    visibility: visible;
}


/* BLOCK */

.block {
	background: black;
	width: calc(100% - 3px);
	display: block;
	box-sizing: border-box;
	padding: 0 25px 20px;
}
.block h6 {
	position: relative;
	width: min-content;
	max-width: 100%;
}
.block h3 {
	position: relative;
}
h6 strong {
	color: #FF003E;
}
.arrows {
	width: 30px;
	position: absolute;
	top: 0;
	right: -60px;
}
.arrows.left {
	right: unset;
	left: -60px;
}
.arrows svg path {
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 1.5;
	stroke-width: 4px;
	stroke: white;
	vector-effect: non-scaling-stroke;
}
.arrows svg {
	width: 30px;
	margin-bottom: 5px;
	opacity: 0.2;
	animation: arrow_highlight 2s infinite;
	position: absolute;
}
@keyframes arrow_highlight {
	0% {
		opacity: 0.2;
	} 60% {
		opacity: 0.2;
	} 80% {
		opacity: 1;
	} 100% {
		opacity: 0.2;
	}
}
.arrows svg:nth-child(2) {
	animation-delay: 0.1s;
	margin-top: 25px;
}
.arrows svg:nth-child(3) {
	animation-delay: 0.2s;
	margin-top: 50px;
}
.arrows svg:nth-child(4) {
	animation-delay: 0.3s;
	margin-top: 75px;
}
.arrows svg:nth-child(5) {
	animation-delay: 0.4s;
	margin-top: 100px;
}
.block h3 {
	max-width: calc(100% / 3 - 15px);
}
.block.a h3 {
	margin-left: calc(100% / 3 + 15px);
}
.block h6 {
	margin-left: -10px;
}
.block.a h6 {
	margin-left: calc(100% / 3);
	max-width: calc(200% / 3);
}
.block.b h3 {
	margin-left: calc(200% / 3 + 15px);
}
span + div.text_section {
	margin-top: 20px;
}
div.text_section + span {
	margin-top: 20px;
	display: block;
}
div.text_section {
	margin-bottom: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
div.text_section::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	height: calc(100% - 6px);
	width: 3px;
	background: white;
}
.block .logo_block {
    padding: 40px 0 20px;
}
.block .logo_block img {
	margin-right: 20px;
	vertical-align: middle;
	transition: transform 0.2s;
	cursor: pointer;
}
.rounded_card article .logo_block {
	margin-bottom: 5px;
}
.rounded_card article .logo_block img {
	height: 30px;
}

@media (hover:hover) {
	.block .logo_block img:hover {
		transform: scale(1.1);
	}
}
@media (hover:none) {
	.block .logo_block img:active {
		transform: scale(1.1);
	}
}
.block.header {
	height: 94px;
	border-bottom: 3px solid #242424;
	padding: 0;
}
.block.header img[data-name='support_logo'] {
	height: 40px;
	padding: 27px;
	position: absolute;
}
.block:nth-last-child(1) {
	padding-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
	.block {
		width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
	h6 {
		font-size: 125px;
		line-height: 95px;
	}
	.block h3 {
		max-width: calc(50% - 15px);
	}
	.block.a h3 {
		margin-left: calc(50% + 15px);
	}
	.block h6 {
		margin-left: -10px;
	}
	.block.a h6 {
		margin-left: calc(50%);
		max-width: calc(50%);
	}
	.block.b h3 {
		margin-left: calc(50% + 15px);
	}
}
@media only screen and (max-width: 720px) {
	.block {
		padding: 0 20px 20px;
	}
	.arrows {
		display: none;
	}
	h6 {
		font-size: 100px;
		line-height: 75px;
	}
	.block h3 {
		max-width: 100%;
	}
	.block.a h3 {
		margin-left: 0;
	}
	.block h6 {
		margin-left: -5px;
	}
	.block.a h6 {
		margin-left: -5px;
		max-width: 100%;
	}
	.block.b h3 {
		margin-left: 0;
	}
	.block .logo_block img {
		margin: 10px 15px 0 0;
	}
}
@media only screen and (max-width: 600px) {
	.block h6 {
		font-size: 60px;
		line-height: 47px;
		width: auto;
	}
}


/* INLINE LINK */

a.inline_link {
	color: white;
	background: #ffffff30;
	padding: 0 5px;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.2s;
}
@media (hover:hover) {
	a.inline_link:hover {
		background: #ffffff50;
	}
}
@media (hover:none) {
	a.inline_link:active {
		background: #ffffff50;
	}
}


/* DIVE SITE CARDS */

.rounded_card {
	transition: transform 0.2s cubic-bezier(.17,.67,.29,2.71);
	cursor: pointer;
}

@media (hover:hover) {
	.rounded_card:hover {
		transform: scale(1.02);
	}
}


/* HYDRIN CARD */

.rounded_card[data-name="main_hydrin_card"] {
	background: #8000FF;
}
[data-name="main_hydrin_card"] article {
	max-width: 300px;
}


/* TAP CARD */

[data-name="main_tap_card"] article {
	max-width: 400px;
}

/* MAIN DIVE TILE */

[data-name='main_dive_tile'] {
	overflow: hidden;
}
[data-name='main_dive_tile'] article {
	top: unset;
	bottom: 0;
	max-width: 470px;
	height: auto;
	z-index: 1;
}
[data-name='main_dive_tile'] article h1 {
	font-weight: 530;
}
h1 weak {
	font-weight: 350;
}
[data-name='main_dive_tile'] .logo_block {
	position: absolute;
	top: 27px;
	left: 27px;
}
[data-name='main_dive_tile'] .logo_block img {
	height: 40px;
}
[data-name='3d_logo'] {
    width: 55%;
    position: absolute;
    bottom: 0;
	right: calc(50% - 510px);
    object-position: 0 45px;
	min-width: 500px;
}
@media only screen and (max-width: 800px) {
	[data-name='3d_logo'] {
		right: calc(50% - 560px);
	}
}
@media only screen and (max-width: 760px) {
	[data-name='main_dive_tile'] .logo_block {
		left: 30px;
	}
	[data-name='main_dive_tile'] .logo_block img {
		width: 90px;
	}
}
@media only screen and (max-width: 720px) {
	[data-name='main_dive_tile'] .logo_block {
		left: 27px;
	}
	[data-name='main_dive_tile'] .logo_block img {
		width: unset;
	}
	[data-name='main_dive_tile'] {
		padding: 80px 0 0 0;
	}
	[data-name='main_dive_tile'] article {
		position: relative;
	}
	[data-name='3d_logo'] {
		min-width: unset;
		position: relative;
		width: 100%;
	    right: unset;
	    display: block;
	    object-fit: cover;
	    object-position: top;
	    height: 500px;
		margin-top: -20px;
	}
	[data-name='main_dive_tile'] article {
		max-width: 440px;
	}
}
@media only screen and (max-width: 420px) {
	[data-name='main_dive_tile'] article h1 weak {
		display: block;
	}

}

/* SUPPORT TILE */


[data-name='main_support_tile'] {
    overflow: hidden;
}
[data-name='main_support_tile'] [data-name='help_background'] {
	width: 550px;
	height: 550px;
	position: absolute;
	top: calc(100% - 615px);
	right: -100px;
}
[data-name='main_support_tile'] .logo_block img {
	height: 30px;
	margin-top: 20px;
}
[data-name='main_support_tile'] .text_content_block {
	max-width: 328px;
}
[data-name='main_support_tile'] .text_content_block h1 {
	font-weight: 530;
}
[data-name='main_support_tile'] article {
	height: auto;
    bottom: 0;
    top: unset;
}
@media only screen and (max-width: 720px) {
	[data-name='main_support_tile'] {
		padding: 200px 0 40px 0;
		height: unset;
	}
	[data-name='main_support_tile'] article {
		position: relative;
	}
	[data-name='main_support_tile'] [data-name='help_background'] {
		top: -205px;
	}
}

/* PRODUCT UPDATES TILE */

[data-name='product_updates_tile'] .text_content_block h1 {
	font-weight: 530;
}
@media only screen and (max-width: 720px) {
	[data-name='product_updates_tile'] {
		height: auto;
		padding: 10px 0 0 0;
	}
	[data-name='product_updates_tile'] article {
		position: relative;
	}
	 article .page_embed {
		position: relative;
	}
}

/* PAGE EMBED */

.page_embed {
	background: #242424;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden; 

}

.page_embed.transition {
	transition: top 0.5s cubic-bezier(0.7, 0, 0, 1), left 0.5s cubic-bezier(0.7, 0, 0, 1), width 0.5s cubic-bezier(0.7, 0, 0, 1), height 0.5s cubic-bezier(0.7, 0, 0, 1);
	z-index: 1;
}
.page_embed.finish {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
}
.page_embed .embed_content li:nth-child(n+2) {
	display: none;
}
.page_embed.transition .embed_content li:nth-child(n+2) {
	display: block;
	animation: fade_in 0.5s;
}
.page_embed.finish .embed_content li:nth-child(n+2) {
	display: block;
}
.page_embed.finish.transition .embed_content li:nth-child(n+2) {
	animation: fade_out 0.5s;
	animation-fill-mode: both;
}
@keyframes fade_in {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}
@keyframes fade_out {
	from {
		opacity: 1;
	} to {
		opacity: 0;
	}
}
.page_embed .embed_content {
	max-width: 700px;
	display: block;
	margin: 0 auto;
	list-style: none;
	position: relative;
	overflow-y: scroll;
	scrollbar-width: none;
	padding: 35px 30px 70px;
	height: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
.page_embed .embed_content::-webkit-scrollbar {
	display: none;
}
.embed_content li {
	margin-bottom: 50px;
}
.embed_content li .logo_block {
	display: block;
	margin-bottom: 15px;
}
.embed_content li .logo_block img {
	height: 25px;
	vertical-align: top;
	margin: -4px 10px 5px 0;
}
.embed_content li .logo_block h3 {
	font-weight: 530;
	vertical-align: top;
	opacity: 0.7;
}
.embed_content li .logo_block h3 div {
	margin-right: 5px;
}
.page_embed .open_arrow {
	width: calc(100% + 7px);
	padding: 25px 30px;
	box-sizing: border-box;
	border-top: 3px solid #3a3a3a;
	text-align: center;
	transition: background 0.2s;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: -3px;
	background: #242424;
}
.page_embed .open_arrow .dvcn-godown {
	transition: transform 0.2s;
}
.page_embed.finish .open_arrow .dvcn-godown {
	transform: rotate(180deg);
}
@media (hover:hover) {
	.open_arrow:hover {
		background: #3a3a3a;
	}
}
@media (hover:none) {
	.open_arrow:active {
		background: #3a3a3a;
	}
}
.embed_content li:nth-child(1) h3.body {
	max-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.embed_content h3.body [class^="dvcn-"], .embed_content h3.body [class*=" dvcn-"] {
	margin-right: 5px;
}
.page_embed.finish .embed_content li:nth-child(1) h3.body, .page_embed.transition .embed_content li:nth-child(1) h3.body {
	max-height: unset;
	overflow: initial;
	text-overflow: unset;
	-webkit-line-clamp: unset;
}
@media only screen and (max-width: 1360px) {
	.embed_content li h3.body {
		max-height: 65px;
	    -webkit-line-clamp: 3;
	}
}
@media only screen and (max-width: 1200px) {
	.embed_content li h3.body {
		max-height: 110px;
	    -webkit-line-clamp: 5;
	}
}
@media only screen and (max-width: 900px) {
	.embed_content li h3.body {
		max-height: 65px;
	    -webkit-line-clamp: 3;
	}
}
@media only screen and (max-width: 810px) {
	.embed_content li h3.body {
		max-height: 23px;
	    -webkit-line-clamp: 1;
	}
}
@media only screen and (max-width: 720px) {
	.embed_content li h3.body {
		max-height: 110px;
	    -webkit-line-clamp: 5;
	}
}


/* WALLPAPERS TILE */

[data-name="wallpapers_tile"] .rounded_card {
	background-color: white;
	background-image: url('https://dive.fyi/wallpapers/wallpapers/seamless_light.png');
	animation: wp_move 20s infinite linear;
}

@keyframes wp_move {
	0% {
    	background-position: 0 0;
	}
	100% {
	    background-position: 0 587px;
	}
}
[data-name="wallpapers_tile"] article h1 {
	color: black;
}
[data-name="wallpapers_tile"] article h3 {
	color: black;
}
[data-name="wallpapers_tile"] article {
	max-width: 250px;
}


/* ORIGINALS TILE */

@media only screen and (max-width: 720px) {
	[data-name='originals_tile'] {
		height: auto;
		padding: 50px 0 40px 0;
	}
	[data-name='originals_tile'] article {
		position: relative;
	}
}

/* DISCORD TILE */

[data-name="discord_tile"] {
	overflow: hidden;
}

[data-name="discord_tile"] .text_content_block h1, [data-name="discord_tile"] .text_content_block h1 strong {
	color: #5865F2;
}
[data-name="discord_tile"] article {
	max-width: 300px;
}
[data-name="discord_tile"] img {
	position: absolute;
	top: 30px;
	right: calc(100% - 510px);
	transform: rotate(-15deg);
}
@media only screen and (max-width: 720px) {
	[data-name="discord_tile"] {
		padding: 50px 0 40px;
		position: relative;
	}
	[data-name="discord_tile"] article {
		position: relative;
	}
}


/* EXTRA TILE */

[data-name='extra_tile'] {
	display: none;
}
@media only screen and (max-width: 1200px) {
	[data-name='extra_tile'] {
		display: inline-block;
	}
}
@media only screen and (max-width: 720px) {
	[data-name='extra_tile'] {
		display: none;
	}
}


/* FOOTER */

footer {
	background: black;
	text-align: left;
	position: relative;
	max-width: 1494px;
	margin: 0 auto 0;
	white-space: nowrap;
}
footer .dive_logo {
    width: 265px;
    display: inline-block;
	height: 181px;
}
.dive_logo_container {
    width: 336px;
    border-right: 3px solid #242424;
    display: inline-block;
    vertical-align: top;
	text-align: center;
	height: 467px;
}
.dive_logo_container .dive_description {
	border-top: 3px solid #242424;
	padding: 50px 35px;
	white-space: normal;
}
.dive_logo_container h3 {
	text-align: left;
}
footer .links_container {
	display: inline-block;
	border-right: 3px solid #242424;
}
.extra.button {
	padding: 35px;
	display: block;
	border-bottom: 3px solid #242424;
	text-align: left;
	transition: background 0.2s;
	position: relative;
	background: none;
	border-radius: 0;
}
footer .extra.button {
	border-top: 0;
}
.extra.button {
	cursor: pointer;
}
.extra.button a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.mini_extras .extra.button {
	display: inline-block;
	border-right: 3px solid #242424;
	border-bottom: none;
	width: unset;
	border-radius: 0;
}
.mini_extras .extra:nth-last-child(1) {
	border-right: none;
}
.mini_extras .extra [class^="dvcn-"] {
	margin: 0;
}
@media (hover:hover) {
	.extra.button:hover {
		background: #242424;
	}
	.top_page_arrow:hover {
		background: #242424;
	}
	.top_page_arrow:hover path {
		stroke: white;
	}
}
@media (hover:none) {
	.extra.button:active {
		background: #242424;
	}
	.top_page_arrow:active {
		background: #242424;
	}
	.top_page_arrow:active path {
		stroke: white;
	}
}
.top_page_arrow {
	height: 467px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 836px);
	position: relative;
	border-right: 3px solid #242424;
	transition: background 0.2s;
	cursor: pointer;
}
.top_page_arrow svg {
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit: 1.5;
	width: 336px;
	height: 336px;
	position: absolute;
	top: calc(50% - 168px);
	left: calc(50% - 168px);
}
.top_page_arrow path {
	stroke: #3a3a3a;
	stroke-width: 3px;
	fill: none;
	vector-effect: non-scaling-stroke;
	transition: stroke 0.2s;
}
footer .platform_list {
	display: inline-block;
	height: 467px;
	vertical-align: top;
	box-sizing: border-box;
	background: #410010;
	width: 138px;
}
footer .platform_list h1 {
	transform: rotate(90deg);
	margin-top: 90px;
	color: #FF003E;
	white-space: nowrap;
}
footer .platform_list h1 .dvcn-dive {
	color: #FF003E;
}
h1 [class^="dvcn-"], h1 [class*=" dvcn-"] {
	font-size: 27px;
	margin-right: 15px;
}
.platform_list .list_container {
	position: absolute;
	background: white;
	padding: 35px;
}
@media only screen and (max-width: 1230px) {
	.top_page_arrow svg {
		width: 100px;
		height: 100px;
		top: calc(50% - 50px);
		left: calc(50% - 50px);
	}
}
@media only screen and (max-width: 980px) {
	footer {
		white-space: normal;
	}
	.mini_extras .extra.button {
	    box-sizing: border-box;
	    width: 25%;
	    text-align: center;
	}
	footer .links_container {
		width: calc(100% - 339px);
		border: none;
	}
	footer .platform_list {
		height: 235px;
		border-top: 3px solid #242424;
	}
	.top_page_arrow {
	    width: calc(100% - 141px);
	    height: 235px;
		border-top: 3px solid #242424;
	}
}
@media only screen and (min-width: 1501px) {
	footer {
		border-right: 3px solid #242424;
	}
}
@media only screen and (max-width: 700px) {
	.dive_logo_container {
	    width: 100%;
	    text-align: center;
	    height: auto;
	    border-bottom: 3px solid #242424;
	}
	footer .dive_logo {
		margin-left: 5px;
	}
	.dive_logo_container .dive_description {
	    border-top: 3px solid #242424;
	    padding: 30px 20px;
	}
	footer .links_container {
	    width: 100%;
	}
	.mini_extras .extra.button {
		padding: 35px 0;
	}
	body button.singular.account_button {
	    right: 0px;
	}
	.links_container .extra.button {
		padding: 35px 20px;
	}
}



/* COPY MESSAGE */

h3.copied_msg {
	position: absolute;
	padding: 4px 7px;
	background: #3a3a3a;
	border-radius: 10px;
	color: white;
	left: 28px;
	top: 10px;
	transition: opacity 0.2s 0.5s, visibility 0.2s 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.copied h3.copied_msg {
	opacity: 1;
	transition: none;
	visibility: visible;
	animation: copied_popup 0.2s cubic-bezier(0,0,0,1);
}
@keyframes copied_popup {
	from {
		transform: translateY(10px);
	} to {
		transform: translateY(0);
	}
}


/* EXPAND PANEL */

.expand_panel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: black;
	z-index: 3;
	max-height: 100%;
	opacity: 0;
	pointer-events: none;
}
.expand_panel.active {
	opacity: 1;
	pointer-events: unset;
}
.expand_panel .container {
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
	background: #242424;
	box-sizing: border-box;
	padding: 3px 0 0 3px;
	display: flex;
	flex-wrap: wrap;
}
.expand_panel scroll {
	scrollbar-width: 0;
	display: block;
	padding-top: 94px;
}
.expand_panel scroll::-webkit-scrollbar {
	display: none;
}

.small_tile_container .tile {
	min-width: 250px;
	box-sizing: border-box;
	padding: 0;
	width: calc(100% / 4 - 3px);
	background: black;
}
.tile .content_floor {
	padding: 115px 35px 40px 35px;
	background: #181818;
	min-height: calc(100% - 100px);
	box-sizing: border-box;
}
.tile .content_floor h3 {
	opacity: 0.7;
}
.tile .highlight_prof_image {
	width: 150px;
	display: block;
	margin: 30px auto -75px;
	transition: transform 0.2s;
}
.small_tile_container .tile.button {
	cursor: pointer;
}
.expand_panel .header_bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: black;
	z-index: 1;
}
.expand_panel .header_bar h3 {
	font-weight: 530;
}
.header_bar .inner {
	margin: auto;
	display: block;
	width: 100%;
	border: 3px solid #242424;
	padding: 35px;
	box-sizing: border-box;
	max-width: 1500px;
	position: relative;
}
.header_bar .inner button.singular {
	position: absolute;
	top: 16px;
	right: 20px;
}
@media (hover:hover) {
	.small_tile_container .tile.button:hover .highlight_prof_image {
		transform: translateY(-10px);
	}
}
@media (hover:none) {
	.small_tile_container .tile.button:active .highlight_prof_image {
		transform: translateY(-10px);
	}
}


@media only screen and (max-width: 1500px) {
	.expand_panel .container {
		padding: 0;
		margin-right: -3px;
	}
	.header_bar .inner {
		border-left: none;
		border-right: none;
	}
	.tile .content_floor {
		height: calc(100% - 95px);
	}
	
}
@media only screen and (max-width: 1045px) {
	.small_tile_container .tile {
		width: calc(100% / 3 - 3px);
	}
}
@media only screen and (max-width: 820px) {
	.small_tile_container .tile {
		width: calc(100% / 2 - 3px);
	}
}
@media only screen and (max-width: 720px) {
	.tile .content_floor {
		padding: 105px 20px 30px 20px
	}	
	.tile .highlight_prof_image {
		margin: 20px auto -75px;
	}
	.header_bar .inner {
		padding: 35px 20px;
	}
	.header_bar .inner button.singular {
		right: 10px;
	}
}
@media only screen and (max-width: 570px) {
	.small_tile_container .tile {
		width: calc(100%);
	}
}



/* SINGULAR BUTTON */

button.singular { 
	background: rgba(255,255,255,0.1);
	border-radius: 50px;
	border: none;
	cursor: pointer;
	outline: none;
	transition: background 0.2s;
}
@media (hover:hover) {
	button:hover {
		background: rgba(255,255,255,1);
	}
	.mini_tile:hover [class*=" dvcn-"], button.singular:hover [class*="dvcn-"] {
		color: black;
	}
}
@media (hover:none) {
	button:active {
		background: rgba(255,255,255,1);
	}
	.mini_tile:active [class*=" dvcn-"], button.singular:active [class*="dvcn-"] {
		color: black;
	}
}
button.singular {
	height: 60px;
	width: 60px;
	padding: 5px 5px;
	box-sizing: border-box;
	position: relative;
	margin: 0 5px 0 0px;
}
button.singular div {
	font-size: 26px;
	color: white;
	margin: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 17px;
	left: 0;
}
button.singular.main_user_button .icon {
	position: absolute;
	height: 52px;
	width: 52px;
	background-size: cover;
	border-radius: 30px;
	background-position: center;
	margin: 0;
	transition: color 0.2s;
	top: 4px;
	left: 4px;
}
button.singular [class^="dvcn-"], button.singular [class*=" dvcn-"] {
	transition: color 0.2s;
}
button.singular.with_text [class^="dvcn-"], button.singular.with_text [class*=" dvcn-"] {
	transition: none;
}
button.singular.with_text h3 {
	transition: color 0.2s;
}
button.singular.yep {
	background: rgba(134,213,0,0.2);
}
button.singular.yep .dvcn-yep {
	color: #86D500;
}
button.singular.with_text {
	width: auto;
	padding: 5px 20px;
}
button.singular.with_text div {
	position: unset;
	display: inline;
	margin-right: 10px;
	font-size: 16px;
	color: inherit;
}
button.singular.with_text h3 {
	transition: color 0.2s;
}


@media (hover:hover) {
	button.singular.yep:hover {
		background: #86D500;
	}
	button.singular.yep:hover .dvcn-yep {
		color: black;
	}
	button.singular.with_text:hover h3 {
		color: black;
	}
	button.singular.with_text:hover div {
		color: inherit;
	}
}
@media (hover:none) {
	button.singular.yep:active {
		background: #86D500;
	}
	button.singular.yep:active .dvcn-yep {
		color: black;
	}
	button.singular.with_text:active h3 {
		color: black;
	}
	button.singular.with_text:active div {
		color: inherit;
	}
}

.button.singular.exit {
	background: rgba(255, 0, 64, 0.2);
}
button.singular .dvcn-exit {
	color: #ff003e;
}
@media (hover:hover) {
	.button.singular.exit:hover {
		background: rgba(255, 0, 64, 1);
	}
	.button.singular.exit:hover .dvcn-exit {
		color: white;
	}
}
@media (hover:none) {
	.button.singular.exit:active {
		background: rgba(255, 0, 64, 1);
	}
	.button.singular.exit:active .dvcn-exit {
		color: white;
	}
}

