


/* -------------------------------------- */
/* --- IMPORT --------------------------- */
/* -------------------------------------- */



@import url( 'https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700&display=swap' );
@import url( '/assets/uni/vars.css' );



/* -------------------------------------- */
/* --- BASE ELEMENTS -------------------- */
/* -------------------------------------- */



body {
	font-family: 'Be Vietnam Pro', sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 13px;
	font-weight: 300;
	color: #444;
	-webkit-text-size-adjust: none;
	cursor: default;
	background-color: #FFF;
	letter-spacing: -0.5px;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-size: inherit;
}
p {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
a {
	color: inherit;
	text-decoration: none;
}



/* -------------------------------------- */
/* --- DEBUG ---------------------------- */
/* -------------------------------------- */



.Debug {
	background-color: #F5F5F5;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 250px;
	overflow: auto;
	font-size: 12px;
	line-height: 1.3;
	resize: horizontal;
	color: #777;
	z-index: 100;
	border-right: solid 1px #DDD;
}
.Debug > .Hold {
	padding: 20px;
}



/* -------------------------------------- */
/* --- LINK LIST ------------------------ */
/* -------------------------------------- */



.LinkList > ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.LinkList > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #555;
}
.LinkList > ul > li:last-child {
	border: none;
}
.LinkList > ul > li > a {
	display: block;
	font-size: 13px;
	text-transform: lowercase;
	color: #555;
}
.LinkList > ul > li.NoClick > a {
	opacity: 0.5;
	cursor: not-allowed;
}
.LinkList.SmallText > ul > li > a {
	font-size: 11px;
}



/* -------------------------------------- */
/* --- BUTTON LIST ---------------------- */
/* -------------------------------------- */



.ButtonList > ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.ButtonList > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 3px;
}
.ButtonList > ul > li > a {
	display: block;
	padding: 13px 30px 14px 30px;
	font-size: 13px;
	text-transform: uppercase;
	color: rgba( 0,0,0,0.3 );
	background-color: #EEE;
	border: solid 1px #DDD;
}
.ButtonList > ul > li.CTA > a {
	background-color: var(--purple_main);
	color: rgba( 255,255,255,0.8 );
	border-color: var(--purple_main);
}



/* -------------------------------------- */
/* --- FOOTER --------------------------- */
/* -------------------------------------- */



.Footer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color: #888 !important;
}
.Footer .Hold {
	width: 195px;
	margin: 0 auto;
	padding: 30px;
}
.Footer .LinkList {
	margin: 0 0 10px 0;
}
.Footer .LegalText p {
	font-size: 11px;
	line-height: 1.4;
}



/* -------------------------------------- */
/* --- CONTENT -------------------------- */
/* -------------------------------------- */



.Wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}
.Wrap > .Content {
	text-align: center;
	padding: 100px 25px 150px 25px;
}
.Wrap > .Content > .Hold {
	max-width: 400px;
	margin: 0 auto;
}
.Wrap > .Content .Header {
	margin: 0 0 50px 0;
}
.Wrap > .Content .Header .Logo {
	width: 230px;
	margin: 0 auto;
}
.Wrap > .Content .Header .Logo img {
	display: block;
	width: 100%;
}
.Wrap > .Content .Header .Logo .Tag {
	font-size: 13px;
	text-transform: lowercase;
	font-weight: 600;
	letter-spacing: -0.2px;
	margin-top: -10px;
	color: #9C9276;
}
.Wrap > .Content .Main .Title h1 {
	font-size: 15px;
	font-weight: 500;
}
.Wrap > .Content .Main .Notify {
	margin: 0 auto;
	width: 285px;
	position: relative;
	bottom: -30px;
	background-color: #999;
	color: #FFF;
}
.Wrap > .Content .Main .Notify p {
	font-size: 10px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	padding: 8px;
	opacity: 0.9;
}
.Wrap > .Content .Main .Notify.Error {
	background-color: #C55B5C;
}
.Wrap > .Content .Main .Notify.Success {
	background-color: #86A34F;
}
.Wrap > .Content .Main .Desc {
	margin: 15px auto 0 auto;
	width: 283px;
}
.Wrap > .Content .Main .Buttons {
	margin: 70px auto 0 auto;
	width: 283px;
}





























