/* ====================================================================== */
/* =========================== Default Screen =========================== */
/* ====================================================================== */

*,
*::after,
*::before {
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: cover;
}

html {
	height: 100%;
	font-family: 'Museo Sans', sans-serif;
	scroll-behavior: smooth;
	font-size: 10px;
	overflow-y: scroll;
	font-weight: 400;
	cursor: default;
}
	
body {
	height: 100%;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	font-smoothing: antialiased !important;	
	line-height: 0;
	padding: 0;
	margin: 0;
}

.setWrapper {
	margin: 9.6rem auto 19.2rem auto;
	width: calc(100% - 12.8rem);
	position: relative;
	text-align: center;
	z-index: 9000;
}

/* ---------------------------------------- */
/* ----- >>> Structure -------------------- */
/* ---------------------------------------- */

header,
footer,
section {
	width: 100%;
	overflow: hidden;
	position: relative;
}

header {
	justify-content: space-between;
	align-items: flex-start;
	position: fixed;
	z-index: 9999;
	display: flex;
	top: 0;
}

footer {
	background: #606060;
	color: var(--font-01);
}

footer .setWrapper {
	margin: 9.6rem auto;
}

/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1			{ font: 700 7.2rem/1.00em 'Museo Sans', sans-serif; margin-bottom: 6.4rem; letter-spacing: -0.000rem; }
h2			{ font: 700 3.6rem/1.10em 'Museo Sans', sans-serif; margin-bottom: 3.2rem; letter-spacing: -0.000rem; }
h3			{ font: 700 2.8rem/1.25em 'Museo Sans', sans-serif; margin-bottom: 3.2rem; letter-spacing: +0.500rem; text-transform: uppercase; }
p, dd 		{ font: 300 3.2rem/1.25em 'Museo Sans', sans-serif; margin-bottom: 1.6rem; letter-spacing: +0.000rem; }
small 		{ font: 300 1.8rem/1.50em 'Museo Sans', sans-serif; margin-bottom: 1.6rem; letter-spacing: +0.025rem; display: inline-block; text-align: justify; }
a 			{ text-decoration: none;}

p.isAlt { 
	font-size: 1.8rem;
	opacity: 0.5;
}

.isFixed {
	position: absolute;
	bottom: -9.6rem;
	left: 4.8rem;
}

h1, h2, h3,
h4, h5, h6,
p, small {
	margin-right: auto;
	margin-left: auto;
	max-width: 118rem;
}

.isOut {
  	-webkit-text-stroke-color: #FFFFFF;
  	animation-iteration-count: infinite;
	-webkit-text-stroke-width: 0.3rem;
	text-transform: uppercase;
	-webkit-appearance: none;
	animation-duration: 2.0s;
	animation-name: isGlow;
	display: inline-block;
	color: transparent;
}

@keyframes isGlow {
	000.000% { 
		text-shadow: 0.0rem 0.0rem 4.0rem rgba(025, 035, 250, 1.0), 
					 0.0rem 0.0rem 3.0rem rgba(255, 255, 255, 1.0),
					 0.0rem 0.0rem 2.0rem rgba(000, 250, 255, 1.0),
					 0.0rem 0.0rem 1.0rem rgba(000, 250, 255, 1.0);
	} 

	050.000% { 
		text-shadow: 0.0rem 0.0rem 2.0rem rgba(025, 035, 250, 1.0), 
					 0.0rem 0.0rem 1.5rem rgba(255, 255, 255, 1.0),
					 0.0rem 0.0rem 1.0rem rgba(000, 250, 255, 1.0),
					 0.0rem 0.0rem 0.5rem rgba(000, 250, 255, 1.0);
	} 

	100.000% { 
		text-shadow: 0.0rem 0.0rem 4.0rem rgba(025, 035, 250, 1.0), 
					 0.0rem 0.0rem 3.0rem rgba(255, 255, 255, 1.0),
					 0.0rem 0.0rem 2.0rem rgba(000, 250, 255, 1.0),
					 0.0rem 0.0rem 1.0rem rgba(000, 250, 255, 1.0);
	} 

}

/* ---------------------------------------- */
/* ----- >>> Navegation ------------------- */
/* ---------------------------------------- */

