
body, html {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #f0f0f2;
    overscroll-behavior: none;
}

.avatar-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

.avatar-inner {
	position: relative;
	display: inline-block;
}

.giveaway-button-on-avatar {
	position: absolute;
	top: auto;
	bottom: -5px;
	left: 30px;
	transform: rotate(-6deg);
	padding: 6px 14px;
	background: linear-gradient(70deg, #ffd400, #ffaa00);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: 1000;
	border-radius: 999px;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	border: 1px solid white;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.giveaway-button-on-avatar:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 5px 0;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10;
    font-family: Inter, sans-serif;
	font-weight: 100;
    font-size: 10px;
    line-height: 0.5;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998; 
    display: none; 
}

.popup {
    position: fixed;
    width: 360px;
	max-width: 80%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 200;
	line-height: 13px;
    text-align: center;
    border-radius: 10px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.popup.visible {
    display: block;
}
.min-h-full{
	min-height:100vh;
	min-height:-webkit-fill-available
}
.flex{
	display:flex
}
.flex-both-center{
	display:flex;
	justify-content:center;
	align-items:center
}
.flex-wrap{
	flex-wrap:wrap
}
.flex-h-center{
	display:flex;
	justify-content:center
}
.item-center{
	align-items:center
}
.mt-2{
	margin-top:2px
}
.mt-4{
	margin-top:4px
}
.mt-8{
	margin-top:8px
}
.mt-12{
	margin-top:12px
}
.mt-16{
	margin-top:16px
}
.mt-24{
	margin-top:24px
}
.mt-32{
	margin-top:32px
}
.mt-48{
	margin-top:48px
}
.mt-120{
	margin-top:120px
}
.m-auto{
	margin:auto
}
.py-10{
	padding:10px
}
.font-inter{
	font-family:Inter,sans-serif
}
.h-150,.h-165{
	height:150px
}
.page-image{
	position:fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	-o-object-fit:cover;
	object-fit:cover;
	object-position:center
}
.display-image{
	width:96px;
	height:96px;
	display:block;
	border-radius:50%;
	-o-object-fit:cover;
	object-fit:cover
}
.text-center{
	text-align:center
}
.page-title{
	margin-bottom:0px;
	font-size:20px;
	font-weight:700;
}
.page-title img{
	width:22px; 
	height: auto;
	vertical-align:middle
}
.page-bioline{
	font-weight:100;
	font-size:12px;
	margin: 6px 0 20px
}
.page-full-wrap{
	width:680px;
	z-index:10;
	padding-bottom:176px;
}
.page-item-wrap{
	transition:transform .15s cubic-bezier(.17,.67,.29,2.71) 0s;
	margin:16px 10px 0 10px;
}
.page-item-wrap:hover{
	transform:translate3d(0,0,0) scale(1.015)
}
.page-item-wrap:last-child{
	margin-bottom:0
}
.page-item-wrap{
	border-radius:10px
}
.page-item{
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.page-social{
	display:block;
	margin:0 2px 0
}
.page-social img{
	width:40px;
	height:auto;
}
.page-social:hover{
	transition:all .1s ease-in-out;
	transform:scale(1.1)
}
.relative{
	position:relative
}
.link-each-image{
	width:46px;
	height:46px;
	position:absolute;
	left:8px;
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:10px
}
.page-item{
	border:0 solid #fff;
	background:#fff;
	border-radius:15px;
	box-shadow:0 3px 3px -6px rgba(24,39,75,.12),0 2px 16px -4px rgba(24,39,75,.1),inset 0 0 0 0 rgba(24,39,75,.05);
}
.page-item-each{
	text-decoration:none;
	overflow:hidden;
	z-index:10;
	box-sizing:border-box;
	color:#1f365c;
	font-family:Inter,sans-serif;
	font-size:16px;
	font-weight:400;
	text-transform:none;
	border-radius:8px;
	min-height:60px;
}
.page-item-title{
	font-weight:700;
	margin-bottom:16px;
	font-size:16px
}
.item-title{
	width:70%;
    margin-left: 0px;
	word-break:break-word
}
.hidden{
	display:none
}
.page-text-font{
	font-family:Inter,sans-serif;
	text-transform:none
}
.page-text-color{
	color:#1f365c
}
.text-slider-items{
	display:none
}
.social-icon-anchor{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}

/*OVERRIDES MOBILE PHONES*/
.h-165{
	height:165px
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px){
.page-full-wrap{
	width:90%
	}
}
@media (max-width: 400px) {
  .item-title { margin-left: 15%; }
}
@media (min-width: 401px) and (max-width: 600px) {
  .item-title { margin-left: 10%; }
}
@media (min-width: 601px) {
  .item-title { margin-left: 0; }
}