.container-scalable-width {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	isolation: isolate;
	gap: var(--gap-10);
	min-width: min(390px, 100%);
	max-width: 1920px;
	text-align: left;
	font-size: var(--fs-16);
	color: var(--color-gray-100);
	font-family: var(--font-avenir-next-lt-pro);
	flex: 1;
	background: #f8f9fe;
}

/* Running line / ticker */
.running-line {
	width: 100%;
	overflow: hidden;
	background: #ff4438;
	padding: 6px 0;
	position: relative;
	z-index: 10;
	isolation: isolate;
	contain: layout style;
}

.running-line-track {
	display: flex;
	white-space: nowrap;
	width: fit-content;
	animation: marquee 120s linear infinite;
	will-change: transform;
	backface-visibility: hidden;
	perspective: 1000px;
}

.running-line-content {
	display: flex;
	flex-shrink: 0;
	white-space: nowrap;
}

.running-line-content h2 {
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	flex-shrink: 0;
	line-height: 1.2;
}

@keyframes marquee {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

.background-icon {
	width: 1920px;
	height: 2553px;
	position: absolute;
	margin: 0 !important;
	top: -2px;
	left: 0px;
	z-index: 0;
	flex-shrink: 0;
}

.w-autolayout {
	align-self: stretch;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--gap-9);
	z-index: 1;
	flex: 1;
}

.header {
	align-self: stretch;
	background: var(--gradient-1);
	border-bottom: 2px solid transparent;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.divcontainer {
	align-self: stretch;
	width: 1360px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-20) var(--padding-40);
	box-sizing: border-box;
	gap: var(--gap-10) var(--gap-20);
	max-width: 1360px;
}

.divlogo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) var(--padding-15);
	box-sizing: border-box;
	min-width: 255px;
	cursor: pointer;
}

.no-bg-image-27-1 {
	height: 51.2px;
	width: 177px;
	position: relative;
	object-fit: cover;
}

.no-bg-image-28-1 {
	height: 39px;
	width: 65px;
	position: relative;
	object-fit: cover;
}

.navnav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) var(--padding-15);
	box-sizing: border-box;
	gap: var(--gap-22);
	min-width: 255px;
}

.anav-linkplay {
	height: 38px;
	width: 38px;
	box-shadow: 0px 17.416667938232422px 52.78px rgba(255, 210, 0, 0.19), 0px 7.2762675285339355px 22.05px rgba(255, 210, 0, 0.14), 0px 3.8902409076690674px 11.79px rgba(255, 210, 0, 0.11), 0px 2.1808369159698486px 6.61px rgba(255, 210, 0, 0.09), 0px 1.1582261323928833px 3.51px rgba(255, 210, 0, 0.08), 0px 0.4819638729095459px 1.46px rgba(255, 210, 0, 0.05);
	border-radius: 8.44px;
	background-color: var(--color-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) 12.7px;
	box-sizing: border-box;
}

.play-icon {
	height: 25.3px;
	width: 25.3px;
	position: relative;
	flex-shrink: 0;
}

.anav-linkfaq {
	height: var(--height-22);
	width: 35px;
	position: relative;
}

.faq {
	position: absolute;
	top: 2px;
	left: 0px;
	line-height: var(--lh-17_4);
	cursor: pointer;
}

.anav-linklogin {
	height: var(--height-22);
	width: 80px;
	position: relative;
}

.main {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--gap-12);
	text-align: center;
	font-size: 44px;
	color: var(--color-slategray);
}

.sectionhero {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 58px var(--padding-0);
	text-align: left;
	font-size: var(--fs-16);
	color: var(--color-mediumslateblue-100);
}

.hero-section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-0) var(--padding-40);
	box-sizing: border-box;
	gap: 126px;
	min-width: 0;
	max-width: 100%;
}

.hero-content-container {
	height: 406px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	min-width: 0;
	max-width: 800px;
}

.hero-text-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 29px;
	max-width: 100%;
}

.hero-title-container {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--gap-10);
}

.title-text-container {
	align-self: stretch;
	display: flex;
	align-items: center;
}

.title {
	flex: 1;
	position: relative;
	line-height: var(--lh-17_4);
}

.subtitle-text-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	font-size: 60px;
	color: var(--color-gray-100);
}

.subtitle {
	flex: 1;
	position: relative;
	font-weight: 800;
}

.span {
	color: var(--color-navy);
}

.vienoje-vietoje {
	color: var(--color-mediumslateblue-100)
}

.links-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: var(--gap-10);
	font-size: var(--fs-14);
	color: var(--color-white);
}

