/* new common styles */

body {
  margin: 0;
  font-family: 'Museo Sans Rounded' !important;
  color: #421e40;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  flex-direction: column;
  background-color: #fef6fe;
}

.header {
	width: 100%;
  height: 64px;
  padding: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
 /* margin-bottom: 32px;*/
  box-sizing: border-box;
  background-color: #fff;
}
.header img {
  width: 100px;
  height: 20.56px;
}

.footer {
	width: 100%;
  height: 32px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fedaff;
	position: fixed;
  bottom: 0;
}
footer span {
  color: #3b024f;
	text-align: center;
  font-size: 12px;
		font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.1px;
  width: 207px;
  height: 16px;
	}
.secondarycontent {
  max-width: 400px;
  gap: 20px;
		width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
	}
.progress-indicator {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  width: auto;
  height: auto;
	}
.progress.active {
  width: 18px;
  height: 6px;
  background: #9816a2;
  border-radius: 15.75px;
	}
.progress {
  width: 6px;
  height: 6px;
  border-radius: 15.75px;
  background: #c4c4c4;
	}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.8);
  height: 153px;
  width: 272px;
	}

.title,
	.title-large {
  width: 272px;
		height: 56px;
  text-align: center;
  font-size: 22px;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: 0.1px;
		vertical-align: middle;
	}

.cta {
		display: flex;
  text-decoration: none;
		flex-direction: column;
  justify-content: center;
		align-items: center;
  /* width: 100%; */
  width: 272px;
		max-width: 272px;
  min-height: 40px;
		height: 52px;
  padding: 8px 24px;
		border-radius: 100px;
  background: #9816a2;
  box-shadow: 0px -2px 0px rgba(59, 2, 79, 0.3) inset,
    0px 7px 4px -5px rgba(59, 2, 79, 0.3),
    0px 9px 18px -4px rgba(59, 2, 79, 0.4);
  box-sizing: border-box;
	}
.cta-large {
  width: 175px;
  height: 20px;
  color: #ffffff;
  font-family: 'Museo Sans Rounded';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  vertical-align: middle;
	}
.cta-small {
  width: 102px;
  height: 16px;
  color: #fff;
  text-align: center;
  font-family: 'Museo Sans Rounded';
  font-weight: 400;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.1px;
		text-align: center;
		vertical-align: middle;
	}

.terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  padding: 0px !important;
  padding-top: 24px !important;
  margin: 0px !important;
  margin-bottom: 32px !important;
  width: 100%;
  /* height: 268px; */
  height: auto;
	}
.terms li {
  color: #7e5f80;
		font-size: 12px;
  font-weight: 400;
		line-height: 16px;
		letter-spacing: 0.1px;
  /* width: 100%; */
  width: 272px;
	}
.terms .first-item {
  height: 48px;
	}
.terms .second-item {
  height: 64px;
	}
.terms .third-item {
  height: 32px;
	}
.terms .fourth-item {
  height: 64px;
	}

/* media screens for 600px to 1279px */

@media (min-width: 600px) and (max-width: 1279px) {
  .hero-image {
    width: 400px;
    height: 225px;
  }
  .title {
    width: 400px;
  }
  .terms li {
    width: 400px;
  }
  .terms .first-item {
    height: 32px;
  }
  .terms .second-item {
    height: 48px;
  }
  .terms .third-item {
    height: 32px;
  }
  .terms .fourth-item {
    height: 48px;
  }
	}

@media (min-width: 1280px){
  .terms li {
    width: 400px;
	}
  .terms .first-item {
		height: 32px;
  }
  .terms .second-item {
    height: 48px;
  }
  .terms .third-item {
    height: 32px;
  }
  .terms .fourth-item {
    height: 48px;
  }
	}

/* 2nd confirmation page  */

.cta-cgPage{
  width: 100% !important;
  height: auto;
  padding: 8px 24px;
	}
.cta-large-cgPage {
  width: 144px;
  height: 20px;
}
.maincontent-cgPage  .secondarycontent {
  gap:16px;
}
	@media (min-width: 600px) and (max-width: 1279px) {
   .maincontent-cgPage {
			width: 100%;
    height: 100%;
   }
  .terms-cgPage .first-item {
    height: 48px;
  }
  .terms-cgPage .second-item {
    height: 64px;
  }
  .terms-cgPage .third-item {
    height: 32px;
  }
  .terms-cgPage .fourth-item {
    height: 64px;
		}

}

@media (min-width: 1280px) {
  .terms li {
    width: 400px;
		}
		}

/* success page  */
body {
  max-width: 100%;
  gap: 32px;
			color: #4b0055;
		}
.mobile-layout,
.maincontent {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 32px;
		}
.mobile-layout{
  padding-bottom: 40px !important;
		}
.maincontainer {
  display:flex;
  flex-direction:column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  gap:32px;
  height: auto;
  justify-content: center;
}
.container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}
.successlogo {
  height: 48px;
  width: 48px;
  margin: auto;
}
		.title-medium {
  width: 272px;
  height: 48px;
  font-family: 'Museo Sans Rounded';
  font-weight: 400;
			font-size: 16px;
			line-height: 24px;
			letter-spacing: 0px;
			text-align: center;
  color: #421e40;
		}
.step2,
.internalstep1 {
  width: 100%;
  height: auto;
  min-width: 200px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
/*  margin-bottom:30px;*/
}
.download {
  width: 272px;
  height: 20px;
  font-family: 'Museo Sans Rounded';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #421e40;
}
		.store-buttons {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 100%;
  height: auto;
			max-width: 272px;
			gap: 8px;
		}
		.store-button {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
  height: auto;
			gap: 8px;
  padding: 8px 24px;
			border-radius: 100px;
  background-color: #fedaff;
  box-sizing: border-box;
		}
		.store-text {
  width: auto;
  height: auto;
			display: flex;
			flex-direction: column;
  align-items: baseline;
			text-align: center;
		}
		.store-text span:last-child {
  font-family: 'Museo Sans Rounded';
			font-weight: 700;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0%;
			text-align: center;
			vertical-align: middle;
  color: #421e40;
 /* width: 92px; */
  height: 20px;
		}
