/*
* Balanced
* Landing CSS
* Version 2.2
* Last updated 20/4/24
*/

/* ==========================================================================
	Landing
========================================================================== */

/*
*
* Hero
*
*/

#landing .hero {
	position: relative;
	margin-bottom: 150px;
}
#landing .hero .graphic {
	display: block;
	height: auto;
	margin: -200px auto -89px auto;
	width: 100%;
	max-width: 77%;
	transform: translateX(15px);
}
#landing .hero h1 {
	position: relative;
	font-size: 110px;
	letter-spacing: -0.03em;
	line-height: 0.95;	
}
#landing .hero h1:before {
	content:'';
	position: absolute;
	display: block;
	background: radial-gradient(50% 130px at top center, rgba(1, 0, 42, 1), transparent);
	height: 145px;
	top: -62px;
	width: 46%;
	margin-left: 27%;
}
#landing .hero h1 .text-wrapper {
	display: inline-block;
	font-size: 110px;
}
#landing .hero h1 .text-gradient {
	display: inline-block;
	font-size: 70px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	transform: translateY(-15px);
}
#landing .hero .content p {
	font-size: 22px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 560px;
}

/* Highlights */

#landing .hero .tldr {
	margin-top: 100px;
}
#landing .hero .tldr .grid-cell:nth-of-type(1) object {
	height: 70px;
	margin-bottom: 15px;
}
#landing .hero .tldr .grid-cell:nth-of-type(2) object {
	height: 102px;
	margin-bottom: 1px;
	margin-top: -18px;
}
#landing .hero .tldr .grid-cell:nth-of-type(3) object {
	height: 77px;
	margin-bottom: 14px;
	margin-top: -6px;
}
#landing .hero-cover {
	position: absolute;
	height: 1400px;
	width: 300%;
	background: linear-gradient(180deg, rgba(1,0,42,0) 0%, rgba(1,0,42,1) 50%, rgba(1,0,42,1) 100%);
	margin-left: -100%;
	margin-top: -700px;
	z-index: -5;
}

#landing .hero-background-vibe {
	position: absolute;
	top: -800px;
	z-index: -9;
	width: 200%;
	margin-left: -50%;
	opacity: 0.75;
}
#landing .hero-background-bloom {
	position: absolute;
	top: -800px;
	z-index: -9;
	width: 200%;
	margin-left: -50%;
}
#landing .hero-background-flow {
	height: auto;
	margin-left: -30%;
	opacity: 0.75;
	position: absolute;
	top: -500px;
	width: 160%;
	z-index: -9;
}
#landing .hero-background-burst {
	position: absolute;
	top: -1400px;
	z-index: -9;
	width: 300%;
	margin-left: -100%;
	opacity: 0.75;
}
#landing .hero-background-eclipse {
	height: auto;
	margin-left: -30%;
	opacity: 0.75;
	position: absolute;
	top: -100px;
	width: 160%;
	z-index: -9;
}
#landing .hero-background-float {
	height: auto;
	margin-left: -30%;
	opacity: 0.75;
	position: absolute;
	top: -100px;
	width: 160%;
	z-index: -9;
}
#landing .hero-background-synergy {
	position: absolute;
	top: -800px;
	z-index: -9;
	width: 200%;
	margin-left: -50%;
	opacity: 0.75;
}
#landing .hero-background-loop {
	position: absolute;
	top: -830px;
	z-index: -9;
	width: 200%;
	margin-left: -50%;
	opacity: 0.75;
}
#landing .hero-background-focus {
	position: absolute;
	top: -800px;
	z-index: -9;
	width: 200%;
	margin-left: -50%;
	opacity: 0.75;
}
#landing .hero-background-infuse {
	position: absolute;
	top: -200px;
	z-index: -9;
	width: 200%;
	margin-left: -50%;
	opacity: 0.75;
}
#landing .hero-background-stream {
	position: absolute;
	top: -200px;
	z-index: -9;
	width: 200%;
	margin-left: -50%;
	opacity: 0.75;
}

/*
*
* Intro
*
*/

#landing .intro > .grid-cell:first-of-type {
	min-width: 615px;
	margin-right: 250px;
}
#landing .intro > .grid-cell:first-of-type {
	min-width: 615px;
	margin-right: 0;
}
#landing .intro object {
	position: absolute;
	margin-left: 20%;
	margin-top: 7%;
	height: auto;
	width: 80%;
}

/*
*
* Stablecoin
*
*/

#landing #stablecoin {
	margin-top: 250px;
}
#landing #stablecoin h2 {
  text-align: center;
}
#landing #stablecoin > p {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
#landing #stablecoin > .grid:first-of-type .grid-cell:nth-child(1) p {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}
#landing #stablecoin > img {
	transform: translate(100%, -5%);
	width: 400px;
	height: initial;
}
#landing #stablecoin > object {
	transform: translate(-28%, -34%);
	width: 900px;
	position: absolute;
	z-index: -3;
	height: 2000px;
}

/* Stablecoin data points */

#landing #stablecoin .data-points {
	background: none;
	border-radius: 10px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(2,1fr);
	margin: 50px auto 50px auto;
	max-width: 75%;
	width: 100%;
	padding: 0;
}
#landing #stablecoin .data-points p + p,
#landing #stablecoin .data-points ul {
	margin-top: 0;
}
#landing #stablecoin .data-points ul {
	font-family: 'tex-gyre-adventor-bold', sans-serif;
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
#landing #stablecoin .data-points ul li:nth-of-type(1) {
	margin-right: 30px;
}
#landing #stablecoin .data-points p,
#landing .savings-table p {
	color: #ffffff;
	font-family: 'tex-gyre-adventor-bold', sans-serif;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}
#landing #stablecoin .data-points .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#landing #stablecoin .data-points .inner div {
	width: 100%;
}
#landing #stablecoin .data-points .inner:nth-of-type(1),
#landing #stablecoin .data-points .inner:nth-of-type(3),
#landing .savings-table .savings-total,
#landing .savings-table .savings-rate {
	border-right: 3px solid #0c2a4d;
}
#landing #stablecoin .data-points .inner:nth-of-type(1),
#landing #stablecoin .data-points .inner:nth-of-type(2) {
	border-bottom: 3px solid #0c2a4d;
	padding-bottom: 40px;
}
#landing .data-points .inner h3,
#landing #stablecoin .data-points span,
#landing #exchange .data-points span,
#landing .savings-table h3 {
	color: #2CA9B7;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0 0 5px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#landing #stablecoin .data-points span,
#landing #exchange .data-points span {
	display: block;
	font-size: 13px;
	font-family: 'tex-gyre-adventor-regular', sans-serif;
}

/* Highlight cards */

#landing #stablecoin .tldr object {
	height: 80px;
	width: auto;
}
#landing #stablecoin .tldr .grid-cell:nth-of-type(2) object {
	height: 52px;
	margin-bottom: 33px;
	margin-top: 20px;
}
#landing #stablecoin .tldr .grid-cell:nth-of-type(3) object {
	margin-left: -15px;
}

/* BSR */

#landing #savings-rate object {
	height: auto;
	margin-bottom: -200px;
	margin-left: 5%;
	margin-top: -300px;
	width: 90%;
}
#landing .savings-table {
	margin-top: 50px;
}
#landing .savings-table h3 {
	margin-bottom: 10px;
}
#landing #savings-rate .content > p {
	margin-left: auto;
  	margin-right: auto;
  	max-width: 750px;
}