.feature {
	border-radius: var(--br-6);
	background-color: var(--color-mediumslateblue-100);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: var(--padding-12) 13px;
  color: #fff !important;
  text-decoration: none;
  cursor: default;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.feature:hover {
	box-shadow: 0 0 20px rgba(34, 95, 247, 0.5), 0 0 40px rgba(34, 95, 247, 0.25);
	transform: translateY(-1px);
}
.bandyk-nemokamai-14-d-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bandyk-nemokamai-14 {
	position: relative;
	line-height: var(--lh-17_4);
}

.form-container {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	isolation: isolate;
	gap: var(--gap-10);
	color: var(--color-slategray);
}

.input-button-container {
	align-self: stretch;
	display: flex;
	align-items: flex-start;
	z-index: 0;
	flex-shrink: 0;
}

.input-field-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.form {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: var(--gap-10);
}

.el-patas {
	width: 641px;
	height: var(--height-58);
	position: relative;
	box-shadow: var(--shadow-drop);
	border-radius: var(--br-100);
	background-color: var(--color-white);
}

.divplaceholder {
	position: absolute;
	top: 19.4px;
	left: 19px;
	width: 454px;
	height: var(--height-20);
	overflow: hidden;
	flex-shrink: 0;
}

.placeholder-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: var(--lh-21_75);
	font-weight: 500;
	flex-shrink: 0;
	border: none;
	background: transparent;
	outline: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.placeholder-text::placeholder {
	color: inherit;
	opacity: 1;
}

.buttonbtn {
	height: 54px;
	border-radius: 16px;
	background-color: var(--color-ghostwhite-200);
	border: var(--border-1);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 8px;
	width: 100%;
	color: var(--color-mediumslateblue);
	font-weight: 700;
	transition: box-shadow 0.2s ease;
	cursor: pointer;
}

.buttonbtn:hover {
	box-shadow: 0 0 20px rgba(13, 110, 253, 0.25);
}

.button {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: var(--lh-17_4);
	text-decoration: none;
}

.buttonbtn-primary {
	position: absolute;
	top: 0px;
	left: 378px;
	box-shadow: 0px 17.416667938232422px 52.78px rgba(255, 210, 0, 0.19), 0px 7.2762675285339355px 22.05px rgba(255, 210, 0, 0.14), 0px 3.8902409076690674px 11.79px rgba(255, 210, 0, 0.11), 0px 2.1808369159698486px 6.61px rgba(255, 210, 0, 0.09), 0px 1.1582261323928833px 3.51px rgba(255, 210, 0, 0.08), 0px 0.4819638729095459px 1.46px rgba(255, 210, 0, 0.05), 0px 10px 20px rgba(255, 215, 0, 0.18);
	border-radius: var(--br-100);
	background-color: var(--color-gold);
	width: 310px;
	height: var(--height-58);
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
	text-align: center;
	color: var(--color-white);
	transition: transform 0.25s ease;
}

.buttonbtn-primary:hover {
	transform: translateY(-2px);
}

/* Move the 3 surrounding logos along with the top button */
.buttonbtn-primary:hover ~ .logo-container .icon,
.buttonbtn-primary:hover ~ .logo-container .icon2,
.buttonbtn-primary:hover ~ .logo-image-icon {
	transform: translateY(-2px);
}

.button-logo-group {
	position: static;
	cursor: pointer;
}

.button-logo-group img {
	cursor: pointer;
}

.buttonbtn-primary2 {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	box-shadow: var(--shadow-drop-1);
	border-radius: var(--br-100);
	background-color: var(--color-gold);
	height: var(--height-58);
	overflow: hidden;
}

.button-background {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.24));
	height: 59px;
}

.button-text {
	position: absolute;
	top: 20px;
	left: 64.5px;
	line-height: var(--lh-17_4);
	text-shadow: var(--text-shadow-1);
}

.google-login-container {
	color-scheme: light;
	display: flex;
	flex-direction: column;
	align-items: left;
	gap: var(--gap-10);
}

.google-login-text-container {
	box-shadow: var(--shadow-drop);
	border-radius: 41px;
	background-color: var(--color-gray-200);
	overflow: hidden;
	align-items: center;
	padding: var(--padding-10);
	gap: var(--gap-9);
}

.group-icon {
	height: var(--height-20);
	width: 19.6px;
	position: relative;
}

.google-login-text {
	position: relative;
	line-height: var(--lh-21_75);
	font-weight: 500;
}

.account-text-container {
	display: flex;
	align-items: normal;
	justify-content: left;
	padding: 4px;
	font-size: var(--fs-15);
	color: var(--color-lightslategray);
}

.account-text {
	position: relative;
}

.logo-container {
	width: 117px;
	height: 82.1px;
	position: absolute;
	margin: 0 !important;
	top: 20.03px;
	left: 575px;
	z-index: 1;
	flex-shrink: 0;
}

.icon {
	position: absolute;
	top: 31px;
	left: 0px;
	box-shadow: var(--shadow-drop-2);
	border-radius: var(--br-8);
	width: 51.1px;
	height: 51.1px;
	object-fit: contain;
	background: white;
	rotate: 25deg;
	transition: transform 0.25s ease;
}

.icon2 {
	position: absolute;
	top: 0px;
	left: 61px;
	box-shadow: var(--shadow-drop-3);
	border-radius: var(--br-8);
	width: 56px;
	height: 56px;
	object-fit: contain;
	background: white;
	rotate: -25deg;
	transition: transform 0.25s ease;
}

.logo-image-icon {
	width: 63px;
	height: 63px;
	position: absolute;
	margin: 0 !important;
	top: -23.68px;
	left: 375px;
	box-shadow: var(--shadow-drop-2);
	border-radius: var(--br-8);
	object-fit: contain;
	transition: transform 0.25s ease;
	z-index: 2;
	flex-shrink: 0;
	background: white;
	rotate: 30deg;
}

.asidehero-card {
	box-shadow: var(--shadow-drop-4);
	border-radius: var(--br-20);
	background: linear-gradient(116.48deg, #0842D4 1.18%, #4E7FF9 96.55%);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--padding-30) var(--padding-28) var(--padding-40);
	font-size: 26px;
	color: var(--color-white);
}

.plan-card-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.plan-title-container {
	width: 305px;
	position: relative;
}

.plan-title {
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	font-weight: 800;
	background: #fff, #225ff7;
	-webkit-text-fill-color: var(--color-white);
	text-shadow: var(--text-shadow-2);
	font-size:26px;
}

.plan-price-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--gap-5);
	font-size: 52px;
}

