@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body {
	font-family: "Quicksand", sans-serif;
	background-color: #DBE1FF;
	color: #1f1f1f;
	overflow-x: hidden
}

img {
	max-width: 100%
}

#masthead {
	position: sticky;
	top: 0
}

.header-container {
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 15px
}

.get-btn1 {
	background: #EECC46;
	padding: 10px 16px;
	display: flex;
	gap: 4px;
	align-items: center;
	color: #000;
	text-decoration: #ffdead;
	border-radius: 8px;
	font-weight: 600
}

.container {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden
}

.image {
    width: 372px;
    height: 712px;
    overflow: hidden;
    border-radius: 40px;
    border: 0px solid #1f1f1f;
    border-bottom: 0px solid #1f1f1f;
    /* box-shadow: 0 20px 45px #00000080; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("mb-bg.png") center top no-repeat;
    padding: 35px 40px 0 40px;
    overflow: hidden;
}

.image-inners{width: 100%; border-radius: 40px; overflow: hidden; height: 637px;position: relative;}

.image img {
width:100%;
height:auto;
position:absolute;
top:0;
left:0
}

.main-texts {
	margin: 0 auto;
	padding: 3rem 15px 0;
	max-width: 1080px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	overflow: hidden
}

.main-texts h1 {
	font-size: 80px;
	color: #000;
	margin: 0 0 2rem;
	font-weight: 700
}

.main-texts p {
	font-size: 28px;
	color: #000
}

.main-texts p strong {
	font-weight: normal;
}

.blue-bgs {
	background: #3E5DFE
}

.top1 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 150px;
	height: 30px;
	background: #000;
	z-index: 2;
	background: #000;
	transform: translateX(-50%);
	border-radius: 0 0 5px 5px
}

.bg1 {
	position: relative
}

.bg1:after {
	position: absolute;
	left: 0;
	transform: translateX(0%);
	width: 100%;
	height: 206px;
	content: "";
	bottom: 0;
	z-index: -1;
	background: url(blue-bg2.png) center bottom no-repeat;
	background-size: contain
}

.wave {
	animation-name: wave-animation;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	transform-origin: 70% 70%;
	display: inline-block
}

@keyframes wave-animation {
	0% {
		transform: rotate(0.0deg)
	}

	10% {
		transform: rotate(14.0deg)
	}

	20% {
		transform: rotate(-8.0deg)
	}

	30% {
		transform: rotate(14.0deg)
	}

	40% {
		transform: rotate(-4.0deg)
	}

	50% {
		transform: rotate(10.0deg)
	}

	60% {
		transform: rotate(0.0deg)
	}

	100% {
		transform: rotate(0.0deg)
	}
}

.blue-bgs.vijo-main h1 {
	color: #fff;
	font-size: 80px;
	display: flex;
	gap: 25px;
	align-items: center
}

.containers {
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px
}

.blue-bgs.vijo-main {
	padding: 120px 0 0
}

.first-section {
	position: relative;
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap
}

.first-content {
	position: absolute;
	right: 0;
	top: 0;
	width: 36%;
	font-size: 24px;
	color: #fff
}

.empower {
	background: #F8FCFF;
	border-radius: 40px;
	width: 100%;
	margin-top: 260px;
	height: 632px;
	display: flex;
	gap: 4rem;
	padding: 2rem 4rem;
	align-items: center;
	color: #000;
	margin-bottom: 20px
}

.empower-img-main {
	position: relative;
	min-width: 371px
}

.empower-mobile {
	position: absolute;
	left: 0;
	top: 0
}

.empower-titles {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start
}

.empower-titles h2 {
	font-size: 48px;
	font-weight: 700;
	color: #1A1C1F;
}

.empower-titles span {
	min-width: 96px;
	min-height: 96px;
	background: #DBE1FF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px
}

.empower-smiley1 {
	position: absolute;
	left: -2rem;
	bottom: 0;
	width: 186px;
	height: 88px;
	display: flex;
	background: #fff;
	box-shadow: .8px 1.7px 32px 10px #0000000F;
	border-radius: 28px;
	z-index: 2;
	align-items: center;
	overflow: hidden;
	padding: 1rem;
	font-size: 42px;
	gap: 15px;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-20px)
	}
}

@keyframes mover {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-20px)
	}
}

.vert-lines {
	min-width: 88px;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.line-big {
	background: #F3F3F7;
	border-radius: 20px;
	height: 10px;
	width: 100%
}

.line-small {
	background: #F3F3F7;
	height: 10px;
	border-radius: 20px;
	min-width: 60px;
	max-width: 60px
}

.empower-smiley2 {
	position: absolute;
	right: -1rem;
	bottom: -222px;
	width: 160px;
	height: 140px;
	display: flex;
	background: #fff;
	box-shadow: .8px 1.7px 32px 10px #0000000F;
	border-radius: 28px;
	z-index: 2;
	align-items: center;
	overflow: hidden;
	padding: 1rem;
	font-size: 42px;
	gap: 15px;
	justify-content: center;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate
}

.smiley2-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	justify-content: center;
	align-items: center
}

.smiley2-content .line-big {
	background: #F3F3F7;
	border-radius: 20px;
	height: 10px;
	width: 100%
}

.smiley2-content .line-small {
	background: #F3F3F7;
	height: 10px;
	border-radius: 20px;
	min-width: 80px;
	max-width: 80px
}

.smiley2-content .line-xssmall {
	background: #F3F3F7;
	height: 10px;
	border-radius: 20px;
	min-width: 57px;
	max-width: 57px
}

.empower-rows {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
	width: 100%
}

.empower-cols {
	display: flex;
	align-items: stretch;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 10px
}

.emotion-insights,
.personal-guiadence {
	width: 100%;
	background: #F8FCFF;
	border-radius: 40px;
	padding: 2rem 3rem 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	color: #1A1C1F;
	gap: 40px;
	align-items: flex-start;
	position: relative;
	justify-content: space-between
}

.emotion-insights h2,
.personal-guiadence h2 {
	font-size: 48px;
	margin-bottom: 1rem;
	color: #1A1C1F;
	font-weight: 700;
}

.emotion-insights p,
.personal-guiadence p {
	font-size: 18px;
	color: #1A1C1F
}

.insights-img {
	position: relative;
	min-height: 385px;
	width: 100%
}

.insights-img img {
	opacity: 0
}

.explore-app {
	background: #fff;
	padding-top: 250px;
	color: #000;
	position: relative;
	padding-bottom: 200px
}

.explore-app::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(bottom-blue.png) center bottom no-repeat;
	width: 100%;
	height: 200px;
	z-index: 1
}

.explore-app h1 {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 3rem;
	color: #1A1C1F;
}

.scrolls-animations {
	position: relative;
	overflow: hidden
}

.image-container img {
	position: sticky;
	top: 50%;
	transform: translateY(-50%);
	width: 400px;
	height: auto
}

.text {
	font-size: 2rem;
	opacity: 0;
	transform: translateY(100vh)
}

.text-div1 {
	position: relative;
	left: 0;
	width: 50%
}

.scroll-images {
	width: 50%;
	right: 0;
	position: relative;
	text-align: center
}

.appsection1 {
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 0;
	align-items: center
}

.textContent {
	display: flex;
	gap: 25px
}

.textContent span {
	display: flex;
	height: 80px;
	width: 80px;
	background: #DBE1FF;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	min-width: 80px;
	font-size: 48px
}

.textContent h3 {
	font-size: 32px;
	color: #1A1C1F;
	font-weight: 500;
	min-width: 362px;
	max-width: 362px
}

.appsection1.smll-view {
	display: none
}

.explore-app::after {
	position: absolute;
	left: 0;
	transform: translateX(0%);
	width: 100%;
	height: 206px;
	content: "";
	bottom: 0;
	z-index: 1;
	background: url(yellow-bg.png) center bottom no-repeat;
	background-size: contain
}

.textContent.desktop {
	opacity: 0;
	transform: translateY(50px)
}

.scroll-images img {
	transform: translateY(50px)
}

.personal-guidences {
	background: #eecc46;
	min-height: 100vh;
	padding-top: 80px;
	padding-bottom: 50px
}

.personal-guidences h1 {
	font-size: 64px;
	color: #1f1f1f;
	font-weight: 700;
	max-width: 800px;
	margin-bottom: 3rem
}

.celebrate {
	position: relative;
	background: #ffffff40;
	border-radius: 40px;
	padding: 0 3rem;
	display: flex;
	align-items: center;
	height: 437px;
	overflow: hidden;
	margin-bottom: 20px
}

.celebrate-text {
	max-width: 486px;
	min-width: 486px
}

.celebrate-text h2 {
	color: #1A1C1F;
	font-size: 40px;
	font-weight: 600;
	min-width: 390px;
	max-width: 390px
}

.celebrate-text span {
	background: #DBE1FF;
	min-width: 96px;
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 96px;
	border-radius: 20px;
	margin-bottom: 1.5rem;
	font-size: 48px
}

.celebrate-imgmain {
	position: absolute;
	height: 379px;
	bottom: 0;
	right: 3rem;
	width: 371px
}

.celebrate .empower-smiley1 {
	bottom: auto;
	top: 100px
}

.celebrate .empower-smiley1.bottoms1 {
	top: auto;
	bottom: 30px;
	left: auto;
	right: -30px
}

.celebrate-rows {
	display: flex;
	flex-wrap: wrap;
	margin: 0-10px
}

.celebrate-cols {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	align-items: stretch;
	padding: 0 10px;
	flex-direction: column
}

.upgrade-box {
	width: 100%;
	border-radius: 40px;
	background: #ffffff40;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.5rem
}

.upgrade-title {
	display: flex;
	flex-direction: column;
	height: 120px;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem
}

.upgrade-title h2 {
	color: #1A1C1F;
	font-size: 40px;
	font-weight: 700;
	margin: 0
}

.upgrade-title h4 {
	color: #1f1f1f;
	font-size: 26px;
	margin: 0
}

.upgrade-img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2rem
}

.btn1,
.btn2 {
	height: 100%;
	margin-bottom: 20px;
	background: #ffffff40;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.btn2 {
	margin-bottom: 0
}

.btn1,
.btn2 {
	padding-left: 3rem;
	font-size: 40px;
	font-weight: 700;
	color: #1A1C1F;
	text-decoration: #ffdead
}

.btn1 span,
.btn2 span {
	font-weight: 600;
	opacity: .75
}

.vijo-slides {
	position: relative;
	min-height: 100vh;
	padding-top: 250px;
	background: #fff;
	padding-bottom: 50px
}

.vijo-slides::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(bottom-yellow.png) center bottom no-repeat;
	width: 100%;
	height: 200px;
	z-index: 1
}

.vijo-slides::after {
	position: absolute;
	left: 0;
	bottom: -150px;
	content: "";
	background: url(bottom-white.png) center bottom no-repeat;
	width: 100%;
	height: 200px;
	z-index: 1
}

.vijo-slides h1 {
	font-size: 48px;
	color: #1A1C1F;
	font-weight: 600;
	margin: 0 0 3rem
}

.slides-box {
	margin: 0 10px;
	background: #F8FCFF;
	border-radius: 15px;
	border: .85px solid #DBE1FF;
	padding: 1rem;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}

.slides-box span {
	background: #EECC46;
	max-width: fit-content;
	padding: 7px 14px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px
}

.slides-content h5 a {
	color: #1A1C1F;
	font-size: 18px;
	text-decoration: #ffdead
}

.slides-content {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.slides-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	font-size: 18px
}

.slides-icon {
	font-size: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 140px;
	margin: 1rem 0;
}

.start-journey {
	margin-top: 5rem;
	background: #3E5DFE;
	border-radius: 40px;
	height: 437px;
	padding: 0 3rem;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden
}

.start-journeytext {
	max-width: 486px;
	min-width: 486px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start
}

.start-journeytext h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	min-width: 390px;
	max-width: 390px
}

.start-journeytext h4 {
	font-size: 24px;
	color: #fff;
	margin: 0
}

.start-journeyimg {
	position: absolute;
	height: 379px;
	bottom: 0;
	right: 3rem;
	width: 371px
}

#pagefooters {
	padding-top: 200px;
	position: relative;
	padding-bottom: 50px
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3E5DFE
}

.footer-top .navbrand {
	min-width: 50px;
	max-width: 50px
}

.vjo-social {
	line-height: normal;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px
}

.vjo-social li a {
	width: 36px;
	height: 36px;
	border: 1px solid #3E5DFE;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.footer-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #3E5DFE;
	font-weight: 400
}

.footer-links ul {
	display: flex;
	list-style: none;
	gap: 15px;
	font-size: 16px
}

.footer-links li a {
	color: #3E5DFE;
	text-decoration: none
}

.sm-img {
	display: none;
}

.desk-img {
	display: flex;
}

.get-btn2 {
	display: none;
}

@media screen and (max-width: 992px) {

	body,
	html {
		overflow-x: hidden !important;
		overflow-y: scroll !important
	}

	.main-texts h1 {
		font-size: 48px
	}

	.main-texts p {
		font-size: 18px
	}

	.blue-bgs.vijo-main h1 {
		font-size: 48px
	}

	.first-content {
		font-size: 18px
	}

	.empower-titles h2 {
		font-size: 32px
	}

	.emotion-insights h2,
	.personal-guiadence h2 {
		font-size: 32px
	}

	.insights-img {
		min-height: fit-content
	}

	.explore-app h1 {
		font-size: 48px
	}
}

@media screen and (max-width: 680px) {

	body,
	html {
		overflow-x: hidden !important;
		overflow-y: scroll !important
	}

	.image {
		/*width: 320px;
		height: 575px*/
	}

	.main-texts h1 {
		font-size: 33px;
		text-align: left;
		color: #1A1C1F;
	}

	.main-texts p {
		font-size: 18px;
		text-align: left;
		color: #1A1C1F;
	}

	.main-texts p strong {
		font-weight: 700;
	}

	.blue-bgs.vijo-main h1 {
		font-size: 33px;
		color: #1A1C1F;
	}

	.first-section {
		margin-top: 1.5rem;
	}

	.first-content {
		position: relative;
		width: 100%;
		font-size: 18px;
		color: #1A1C1F;
		transform: translate(0px, 0px) !important;
	}


	.empower {
		flex-direction: column;
		margin-top: 2rem;
		position: relative;
		height: fit-content;
		gap: 2rem;
		padding: 2rem
	}

	.empower-img-main {
		min-width: 100%
	}

	.empower-mobile {
		position: relative;
		transform: translate(0, 0) !important
	}

	.empower-img-main {
		order: 2
	}

	.empower-smiley2 {
		display: none
	}

	.empower-titles h2 {
		font-size: 26px
	}

	.empower-cols {
		flex: 0 0 100%;
		max-width: 100%
	}

	.emotion-insights h2,
	.personal-guiadence h2 {
		font-size: 26px
	}

	.insights-img {
		min-height: fit-content
	}

	.emotion-insights,
	.personal-guiadence {
		padding: 1.5rem
	}

	.emotion-insights {
		padding-bottom: 0;
	}

	.empower-rows {
		width: auto
	}

	.empower-cols.empower-col2 {
		margin-top: 20px
	}

	.explore-app h1 {
		font-size: 33px;
		margin-bottom: 0;
	}

	.explore-app h1 br {
		display: none;
	}

	.main-scroiings {
		display: none
	}

	.textContent {
		display: flex;
		gap: 25px;
		order: 2
	}

	.scroll-images {
		width: 50%;
		right: 0;
		position: relative;
		text-align: center;
		order: 1;
		width: 100%
	}

	.appsection1.smll-view {
		flex-direction: column;
		gap: 2rem;
		display: flex;
		margin-top: -2rem;
	}

	.scroll-images {
		margin-bottom: 2rem;
	}

	.textContent {
		display: flex;
		gap: 25px;
		order: 2;
		flex-direction: column
	}

	.textContent div {
		display: flex;
		gap: 15px;
		flex-direction: row
	}

	.textContent span {
		display: flex;
		height: 64px;
		width: 64px;
		background: #3E5DFE;
		border-radius: 20px;
		justify-content: center;
		align-items: center;
		min-width: 64px;
		font-size: 32px;
	}

	.textContent div h3 {
		max-width: fit-content;
		min-width: fit-content;
		font-size: 22px;
		padding-right: 4rem;
	}

	.personal-guidences h1 {
		font-size: 30px
	}

	.celebrate {
		height: fit-content;
		flex-direction: column;
		padding: 3rem
	}

	.celebrate-text {
		min-width: 100%;
		max-width: 100%
	}

	.celebrate-text h2 {
		font-size: 26px;
		min-width: 100%;
		max-width: 100%;
	}

	.celebrate-imgmain {
		width: 100%;
		right: 0;
		position: relative
	}

	.mb-img4 img {
		transform: translate(0, 0) !important
	}

	.celebrate-cols {
		flex: 0 0 100%;
		max-width: 100%
	}

	.upgrade-box {
		margin-bottom: 20px
	}

	.upgrade-title h2 {
		font-size: 24px;
		text-align: center
	}

	.upgrade-title h4 {
		font-size: 20px
	}

	.btn1,
	.btn2 {
		padding: 2rem;
		font-size: 24px
	}

	.start-journey {
		flex-direction: column;
		padding: 2rem
	}

	.start-journeytext {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		display: block
	}

	.start-journeyimg {
		position: relative;
		width: 100%;
		margin-top: 3rem;
		display: flex;
		justify-content: center;
		align-items: first baseline;
		text-align: center;
		right: 0
	}

	.start-journeytext h2 {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		font-size: 28px
	}

	.start-journeytext h4 {
		margin-bottom: 1rem;
		font-size: 18px
	}

	.vijo-slides h1 {
		font-size: 30px
	}

	.footer-links {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px
	}

	.bg1:after {
		display: none;
	}

	.blue-bgs.vijo-main {
		padding-top: 0rem !important;
		background: none
	}

	.navbrand img {
		height: 46px;
	}

	.get-btn1 {
		font-size: 11px;
	}

	.main-texts {
		padding-top: 2rem;
	}

	.blue-bgs.vijo-main .empower-smiley1 {
		display: none;
	}

	.empower-titles span {
		min-width: 64px;
		min-height: 64px;
		background: #3E5DFE;
		border-radius: 16px;
		font-size: 32px;
	}

	.empower {
		padding: 1.5rem;
		padding-bottom: 0;
	}

	.explore-app {
		padding: 3rem 0;
		background: none
	}

	.explore-app::before {
		display: none;
	}

	.explore-app::after {
		display: none;
	}

	.sm-img {
		display: flex;
	}

	.desk-img {
		display: none;
	}

	.insights-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.emotion-insights p,
	.personal-guiadence p {
		font-size: 16px;
	}

	.personal-guidences {
		background: none;
		padding-top: 0
	}

	.personal-guidences h1 {
		font-size: 33px;
	}

	.celebrate {
		background: #fff;
		padding: 1.5rem;
		border-radius: 24px;
	}

	.empower,
	.emotion-insights,
	.personal-guiadence,
	.celebrate,
	.upgrade-box,
	.btn1,
	.btn2,
	.start-journey {
		border-radius: 24px;
	}

	.celebrate-text h2 {
		font-size: 26px;
		margin-bottom: 1rem;
	}

	.celebrate-text span {
		background: #3E5DFE;
		min-width: 80px;
		max-width: 80px;
		height: 80px;
		border-radius: 16px;
		font-size: 32px;
	}

	.upgrade-box {
		background: #EECC46;
		padding: 1.5rem;
	}

	.upgrade-title {
		height: fit-content;
		align-items: flex-start;
		text-align: left;
		width: 100%;
		margin-bottom: 0
	}

	.upgrade-title h2 {
		color: #fff;
		text-align: left;
		font-size: 26px;
		font-weight: 700;
	}

	.upgrade-title h4 {
		font-size: 26px;
		color: #F8FCFF;
	}

	.upgrade-img img {
		transform: translate(0, 0) !important;
	}

	.upgrade-img {
		padding-top: 0
	}

	.btn1 {
		background: #58C07B;
		color: #fff;
		font-size: 26px;
	}

	.btn2 {
		background: #3E5DFE;
		color: #fff;
		font-size: 26px;
	}

	.vijo-slides {
		padding-top: 1rem;
		background: none;
		padding-bottom: 3rem;
	}

	.vijo-slides::before {
		display: none;
	}

	.vijo-slides::after {
		display: none;
	}

	.vijo-slides h1 {
		font-size: 33px;
		font-weight: 700;
	}

	.start-journey {
		padding: 1.5rem;
		height: 557px;
	}

	.start-journeytext {
		text-align: center;
		height: 490px;
	}

	.start-journeytext img {
		display: none;
	}

	.start-journeytext h2 {
		font-size: 30px;
		font-weight: 700;
	}

	.start-journeytext h4 {
		font-weight: normal;
		font-size: 18px;
	}

	#pagefooters {
		padding-top: 0;
	}

	.get-btn2 {
		background: #EECC46;
		font-size: 16px;
		color: #1A1C1F;
		font-weight: 700;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		height: 48px;
		text-decoration: none;
	}

	.celebrate .empower-smiley1,
	.celebrate .empower-smiley1.bottoms1 {
		display: none;
	}
}