/*
*
* Savings rate
*
*/



/*
*
* Exchange
*
*/

/* Content */

#landing #exchange .graphic object {
	display: block;
	position: relative;
	width: 160%;
	height: auto;
	margin-top: -120px;
	margin-bottom: -50px;
	transform: translate(-12%, 8%);
	z-index: -1;
}

/* Data points */

#landing #exchange .data-points {
	background: none;
	border-radius: 10px;
	display: flex;
	margin: 100px auto 60px auto;
	max-width: 75%;
	padding: 0;
	width: 100%;	
}
#landing #exchange .data-points {
	margin-top: 50px;
	margin-bottom: 50px;
}
#landing #exchange .data-points .inner {
	flex: 1;
	position: relative;
}
#landing #exchange .data-points .inner:nth-of-type(1),
#landing #exchange .data-points .inner:nth-of-type(2) {
	border-right: 3px solid #0c2a4d;
}
#landing #exchange .data-points .inner h3,
#landing #exchange .data-points .inner p {
	text-align: center;
	width: 100%;
	display: block;
}
#landing #exchange .data-points .inner p {
	color: #ffffff;
	font-family: 'tex-gyre-adventor-bold', sans-serif;
	font-size: 30px;
	line-height: 1.2;
}

/* Highlight cards */

#landing #exchange .tldr {
	margin-bottom: 150px;
}
#landing #exchange .tldr .grid-cell:nth-of-type(1) object {
	height: 80px;
	margin-bottom: 20px;
}
#landing #exchange .tldr .grid-cell:nth-of-type(2) object {
	height: 70px;
	margin-bottom: 30px;
	margin-top: 0;
}
#landing #exchange .tldr .grid-cell:nth-of-type(3) object {
	height: 64px;
	margin-bottom: 30px;
	margin-top: 0px;
}

/*
*
* Governance
*
*/

/* Content */

#landing #governance {
	margin-bottom: 0px;
}
#landing #governance > .grid:first-of-type .grid-cell:nth-child(1) {
	flex:auto;
	width: 55%;
}
#landing #governance > .grid:first-of-type .grid-cell:nth-child(2) {
	flex:auto;
	width: 45%;
}
#landing #governance .graphic object {
	position: relative;
	width: 115%;
	height: auto;
	margin-top: -35px;
	margin-bottom: -50px;
	z-index: -1;
}

/* Highlight cards */

#landing #governance .tldr .grid-cell:nth-of-type(1) object {
	height: 100px;
	margin-bottom: 20px;
	margin-top: -15px;
}
#landing #governance .tldr .grid-cell:nth-of-type(2) object {
	height: 90px;
	margin-bottom: 20px;
	margin-top: -5px;
}
#landing #governance .tldr .grid-cell:nth-of-type(3) object {
	height: 75px;
	margin-top: 0;
}

/* Grants */

#landing #governance #grants {
	margin-bottom: 150px;
}
#landing #governance #grants .grant-highlights {
	margin-top: 35px;
	margin-bottom: 35px;
}
#landing #governance #grants p {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}

/*
*
* Protection
*
*/

#landing #protection .graphic object {
	display: block;
	position: relative;
	width: 170%;
	height: auto;
	margin-bottom: -90px;
	transform: translate(-10%, -11%);
	z-index: -1;
}
#landing #protection > .grid:first-of-type .grid-cell:nth-child(1) {
	flex: auto;
	width: 55%;
}
#landing #protection > .grid:first-of-type .grid-cell:nth-child(2) {
	flex: auto;
	width: 45%;
}
#landing #protection .tldr {
	margin-bottom: 0px;
	margin-top: -100px;
}
#landing #protection .tldr .grid-cell:nth-of-type(1) object {
	height: 75px;
	margin-bottom: 20px;
}
#landing #protection .tldr .grid-cell:nth-of-type(2) object {
	margin-top: -5px;
	height: 85px;
	margin-bottom: 15px;
}
#landing #protection .tldr .grid-cell:nth-of-type(3) object {
	height: 75px;
	margin-bottom: 20px;
}
#landing #protection .tldr .grid-cell a {
	background: url(../svg/external.svg) no-repeat right 11px;
	background-size: 14px;
	font-size: 16px;
	padding-right: 22px;
}

/*
*
* Feedback
*
*/

#landing #feedback {
	margin-top: -50px;
	margin-bottom: 100px;
}
#landing.reviews #feedback {
	margin-top: -150px;
}
#landing.reviews .community-feedback {
	margin-top: 50px;
}
#landing #feedback h2 .text-gradient {
	display: block;
}
#landing #feedback object {
	height: auto;
	margin-bottom: -19%;
	width: 90%;
}
#landing .community-feedback {
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	grid-template-rows: repeat(6);
	grid-template-areas:
		"a a a"
		"b c c"
		"d e f"
		"g g h"
		"i j k"
		"n n n"
		"m l l";
	gap: 35px;
	margin-top: 0px;
	grid-auto-rows: auto;
	height: 900px;
	overflow: hidden;
	background: linear-gradient(180deg,  rgba(1,0,42,0) 0%, rgba(1,0,42,1) 50%, rgba(1,0,42,1) 100%);
}
#landing .community-feedback::before {
	content: '';
	display: block;
	width: 100%;
	height: 500px;
	background: linear-gradient(180deg,  rgba(1,0,42,0) 0%, rgba(1,0,42,1) 50%, rgba(1,0,42,1) 100%);
	position: absolute;
	z-index: 9;
	margin-top: 550px;
}
#landing .community-feedback .panel {
	align-content: center;
	align-items: center;
	border-top: 3px solid #0c4373;
	display: flex;	
	flex-wrap: wrap;
	margin-bottom: 0;
}
#landing .community-feedback .panel:nth-child(1) {
	grid-area: a;
}
#landing .community-feedback .panel:nth-child(2) {
	grid-area: b;
}
#landing .community-feedback .panel:nth-child(3) {
	grid-area: c;
}
#landing .community-feedback .panel:nth-child(4) {
	grid-area: d;
}
#landing .community-feedback .panel:nth-child(5) {
	grid-area: i;
}
#landing .community-feedback .panel:nth-child(6) {
	grid-area: f;
}
#landing .community-feedback .panel:nth-child(7) {
	grid-area: g;
}
#landing .community-feedback .panel:nth-child(8) {
	grid-area: h;
}
#landing .community-feedback .panel:nth-child(9) {
	grid-area: e;
}
#landing .community-feedback .panel:nth-child(10) {
	grid-area: j;
}
#landing .community-feedback .panel:nth-child(11) {
	grid-area: k;
}
#landing .community-feedback .panel:nth-child(12) {
	grid-area: n;
}
#landing .community-feedback .panel:nth-child(13) {
	grid-area: m;
}
#landing .community-feedback .panel:nth-child(14) {
	grid-area: l;
}
#landing .community-feedback .panel p {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}
#landing .community-feedback .panel p.community-quote {
	background: url(../svg/user.svg) no-repeat 0 center;
	background-size: 14px;
	color: #2ca9b7;
	font-family: 'tex-gyre-adventor-bold', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 20px;
	text-transform: uppercase;
}
#landing .community-feedback .panel p.community-quote a {
	font-size: 12px;
}
#landing .community-feedback .panel:after {
	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid #0c2a4d;
	bottom: -15px;
	content: '';
	display: block;
	height: 0; 
	left: calc(50% - 20px);
	position: absolute;
	width: 0;
}
#landing #feedback .view-more {
	position: relative;
	text-align: center;
	transform: translateY(-100px);
	z-index: 9;
}
#landing #feedback .view-more::after {
	content: url(../svg/arrow.svg);
	margin-left: 10px;
	margin-top: 2px;
	position: absolute;
	transition: margin 0.3s ease;
	width: 18px;
}