.store-text span:first-child {
  font-family: 'Museo Sans Rounded';
  font-weight: 400;
			font-size: 12px;
			line-height: 16px;
			letter-spacing: 0.1px;
			text-align: center;
			vertical-align: middle;
/*  width: 59px;*/
			height: 16px;
  color: #421e40;
		}
.store-button img {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
		}
.step4{
			display:flex;
  flex-direction:column;
			justify-content:center;
  align-items:center;
  width: 100%;
  height: auto;
			gap: 12px;
		}
.store-buttons-last{
  width:272px !important; 
}
@media (min-width: 600px) and (max-width: 1279px) {
  .maincontainer {
    width: 100%;
			max-width: 400px;
			gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
		}
  .title-large {
    height: 28px;
    width: 400px;
		}
  .title-medium {
    height: 24px;
    width: 400px;
		}
  .download {
    width: 300px;
    height: 20px;
		}
  .downloadButtonText{
    width:400px;
    height:20px;
	}
  .store-buttons-last{
    width:400px;

		}
		}
@media screen and (min-width: 1280px) {

  body {
    /*color: #ffffff;*/
    width: 100%;
    /*height: 800px;*/
  }
		.desktop-layout {
    background: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: 100%;
    max-width:100% !important;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			border-radius: 20px;
    gap:32px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 24px;
		}
		.desktop-layout .container {
    margin: 0px !important;
  }
  .title-large {
			width: 1232px;
    height: 28px;
		}
  .title-medium {
    width: 1232px;
    height: 24px;
		}
  .download {
    width: 300px;
    height: 20px;
		}
  .divider{
    display:none;
		}
  .last-step4{
    display:none;
		}
  .step2{
    display: flex;
    flex-direction: row;
    justify-content:center !important;
    align-items:baseline;
    gap:48px;
    max-width:100% !important;
		}

  .thanksPage-header{
    margin-bottom:0 !important;
		}
  .headingText{
    width:300px !important;
		}
  .imageDiv{
    width:300px !important;
    height:300px !important;
		}
  .break-tag{
    display:none;
		}
		}

.divider{
    width: 100%;
    height:auto;
    max-width: 400px;
    opacity: 0.8;
    border-width: 1px;
    border:1px solid #c4c4c4;
		}
.step3{
    width: 100%;
    height: auto;
    min-width: 200px;
    max-width: 300px;
    gap: 12px;
  display:flex;
   flex-direction:column;
   justify-content:center;
   align-items:center;

		}
.clickLoginText{
    height: 20px;
}
 .headingText{
    width: 272px;
    font-family: 'Museo Sans Rounded';
			font-weight: 700;
    font-size: 14px;
			line-height: 20px;
    letter-spacing: 0px;
			text-align: center;
			vertical-align: middle;
			color: #421E40;

		}
.imageDiv{
    width: 272px;
    height: 272px;

}
.imageDiv img{
     width: 272px;
    height: 272px;
}
.LoginWithAccountText{
    height: 40px;
		}

.downloadButtonText{
    width: 272px;
    height: 40px;
    font-family: 'Museo Sans Rounded';
			font-weight: 700;
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0%;
			text-align: center;
			vertical-align: middle;
    color: #421E40;

		}
.thanksPage-header{
  margin-bottom: 0 !important;
	}

/* error page */

.error-page-header{
  height:auto;
	}

	main {
		display: flex;
		flex-direction: column;
		align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
		gap: 24px;
		padding-right: 24px;
		padding-left: 24px;
		margin: auto;
  box-sizing: border-box;
	}
.maincontainer-errPage {
  gap: 24px !important;
	}
.error-container {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 153px;
		gap: 24px;
	}
	.error-image {
  height: 153px;
  width: 153.26px;
	}
.description {
		display: flex;
		width: 100%;
  height: auto;
		gap: 8px;
		flex-direction: column;
  justify-content: center;
  align-items: center;
	}
.maincontainer-errPage .title-large {
  width: 272px;
		height: 28px;
	}

	.retry-button {
		width: 100%;
  height: auto;
		max-width: 272px;
  padding: 8px 24px;
		border-radius: 100px;
  box-shadow: 0px -2px 0px 0px #3b024f4d inset;
  background-color: #9816a2;
		margin: auto;
  color: #ffffff;
  font-weight: 700;
	}
.retry-button span {
  font-family: 'Museo Sans Rounded';
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.1px;
		text-align: center;
		vertical-align: middle;
  height: 20px;
  width: 63px;
	}

  .desktop-layout{
  	display: none;
  }
	@media (min-width: 600px) and (max-width: 1279px) {
  .error-container {
			height: 225px;
			gap: 24px;
		}
		.error-image {
    width: 225.39px;
    height: 225px;
		}
  .desktop-layout{
	  display: none;

		}
  .break-tag{
   display:none;
		}
		}

@media (min-width: 1280px) {
	.error-container {
		height: 225px;
		}
	.hero-image {
			width: 400px;
			height: 225px;
		}

		.error-image {
		width: 225.39px;
		height: 225px;
		}
		.title-large {
		width: 400px;
			height: 28px;
		}
	.mobile-layout{
		display: none;
		}
	.step2, .internalstep1{
		max-width:300px;
		margin-top:20px;
		}
	.desktop-layout{
		display: block;
		}
	.title {
          width: 400px;
	}
}