.plan-price-text-container {
	width: 204px;
	height: 52px;
	position: relative;
}

.price {
	position: absolute;
	top: 0px;
	left: 0px;
	letter-spacing: -1.56px;
	line-height: 52px;
	text-shadow: var(--text-shadow-2);
}

.price-unit {
	position: absolute;
	top: 29.3px;
	left: 158px;
	font-size: var(--fs-18);
	letter-spacing: -1.56px;
	line-height: 18px;
	display: flex;
	align-items: center;
	width: 46px;
	height: var(--height-18);
	text-shadow: var(--text-shadow-2);
}

/* Discount price display: regular price slashed next to the discounted price */
.price-stack {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	white-space: nowrap;
}

.price-stack .price {
	position: static;
	top: auto;
	left: auto;
}

.price-stack .price-unit {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}

.price-stack .price-old {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 52px;
	text-decoration: line-through;
	opacity: 0.6;
	text-shadow: var(--text-shadow-2);
}

.price-stack .price-discount {
	color: var(--color-gold, #ffd200);
}

.plan-description-container {
	width: 310px;
	height: 44px;
	position: relative;
	font-size: var(--fs-18);
}

.plan-description {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: var(--lh-22);
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 310px;
}

.plan-features-container {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--gap-12);
	font-size: var(--fs-16);
}

.li {
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: var(--gap-5);
}

.feature-icon-container {
	height: var(--height-16);
	width: var(--width-16);
	position: relative;
}

.feature-text-container {
	height: var(--height-22);
	width: 100%;
	position: relative;
}

.feature-text {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: var(--lh-21_75);
	font-weight: 500;
}

.feature-text-container2 {
	height: var(--height-22);
	width: var(--width-289);
	position: relative;
}

.feature-icon-container3 {
	height: var(--height-16);
	width: var(--width-16);
	position: relative;
	flex-shrink: 0;
}

.feature-text-container3 {
	height: var(--height-22);
	width: 297px;
	position: relative;
	flex-shrink: 0;
}

.feature-text-container4 {
	height: 44px;
	width: var(--width-289);
	position: relative;
}

.feature-text4 {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: var(--lh-21_75);
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 336px;
	flex-shrink: 0;
}

.sectionsection {
	box-shadow: 0px 7.769999980926514px 16px rgba(0, 0, 0, 0.06), 0px 4px 0px rgba(255, 255, 255, 0.6) inset, 0px -8px 0px rgba(0, 0, 0, 0.05) inset;
	border-radius: 50px;
	background-color: var(--color-gray-200);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 27px;
	color: var(--color-gray-100);
}

.steps-introduction-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) var(--padding-0) var(--padding-20);
	box-sizing: border-box;
	gap: var(--gap-30);
	max-width: 1360px;
}

.steps-title-container {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--gap-10);
}

.steps-title-text-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-0) var(--padding-40);
}

.steps-title {
	flex: 1;
	position: relative;
	line-height: 63px;
	font-weight: 800;
}

.steps-subtitle-text-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) var(--padding-40);
	font-size: var(--fs-18);
	color: var(--color-slategray);
}

.steps-subtitle {
	flex: 1;
	position: relative;
	line-height: var(--lh-22);
	font-weight: 500;
}

.steps-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-0) var(--padding-40);
	gap: 25px;
	text-align: left;
	font-size: var(--fs-24);
	color: var(--color-white);
}

.envelope {
	height: 194.6px;
	width: var(--width-410);
	box-shadow: var(--shadow-drop-4);
	border-radius: var(--br-20);
	background-color: var(--color-gray-200);
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--padding-29);
	box-sizing: border-box;
	min-width: var(--min-w-310);
	max-width: var(--max-w-700);
}

.email-step-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	isolation: isolate;
	gap: var(--gap-9);
	max-width: 100%;
	flex-shrink: 0;
}

.envelope-icon {
	width: 200px;
	height: 200px;
	margin: 0 !important;
	position: absolute;
	top: -70px;
	right: -30px;
	object-fit: contain;
	z-index: 0;
	flex-shrink: 0;
}

.step-number {
	width: 58px;
	height: var(--height-58);
	box-shadow: var(--shadow-inner);
	border-radius: var(--br-20);
	background-color: var(--color-mediumslateblue-100);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	flex-shrink: 0;
	text-align: center;
}

.step-number-text {
	position: relative;
	line-height: var(--lh-26_4);
	text-shadow: var(--text-shadow-1);
}

.h3 {
	width: 352.7px;
	height: 32.6px;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	color: var(--color-gray-100);
}

.step-title {
	font-weight: bold;
	position: absolute;
	top: 5.6px;
	left: 0px;
	line-height: var(--lh-26_4);
}

.p {
	align-self: stretch;
	display: flex;
	align-items: center;
	z-index: 3;
	flex-shrink: 0;
	font-size: var(--fs-15);
	color: var(--color-slategray);
}

.step-description {
	flex: 1;
	position: relative;
	line-height: var(--lh-21_75);
}

.usercircle-icon {
	width: 200;
	height: 200px;
	margin: 0 !important;
	position: absolute;
	top: -60px;
	right: -30.0px;
	object-fit: contain;
	z-index: 0;
	flex-shrink: 0;
}