.setBND {
	width: 24rem;
	aspect-ratio: 3 / 2;
	background: url(../assets/SVG/SVG_BND.svg?100) no-repeat center center / cover;
	position: relative;
	z-index: 9999;
}

nav {
	background: rgb(27,38,89);
	background: radial-gradient(circle, rgba(27,38,89,1) 0%, rgba(0,115,171,1) 100%); 
	border-radius: 0.0rem 0.0rem 0.0rem 6.4rem;
	padding: 2.4rem 6.4rem;
	float: right;
}

nav ul {
	justify-content: center;
	display: flex;
	gap: 3.2rem;
}

nav ul > li > a {
	font: 500 1.6rem/1.50em 'Museo Sans', sans-serif;
	color: #E7D200;
}

nav ul > li > a:hover {
	color: #FFFFFF;
}

/* ---------------------------------------- */
/* ----- >>> Section: Home ---------------- */
/* ---------------------------------------- */

.isS00 {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.isS00 .setGrid{
	position: fixed;
	z-index: 0;
	top: 0;
}

.setButton.isFix {
	position: absolute;
	bottom: 12.8rem;
	right: 9.6rem;
	z-index: 999999;
}

/* ---------------------------------------- */

.isING {
	width: 100%;
	max-width: 90rem;
	justify-content: space-between;
	margin: 1.62rem auto;
	display: flex;
}

.isING > p {
	font: 700 3.2rem/1.00em 'Museo Sans', sans-serif;
	white-space: nowrap;
	text-align: center;
	width: 20%;
}

.isING > p:first-child { text-align: right; }
.isING > p:last-child  { text-align: left; }

.isING.isT { background: url(../assets/SVG/SVG_S01.svg?00012) no-repeat center bottom / 36.0rem 8.0rem; }
.isING.isB { background: url(../assets/SVG/SVG_S02.svg?00012) no-repeat center center / 36.0rem 8.0rem; }

.isING.isT > p:nth-child(1) { margin: 9.6rem auto 0.0rem auto; }
.isING.isT > p:nth-child(2) { margin: 0.0rem auto 9.6rem auto; }
.isING.isT > p:nth-child(3) { margin: 9.6rem auto 0.0rem auto; }

.isING.isB > p:nth-child(1) { margin: 0.0rem auto 3.2rem auto; }
.isING.isB > p:nth-child(2) { margin: 0.0rem auto 3.2rem auto; }
.isING.isB > p:nth-child(3) { margin: 0.0rem auto 3.2rem auto; }

.isPST {
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
}

.isPST i {
	width: 34.0rem;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	aspect-ratio: 4 / 3;
	position: relative;
}

.isPST i:nth-child(1) { 
	background-image: url(../assets/SVG/SVG_P01.svg?1000); 
	animation-name: setMoveUp;
	margin-bottom: -12.8rem;
	z-index: 2; 
}
.isPST i:nth-child(2) { 
	background-image: url(../assets/SVG/SVG_P02.svg?1000); 
	animation-name: setMoveDown;
	margin-bottom: -00.0rem;
	z-index: 1; 
}

@keyframes setMoveUp {
		0% { transform: translate(0, 0.0rem) rotate(-5deg); }
	   50% { transform: translate(0, 3.2rem) rotate(+0deg); }
	  100% { transform: translate(0, 0.0rem) rotate(-5deg); }
}

@keyframes setMoveDown {
		0% { transform: translate(0, 3.2rem) rotate(-15deg); }
	   50% { transform: translate(0, 0.0rem) rotate(+0deg); }
	  100% { transform: translate(0, 3.2rem) rotate(-15deg); }   
}

/* ---------------------------------------- */

.isICN {
	flex-direction: column;
	flex-wrap: wrap;
	display: flex;
}

.isICN > li {
	margin-bottom: -9.6rem;
}

.isICN > li:nth-child(1) { align-self: flex-end;   }
.isICN > li:nth-child(2) { align-self: flex-start; }
.isICN > li:nth-child(3) { align-self: flex-end;   }

.isCRS {
	width:  18.0rem;
	height: 18.0rem;
	background: url(../assets/@0x/IMG_S00.png) no-repeat center center / cover;
	margin: 3.2rem auto -3.2rem auto;
	display: block;
}

/* ---------------------------------------- */

.isSTS {
	flex-wrap: wrap;
	display: flex;
}

.isSTS > li {
	width: 50%;
}

/* ---------------------------------------- */

.isTIP {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	gap: 6.4rem;
}

.isTIP > li {
	width: calc(50% - 3.2rem);
}

.isTIP > li > p {
	max-width: 40.0rem;
	font-size: 2.4rem;
	margin: 0 auto;
}

/* ---------------------------------------- */

.isFAQs {
	width: 100%;
	margin-bottom: 25.6rem !important;
	text-align: center;
	flex-wrap: wrap;
	display: flex;
	gap: 1.6rem;
}

.isFAQs:before {
	width:  32rem;
	height: 32rem;
	background: url(../assets/SVG/SVG_S07.svg?00012) no-repeat center center / cover;
	margin: 0 auto -2.4rem auto;
	content: "";
}

.isFAQs > li {
	width: 100%;
	transition: color 0.25s, background 0.25s, border 0.25s ease-in-out;
	border: 0.2rem solid #1A2E35;
	background-color: #5BC4F1;
	padding: 3.2rem 1.6rem;
	border-radius: 2.4rem;
	position: relative;
	color: #1A2E35;
}

.isFAQs > li:after {
	width:  3.2rem;
	height: 3.2rem;
	font: 700 3.8rem/2.8rem 'Museo Sans', sans-serif;
	position: absolute;
	right: 2.8rem;
	top: 3.6rem;
	content: "+";
}

.isFAQs > li:hover,
.isFAQs > li.isActive {
	background-color: #1B2659;
	border-color: #E7D200;
	color: #FFFFFF;
}

.isFAQs > li.isActive:after {
	content: "-";
}

.isFAQs > li > h2 {
	margin-bottom: 0;
	cursor: pointer;
}

.isFAQs > li > p {
	width: calc(100% - 6.4rem);
	margin: 3.2rem auto;
	font-size: 2.1rem;
	display: none;
}

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

img {
	width: 100%;
	height: auto !important;
	margin: 0 auto;
	display: block;
}


.isTAL { text-align: left; }
.isTAC { text-align: center; }
.isTAR { text-align: right; }

video {
	width:  100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 80;
	left: 50%;
	top: 50%;
}

.isLMT {
	max-width: 100em;
	margin: 0 auto;
}

/* ---------------------------------------- */

.isFull { width: calc(100% - 00.0rem); }
.isWide { width: calc(100% - 06.4rem); }
.isAuto { width: calc(100% - 12.8rem); }
.isThir { width: calc(075% - 00.0rem); }
.isHalf { width: calc(050% - 00.0rem); }

/* ---------------------------------------- */

.isMRG00 { margin:   16rem auto !important;  }

.isMTA00 { margin-top:	  auto	!important; }
.isMT000 { margin-top:	  00.0rem !important; }
.isMT008 { margin-top:	  00.8rem !important; }
.isMT016 { margin-top:	  01.6rem !important; }
.isMT032 { margin-top:	  03.2rem !important; }
.isMT024 { margin-top:	  02.4rem !important; }
.isMT048 { margin-top:	  04.8rem !important; }
.isMT064 { margin-top:	  06.4rem !important; } 
.isMT072 { margin-top:	  07.2rem !important; }
.isMT080 { margin-top:	  08.0rem !important; }
.isMT096 { margin-top:	  09.6rem !important; }
.isMT112 { margin-top:	  11.2rem !important; }
.isMT128 { margin-top:	  12.8rem !important; }
.isMT144 { margin-top:	  14.4rem !important; }
.isMT160 { margin-top:	  16.0rem !important; }
.isMT256 { margin-top:	  25.6rem !important; }

.isMB000 { margin-bottom: 00.0rem !important; }
.isMB004 { margin-bottom: 00.4rem !important; }
.isMB008 { margin-bottom: 00.8rem !important; }
.isMB016 { margin-bottom: 01.6rem !important; }
.isMB032 { margin-bottom: 03.2rem !important; }
.isMB048 { margin-bottom: 04.8rem !important; }
.isMB054 { margin-bottom: 05.4rem !important; }
.isMB064 { margin-bottom: 06.4rem !important; }
.isMB072 { margin-bottom: 07.2rem !important; }
.isMB080 { margin-bottom: 08.0rem !important; }
.isMB096 { margin-bottom: 09.6rem !important; }
.isMB112 { margin-bottom: 11.2rem !important; }
.isMB128 { margin-bottom: 12.8rem !important; }
.isMB144 { margin-bottom: 14.4rem !important; }
.isMB160 { margin-bottom: 16.0rem !important; }
.isMB256 { margin-bottom: 25.6rem !important; }

/* ---------------------------------------- */

.setColumns {
	display: flex;
}

.setColumns > * {
	width: 50%;
}

/* ---------------------------------------- */

.setGrid {
	margin-bottom: 3.2rem;
	position: relative;
}

.setGrid,
.setGrid .setItems {
	width: 100%;
}

.setGrid:not(.setSwiper) .setItems {
	flex-wrap: wrap;
	display: flex;
	column-gap: 0.4rem;
	row-gap: 4.8rem;
}

.setGrid[data-max="2"] .setItems > .setItem  { width: calc(50.000000% - 0.20rem); }
.setGrid[data-max="3"] .setItems > .setItem  { width: calc(33.323232% - 0.27rem); }
.setGrid[data-max="4"] .setItems > .setItem  { width: calc(25.000000% - 0.30rem); }
.setGrid[data-max="5"] .setItems > .setItem  { width: calc(20.000000% - 0.32rem); }
.setGrid[data-max="6"] .setItems > .setItem  { width: calc(16.666666% - 0.33rem); }
.setGrid[data-max="7"] .setItems > .setItem  { width: calc(14.285714% - 0.34rem); }
.setGrid[data-max="8"] .setItems > .setItem  { width: calc(12.500000% - 0.35rem); }
.setGrid[data-max="9"] .setItems > .setItem  { width: calc(11.111111% - 0.36rem); }
.setGrid[data-max="10"] .setItems > .setItem { width: calc(10.000000% - 0.36rem); }

/* ---------------------------------------- */

.setSwiper {
	position: relative;
	overflow: hidden;
	z-index: 9000;
}

.setSwiper .setItems .setItem {
	margin-bottom: 0;
}

.setPrev,
.setNext {
	width:  4.8rem;
	height: 4.8rem;
	background: url(../assets/SVG/SVG_ARW.svg?00012) no-repeat 0 0 / 200% 100% rgba(255, 255, 255, 0.1);
	transform: translateY(-50%);
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	top: 50%;
}

.setPrev { left:  3.2rem; background-position: 000% 000%; }
.setNext { right: 7.2rem; background-position: 100% 000%; }

.setDots {
	justify-content: center;
	align-items: center;
	margin-top: 3.2rem;
	display: flex;
	gap: 1.6rem;
}

.setDots > span {
	width:	0.8rem;
	height: 0.8rem;
	border: thin solid var(--bkg-color);
	transition: all 0.25s ease-in-out;
	border-radius: 50%;
	position: relative;
}

.setDots > span.isActive {
	background: var(--bkg-color);
}

/* ---------------------------------------- */
/* ----- >>> Icon Sets -------------------- */
/* ---------------------------------------- */

i {
	background-color: rgba(255, 0, 0, 0);
	transition: all 0.25s ease-in-out;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: inline-block;
}

.isISO { 
	width: 16.0rem; 
	aspect-ratio: 2.5 / 1; 
	background-image: url(../assets/SVG/SVG_ELE.png?00012);
	margin: 0 auto 3.2rem auto;
	display: block;
}

.isLOG {
	width: 21.0rem;
	background: url(../assets/SVG/SVG_L01.svg?00012) no-repeat center center / cover;
	display: inline-block;
	aspect-ratio: 3 / 1; 
	margin-right: 1.6rem;
}

.isLOG.isAlt {
	background: url(../assets/SVG/SVG_L02.svg?00012) no-repeat center center / cover;
}

.isS01 {
	width: 54rem;
	aspect-ratio: 2 / 1;
	background: url(../assets/SVG/SVG_S03.svg?00012) no-repeat 000% 000% / 300% 100%;
}

.isS02 {
	all: unset;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: url(../assets/SVG/SVG_S04.svg?00012) no-repeat 000% 000% / 200% 300%;
	animation-iteration-count: infinite;
	animation-duration: 1.0s;
	display: inline-block;
	animation-name: isFPS;
	margin-bottom: 3.2rem;
}

@keyframes isFPS {
	000.000%,014.999% { background-position-y: 000%; } 
	015.000%,029.999% { background-position-y: 050%; } 
	030.000%,044.999% { background-position-y: 100%; } 
	045.000%,059.999% { background-position-y: 050%; } 
	060.000%,100.000% { background-position-y: 000%; } 
}

.isS03 {
	width: 32rem;
	aspect-ratio: 1 / 1;
	background: url(../assets/SVG/SVG_S06.svg?00012) no-repeat 000% 000% / 400% 100%;
	margin-bottom: 3.2rem;
}

.isSTR {
	width: 100%;
	aspect-ratio: 4 / 1;
	background: url(../assets/SVG/SVG_S05.svg?00012) no-repeat 000% 000% / 100% 100%;
	margin-bottom: -4.8rem;
}

.isP21 { background-position: 000% 000%; }
.isP22 { background-position: 100% 000%; }


.isP31 { background-position: 000% 000%; }
.isP32 { background-position: 050% 000%; }
.isP33 { background-position: 100% 000%; }

.isP41 { background-position: 000% 000%; }
.isP42 { background-position: 033% 000%; }
.isP43 { background-position: 066% 000%; }
.isP44 { background-position: 100% 000%; }


/* ---------------------------------------- */
/* ----- >>> Menu Animation --------------- */
/* ---------------------------------------- */

.setMenu {
	height: 1.6rem;
	margin: 2.4rem;
	z-index: 9990;
	display: none;
}

.setMenu .setIcon {
	width:  2.4rem;
	height: 1.2rem;
	position: relative;
	cursor: pointer;
	float: right;
}

.setMenu .setIcon span {
	width:  100%;
	height: 0.2rem;
	display: block;
	transition: .25s;
	transform: rotate(0deg);
	border-radius: 3.2rem;
	background: #E7D200;
	position: absolute;
	opacity: 1;
	left: 0;
}

.setMenu .setIcon span:nth-child(1) { top: 000%; }
.setMenu .setIcon span:nth-child(2),
.setMenu .setIcon span:nth-child(3) { top: 050%; }
.setMenu .setIcon span:nth-child(4) { top: 100%; }

.setMenu .setIcon.isActive span:nth-child(1) {
	width: 0%;
	left: 50%;
	top: 0.8rem;
}

.setMenu .setIcon.isActive span:nth-child(2) {
	transform: rotate(45deg);
}

.setMenu .setIcon.isActive span:nth-child(3) {
	transform: rotate(-45deg);
}

.setMenu .setIcon.isActive span:nth-child(4) {
	width: 0%;
	left: 50%;
	top: 0.8rem;
}

/* ---------------------------------------- */
/* ----- >>> Animations ------------------- */
/* ---------------------------------------- */

a,
button {
	transition: all 0.25s ease-in-out;
}

.isICN > li:hover > i,
.isTIP > li:hover > i {
	transform: scale(1.1);
}

.setButton {
	font: 700 2.1rem/1.50em 'Museo Sans', sans-serif;
	border: 0.2rem solid currentColor;
	background-color: #1B2659;
	text-transform: uppercase;
	padding: 1.6rem 4.8rem;
	letter-spacing: 0.025em;
	border-radius: 3.2rem;
	display: inline-block;
	margin-top: 6.4rem;
	color: #E7D200;
}

.setButton:hover {
	background-color: #E7D200;
	color: #1B2659;
}


.setButton.isAlt {
	background-color: #E7D200;
	color: #1B2659;
}

.setButton.isAlt:hover {
	background-color: #1B2659;
	color: #E7D200;
}


.isM01,
.isM02,
.isM03 {
	width: 100%;
	height: 1050vh;
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100%;
	position: absolute;
	margin-top: 100vh;
}

.isM01 { background-image: url(../assets/SVG/SVG_B01.svg); z-index: 100; }
.isM02 { background-image: url(../assets/SVG/SVG_B02.svg); z-index: 200; }
.isM03 { background-image: url(../assets/SVG/SVG_B03.svg); z-index: 300; }

/* ---------------------------------------- */

.setSocial {
	justify-content: center;
	align-items: center;
	margin-top: 4.8rem;
	display: flex;
	z-index: 100;
	gap: 1.6rem;
}


.isSCL {
	width:  3.6rem;
	height: 3.6rem;
	background: url(../assets/SVG/SVG_SCL.svg?100) no-repeat 000% 000% / 500% 200% #1B2659;
	border-radius: 0.8rem;
}

.setSocial.isFix {
	transform: translateY(-50%);
	flex-direction: column;
	position: fixed;
	margin: 0;
	right: 0;
	top: 50%;
}

.setSocial.isFix .isSCL {
	border-radius: 0.8rem 0.0rem 0.0rem 0.8rem;
	background-color: #E7D200;
}

.setSocial .isP51 { background-position: 000% 000%; }
.setSocial .isP52 { background-position: 025% 000%; }
.setSocial .isP53 { background-position: 050% 000%; }
.setSocial .isP54 { background-position: 075% 000%; }
.setSocial .isP55 { background-position: 100% 000%; }

.setSocial.isFix .isP51 { background-position: 000% 100%; }
.setSocial.isFix .isP52 { background-position: 025% 100%; }
.setSocial.isFix .isP53 { background-position: 050% 100%; }
.setSocial.isFix .isP54 { background-position: 075% 100%; }
.setSocial.isFix .isP55 { background-position: 100% 100%; }


/* ---------------------------------------- */
/* ----- >>> Color Scheme ----------------- */
/* ---------------------------------------- */

:root {
	--font-01: #FFFFFF;
	--font-02: #E7D200;
	--font-03: #0074AB;
	--font-04: #1B2659;
	--back-01: #5BC4F1;
	--back-02: #0074AB;
	--back-03: #028B94;
	--back-04: #1B2659;
}

.isB01 { background: var(--back-01); }
.isB02 { background: var(--back-02); }
.isB03 { background: var(--back-03); }
.isB04 { background: var(--back-04); }

.isF01 { color: var(--font-01); }
.isF02 { color: var(--font-02); }
.isF03 { color: var(--font-03); }
.isF04 { color: var(--font-04); }


.isA01:after,
.isA02:after,
.isA03:after,
.isA04:after {
	width: 100vw;
	aspect-ratio: 10 / 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1000;
	content: "";
	bottom: 0;
	left: 0;
}

.isA01:after { background-image: url(../assets/SVG/SVG_A01.svg?00012); z-index: 51 }
.isA02:after { background-image: url(../assets/SVG/SVG_A02.svg?00012); }
.isA03:after { background-image: url(../assets/SVG/SVG_A03.svg?00012); }
.isA04:after { background-image: url(../assets/SVG/SVG_A04.svg?00012); }

/* ---------------------------------------- */
/* ----- >>> CSS Hacks -------------------- */
/* ---------------------------------------- */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

* html .setClearfix{ 
	height: 1%;
}

.setClearfix{ 
	display: inline-block; 
}

.setClearfix:after {
	content: "\00A0";
	visibility: hidden;
	line-height: 0;
	display: block;
	clear: both;
	height: 0;
}

*:last-child:not(.setWrapper) {
	/* box-shadow:inset 0rem 0rem 0rem 0.05rem #f00; */
	margin-bottom: 0;
}

/* ---------------------------------------- */
/* ----- >>> Dev Tools -------------------- */
/* ---------------------------------------- */

.isDev * {
	box-shadow: inset 0rem 0rem 0rem 0.05rem #FF1DFF;
}

.isDev .setWrapper {
	background: rgba(255, 0, 0, 0.1);
}

.isDev .setBlock					{ background: rgba(255, 0, 0, 0.1); }
.isDev .setBlock > div:nth-child(1) { background: rgba(0, 255, 0, 0.1); }
.isDev .setBlock > div:nth-child(2) { background: rgba(0, 0, 255, 0.1); }
.isDev .setBlock > div:nth-child(3) { background: rgba(255, 0, 0, 0.1); }