/*
*
* Call to actions
*
*/

#landing .call-to-actions {
	position: relative;
	z-index: 9;
}


/* Multiple chains */

#cross-chain .grid {
	flex-direction: column;
}
#cross-chain object {
	height: auto;
	margin-bottom: -450px;
	margin-left: -20%;
	width: 140%;
}

.short-textblock {
	margin: 0 auto;
	max-width: 750px;
}
.coming-soon-mobile {
	display: none;
}

/* Comparison table */

.chain-comparison-container {
	/*background: url(../img/feature/comparison-table-shadow.svg) no-repeat center -20px;
	background-size: 750px;*/
	padding: 70px 0 150px 0;
}
table#chain-comparison {
	border-spacing: 0;
	margin: 0 auto 0 auto;
	width: 100%;
}
table#chain-comparison thead th {
	color: #fff;
	letter-spacing: 0.01em;
}
table#chain-comparison tbody {
	-webkit-box-shadow:0px 0px 67px 32px rgba(43,160,178,0.44);
	box-shadow: 0px 30px 150px -40px rgba(43,160,178,0.24);
}
table#chain-comparison tbody th {
	background: rgb(22,94,123);
	border-bottom: 1px solid #0D4861;
	border-top: 1px solid #186789;
	font-family: 'tex-gyre-adventor-bold';
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding-left: 65px;
	text-align: left;
}
table#chain-comparison tbody tr:nth-of-type(1) th {
	border-radius: 25px 0 0 0;
	border-top: 5px solid #1A7193;
	width: 20%;
}
table#chain-comparison tbody tr:last-of-type th {
	border-radius: 0 0 0 25px;
}
table#chain-comparison thead tr:nth-of-type(1) th {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}
table#chain-comparison th {
	padding: 20px;
}
table#chain-comparison .label {
	display: block;
	font-size: 11px;
	font-family: 'tex-gyre-adventor-regular';
	letter-spacing: 0.03em;
	margin-bottom: -5px;
}
table#chain-comparison td {
	background: #082849;
	border-bottom: 1px solid #051C33;
	border-top: 1px solid rgba(14,74,131,0.5);
	box-sizing: border-box;
	padding: 40px 30px;
	text-align: center;
	width: 13.3%;
}
table#chain-comparison tbody tr:nth-of-type(1) td {
	border-top: 5px solid #0B3560;
}
table#chain-comparison td span {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
table#chain-comparison td.yes-icon {
	background-image: url(../svg/tick-table.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison td.no-icon {
	background-image: url(../svg/cross-table.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
}
table#chain-comparison tbody tr:nth-of-type(1) td:last-of-type {
	border-radius: 0 25px 0 0;
}
table#chain-comparison tbody tr:last-of-type td:last-of-type {
	border-radius: 0 0 25px 0;
}
table#chain-comparison th.table-icon {
	background-image: url(../svg/icon-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-archway {
	background-image: url(../svg/archway-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-avalanche {
	background-image: url(../svg/avalanche-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-neutron {
	background-image: url(../table-neutron-3d.html);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-ethereum {
	background-image: url(../table-eth-3d.html);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-bnb {
	background-image: url(../svg/bnb-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-arb {
	background-image: url(../svg/arb-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-base {
	background-image: url(../svg/base-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-havah {
	background-image: url(../svg/hvh-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-inj {
	background-image: url(../svg/inj-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-optimism {
	background-image: url(../svg/optimism-block-3d.svg);
	background-position: 25px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-polygon {
	background-image: url(../svg/polygon-block-3d.svg);
	background-position: 25px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-solana {
	background-image: url(../svg/solana-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-stellar {
	background-image: url(../svg/stellar-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}
table#chain-comparison th.table-sui {
	background-image: url(../svg/sui-block-3d.svg);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 30px;
}

/* ==========================================================================
	Responsive styles: Between 1500px and 1800px
========================================================================== */

@media (min-width: 1500px) and (max-width: 1800px) {
	#landing section .grid-cell.content > h2,
	#landing section#feedback h2,
	#landing .call-to-actions h2,
	#landing .grid.intro h2{
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	#landing #protection {
		margin-bottom: 50px;
	}
	#landing #protection .tldr {
		margin-top: 0;
	}
}

/* ==========================================================================
	Responsive styles: 1800px and below
========================================================================== */

@media (max-width: 1800px) {

	/*
	*
	* Hero: 1800px and below
	*
	*/

	#landing .hero h1::before {
		top: -48px;
	}
	#landing .hero .graphic {
		max-width: 70%;
	}
	#landing .hero-background-flow {
		top: -575px;
	}
}

/* ==========================================================================
	Responsive styles: 1600px and below
========================================================================== */

@media (max-width: 1600px) {

	/*
	*
	* Hero: 1600px and below
	*
	*/

	#landing .hero .graphic {
		max-width: 65%;
	}
	#landing .hero h1,
	#landing .hero h1 .text-wrapper {
		font-size: 90px;
	}
	#landing .hero h1 .text-gradient {
		display: block;
		font-size: 60px;
		transform: translateY(10px);
	}
	#landing .hero h1::before {
		top: -38px;
	}
	#landing .hero .content {
		min-width: 615px;
	}
	#landing .hero p {
		font-size: 18px;
		line-height: 32px;
		max-width: 450px;
	}

	/* Backgrounds */

	#landing .hero-background-flow {
		height: 100%;
		margin-left: -25%;
		top: -300px;
		width: 150%;
	}
	#landing .hero-background-loop {
		height: 100%;
		margin-left: -25%;
		top: -300px;
		width: 150%;
	}
	#landing .hero-background-synergy {
		height: 100%;
		margin-left: -25%;
		top: -300px;
		width: 150%;
	}
	#landing .hero-background-vibe {
		height: 100%;
		margin-left: -100%;
		top: -300px;
		width: 300%;
	}
	#landing .hero-background-bloom {
		height: 100%;
		margin-left: -100%;
		top: -300px;
		width: 300%;
	}

	/*
	*
	* Governance: 1600px and below
	*
	*/

	#landing #governance .graphic object {
		width: 115%;
		margin-top: -90px;
		margin-bottom: -65px;
	}
	

	/*
	*
	* Exchange: 1600px and below
	*
	*/

	#landing #exchange .graphic object {
		transform: translate(-12%, 5%);
	}

	/*
	*
	* Protection: 1600px and below
	*
	*/

	#landing #protection .graphic object {
		margin-bottom: -120px;
		transform: translate(-10%, -20%);
	}
}

/* ==========================================================================
	Responsive styles: 1300px and below
========================================================================== */

@media (max-width: 1300px) {

	/*
	*
	* Hero: 1300px and below
	*
	*/

	#landing .hero p {
		font-size: 16px;
		line-height: 28px;
	}
	#landing .hero .content p {
		margin-top: 25px;
	}
	#landing .hero-cover {
		height: 1600px;
	}
	#landing .hero h1::before {
		top: -7px;
		height: 100px;
		opacity: 0.7;
	}

	/* Highlight cards */

	#landing .hero .tldr {
		margin-top: 35px;
	}
	#landing .hero .tldr img {
		height: 35px;
		margin-bottom: 15px;
	}
	#landing .hero .tldr .panel {
		padding: 25px;
	}

	/* Backgrounds */



	/*
	*
	* Intro: 1300px and below
	*
	*/

	#landing .intro object {
		margin-top: 30%;
		margin-left: 17%;
		width: 90%;
	}
	#landing .intro > .grid-cell:first-of-type {
		min-width: initial;
	}

	/*
	*
	* Stablecoin: 1300px and below
	*
	*/

	#landing #stablecoin > img {
		transform: translate(75%, -5%);
		width: 370px;
	}
	#landing #stablecoin > object {
		transform: translate(-40%, -34%);
	}

	#landing #savings-rate object {
		margin-bottom: -150px;
		margin-top: -280px;
	}

	/*
	*
	* Exchange: 1300px and below
	*
	*/

	#landing #exchange .graphic object {
		width: 190%;
		margin-top: -250px;
		margin-bottom: -50px;
		transform: translate(-20%, 30%);
	}

	/*
	*
	* Governance: 1300px and below
	*
	*/

	#landing #governance .graphic object {
		width: 140%;
		margin-top: 0;
		margin-bottom: -100px;
		margin-left: -15px;
	}

	/*
	*
	* Governance: 1300px and below
	*
	*/
	#landing #protection .tldr {
		margin-top: 50px;
	}
	#landing #protection .graphic object {
		margin-bottom: -120px;
		transform: translate(-10%, 0%);
		width: 170%;
		margin-top: 0px;
	}

	/*
	*
	* Cross-chain: 1300px and below
	*
	*/

	#cross-chain object {
		height: auto;
		margin-bottom: -450px;
		margin-left: -15%;
		width: 140%;
	}

	/*
	*
	* Feedback: 1300px and below
	*
	*/

	#landing #feedback {
		margin-bottom: 75px;
	}
}