.monitorplay-icon {
	width: 200px;
	height: 200px;
	position: absolute;
	margin: 0 !important;
	top: -60px;
	right: -30px;
	object-fit: contain;
	z-index: 0;
	flex-shrink: 0;
}

.sectionsection2 {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--padding-15) var(--padding-0);}

.content-section-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 43px var(--padding-0);
	box-sizing: border-box;
	gap: var(--gap-30);
	max-width: 100%;
}

.content-title-text-container {
	align-self: stretch;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: var(--padding-0) var(--padding-40);
}

.content-title {
	flex: 1;
	position: relative;
	line-height: 63px;
	font-weight: 800;
	color: var(--color-mediumslateblue-100)
}

.content-subtitle-text-containe {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-0) var(--padding-40);
	font-size: var(--fs-18);
}

.content-article-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-0) var(--padding-40);
	box-sizing: border-box;
	gap: 24px;
	max-width: 1360px;
	text-align: left;
	font-size: var(--fs-24);
	color: var(--color-mediumslateblue-100);
}

.content-article {
	width: var(--width-410);
	box-shadow: var(--shadow-drop-4);
	border-radius: var(--br-20);
	background-color: var(--color-white);
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: var(--padding-10);
	box-sizing: border-box;
	min-width: var(--min-w-310);
	max-width: var(--max-w-700);
}

.articledevice {
	width: 100%;
	height: 234px;
	box-shadow: var(--shadow-drop-5);
	border-radius: 17px;
	background: var(--gradient-3);
	border: var(--border-1);
	box-sizing: border-box;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--padding-25) var(--padding-29);
	position: relative;
	isolation: isolate;
	min-width: var(--min-w-310);
	max-width: var(--max-w-700);
}

.background {
	width: 425px;
	height: 305px;
	position: absolute;
	margin: 0 !important;
	top: -18.78px;
	left: -10px;
	background: linear-gradient(116.48deg, #0842d4, #4e7ff9), linear-gradient(#d9d9d9, #d9d9d9);
	z-index: 0;
	flex-shrink: 0;
}

.image-container {
	width: 412px;
	height: 248px;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}

.image-grid {
	position: absolute;
	height: 99.6%;
	width: 100.24%;
	top: 1.01%;
	right: 0.12%;
	bottom: -0.6%;
	left: -0.36%;
	flex-shrink: 0;
}

.image-icon {
	position: absolute;
	height: 49.39%;
	width: 50.36%;
	top: 49.39%;
	right: 0%;
	bottom: 1.21%;
	left: 49.64%;
	max-width: 100%;
	overflow: hidden;
	max-height: 100%;
	object-fit: cover;
}

.image-icon2 {
	position: absolute;
	height: 49.39%;
	width: 49.64%;
	top: 0%;
	right: 0.97%;
	bottom: 50.61%;
	left: 49.39%;
	max-width: 100%;
	overflow: hidden;
	max-height: 100%;
	object-fit: cover;
}

.image-icon3 {
	position: absolute;
	height: 50.61%;
	width: 49.39%;
	top: 49.39%;
	right: 50.36%;
	bottom: 0%;
	left: 0.24%;
	max-width: 100%;
	overflow: hidden;
	max-height: 100%;
	object-fit: cover;
}

.image-icon4 {
	position: absolute;
	height: 49.39%;
	width: 49.64%;
	top: 0%;
	right: 50.36%;
	bottom: 50.61%;
	left: 0%;
	max-width: 100%;
	overflow: hidden;
	max-height: 100%;
	object-fit: cover;
}

.text-container {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: var(--padding-20);
	gap: var(--gap-6);
}

.title-container {
	width: 202px;
	height: 27px;
	position: relative;
}

.title2 {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: var(--lh-26_4);
	text-shadow: var(--text-shadow-3);
}

.description-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	font-size: var(--fs-16);
	color: var(--color-gray-100);
}

.description {
	flex: 1;
	position: relative;
	line-height: var(--lh-21_75);
	font-weight: 500;
}

.articledevice2 {
	width: 100%;
	height: 234px;
	box-shadow: var(--shadow-drop-5);
	border-radius: 17px;
	background: var(--gradient-3);
	border: var(--border-1);
	box-sizing: border-box;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--padding-25) var(--padding-29);
	min-width: var(--min-w-310);
	max-width: var(--max-w-700);
}

.container {
	width: 412px;
	height: 248px;
	position: relative;
	flex-shrink: 0;
}

.sectionsection3 {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.devices-section-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
}

.devices-title-container {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--gap-12);
}

.h2section-title {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) var(--padding-40);
}

.psection-subtitle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) var(--padding-40);
	box-sizing: border-box;
	max-width: 720px;
	font-size: var(--fs-18);
}

.devices-article-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-30) var(--padding-40);
	box-sizing: border-box;
	gap: 70px var(--gap-22);
	max-width: 1360px;
	text-align: left;
	font-size: var(--fs-30);
	color: var(--color-white);
}

.device-article {
	height: 352px;
	box-shadow: var(--shadow-drop-4);
	border-radius: var(--br-20);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--gap-20);
	min-height: 210px;
}

.title5 {
	align-self: stretch;
	flex: 1;
	border-radius: var(--br-20) var(--br-20) var(--br-0) var(--br-0);
	background: var(--gradient-4);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: var(--padding-0) var(--padding-40);
}

