.w-full {
	width: 100%;
}
.h-full {
	width: 100%;
}
.flex {
	display: flex;
}
.flex-col {
	flex-direction: column;
}
.justify-center {
	justify-content: center;
}
.items-center {
    align-items: center;
  }
.full-height {
    min-height: 100vh;
    height: auto;
}
.topLogo-section {
	position: fixed;
    left: 0;
    right: 0;
    transform: translateY(0);
    z-index: 10;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	gap: 5px;
}
.topLogo-section.sticky {
/*     transform: translateY(60%); 
	height: 100px;*/
}
.headerNavBar .logo {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 216px;
}
.headerNavBar.sticky .logo {
	display: block;
}
.headerNavBar {
	height: 0;
    opacity: 0;
    visibility: hidden;
}
.topLogo-section .fav {
	max-width: 250px;
	margin-bottom: 25px;
	width: 100%;
	opacity: 0;
}
.urban-electric-logo{
	display: flex;
	flex-direction: column;
}
.topLogo-section .elec {
	max-width: 370px;
	width: 100%;
	opacity: 0;
}
.topLogo-section .text {
	max-width: 300px;
    opacity: 0;
    width: 100%;
	
}
.topLogo-section.sticky .fav {
	max-width: 66px;
}
.topLogo-section.sticky .text{
	max-width: 210px!important;
}
.urbanSequence_text span{
	display: inline-block;
	opacity: 0;
	transform: translateX(50px);
}
.urbanSequence_wrapper {
	width: 90%;
	padding: 10px;
	border-radius: 3px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
}