@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

* {
	font-family: Source Sans Pro, sans-serif;
}

/* Meyer's Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Source Sans Pro, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.vscan_launcher_header {
	padding: 0 24px;
	height: 60px;
	z-index: 1001;
}

.vscan_launcher_header_container {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	background: transparent;
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}

.ge-logo {
	width: 144px;
	height: 32px;
}

.myecholab-header {
	color: #62129F;
	cursor: pointer;
}

.vscan_launcher_section_container {
	padding: 100px 0px;
	margin: 0 auto;
	max-width: 1280px;
	border-radius: 8px;
}

.nav-menu-container {
	background-color: #FFFFFF;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0px 0px 24px 0px;
	max-width: 1280px;
}

.nav-menu-container-fixed {
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	padding: 24px 0px;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1000;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.nav-menu-container-item {
	border: 1px solid #D2D2D2;
	color: #D2D2D2;
	padding: 30px;
	cursor: pointer;
	flex: 1;
	margin: 0 20px;
	display: flex;
	justify-content: center;
	border-radius: 8px;
	text-decoration: none;
}

.nav-menu-container-item-active {
	border: 1px solid #62129F;
	color: #62129F;
	padding: 30px;
	cursor: pointer;
	border-radius: 8px;
	text-decoration: none;
}

.vscan_launcher_container {
	display: flex;
	align-items: center;
	padding: 0px 24px;
	max-width: 1280px;
	margin: 0 auto;
}

.vscan_launcher_div_container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 20px 0px;
}

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

.vscan_launcher_welcome_text {
	position: relative;
	font-size: 24px;
	font-weight: bold;
}

.vscan_launcher_welcome_superimposed_letter {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	opacity: 0.5;
}

.vscan_launcher_section_container_item_end {
	display: flex;
	justify-content: center;
}

.vscan_launcher_section_container_item_start {
	display: flex;
	justify-content: center;
}

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

.vscan_launcher_container_texts_title {
	width: 100%;
	margin-bottom: 10px;
}

.vscan_launcher_container_texts_subtitle {
	width: 100%;
	margin: 10px 0px;
}

.vscan_launcher_container_video_end {
	display: flex;
	justify-content: end;
	width: 100%;
}

.vscan_launcher_container_video_start {
	display: flex;
	justify-content: start;
	width: 100%;
}

.vscan_launcher_video {
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	box-shadow: 3px 3px 3px 3px #00000014;
}

.vscan_launcher_title {
	width: 100%;
	padding-bottom: 5px;
	font-size: 2.25rem;
	text-align: center;
	color: #222222;
}

.vscan_launcher_subtitle {
	width: 100%;
	font-size: 1.375rem;
	padding: 3px;
	text-align: center;
	color: #5B5B67;
	font-weight: 300;
}

.vscan_launcher_setup_title {
	width: 100%;
	padding-bottom: 5px;
	text-align: start;
	color: #222222;
	font-size: 3rem;
}

.vscan_launcher_introduction_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 300px;
}

.vscan_launcher_introduction_texts {
	color: #5B5B67;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.vscan_launcher_video_button {
	width: 120px;
	height: 40px;
	background-color: #62129F;
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.vscan_launcher_introduction_title {
	width: 100%;
	padding-bottom: 20px;
	font-size: 2.5rem;
	color: #000;
	font-weight: 600;
}

.vscan_launcher_introduction_subtitle {
	width: 50%;
	font-size: 1.275rem;
	color: #000;
	font-weight: 300;
	text-align: justify;
}

.vscan_launcher_introduction_subtitle .superscript {
	font-size: 0.9rem;
	vertical-align: top;
}

.vscan_launcher_introduction_highlighted {
	font-weight: bold;
}

.vscan_launcher_download_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.vscan_launcher_download_button {
	width: 120px;
	height: 40px;
	background-color: #62129F;
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.vscan_launcher_download_button_v2 {
	width: 120px;
	height: 40px;
	background-color: #62129F;
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.vscan_air_download_button_v2 {
	width: 120px;
	height: 40px;
	background-color: #45B2C5;
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vscan_launcher_download_user_manual_button_v2 {
	width: 120px;
	height: 40px;
	background-color: #FFFFFF;
	color: #62129F;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 10px 0px;
	border: 1px solid #62129F;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ai_solution_download_button_v2 {
    width: 300px;
    height: 40px;
    background-color: #19BB7C;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vscan_launcher_download_image_and_button_container {
	text-align: center;
	width: 100%;
}

.vscan_launcher_download_image_container {
	padding: 15px 0px;
}

.vscan_launcher_download_image {
	width: 50px;
	height: 50px;
}

.vscan_launcher_download_button {
	width: 120px;
	height: 40px;
	background-color: #62129F;
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.vscan_launcher_need_help_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #F4F1F8;
	max-width: none;
}

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

.vscan_launcher_need_help_title {
	width: 100%;
	padding-bottom: 5px;
	font-size: 24px;
	text-align: center;
	color: #5B5B67;
}

.vscan_launcher_need_help_subtitle {
	font-size: 16px;
	padding: 3px;
	text-align: center;
	color: #5B5B67;
}


.vscan_launcher_footer_container {
	color: #5B5B67;
	position: absolute;
	width: 100%;
	background-color: #F4F1F8;
	padding: 20px 0;
}

.vscan_launcher_footer_need_help_container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	flex-wrap: wrap;
}

.vscan_launcher_footer_disclaimer_container {
	font-size: 12px;
}

.vscan_launcher_footer_disclaimer_container_unauthenticated {
	font-size: 12px;
	background-color: #F5F1F9;
	padding: 20px 0px;
}

.vscan_launcher_footer_disclaimer_text {
	text-align: center;
	padding: 2px 0px;
}

/* Trial Css */