/* ==========================================================================
	Responsive styles: 1280px and 1100px
========================================================================== */

@media (min-width: 1100px) and (max-width: 1280px) {
	
	/*.wrapper {
		max-width: 900px;
	}
	*/
}

/* ==========================================================================
	Responsive styles: 1100px and below
========================================================================== */

@media (max-width: 1100px) {

	/*
	*
	* Hero: 1100px and below
	*
	*/

	#landing .hero h1,
	#landing .hero h1 .text-wrapper {
		font-size: 85px;
	}
	#landing .hero h1 .text-gradient {
		font-size: 55px;
	}
	#landing .hero h1::before {
		top: -7px;
		height: 100px;
		opacity: 0.7;
	}

	/* Backgrounds */

	#landing .hero-background-flow {
		top: -285px;
	}
	#landing .hero-background-loop {
		top: -300px;
	}
	#landing .hero-background-synergy {
		top: -300px;
	}
	#landing .hero-background-vibe {
		top: -300px;
	}
	#landing .hero-background-bloom {
		top: -300px;
	}

	/*
	*
	* Intro: 1100px and below
	*
	*/

	#landing .intro > .grid-cell:first-of-type {
		min-width: initial;
	}
	#landing .intro object {
		margin-top: 21%;
		margin-left: 10%;
		width: 94%;
	}

	/*
	*
	* Stablecoin: 1100px and below
	*
	*/

	#landing #stablecoin > img {
		transform: translate(72%, -5%);
		width: 370px;
	}
	#landing #stablecoin > object {
		transform: translate(-41%, -34%);
	}

	/*
	*
	* BSR: 1100px and below
	*
	*/
	
	#landing #savings-rate object {
		margin-bottom: -150px;
  	}

	/*
	*
	* Exchange: 1100px and below
	*
	*/

	#landing #exchange .content {
		min-width: 500px;
	}
	#landing #exchange .graphic object {
		width: 200%;
		margin-top: -120px;
		margin-bottom: -50px;
		transform: translate(-22%, 25%);
	}

	/*
	*
	* Governance: 1100px and below
	*
	*/

	#landing #governance > .grid:first-of-type .grid-cell:nth-child(1) {
		width: 45%;
	}
	#landing #governance .graphic object {
		width: 125%;
		margin-top: 35%;
		margin-bottom: -50px;
		margin-left: -25px;
	}

	/*
	*
	* Protection: 1100px and below
	*
	*/

	#landing #protection > .grid:first-of-type .grid-cell:nth-child(1) {
		width: 45%;
	}
	#landing #protection .tldr {
		margin-top: 50px;
	}
	#landing #protection .graphic object {
		transform: translate(-13%, 5%);
		width: 180%;
	}

	.chain-comparison-container {
		padding-bottom: 200px;
	}
	#cross-chain {
		margin-bottom: 0;
	}
	#cross-chain object {
		margin-bottom: -350px;
	}

	/*
	*
	* Feedback: 1100px and below
	*
	*/

	#landing #feedback object {
		height: auto;
		margin-bottom: -19%;
		width: 100%;
	}
}

/* ==========================================================================
	Responsive styles: 1000px and below
========================================================================== */

@media (max-width: 1000px) {

	section {
		margin-bottom: 150px;
	}

	/*
	*
	* Hero: 1000px and below
	*
	*/

	#landing .hero {
		margin-top: 150px;
	}
	#landing .hero h1::before {
		top: -10px;
		height: 100px;
		opacity: 0.7;
	}
	#landing .hero .graphic {
		margin-bottom: -75px;
	}

	/* Backgrounds */

	#landing .hero-background-flow {
		top: -285px;
	}

	/*
	*
	* Intro: 1000px and below
	*
	*/

	#landing .intro > .grid-cell:first-of-type {
		min-width: 420px;
	}
	#landing .intro object {
		margin-top: 35%;
		margin-left: 5%;
		width: 102%;
	}

	/*
	*
	* Stablecoin: 1000px and below
	*
	*/

	#landing #stablecoin {
		margin-top: 0;
	}
	#landing #stablecoin .data-points {
		max-width: 100%;
	}
	#landing #stablecoin > img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		transform: inherit;
		width: 320px;
	}
	#landing #stablecoin > object {
		transform: translate(7%, -57%);
		width: 700px;
	}

	/*
	*
	* BSR: 1100px and below
	*
	*/
	
	#landing #savings-rate object {
		margin-bottom: -120px;
		margin-top: -250px;
  	}

	/*
	*
	* Exchange: 1000px and below
	*
	*/

	#landing section#exchange {
		margin-bottom: 80px;
	}
	#landing #exchange .tldr {
		margin-bottom: 0;
	}
	#landing #exchange .content {
		min-width: initial;
	}

	#cross-chain object {
		margin-bottom: -300px;
	}
}


/* ==========================================================================
	Responsive styles: 850px and below
========================================================================== */