#landscape-view{position: fixed; left: 0; top: 0; display: none; background: #dbe1ff; justify-content: center; align-items: center; min-height: 100vh; overflow: hidden; width: 100%}.main-wrapper{display: block; width: 100%}@media screen and (max-width: 932px) and (orientation: landscape) {#landscape-view{display: flex;}.main-wrapper {    display: none !important;  }.rotate-text {    max-width: 350px;    margin: 0 auto;    width: 100%;    font-weight: 600;    display: flex;    justify-content: center;    align-items: center;gap: 1.5rem;}.text-primary {    color: #3e5dfe !important;text-align: center;}.rotate-imgs {    max-width: 100px;    min-width: 100px;    height: 100px;}}@media screen and (max-width: 1080px) {.image{/*width: 32%;  height: 73vh;*/}}@media screen and (max-width: 992px) {.image{/*width: 40%;  height: 65vh;*/}.start-journeytext h2 {min-width: 290px;max-width: 290px;}}@media screen and (max-width: 680px) {.image {    /*width: 320px;    height: 575px;*/}}

.sections01 {height: 100vh;position: relative;}
.containers01 {position: sticky;top: 0;display: flex;height: 100vh;}
.lefts01, .rights01 {width: 50%;position: relative;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.texts01 {font-size: 2rem;opacity: 0;transform: translateY(200px);position: absolute;}
.images01 {/*width: 300px;*/height: auto;position: absolute;opacity: 0;}
.texts01 .textContent h3{min-width: inherit;max-width: inherit;}
@media screen and (max-width: 680px) {
.sections01{display: none;}
}