.h34 {
	align-self: stretch;
	flex: 1;
	display: flex;
	align-items: center;
}

.title-text {
	height: 107px;
	width: var(--width-289);
	position: relative;
	line-height: var(--lh-36);
	font-weight: 800;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	text-shadow: var(--text-shadow-4);
}

.p4 {
	width: 203px;
	height: 140px;
	display: flex;
	align-items: flex-start;
	padding: var(--padding-28) var(--padding-0) var(--padding-0);
	box-sizing: border-box;
	z-index: 0;
	flex-shrink: 0;
}

.description-text2 {
	width: 215px;
	position: relative;
	line-height: var(--lh-21_75);
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.phone {
	width: 200px;
	height: 280px;
	position: absolute;
	margin: 0 !important;
	top: -80px;
	left: 240px;
	object-fit: contain;
	z-index: 1;
	flex-shrink: 0;
}

.logos-section {
	width: 360px;
	height: 70px;
	box-shadow: var(--shadow-drop-6);
	border-radius: var(--br-20);
	background: var(--gradient-5);
	border: var(--border-1);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--padding-20);
	z-index: 2;
	flex-shrink: 0;
}

.logos-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--gap-20);
	max-width: 100%;
}

.logo-1-icon {
	height: var(--height-30);
	width: var(--width-30);
	position: relative;
	object-fit: contain;
}

.logo-2-icon {
	height: var(--height-20);
	width: 60px;
	position: relative;
	object-fit: cover;
}

.logo-4-icon {
	height: var(--height-20);
	width: 94px;
	position: relative;
	object-fit: cover;
}

.content {
	border-radius: var(--br-0) var(--br-0) var(--br-20) var(--br-20);
	background-color: var(--color-gray-200);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: var(--padding-0) var(--padding-25) var(--padding-25);
	position: relative;
	isolation: isolate;
	gap: var(--gap-10);
	font-size: var(--fs-16);
	color: var(--color-gray-100);
}

.pc {
	width: 210px;
	height: 300px;
	position: absolute;
	margin: 0 !important;
	top: -90px;
	left: 180px;
	object-fit: contain;
	z-index: 1;
	flex-shrink: 0;
}

.icons {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-end;
	gap: var(--gap-12) 25px;
	max-width: 100%;
}

.description4 {
	width: 145px;
	position: relative;
	line-height: var(--lh-21_75);
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.tv {
	width: 260px;
	height: 180px;
	position: absolute;
	margin: 0 !important;
	top: -40px;
	left: 160px;
	object-fit: contain;
	z-index: 1;
	flex-shrink: 0;
}

.container8 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	gap: var(--gap-9);
	max-width: 100%;
}

.logo-icon {
	width: 86.2px;
	position: relative;
	object-fit: contain;
}

.logo-icon2 {
	height: 35.8px;
	width: 86.2px;
	position: relative;
	object-fit: contain;
}

.logo-icon3 {
	height: 20px;
	position: relative;
	object-fit: contain;
}

.logo-icon4 {
	height: 14.8px;
	width: 54.9px;
	position: relative;
	object-fit: contain;
}

.sectionsection4 {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px var(--padding-0) var(--padding-0);
	gap: var(--gap-10);
	text-align: left;
	color: var(--color-white);
	padding-bottom: 30px;
}

.cta-section-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-0) var(--padding-40);
	box-sizing: border-box;
	max-width: 1360px;
}

.divcta-band {
	flex: 1;
	box-shadow: 0px 10px 30px rgba(0, 35, 156, 0.08);
	border-radius: var(--br-20);
	background-color: var(--color-mediumslateblue-100);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: 18px;
	box-sizing: border-box;
	position: relative;
	isolation: isolate;
	gap: 0px;
	max-width: 100%;
}

.rectangle-parent {
	height: 143px;
	width: 1280px;
	position: absolute;
	margin: 0 !important;
	top: 0.4px;
	left: 0px;
	border-radius: var(--br-20);
	overflow: hidden;
	flex-shrink: 0;
	display: none;
	z-index: 0;
}

.frame-child {
	position: absolute;
	top: -117.25px;
	left: -34.22px;
	filter: blur(176.1px);
	background-color: var(--color-mediumslateblue-200);
	width: 622.2px;
	height: 142.2px;
	transform: rotate(23.4deg);
	transform-origin: 0 0;
	flex-shrink: 0;
}

.frame-item {
	position: absolute;
	top: -228.4px;
	left: 938.55px;
	filter: blur(178.1px);
	background-color: var(--color-mediumslateblue-200);
	width: 622.2px;
	height: 142.2px;
	transform: rotate(23.4deg);
	transform-origin: 0 0;
	flex-shrink: 0;
}

.frame-inner {
	position: absolute;
	top: -59.4px;
	left: 189.21px;
	filter: blur(155.8px);
	background-color: var(--color-mediumslateblue-200);
	width: 1081.8px;
	height: 134.7px;
	transform: rotate(12.5deg);
	transform-origin: 0 0;
	flex-shrink: 0;
}

.cta-container {
	width: 1206px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	isolation: isolate;
	gap: 43px 35px;
	max-width: 100%;
	z-index: 1;
	flex-shrink: 0;
	padding-left: 120px;
	box-sizing: border-box;
}

.cta-image-container {
	width: 200px;
	height: auto;
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	z-index: 5;
	flex-shrink: 0;
	pointer-events: none;
}