@media (max-width: 850px) {

	#landing .hero {
		margin-top: 150px;
	}

	.chain-comparison-container {
		background-position: center;
		background-size: cover;
		padding: 100px 0 200px 0;
	}
	table#chain-comparison thead tr:nth-of-type(1) th:not(:first-of-type) {
		font-size: 14px;
		padding-bottom: 30px;
		transform: rotate(-65deg);
	}
	table#chain-comparison thead tr:nth-of-type(1) th:not(:first-of-type) span {
		position: absolute;
		white-space: nowrap;
	}
	table#chain-comparison tbody th {
		font-size: 16px;
		padding-left: 65px;
	}
	table#chain-comparison th,
	table#chain-comparison td {
		padding: 25px 15px;
	}
	table#chain-comparison td.yes-icon {
		background-size: 20px;
	}
	table#chain-comparison td.no-icon {
		background-size: 15px;
	}
	table#chain-comparison th.table-icon {
		background-size: 27px;
		background-position: 23px center;
	}
	table#chain-comparison th.table-neutron,
	table#chain-comparison th.table-ethereum {
		background-size: 23px;
		background-position: 23px center;
	}
	table#chain-comparison tbody tr:nth-of-type(1) th {
		width: 25%;
	}
	table#chain-comparison td {
		width: 12.5%;
	}
	#landing .savings-table p {
		font-size: 25px;
	}
}



/* ==========================================================================
	Responsive styles: 800px and below
========================================================================== */

@media (max-width: 800px) {

	/*
	*
	* Modules: 800px and below
	*
	*/

	#landing #governance,
	#landing #exchange,
	#landing #protection {
		flex-direction: column;
	}
	#landing #governance .grid-cell:nth-child(1),
	#landing #governance .grid-cell:nth-child(2),
	#landing #protection .grid-cell:nth-child(1),
	#landing #protection .grid-cell:nth-child(2),
	#landing #exchange .grid-cell:nth-child(1),
	#landing #exchange .grid-cell:nth-child(2) {
		width: 100%;
	}
	#landing #governance .grid-cell:nth-child(1),
	#landing #protection .grid-cell:nth-child(1),
	#landing #exchange .grid-cell:nth-child(1) {
		order: 1;
	}

	/*
	*
	* Hero: 800px and below
	*
	*/

	#landing .hero .graphic {
		max-width: 100%;
		width: 500px;
		margin-bottom: -50px;
	}
	#landing .hero h1,
	#landing .hero h1 .text-wrapper {
		font-size: 70px;
	}
	#landing .hero h1 .text-gradient {
		font-size: 40px;
		transform: translateY(10px);
	}
	#landing .hero h1::before {
		top: -31px;
	}
	#landing .hero .content {
		min-width: initial;
	}
	#landing .hero .content p {
		font-size: 18px;
		max-width: 500px;
		margin-top: 25px;
	}
	#landing .hero .tldr p {
		max-width: initial;
	}
	#landing .hero-background-flow {
		top: -500px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-loop {
		top: -500px;
	}
	#landing .hero-background-synergy {
		top: -500px;
	}
	#landing .hero-background-vibe {
		top: -500px;
	}
	#landing .hero-background-bloom {
		top: -500px;
	}

	/*
	*
	* Intro: 800px and below
	*
	*/

	#landing .intro {
		flex-direction: column-reverse;
	}
	#landing .intro > .grid-cell:first-of-type {
		min-width: initial;
	}
	#landing .intro object {
		margin-top: 0;
		margin-bottom: 50px;
		margin-left: 0;
		width: 63%;
		display: block;
		position: relative;
	}

	/*
	*
	* Stablecoin: 800px and below
	*
	*/

	/* Content */

	#landing #stablecoin > .grid:first-of-type {
		flex-direction: column;
	}
	#landing #stablecoin > .grid:first-of-type .grid-cell:nth-child(1),
	#landing #stablecoin > .grid:first-of-type .grid-cell:nth-child(2) {
		width: 100%;
	}
	#landing #stablecoin h2 {
		text-align: left;
	}
	#landing #stablecoin img {
		transform: initial;
		margin-bottom: 20px;
		width: 250px;
	}
	#landing #stablecoin > object {
		transform: translate(-3%, -57%);
		width: 600px;
	}
	#landing #stablecoin .tldr .grid-cell:nth-of-type(2) object {
		margin-bottom: 0;
	}

	/*
	*
	* Exchange: 800px and below
	*
	*/

	/* Content */

	#landing #exchange > .grid:first-of-type {
		flex-direction: column;
	}
	#landing #exchange > .grid:first-of-type .grid-cell:nth-child(1),
	#landing #exchange > .grid:first-of-type .grid-cell:nth-child(2) {
		width: 100%;
	}
	#landing #exchange .graphic object {
		margin-left: 0;
		margin-top: 0;
		max-width: initial;
		transform: translate(-27%, 0);
		width: 130%;
	}

	/* Content */

	#landing #exchange .data-points {
		max-width: 100%;
	}

	/*
	*
	* Governance: 800px and below
	*
	*/

	/* Content */

	#landing #governance > .grid:first-of-type {
		flex-direction: column;
	}
	#landing #governance > .grid:first-of-type .grid-cell:nth-child(1),
	#landing #governance > .grid:first-of-type .grid-cell:nth-child(2) {
		width: 100%;
	}
	#landing #governance .graphic object {
		margin-top: 50px;
		transform: translateX(-35px);
		width: 80%;
  	}

	/*
	*
	* Protection: 800px and below
	*
	*/

	/* Content */

	#landing #protection > .grid:first-of-type {
		flex-direction: column;
	}
	#landing #protection > .grid:first-of-type .grid-cell:nth-child(1),
	#landing #protection > .grid:first-of-type .grid-cell:nth-child(2) {
		width: 100%;
	}
	#landing #protection .graphic object {
		max-width: 100%;
		transform: translate(-15%, 0);
		margin-bottom: -75px;
	}

	#cross-chain {
		margin-top: 100px;
	}
	#cross-chain object {
    	margin-bottom: -30%;
  	}

	
	
	#landing #savings-rate object {
		margin-bottom: -100px;
		margin-top: -200px;
  	}


	/*
	*
	* Feedback: 800px and below
	*
	*/

	#landing #feedback object {
		margin-left: -50%;
		margin-top: 50px;
		width: 100%;
	}
	#landing #feedback h2 {
		text-align: left;
	}
	#landing .community-feedback {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(9, auto);
		grid-template-areas:
			"c c"
			"b a"
			"d f"
			"e e"
			"h i"
			"j j"
			"k k"
			"l m"
			"n g";
		gap: 30px 30px;
		margin-bottom: 100px;
	}

	/*
	*
	* Calls to action: 800px and below
	*
	*/

	#landing .call-to-actions {
		flex-direction: column;
	}
}

/* ==========================================================================
	Responsive styles: 650px and below
========================================================================== */

@media (max-width: 650px) {

	/*
	*
	* Modules: 650px and below
	*
	*/

	#landing .hero .tldr {
		gap: 20px;
	}
	#landing .hero .tldr .panel {
		padding: 20px;
	}
	#landing .hero .tldr h2 {
		font-size: 18px;
	}
	#landing .hero .tldr p {
		font-size: 15px;
		line-height: 1.65;
	}
	#landing .hero .tldr img,
	#landing .hero .tldr object {
		margin-bottom: 10px;
	}
	#landing .hero-background-flow {
		top: -450px;
	}

	/*
	*
	* BSR: 650px and below
	*
	*/
	
	#landing #savings-rate object {
		margin-left: -21%;
	}
	#landing #savings-rate h2.text-center {
		text-align: left;
	}

	/*
	*
	* Exchange: 650px and below
	*
	*/

	#landing #exchange .tldr .grid-cell:nth-of-type(3) object {
		height: 55px;
	}
}