.vscan_launcher_trial_container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85vh;
	flex-direction: column;
	padding: 0 24px;
	max-width: 1280px;
	margin: 0 auto;
}

.vscan_launcher_trial_container_code_background {
	width: calc(100vw - 0px);
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 2;
}

.vscan_launcher_trial_container_code {
	text-align: center;
}

.vscan_launcher_trial_container_welcome {
	align-self: flex-start;
	padding-top: 40px;
	flex: 1;
}

.vscan_launcher_trial_container_image {
	flex: 1;
	text-align: center;
}

.vscan_launcher_trial_image {
	width: 300px;
}

.vscan_launcher_trial_enter_trial_id_text {
	color: #000;
	font-weight: 600;
	padding: 25px;
}

.vscan_launcher_trial_id_input {
	width: 40px;
	height: 60px;
	border: 1px solid #62129F;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 8px;
	border-radius: 8px;
}

.vscan_launcher_trial_welcome_text {
	font-weight: 600;
	font-size: 2.5rem;
	color: #000;
}

.vscan_launcher_trial_text {
	font-size: 75px;
	color: #62129F;
}

.vscan_launcher_trial_validate_trial_button {
	width: 100%;
	height: 44px;
	background-color: #62129F;
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.vscan_launcher_trial_error_message {
	margin-top: 20px;
	color: #A80925;
	font-size: 20px;
	font-weight: bold;
}

.vscan_tablet_image_img {
	width: 200px;
}

.vscan_launcher_download_button_img_v2 {
	margin-right: 10px;
}

@media only screen and (max-width: 480px) {
	.vscan_launcher_trial_container_code_background {
		width: 97vw;
	}

	.vscan_launcher_introduction_title {
		width: 100%;
		font-size: 2rem;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.175rem;
	}

	.vscan_launcher_download_button_img_v2 {
		width: 20px;
	}

	.vscan_launcher_download_button_v2 {
		width: 100%;
	}

	.vscan_air_download_button_v2 {
		width: 100%;
	}

    .ai_solution_download_button_v2 {
        width: 100%;
    }

	.vscan_launcher_download_user_manual_button_v2 {
		width: 100%;
	}

	.vscanTabletImageContainer {
		display: none;
	}

	.vscan_launcher_trial_container {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 85vh;
		padding: 0 20px;
		flex-direction: column;
	}

	.vscan_launcher_trial_container_welcome {
		align-self: flex-start;
		flex: 1;
	}

	.vscan_launcher_trial_container_image {
		flex: 1;
		text-align: center;
	}

	.vscan_launcher_trial_image {
		width: 120px;
	}

	.vscan_launcher_trial_enter_trial_id_text {
		font-size: 25px;
	}

	.vscan_launcher_trial_id_input {
		width: 16px;
		height: 35px;
		margin: 0px 1px;
	}

	.vscan_launcher_trial_welcome_text {
		font-size: 2rem;
	}

	.vscan_launcher_trial_validate_trial_button {
		width: 100%;
		height: 40px;
	}

	.vscan_launcher_trial_error_message {
		font-size: 20px;
	}

	.vscan_launcher_introduction_title {
		font-size: 2.75rem;
	}

	.vscan_launcher_introduction_subtitle {
		font-size: 1.25rem;
	}

	.vscan_launcher_setup_title {
		font-size: 2.75rem;
	}

	.vscan_launcher_update_version_download_image_background {
		width: 120px;
		height: 160px;
	}

	.vscan_launcher_container_video_end {
		justify-content: center;
	}

	.vscan_launcher_container_video_start {
		justify-content: center;
	}

	.vscan_launcher_section_container_item_start {
		flex-direction: column-reverse;
	}

	.vscan_launcher_section_container_item_end {
		flex-direction: column;
	}

	.vscan_launcher_section_container {
		padding: 50px 0px;
	}

	.vscan_launcher_update_version_title {
		font-size: 20px !important;
	}

	.vscan_launcher_update_version_subtitle {
		font-size: 15px !important;
	}

	.vscan_launcher_update_version_download_image {
		width: 60px !important;
		height: 60px !important;
	}

	.vscan_launcher_title {
		font-size: 1.75rem;
	}

	.vscan_launcher_subtitle {
		font-size: 1.175rem;
	}

	.vscan_launcher_update_version_main_title {
		font-size: 2rem;
		text-align: center;
	}

	.vscan_launcher_update_version_main_subtitle {
		font-size: 1.175rem;
		text-align: center;
	}

    .vscan_launcher_update_version_main_subtitle_superscript {
        font-size: 0.4rem;
        vertical-align: top;
    }

	.vscan_launcher_update_div_container_buttons {
		justify-content: center !important;
	}

	.vscan_launcher_update_download_button_v2 {
		width: 100% !important;
	}

}

/* iPads, Tablets (481px - 768px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.vscan_launcher_trial_container_code_background {
		width: 98vw;
	}

	.vscan_launcher_introduction_title {
		width: 100%;
		font-size: 2rem;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.175rem;
	}

	.vscan_launcher_download_button_img_v2 {
		width: 20px;
	}

	.vscan_launcher_download_button_v2 {
		width: 85%;
	}

	.vscan_air_download_button_v2 {
		width: 85%;
	}

    .ai_solution_download_button_v2 {
        width: 100%;
    }

	.vscan_launcher_download_user_manual_button_v2 {
		width: 85%;
	}

	.vscanTabletImageContainer {
		display: none;
	}

	.vscan_launcher_trial_container {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 85vh;
		padding: 0 20px;
		flex-direction: column;
		overflow: auto;
	}

	.vscan_launcher_trial_container_welcome {
		align-self: flex-start;
		flex: 1;
	}

	.vscan_launcher_trial_container_image {
		flex: 1;
		text-align: center;
	}

	.vscan_launcher_trial_image {
		width: 120px;
	}

	.vscan_launcher_trial_enter_trial_id_text {
		font-size: 25px;
	}

	.vscan_launcher_trial_id_input {
		width: 35px;
		height: 50px;
		margin: 0px 1px;
	}

	.vscan_launcher_trial_welcome_text {
		font-size: 2rem;
	}

	.vscan_launcher_trial_validate_trial_button {
		width: 100%;
		height: 40px;
	}

	.vscan_launcher_trial_error_message {
		font-size: 20px;
	}

	.vscan_launcher_introduction_title {
		font-size: 2.75rem;
	}

	.vscan_launcher_introduction_subtitle {
		font-size: 1.25rem;
	}

	.vscan_launcher_setup_title {
		font-size: 2.75rem;
	}

	.vscan_launcher_update_version_download_image_background {
		width: 120px;
		height: 160px;
	}

	.vscan_launcher_container_video_end {
		justify-content: center;
	}

	.vscan_launcher_container_video_start {
		justify-content: center;
	}

	.vscan_launcher_section_container_item_start {
		flex-direction: column-reverse;
	}

	.vscan_launcher_section_container_item_end {
		flex-direction: column;
	}

	.vscan_launcher_section_container {
		padding: 50px 0px;
	}

	.vscan_launcher_update_version_title {
		font-size: 20px !important;
	}

	.vscan_launcher_update_version_subtitle {
		font-size: 15px !important;
	}

	.vscan_launcher_update_version_download_image {
		width: 60px !important;
		height: 60px !important;
	}

	.vscan_launcher_title {
		font-size: 1.75rem;
	}

	.vscan_launcher_subtitle {
		font-size: 1.175rem;
	}

	.vscan_launcher_update_version_main_title {
		font-size: 2rem;
		text-align: center;
	}

	.vscan_launcher_update_version_main_subtitle {
		font-size: 1.175rem;
		text-align: center;
	}

	.vscan_launcher_update_div_container_buttons {
		justify-content: center !important;
	}

	.vscan_launcher_update_download_button_v2 {
		width: 100% !important;
	}

}

/* Small screens, laptops (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.vscan_launcher_trial_container_code_background {
		width: 98vw;
	}

	.vscan_launcher_introduction_title {
		width: 100%;
		font-size: 2rem;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.175rem;
	}

	.vscan_launcher_download_button_img_v2 {
		width: 20px;
	}

	.vscan_launcher_download_button_v2 {
		width: 70%;
	}

	.vscan_air_download_button_v2 {
		width: 70%;
	}

    .ai_solution_download_button_v2 {
        width: 85%;
    }

	.vscan_launcher_download_user_manual_button_v2 {
		width: 70%;
	}

	.vscan_launcher_trial_container {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 85vh;
		padding: 0 20px;
		overflow: auto;
	}

	.vscan_launcher_trial_container_welcome {
		align-self: flex-start;
		flex: 1;
	}

	.vscan_launcher_trial_container_image {
		flex: 1;
		text-align: center;
	}

	.vscan_launcher_trial_image {
		width: 150px;
	}

	.vscan_launcher_trial_enter_trial_id_text {
		font-size: 25px;
	}

	.vscan_launcher_trial_id_input {
		width: 29px;
		height: 45px;
		margin: 0px 1px;
	}

	.vscan_launcher_trial_welcome_text {
		font-size: 2rem;
	}

	.vscan_launcher_trial_validate_trial_button {
		width: 100%;
		height: 40px;
	}

	.vscan_launcher_trial_error_message {
		font-size: 20px;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.275rem;
	}

	.vscan_tablet_image_img {
		width: 280px;
	}

	.vscan_launcher_introduction_container {
		margin-right: 40px;
	}

	.vscan_launcher_update_version_main_title {
		font-size: 2.25rem;
	}

	.vscan_launcher_update_version_main_subtitle {
		font-size: 1.375rem;
	}

	.vscan_launcher_update_download_button_v2 {
		width: 40% !important;
	}

	.vscan_launcher_update_div_container_buttons {
		justify-content: flex-start !important;
	}

	.vscan_launcher_update_imagen_1 {
		width: 200px;
	}

	.vscan_launcher_update_imagen_2 {
		width: 200px;
	}

	.vscan_launcher_update_imagen_3 {
		width: 200px;
		height: 120px;
	}

	.vscan_launcher_update_step_item_container {
		align-items: center !important;
	}

}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.vscan_launcher_trial_container_code_background {
		width: 98vw;
	}

	vscan_launcher_trial_id_input {
		font-size: 2.5rem;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.375rem;
	}

	.vscan_launcher_download_button_img_v2 {
		width: 20px;
	}

	.vscan_launcher_div_container_buttons {
		display: flex;
		width: 100%;
		justify-content: start;
	}

	.vscan_launcher_download_button_v2 {
		width: 35%;
		margin-right: 10px;
	}

	.vscan_air_download_button_v2 {
		width: 35%;
		margin-right: 10px;
	}

    .ai_solution_download_button_v2 {
        width: 50%;
        margin-right: 10px;
    }

	.vscan_launcher_download_user_manual_button_v2 {
		width: 35%;
		margin-left: 10px;
	}

	.vscan_launcher_trial_container {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 85vh;
		padding: 0 20px;
	}

	.vscan_launcher_trial_container_welcome {
		align-self: flex-start;
		flex: 1;
	}

	.vscan_launcher_trial_container_image {
		flex: 1;
		text-align: center;
	}

	.vscan_launcher_trial_image {
		width: 250px;
	}

	.vscan_launcher_trial_enter_trial_id_text {
		font-size: 25px;
	}

	.vscan_launcher_trial_id_input {
		width: 40px;
		height: 60px;
	}

	.vscan_launcher_trial_welcome_text {
		font-size: 2.5rem;
	}

	.vscan_launcher_trial_validate_trial_button {
		width: 100%;
		height: 40px;
	}

	.vscan_launcher_trial_error_message {
		font-size: 20px;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.275rem;
	}

	.vscan_tablet_image_img {
		width: 320px;
	}

	.vscan_launcher_introduction_container {
		margin-right: 40px;
	}

	.vscan_launcher_container {
		padding: 40px 24px;
	}

	.vscan_launcher_update_version_main_title {
		font-size: 2.25rem;
	}

	.vscan_launcher_update_version_main_subtitle {
		font-size: 1.375rem;
	}

	.vscan_launcher_update_div_container_buttons {
		justify-content: flex-start !important;
	}

	.vscan_launcher_update_download_button_v2 {
		width: 35% !important;
	}

	.vscan_launcher_update_imagen_1 {
		width: 200px;
	}

	.vscan_launcher_update_imagen_2 {
		width: 200px;
	}

	.vscan_launcher_update_imagen_3 {
		width: 200px;
		height: 120px;
	}

	.vscan_launcher_update_step_item_container {
		align-items: center !important;
	}

	.vscan_launcher_update_step_container {
		justify-content: space-evenly !important;
	}
}


@media only screen and (min-width: 1201px) {
	.vscan_launcher_introduction_title {
		width: 100%;
		font-size: 2.5rem;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.375rem;
	}

	.vscan_launcher_download_button_img_v2 {
		width: 20px;
	}

	.vscan_launcher_div_container_buttons {
		display: flex;
		width: 100%;
		justify-content: start;
	}

	.vscan_launcher_download_button_v2 {
		width: 35%;
		margin-right: 10px;
	}

	.vscan_air_download_button_v2 {
		width: 35%;
		margin-right: 10px;
	}

    .ai_solution_download_button_v2 {
        width: 50%;
        margin-right: 10px;
    }

	.vscan_launcher_download_user_manual_button_v2 {
		width: 35%;
		margin-left: 10px;
	}

	.vscan_launcher_trial_container {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 85vh;
		padding: 0 20px;
	}

	.vscan_launcher_trial_container_welcome {
		align-self: flex-start;
		flex: 1;
	}

	.vscan_launcher_trial_container_image {
		flex: 1;
		text-align: center;
	}

	.vscan_launcher_trial_image {
		width: 250px;
	}

	.vscan_launcher_trial_enter_trial_id_text {
		font-size: 25px;
	}

	.vscan_launcher_trial_id_input {
		width: 40px;
		height: 60px;
	}

	.vscan_launcher_trial_welcome_text {
		font-size: 2.5rem;
	}

	.vscan_launcher_trial_validate_trial_button {
		width: 100%;
		height: 40px;
	}

	.vscan_launcher_trial_error_message {
		font-size: 20px;
	}

	.vscan_launcher_introduction_subtitle {
		width: 100%;
		font-size: 1.275rem;
	}

	.vscan_tablet_image_img {
		width: 320px;
	}

	.vscan_launcher_introduction_container {
		margin-right: 250px;
	}

	.vscan_launcher_container {
		padding: 40px 24px;
	}

	.vscan_launcher_update_version_main_title {
		font-size: 2.25rem;
	}

	.vscan_launcher_update_version_main_subtitle {
		font-size: 1.375rem;
	}

	.vscan_launcher_update_div_container_buttons {
		justify-content: flex-start !important;
	}

	.vscan_launcher_update_download_button_v2 {
		width: 35% !important;
	}

	.vscan_launcher_update_imagen_1 {
		width: 200px;
	}

	.vscan_launcher_update_imagen_2 {
		width: 200px;
	}

	.vscan_launcher_update_imagen_3 {
		width: 230px !important;
		height: 120px;
	}

	.vscan_launcher_update_step_item_container {
		align-items: center !important;
	}

	.vscan_launcher_update_step_container {
		justify-content: space-evenly !important;
	}
}

/* Small screens, laptops (769px - 1024px) */
@media only screen and (min-width: 770px) and (min-height: 750px) {
	.vscan_launcher_footer_container {
		bottom: 0;
	}
}

.vscan_launcher_download_section_unavaialble {
	display: none;
}

.vscan_launcher_download_version_container {
	background-color: #62129F;
	border-radius: 6px;
}

.vscan_launcher_update_version_container {
	background-color: #62129F;
}

.vscan_air_update_version_container {
	background-color: #45B2C5;
}

.vscan_launcher_update_version_title {
	width: 100%;
	padding-bottom: 5px;
	font-size: 26px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
}

.vscan_launcher_update_version_subtitle {
	width: 100%;
	font-size: 20px;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 200;
}

.vscan_launcher_update_version_download_image {
	width: 80px;
	height: 80px;
}

.vscan_launcher_update_div_container {
	display: flex;
	padding-bottom: 40px;
	flex-wrap: wrap;
}

.vscan_launcher_update_version_main_title {
	font-size: 2rem;
	width: 100%;
}

.vscan_launcher_update_version_main_subtitle {
	font-size: 1.175rem;
	margin-top: 10px;
	font-weight: 300;
	width: 100%;
}

.vscan_launcher_update_version_step_container {
	text-align: center;
	padding: 20px 0px;
}

.vscan_launcher_update_version_step_title {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 40px;
}

.vscan_launcher_update_version_two_steps_container_images {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.vscan_launcher_update_version_two_steps_arrow {
	font-size: 80px;
	color: #62129F;
}

.vscan_launcher_update_air_version_two_steps_arrow {
	font-size: 80px;
	color: #ABCFD6;
}

.vscan_launcher_update_version_download_image_background {
	width: 160px;
	height: 200px
}

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

.vscan_launcher_update_step_item_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 5px;
}

.vscan_launcher_update_step_text {
	width: 100%;
	font-size: 1.375rem;
}

.vscan_launcher_update_container {
	display: flex;
	align-items: center;
	padding: 40px 24px;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: wrap;
}

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

.vscan_launcher_update_download_button_v2 {
	width: 100%;
	height: 40px;
	background-color: #62129F;
	color: #FFFFFF;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vscan_launcher_update_imagen_1 {
	width: 200px;
}

.vscan_launcher_update_imagen_2 {
	width: 200px;
}

.vscan_launcher_update_imagen_3 {
	width: 200px;
}

.custom-radio {
	display: flex;
	align-items: center;
	/* Vertically center the radio button and label */
	margin-bottom: 10px;
	/* Space between radio button groups */
}

.custom-radio input[type="radio"] {
	display: none;
	/* Hide the default radio button */
}

.radio-circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #666;
	display: inline-block;
	margin-right: 8px;
	/* Space between the custom radio and the label */
	position: relative;
	cursor: pointer;
	text-align: center;
}

.radio-circle::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	/* Initially hidden */
	transition: opacity 0.2s;
}

.download-air-automatically-button {
	background-color: #FFFFFF;
}

.download-launcher-automatically-button {
	background-color: #FFFFFF;
}

.download-air-non-automatically-button {
	border: 2px solid #45B2C5;
	background-color: #FFFFFF;
}

.download-launcher-non-automatically-button {
	border: 2px solid #62129F;
	background-color: #FFFFFF;
}

.download-air-automatically-text {
	color: #45B2C5;
	font-weight: bold;
}

.download-launcher-automatically-text {
	color: #62129F;
	font-weight: bold;
}

.download-air-non-automatically-text {
	color: #45B2C5;
	font-weight: bold;
}

.download-launcher-non-automatically-text {
	color: #62129F;
	font-weight: bold;
}

input[type="radio"]:checked+label .radio-circle::after {
	opacity: 1;
	/* Show the dot when the radio is checked */
}

label {
	cursor: pointer;
	/* Change cursor to pointer when hovering over label */
}