.cta-text-container {
	flex: 1.0746;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
	flex-shrink: 0;
}

.cta-title-text-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	min-width: 200px;
}

.cta-title {
	flex: 1;
	position: relative;
	line-height: 63px;
	font-weight: 800;
	text-shadow: var(--text-shadow-2);
}

.cta-subtitle-text-container {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	font-size: var(--fs-16);
	color: var(--color-gray-200);
}

.abtn-light {
	flex: 1;
	box-shadow: 0px 17.416667938232422px 52.78px rgba(255, 210, 0, 0.19), 0px 7.2762675285339355px 22.05px rgba(255, 210, 0, 0.14), 0px 3.8902409076690674px 11.79px rgba(255, 210, 0, 0.11), 0px 2.1808369159698486px 6.61px rgba(255, 210, 0, 0.09), 0px 1.1582261323928833px 3.51px rgba(255, 210, 0, 0.08), 0px 0.4819638729095459px 1.46px rgba(255, 210, 0, 0.05), 0px 10px 20px rgba(255, 215, 0, 0.18);
	border-radius: 10px;
	background-color: var(--color-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px var(--padding-12);
	box-sizing: border-box;
	max-width: 346px;
	z-index: 2;
	flex-shrink: 0;
	text-align: center;
	font-size: var(--fs-24);
	cursor: pointer;
	transition: transform 0.25s ease;
}

.abtn-light:hover {
	transform: translateY(-2px);
}

/* Move the 3 surrounding logos along with the bottom CTA button */
.abtn-light:hover ~ .social-media-logos-container img {
	transform: translateY(-2px);
}

.cta-button-text {
	position: relative;
	line-height: var(--lh-26_4);
	text-shadow: var(--text-shadow-1);
	cursor: pointer;
}

.social-media-logos-container {
	height: 158.1px;
	width: 382px;
	position: absolute;
	margin: 0 !important;
	top: -27.5px;
	left: 849px;
	z-index: 3;
	flex-shrink: 0;
	pointer-events: none;
}

.social-media-logos-container img {
	pointer-events: none;
	transition: transform 0.25s ease;
}

.social-media-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: var(--shadow-drop-2);
	border-radius: var(--br-8);
	width: 50px;
	height: 50px;
	object-fit: contain;
	flex-shrink: 0;
	background: white;
	rotate: 30deg;
}

.icon8 {
	position: absolute;
	top: 90.6px;
	left: 274px;
	box-shadow: var(--shadow-drop-2);
	border-radius: var(--br-8);
	width: 51.1px;
	height: 51.1px;
	object-fit: contain;
	flex-shrink: 0;
	rotate: 25deg;
	background: white;
}

.icon9 {
	position: absolute;
	top: 62.6px;
	left: 333px;
	box-shadow: var(--shadow-drop-3);
	border-radius: var(--br-8);
	width: 56px;
	height: 56px;
	object-fit: contain;
	flex-shrink: 0;
	rotate: -25deg;
	background: white;
}

.footer {
	width: 100%;
	background: var(--gradient-1);
	border-top: var(--border-1);
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1920px;
	font-size: var(--fs-15);
	color: var(--color-slategray);
}

.main-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: var(--padding-0) var(--padding-40);
	box-sizing: border-box;
	max-width: 100%;
}

.info-blocks {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	padding: var(--padding-20) var(--padding-0);
	gap: 33px var(--gap-20);
}

.divlogo2 {
	width: 255px;
	display: flex;
	align-items: center;
	gap: 3px;
	min-width: 255px;
}

.no-bg-image-27-12 {
	height: 51px;
	width: 167px;
	position: relative;
	object-fit: cover;
}

.block {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--padding-0) var(--padding-5);
}

.company-name {
	position: relative;
	line-height: var(--lh-21_75);
	white-space: pre-wrap;
}

.block2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: var(--padding-0) var(--padding-5);
	gap: var(--gap-5);
}

.email-label {
	position: relative;
	line-height: var(--lh-21_75);
	opacity: 0.6;
}

.email-address {
	position: relative;
	line-height: var(--lh-21_75);
}

.social-media-icons {
	display: flex;
	align-items: center;
	gap: var(--gap-20);
}

.facebook-icon {
	height: var(--height-32);
	width: var(--width-32);
	position: relative;
}

.footer2 {
	align-self: stretch;
	background: var(--gradient-1);
	border-top: var(--border-1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--padding-10) var(--padding-0);
	gap: var(--gap-20);
}

/* === Responsive breakpoints === */

@media (max-width: 1200px) {
	.hero-section {
		gap: 40px;
		padding: var(--padding-0) 24px;
	}

	.hero-content-container {
		flex: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
	}

	.hero-text-container {
		align-items: center;
		text-align: center;
	}

	.hero-title-container {
		align-items: center;
	}

	.links-container {
		justify-content: center;
	}

	.form-container {
		align-items: center;
	}

	.input-field-container {
		align-items: center;
	}

	.form {
		align-items: center;
	}

	.asidehero-card {
		max-width: 380px;
		width: 100%;
	}


}

@media (max-width:1320px) {
	.social-media-logos-container {
		display: none;
	}
}