/* ==========================================================================
	Responsive styles: 600px and below
========================================================================== */

@media (max-width: 600px) {

	/*
	*
	* Modules: 600px and below
	*
	*/

	#landing .tldr .grid-cell:last-of-type {
		margin-bottom: 0;
	}

	/*
	*
	* Hero: 600px and below
	*
	*/

	#landing .hero-background-flow {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-loop {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-synergy {
		top: -465px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-vibe {
		top: -465px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-bloom {
		top: -465px;
		width: 300%;
		margin-left: -100%;
	}

	/*
	*
	* Stablecoin: 600px and below
	*
	*/

	/* Data points */

	#landing #stablecoin .data-points {
		grid-template-rows: repeat(3,1fr);
		margin-bottom: 50px;
	}
	#landing #stablecoin .data-points .inner:nth-child(1) {
		border-right: 0;
		border-top: 3px solid #0c2a4d;
		grid-column: 1 / 3;
		grid-row: 1 / 2;
		padding-bottom: 0;
	}
	#landing #stablecoin .data-points .inner:nth-child(2) {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		padding-bottom: 40px;
		padding-top: 40px;
	}
	#landing #stablecoin .data-points .inner:nth-child(3) {
		border-bottom: 3px solid #0c2a4d;
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		padding-top: 0;
	}
	#landing #stablecoin .data-points .inner:nth-child(4) {
		border-bottom: 3px solid #0c2a4d;
		grid-column: 2 / 3;
		grid-row: 3 / 4;
		padding-top: 0;
	}

	/*
	*
	* Exchange: 600px and below
	*
	*/

	/* Data points */

	#landing #exchange .data-points {
		background: none;
		border-radius: 10px;
		display: flex;
		margin: 100px auto 60px auto;
		max-width: 75%;
		padding: 0;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 50px;
		display: none;
	}
	#landing #exchange .data-points .panel-inner {
		display: flex;
		flex: 1;
	}
	#landing #exchange .data-points .panel-inner:nth-of-type(1),
	#landing #exchange .data-points .panel-inner:nth-of-type(2) {
		border-right: 3px solid #0c2a4d;
	}
	#landing #exchange .data-points .panel-inner div {
		width: 100%;
	}
	#landing #exchange .data-points .panel-inner h3,
	#landing #exchange .data-points .panel-inner p {
		text-align: center;
		width: 100%;
	}
	#landing #exchange.panel.exchange-highlights .panel-inner p {
		color: #ffffff;
		font-family: 'tex-gyre-adventor-bold', sans-serif;
		font-size: 30px;
		line-height: 1.2;
	}
}

/* ==========================================================================
	Responsive styles: 550px and below
========================================================================== */

@media (max-width: 550px) {

	/*
	*
	* Modules: 550px and below
	*
	*/

	#landing .tldr .panel object {
		height: initial;
		max-width: 80px;
		width: 100%;
	}
	#landing .hero .tldr .grid-cell:nth-of-type(1) object {
		width: 75px;
		height: initial;
		margin-bottom: 5px;
	}
	#landing .hero .tldr .grid-cell:nth-of-type(2) object {
		width: 75px;
		height: initial;
		margin-bottom: -9px;
	}
	#landing .hero .tldr .grid-cell:nth-of-type(3) object {
		width: 62px;
		height: initial;
		margin-bottom: 5px;
	}
	#landing #stablecoin .tldr,
	#landing #exchange .tldr,
	#landing #governance .tldr,
	#landing #protection .tldr {
		flex-direction: column;
	}
	#landing #stablecoin .tldr .panel,
	#landing #exchange .tldr .panel,
	#landing #governance .tldr .panel,
	#landing #protection .tldr .panel {
		margin-bottom: 0;
		padding-bottom: 30px;
		width: 100%;
	}
	#landing #exchange .tldr .grid-cell:nth-of-type(1) object,
	#landing #exchange .tldr .grid-cell:nth-of-type(2) object,
	#landing #exchange .tldr .grid-cell:nth-of-type(3) object,
	#landing #governance .tldr .grid-cell:nth-of-type(1) object,
	#landing #governance .tldr .grid-cell:nth-of-type(2) object,
	#landing #governance .tldr .grid-cell:nth-of-type(3) object,
	#landing #protection .tldr .grid-cell:nth-of-type(1) object,
	#landing #protection .tldr .grid-cell:nth-of-type(2) object,
	#landing #protection .tldr .grid-cell:nth-of-type(3) object {
		margin-bottom: 10px;
	}

	/*
	*
	* Hero: 550px and below
	*
	*/

	#landing .hero {
		margin-top: 175px;
	}
	#landing .hero h1,
	#landing .hero h1 .text-wrapper {
		font-size: 60px;
		line-height: 1;
	}
	#landing .hero h1 .text-gradient {
		transform: translateY(5px);
	}
	#landing .hero p {
		font-size: 20px;
	}
	#landing .hero-background-flow {
		top: -405px;
	}

	/*
	*
	* Stablecoin: 550px and below
	*
	*/

	#landing #stablecoin img {
		margin-bottom: 50px;
		margin-left: 0;
	}
	#landing #stablecoin > object {
		transform: translate(-36%, -57%);
	}
	#landing #stablecoin .panel .panel-inner:nth-child(1),
	#landing #stablecoin .panel .panel-inner:nth-child(2),
	#landing #stablecoin .panel .panel-inner:nth-child(3),
	#landing #stablecoin .panel .panel-inner:nth-child(4) {
		border: 3px solid #0c2a4d;
		border-radius: 10px;
		padding: 20px;
	}
	#landing #stablecoin .panel .panel-inner h3,
	#landing #stablecoin .panel .panel-inner p,
	#landing #stablecoin .panel ul {
		text-align: left;
	}
	#landing #stablecoin .panel ul {
		justify-content: flex-start;
		margin: 20px 0 0 0;
	}
	#landing #stablecoin .panel {
		gap: 20px;
	}
	#landing #stablecoin h2 {
		text-align: left;
	}
	#landing #stablecoin .tldr .grid-cell:nth-of-type(1) object {
		height: initial;
		margin-bottom: 0;
		margin-top: 0;
		width: 67px;
	}
	#landing #stablecoin .tldr .grid-cell:nth-of-type(2) object {
		height: initial;
		margin-bottom: 5px;
		margin-top: 0;
		max-width: initial;
		width: 100px;
	}
	#landing #stablecoin .tldr .grid-cell:nth-of-type(3) object {
		height: initial;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: -10px;
		width: 90px;
	}

	/*
	*
	* BSR: 550px and below
	*
	*/
	
	#landing #savings-rate h2 {
		text-align: left;
	}
	#landing #savings-rate object {
		margin-bottom: -80px;
		margin-left: -25%;
		margin-top: -180px;
		width: 100%;
  	}
	#landing #savings-rate h3 {
		font-size: 12px;
	}
	#landing #savings-rate h3 span {
		display: block;
	}
	#landing #savings-rate .savings-table p {
		font-size: 22px;
		line-height: 1.4;
	}

	/*
	*
	* Exchange: 550px and below
	*
	*/

	/* Data points */

	#landing #exchange .data-points {
		background: none;
		border-radius: 10px;
		display: flex;
		margin: 100px auto 60px auto;
		max-width: 75%;
		padding: 0;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 50px;
		display: none;
	}
	#landing #exchange .data-points .inner {
		display: flex;
		flex: 1;
	}
	#landing #exchange .data-points .inner:nth-of-type(1),
	#landing #exchange .data-points .inner:nth-of-type(2) {
		border-right: 3px solid #0c2a4d;
	}
	#landing #exchange .data-points .inner div {
		width: 100%;
	}
	#landing #exchange .data-points .inner h3,
	#landing #exchange .data-points .inner p {
		text-align: center;
		width: 100%;
	}
	#landing #exchange .data-points .inner p {
		color: #ffffff;
		font-family: 'tex-gyre-adventor-bold', sans-serif;
		font-size: 30px;
		line-height: 1.2;
	}
	#landing #exchange .tldr .grid-cell:nth-of-type(1) object {
		margin-top: 0;
		margin-bottom: 0;
		height: initial;
		width: 92px;
		max-width: initial;
	}
	#landing #exchange .tldr .grid-cell:nth-of-type(2) object {
		margin-top: 0;
		margin-bottom: 3px;
		height: initial;
		width: 85px;
		max-width: initial;
	}
	#landing #exchange .tldr .grid-cell:nth-of-type(3) object {
		margin-top: 0;
		margin-bottom: 4px;
		height: initial;
		width: 92px;
		max-width: initial;
	}

	/*
	*
	* Protection: 550px and below
	*
	*/

	#landing #protection .tldr {
		margin-top: 50px;
	}
	#landing #protection .tldr .grid-cell:nth-of-type(1) object {
		margin-top: 0;
		margin-bottom: 0;
		height: initial;
		width: 62px;
		max-width: initial;
	}
	#landing #protection .tldr .grid-cell:nth-of-type(2) object {
		margin-top: 0;
		margin-bottom: 3px;
		height: initial;
		width: 62px;
		max-width: initial;
	}
	#landing #protection .tldr .grid-cell:nth-of-type(3) object {
		margin-top: 0;
		margin-bottom: 4px;
		height: initial;
		width: 62px;
		max-width: initial;
	}

	/*
	*
	* Governance: 550px and below
	*
	*/

	#landing #governance .tldr .grid-cell:nth-of-type(1) object {
		margin-top: 0;
	}
	#landing #grants h2.text-center {
		text-align: left;
	}
	#landing .panel.grant-highlights {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2,1fr);
    	grid-template-rows: repeat(2,1fr);
		margin-top: 60px;
	}
	#landing .panel.grant-highlights .panel-inner {
		border: 3px solid #0c2a4d;
		border-radius: 10px;
		padding: 20px;
	}
	#landing .panel.grant-highlights .panel-inner:nth-child(1) {
		grid-column: 2 / 3;
    	grid-row: 1 / 3;
	}
	#landing .panel.grant-highlights .panel-inner div {
  		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}	
	#landing .panel.grant-highlights .panel-inner:nth-child(1) div {
		align-self: center;
	}
	#landing .panel.grant-highlights .panel-inner h3,
	#landing .panel.grant-highlights .panel-inner p {
		text-align: left;
	}
	#landing .panel.grant-highlights .panel-inner h3 {
		font-size: 12px;
	}
	#landing .panel.grant-highlights .panel-inner p {
		font-size: 25px;
	}
	#landing .panel.grant-highlights + p {
		margin-top: 40px;
		text-align: left;
	}
	#landing #governance .tldr .grid-cell:nth-of-type(1) object {
		margin-top: 0;
		margin-bottom: 0;
		height: initial;
		width: 54px;
		max-width: initial;
	}
	#landing #governance .tldr .grid-cell:nth-of-type(2) object {
		margin-top: 0;
		margin-bottom: 1px;
		height: initial;
		width: 69px;
		max-width: initial;
	}
	#landing #governance .tldr .grid-cell:nth-of-type(3) object {
		margin-top: 0;
		margin-bottom: 4px;
		height: initial;
		width: 53px;
		max-width: initial;
	}

	/*
	*
	* Feedback: 550px and below
	*
	*/

	#landing .community-feedback .panel {
		padding: 20px;
	 }
	#landing .community-feedback .panel p {
		font-size: 15px;
	}
	#landing .community-feedback .panel {
		flex: 100%;
		margin-left: 0;
		padding: 20px;
  	}
  	#landing #feedback {
  		margin-bottom: 0;
  	}
    #landing.reviews .community-feedback {
  		margin-top: 50px;
  	}

	table#chain-comparison thead tr:nth-of-type(1) th:not(:first-of-type) {
		transform: rotate(-70deg);
	}
	
	table#chain-comparison th[class^='table-'] {
		background-position: 15px center;
		background-size: 20px;	
		padding-left: 45px;
	}
	table#chain-comparison tbody th {
		font-size: 15px;
		padding-left: 55px;
	}
}

/* ==========================================================================
	Responsive styles: 500px and below
========================================================================== */

@media (max-width: 500px) {

	/*
	*
	* Hero: 500px and below
	*
	*/

	#landing .hero {
		margin-bottom: 60px;
	}
	#landing .hero-background-flow {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}

	/*
	*
	* Governance: 500px and below
	*
	*/

	#landing #governance #grants {
		margin-bottom: 50px;
	}

	/*
	*
	* Protection: 500px and below
	*
	*/

	#landing #protection object {
		margin-bottom: -25px;
	}

	/*
	*
	* Feedback: 500px and below
	*
	*/

	#landing #feedback object {
		margin-bottom: -25px;
	}
	#landing #feedback h2 .text-gradient {
		display: inline;
	}
}

/* ==========================================================================
	Responsive styles: 450px and below
========================================================================== */