@media (max-width: 1024px) {
	.hero-section {
		gap: 40px;
		padding: var(--padding-0) 24px;
	}

	.hero-content-container {
		flex: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 0;
	}

	.subtitle {
		font-size: 44px;
	}

	.el-patas {
		width: 100%;
		max-width: 580px;
	}

	.asidehero-card {
		max-width: 400px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.sectionhero {
		padding: 40px var(--padding-0);
	}

	.hero-section {
		gap: 40px;
		padding: var(--padding-0) 16px;
	}

	.hero-content-container {
		height: auto;
		min-height: 0;
		max-width: 100%;
	}

	.hero-text-container {
		gap: 20px;
	}

	.subtitle {
		font-size: 34px;
	}

	.title-text-container .title {
		font-size: 18px;
	}

	.content-title {
		font-size: 32px;
		line-height: 40px;
	}

	.content-subtitle-text-containe {
		font-size: 16px;
	}

	.steps-title {
		font-size: 32px;
		line-height: 40px;
	}

	.links-container {
		flex-wrap: wrap;
		gap: 8px;
	}

	.form-container {
		align-items: stretch;
		position: relative;
	}

	.input-button-container {
		flex-direction: column;
		align-items: stretch;
	}

	.input-field-container {
		align-items: stretch;
	}

	.form {
		align-items: center;
	}

	.el-patas {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: relative;
		background: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
	}

	[data-theme="dark"] .el-patas {
		border: none;
	}

	.el-patas form {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.divplaceholder {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 48px;
		overflow: visible;
	}

	.placeholder-text {
		position: relative;
		width: 100%;
		height: 48px;
		padding: 0 16px;
		border-radius: 100px;
		line-height: 48px;
		box-sizing: border-box;
		background: #fff;
	}

	.buttonbtn-primary {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 54px;
		border-radius: 100px;
	}

	.button-logo-group {
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.buttonbtn-primary2 {
		position: relative;
		width: 100%;
		height: 54px;
		border-radius: 100px;
	}

	.button-background {
		height: 54px;
		border-radius: 100px;
	}

	.button-text {
		position: absolute;
		top: 18px;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Logo images positioned near the button */
	.logo-container {
		position: absolute;
		top: -10px;
		right: 5px;
		width: 80px;
		height: 62px;
		left: 450px;
		margin: 0;
	}

	.logo-image-icon {
		position: absolute;
		top: -12px;
		left: -5px;
		width: 40px;
		height: 40px;
		display: block;
		margin: -50px 0 0 5px;
	}

	.asidehero-card {
		width: 100%;
		max-width: 400px;
	}

	.google-login-container {
		margin-top: 8px;
		width: 100%;
	}

	.google-login-text-container {
		justify-content: center;
	}

	.account-text-container {
		text-align: left;
		width: 100%;
	}

	/* CTA section tablet: hide popcorn image */
	.cta-container {
		padding-left: 0;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 24px;
	}

	.cta-image-container {
		display: none;
	}

	.cta-text-container {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
		gap: 6px 16px;
		align-items: center;
		flex: 1;
		min-width: 250px;
	}


	.cta-title-text-container {
		grid-row: 1;
		grid-column: 2;
		min-width: 0;
	}

	.cta-subtitle-text-container {
		grid-row: 2;
		grid-column: 2;
		min-width: 0;
		text-align: left;
		justify-content: flex-start;
		font-size: 15px;
	}

	.cta-title {
		font-size: 28px;
		line-height: 36px;
		text-align: left;
	}

	.abtn-light {
		flex: 0 0 100%;
		max-width: 280px;
		width: 100%;
		padding: 16px 20px;
		font-size: 20px;
	}

	.cta-button-text {
		width: auto;
		font-size: 18px;
	}

	.divcta-band {
		padding: 30px 24px;
	}

	/* Navbar */
	.divcontainer {
		padding: var(--padding-12) var(--padding-15) !important;
		gap: var(--gap-6);
	}

	.divlogo {
		min-width: unset;
		padding: var(--padding-0) var(--padding-5);
	}

	.no-bg-image-27-1 {
		height: 38px;
		width: 130px;
	}

	.no-bg-image-28-1 {
		height: 29px;
		width: 48px;
	}

	/* Steps section: full-width background on mobile */
	.sectionsection {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.sectionhero {
		padding: 24px var(--padding-0);
	}

	.hero-section {
		gap: 24px;
		padding: var(--padding-0) 12px;
	}

	.subtitle {
		font-size: 40px;
	}

	.links-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.el-patas form {
		gap: 10px;
	}

	.divplaceholder {
		height: 44px;
	}

	.placeholder-text {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		padding: 0 14px;
	}

	.buttonbtn-primary {
		height: 48px;
	}

	.buttonbtn-primary2 {
		height: 48px;
	}

	.button-background {
		height: 48px;
	}

	.button-text {
		top: 15px;
		font-size: 14px;
	}

	.logo-container {
		width: 70px;
		height: 50px;
		top: -8px;
		right: 3px;
		left: 300px;
	}

	.logo-container .icon,
	.logo-container .icon2 {
		width: 38px;
		height: 38px;
	}

	.logo-container .icon {
		top: 20px;
	}

	.logo-container .icon2 {
		left: 32px;
		top: -4px;
	}

	.logo-image-icon {
		width: 32px;
		height: 32px;
		top: -10px;
		left: -3px;
	}

	/* CTA section mobile: hide popcorn image */
	.cta-container {
		padding-left: 0;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}

	.cta-image-container {
		display: none;
	}

	.cta-text-container {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
		gap: 4px 12px;
		align-items: center;
		flex: 1;
		min-width: 200px;
	}

	.cta-title-text-container {
		grid-row: 1;
		grid-column: 2;
		min-width: 0;
	}

	.cta-subtitle-text-container {
		grid-row: 2;
		grid-column: 2;
		min-width: 0;
		text-align: left;
		justify-content: flex-start;
		font-size: 13px;
	}

	.cta-title {
		font-size: 32px;
		text-align: left;
	}

	.description-text {
		font-size: 16px;
	}

	.abtn-light {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 14px 16px;
		font-size: 16px;
	}

	.cta-button-text {
		width: auto;
		font-size: 15px;
	}

	.divcta-band {
		padding: 24px 16px;
	}

	/* Navbar */
	.divcontainer {
		padding: var(--padding-10) var(--padding-10) !important;
	}

	.no-bg-image-27-1 {
		height: 30px;
		width: 104px;
	}

	.no-bg-image-28-1 {
		height: 23px;
		width: 38px;
	}
}



.input-custom {
	height: 56px;
	border-radius: 16px;
	background-color: #f9fbff;
	border: 1px solid #dfe7ff;
	box-sizing: border-box;
	padding: 17.5px 18px;
	margin: 5px;
	font-size: 15px;
	font-family: var(--font-avenir-next-lt-pro);
	color: #06112d;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	outline: none;
	width: 100%;
}

.input-custom::placeholder {
	color: #919bb0;
}

.input-custom:hover {
	box-shadow: 0 0 14px rgba(47, 91, 255, 0.12);
}

.input-custom:focus {
	border-color: #225ff7;
	box-shadow: 0 0 0 2px rgba(34, 95, 247, 0.12);
}

.input-custom.is-invalid {
	border-color: #dc2626;
	box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

.password-input-wrap {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px;
}

.password-input-wrap .input-custom {
	padding-right: 50px;
	margin: 0;
}

.password-input-wrap .spaneye {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.5;
	z-index: 1;
}

.password-input-wrap .spaneye:hover {
	opacity: 0.8;
}

.password-input-wrap .vector-icon {
	width: 20px;
	height: 12px;
	display: block;
}

.btn-submit {
	width: 100%;
	height: 54px;
	box-shadow: 0px 12px 24px rgba(255, 213, 0, 0.22);
	border-radius: 16px;
	background-color: #ffd500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #111;
	font-weight: 700;
	font-size: 16px;
	font-family: var(--font-avenir-next-lt-pro);
	border: none;
	cursor: pointer;
	transition: box-shadow 0.2s ease;
	padding: 0 28px;
	line-height: 1;
}

.btn-submit:hover {
	box-shadow: 0 0 20px rgba(255, 213, 0, 0.35);
}

/* ========== Inline error text (login, forgotPassword) ========== */

.text-error {
	color: #dc2626;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 4px;
	display: block;
}

.label-text-alt {
	font-size: 13px;
	line-height: 1.4;
}


input::-ms-reveal,
input::-ms-clear {
	display: none;
}
.g_id_signin:focus {
    outline: none;
}

.g_id_signin iframe:focus {
    outline: none;
}

/* Custom channel tooltip */
#channel-desc2-tooltip {
	font-family: var(--font-avenir-next-lt-pro);
}

/* Chevron: hidden on desktop (sm+), visible on mobile */
.channel-chevron {
	display: inline-flex;
}
@media (min-width: 640px) {
	.channel-chevron {
		display: none;
	}
	/* On desktop the hover tooltip handles it */
	.channel-desc2-body {
		max-height: 0 !important;
		overflow: hidden !important;
	}
}
/* Password requirements checklist (change password / forgot password reset) */
.password-requirements {
        margin-top: 8px;
        margin-bottom: 4px;
        padding-left: 4px;
        user-select: none;
}
.requirements-header {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        padding: 4px 0;
        font-size: 13px;
        color: var(--color-gray-300);
}
.requirements-header:hover {
        opacity: 0.8;
}
.requirements-label {
        font-weight: 500;
}
.requirements-count {
        font-weight: 600;
        color: var(--color-gray-300);
        transition: color 0.2s ease;
}
.requirements-count.all-met {
        color: #16a34a;
}
.requirements-chevron {
        font-size: 10px;
        transition: transform 0.25s ease;
        margin-left: auto;
}
.requirements-chevron.open {
        transform: rotate(180deg);
}
.requirements-body {
        overflow: hidden;
        max-height: 200px;
        transition: max-height 0.3s ease, opacity 0.25s ease;
        opacity: 1;
}
.requirements-body.collapsed {
        max-height: 0;
        opacity: 0;
}
.requirement {
        font-size: 13px;
        color: var(--color-gray-300);
        margin-bottom: 4px;
        transition: color 0.2s ease;
        display: flex;
        align-items: center;
        gap: 6px;
}
.requirement .req-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        font-size: 14px;
        transition: all 0.2s ease;
        flex-shrink: 0;
}
.requirement.met {
        color: #16a34a;
}
.requirement.met .req-icon {
        color: #16a34a;
}
.password-match {
        margin-top: 6px;
        padding-left: 4px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        color: #16a34a;
        animation: fadeIn 0.25s ease;
}
.password-match .match-icon {
        font-weight: bold;
        font-size: 14px;
}
.password-match .match-text {
        font-weight: 500;
}
@keyframes fadeIn {
        from { opacity: 0; transform: translateY(-4px); }
        to { opacity: 1; transform: translateY(0); }
}