@media (max-width: 450px) {

	/*
	*
	* Hero: 450px and below
	*
	*/

	#landing .hero .graphic {
		max-width: initial;
		width: 120%;
		margin-bottom: -50px;
		margin-left: -10%;
	}
	#landing .hero h1,
	#landing .hero h1 .text-wrapper {
		font-size: 52px;
		line-height: 1.15;
	}
	#landing .hero h1 .text-gradient {
		font-size: 35px;
	}
	#landing .hero h1::before {
		top: -25px;
	}
	#landing .hero-cover {
		height: 1900px;
	}

	#landing section .grid-cell.content > h2,
	#landing section#feedback h2,
	#landing .call-to-actions h2,
	#landing .grid.intro h2 {
		font-size: 35px;
	}
	#landing .text-center {
		text-align: left;
	}

	/* Backgrounds */

	#landing .hero-background-flow {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}

	/*
	*
	* Intro: 450px and below
	*
	*/

	#landing .intro object {
		position: relative;
		margin-top: 50px;
		margin-bottom: 25px;
		margin-left: auto;
		width: 80%;
		margin-right: auto;
	}

	/*
	*
	* Stablecoin: 450px and below
	*
	*/

	#landing #stablecoin img {
		margin-bottom: 50px;
		transform: initial;
		width: 250px;
	}
	#landing #stablecoin > object {
		transform: translate(-20%, -60%);
	}
	#landing #stablecoin .content p.arrow-right {
		margin-left: initial !important;
		margin-right: initial !important;
		max-width: 200px !important;
	}
	#landing #stablecoin .content p.arrow-right::after {
		margin-left: -5px;
		margin-top: 33px;
		width: 15px;
	}
	#landing #stablecoin .data-points .inner:nth-child(1),
	#landing #stablecoin .data-points .inner:nth-child(3),
	#landing #stablecoin .data-points .inner:nth-child(4) {
		height: 100px;
	}
	#landing #stablecoin .data-points .inner:nth-child(2) {
		height: 150px;
		margin-top: -15px;
		padding: 0;
		padding-bottom: 130px;
	}

	/*
	*
	* BSR: 450px and below
	*
	*/
	#landing #savings-rate {
		margin-bottom: 50px;
	}
	#landing .savings-table h3,
	#landing .savings-table p {
		padding-left: 20px;
		text-align: left;
	}
	#landing .savings-table .savings-total h3,
	#landing .savings-table .savings-total p {
		padding-left: 0;
	}
	#landing #savings-rate object {
		width: 150%;
	}

	/*
	*
	* Exchange: 450px and below
	*
	*/

	#landing #exchange .graphic object {
		transform: initial;
		width: 168%;
		max-width: initial;
		margin-left: -34%;
	}
	#landing #exchange .content {
		min-width: initial;
	}

	/*
	*
	* Protection: 450px and below
	*
	*/

	#landing #protection {
		margin-top: 250px;
	}
	#landing #protection .graphic object {
		max-width: initial;
		transform: initial;
		width: 164%;
		margin-left: -32%;
	}

	/*
	*
	* Governance: 450px and below
	*
	*/

	#landing #governance .graphic object {
		margin-top: 0;
		transform: initial;
		width: 110%;
		margin-bottom: 0px;
		margin-left: -5%;
	}

	/*
	*
	* Feedback: 450px and below
	*
	*/

	#landing #feedback object {
		margin-left: -31%;
		margin-top: 0px;
		width: 159%;
		margin-bottom: -130px;
	}
	#landing #feedback .community-feedback {
		display: block;
	}
	#landing #feedback .community-feedback .panel {
		margin-bottom: 30px;
	}
	#landing #feedback .view-more {
		transform: translateY(-200px);
	}
	.coming-soon-mobile {
		display: block;
	}
	table .coming-soon-mobile {
		position: absolute;
		text-indent: 0;
		padding-left: 5px;
		transform: translate(40px, -30px);
	}
	table th:hover .coming-soon-mobile {
		transform: translate(80px, -30px);
	}
	table#chain-comparison .label {
		display: none;
	}
	.chain-comparison-container {
		padding-bottom: 0;
		padding-top: 150px; 
	}
	table#chain-comparison {
		margin-bottom: 25px;
	}
	table#chain-comparison tbody tr th {
		transition: all 0.3s ease;
	}
	table#chain-comparison tbody th {
		padding-bottom: 15px;
		padding-top: 15px;
		font-size: 13px;
		max-width: 37%;
		width: 100%;
	}
	table#chain-comparison thead tr:nth-of-type(1) th:not(:first-of-type) {
		font-size: 12px;
	}
	table#chain-comparison th[class^="table-"] {
		background-position: 12px center;
		padding-left: 40px;
		padding-right: 15px;
	}
	table#chain-comparison tbody tr:nth-of-type(1) th,
	table#chain-comparison tbody tr td {
		width: auto;
	}
	table#chain-comparison tbody tr:nth-of-type(1) th {
		border-radius: 15px 0 0 0;
	}
	table#chain-comparison tbody tr:nth-of-type(1) td:last-of-type {
		border-radius: 0 15px 0 0;
	}
	table#chain-comparison tbody tr:last-of-type th {
		border-radius: 0 0 0 15px;
	}
	table#chain-comparison tbody tr:last-of-type td:last-of-type {
		border-radius: 0 0 15px 0;
	}
	table#chain-comparison td.yes-icon,
	table#chain-comparison td.no-icon {
		background-size: 15px;
		width: 10.5%;
	}
	table#chain-comparison td.no-icon {
		background-size: 10px;
	}
}

/* ==========================================================================
	Responsive styles: 400px and below
========================================================================== */

@media (max-width: 400px) {

	/*
	*
	* Modules: 400px and below
	*
	*/

	#landing section .grid-cell.content > h2,
	#landing section#feedback h2,
	#landing .call-to-actions h2,
	#landing .grid.intro h2 {
		font-size: 40px;
	}

	/*
	*
	* Hero: 400px and below
	*
	*/

	#landing .hero h1,
	#landing .hero h1 .text-wrapper {
		font-size: 50px;
		text-align: center;
	}
	#landing .hero h1 .text-gradient {
		font-size: 35px;
	}
	#landing .hero h1::before {
		top: -25px;
	}
	#landing .hero .content p {
		margin-top: 15px;
		text-align: center;
	}
	#landing .hero .graphic {
		width: 130%;
		margin-left: -16%;
	}
	#landing .hero-background-flow {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-loop {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-synergy {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-vibe {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}
	#landing .hero-background-bloom {
		top: -450px;
		width: 300%;
		margin-left: -100%;
	}

	/*
	*
	* Stablecoin: 400px and below
	*
	*/

	#landing #stablecoin h2 {
		font-size: 39px;
	}
	#landing #stablecoin img {
		margin-bottom: 25px;
		transform: initial;
		width: 80%;
		margin-left: 10%;
	}
	#landing #stablecoin > object {
		transform: translate(-21%, -60%);
	}

	/*
	*
	* Savings rate: 400px and below
	*
	*/

	#landing .savings-table {
		margin-top: 25px;
	}
	#landing .savings-table h3,
	#landing .savings-table p {
		padding-left: 0;
		text-align: center;
	}
	#landing #stablecoin .data-points .inner:nth-of-type(1),
	#landing #stablecoin .data-points .inner:nth-of-type(3),
	#landing .savings-table .savings-total,
	#landing .savings-table .savings-rate {
		border-right: 0;
	}
	#landing .savings-table > .grid-cell {
		margin-bottom: 0;
	}
	#landing .savings-table > .grid-cell:last-of-type {
		margin-bottom: 0;
	}

	/*
	*
	* Exchange: 400px and below
	*
	*/

	#landing #exchange .graphic object {
		width: 180%;
		margin-left: -40%;
		margin-bottom: -70px;
	}

	/*
	*
	* Governance: 400px and below
	*
	*/

	#landing #governance .graphic object {
		width: 120%;
		margin-left: -10%;
		margin-bottom: -25px;
	}

	/*
	*
	* Cross-Chain: 400px and below
	*
	*/

	#cross-chain object {
		margin-left: -95%;
		width: 250%;
		margin-bottom: -225px;
		margin-top: -50px;
	}
	.chain-comparison-container {
		padding-top: 85px; 
	}

	/*
	*
	* Protection: 400px and below
	*
	*/

	#landing #protection {
		margin-top: 100px;
	}

	/*
	*
	* Feedback: 400px and below
	*
	*/

	#landing #feedback h2 {
		max-width: 95%;
	}
	#landing #feedback object {
		margin-left: -50%;
		width: 200%;
		margin-bottom: -150px;
	}

	/*
	*
	* Call to actions: 400px and below
	*
	*/

	#landing .call-to-actions h2 {
		max-width: 60%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#landing .call-to-actions {
		margin-bottom: 50px;
	}
}
