:root {
	--ssc-cform-color1: #1C3775;	
	--ssc-cform-color1-hover: #0C1F4B;	
	--ssc-cform-color2: #454E60;	
	--ssc-cform-color3: #F1EFEB;	
	--ssc-cform-color4: #E5E8EB;	
	--ssc-cform-color5: #ffffff;
	--ssc-cform-color-errors: #CC0000;
}

@font-face {
	font-family: 'cform_ssc_iconfonts';
    src: url('./font/cform_ssc_iconfonts.eot?87180185');
    src: url('./font/cform_ssc_iconfonts.eot?87180185#iefix') format('embedded-opentype'),
       url('./font/cform_ssc_iconfonts.woff2?87180185') format('woff2'),
       url('./font/cform_ssc_iconfonts.woff?87180185') format('woff'),
       url('./font/cform_ssc_iconfonts.ttf?87180185') format('truetype'),
       url('./font/cform_ssc_iconfonts.svg?87180185#cform_ssc_iconfonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ssc_cform_container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
}
.ssc_cform_container .ssc_cform_step {
	position: relative;
	display: none;
}
.ssc_cform_container .ssc_cform_step.active {
	display: block;
}
.ssc_cform_container .ssc_cform_step_loading {
	position: relative;
	margin: 2em 0;
	color: var(--ssc-cform-color1);
	text-align: center;
    display: none;
}
.ssc_cform_container .ssc_cform_step_loading.active {
	display: block;
}
.ssc_cform_container .ssc_cform_step_loading .ssc_cform_step_loading_icon:before {
	font-family: "cform_ssc_iconfonts";
	font-style: normal;
	font-weight: normal;
	content: '\e839';
}
.ssc_cform_container .ssc_cform_step_container {
	position: relative;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_back {
	position: relative;
	font-size: .8em;
	margin-bottom: 2em;
	color: var(--ssc-cform-color2);
	font-weight: 700;
	cursor: pointer;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_back:before {
	font-family: "cform_ssc_iconfonts";
	font-style: normal;
	font-weight: normal;
	content: "\e801";
	margin-right: .5em;
}
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_cform_back:before {
	content: "\e804";
	margin-left: .5em;
	margin-right: 0;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_title {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 2em;
	color: var(--ssc-cform-color1);
	font-weight: 700;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_text {
    margin: 2em 0 0 0;
	position: relative;
	font-size: 1em;
	color: var(--ssc-cform-color2);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs {
	position: relative;
	margin-bottom: 1.5em;
	background: var(--ssc-cform-color4);
	padding: 1em 1em 0 1em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs .ssc_cform_breadcumbs_label {
	font-size: .7em;
	font-weight: bold;
	color: var(--ssc-cform-color1);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs .ssc_cform_breadcumbs_items {
	margin-top: .6em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs .ssc_cform_breadcumbs_items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs .ssc_cform_breadcumbs_items ul li {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: 1em;
	border: solid 1px var(--ssc-cform-color1);
	background: var(--ssc-cform-color1);
	color: var(--ssc-cform-color5);
	padding: .3em .8em;
	font-size: .8em;
	text-transform: uppercase;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs .ssc_cform_breadcumbs_items ul li span {
	cursor: pointer;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs .ssc_cform_breadcumbs_items ul li span:after{
  display: inline-block;
  content: "\00a0\00d7";
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_breadcumbs .ssc_cform_breadcumbs_items ul li:nth-last-child(1) {
	margin-right: 0;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper {
	position: relative;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper {
	position: relative;
	padding: 1.5em 1em;
	border-bottom: solid 1px var(--ssc-cform-color4);
	cursor: pointer;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper:hover {
	background: var(--ssc-cform-color4);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper .ssc_cform_stepper_label {
	position: relative;
	font-size: 1em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper .ssc_cform_stepper_label .ssc_cform_stepper_label_text {
	font-weight: bold;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper .ssc_cform_stepper_label .ssc_cform_stepper_label_note {
	margin: 6px 0 0 0;
	font-size: .75em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper:nth-last-child(1) {
	border-bottom: none;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper .ssc_cform_stepper_label::after {
	font-family: "cform_ssc_iconfonts";
	font-style: normal;
	font-weight: normal;
	content: "\e805";
	font-size: .8em;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_cform_stepperwrapper .ssc_cform_stepper .ssc_cform_stepper_label::after {
	content: "\e800";
	left: 0px;
    right: auto;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_fieldwrapper {
	position: relative;
	margin-bottom: 2.5em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_fieldwrapper:nth-last-child(1) {
	margin-bottom: 0em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_fieldrow {
	position: relative;
	margin-bottom: 1.5em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_fieldrow:nth-last-child(1) {
	margin-bottom: 0em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordiondwrapper {
	position: relative;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion {
	position: relative;
	padding: 1.5em 0;
	border-bottom: solid 1px var(--ssc-cform-color4);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion:nth-last-child(1) {
	border-bottom: none;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion .ssc_cform_accordion_label {
	position: relative;
	font-weight: 700;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion .ssc_cform_accordion_label::after {
	font-family: "cform_ssc_iconfonts";
	font-style: normal;
	font-weight: normal;
	content: "\e80b";
	font-size: .8em;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion.open .ssc_cform_accordion_label::after {
	content: "\e808";
}
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion .ssc_cform_accordion_label::after {
	left: 0px;
    right: auto;
}
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion.open .ssc_cform_accordion_label::after {
	content: "\e808";
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion .ssc_cform_accordion_text {
	position: relative;
	max-height: 10000px;
	overflow: hidden;
	transition: all 1s;
	margin-top: .8em;
	display: none;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_accordion.active .ssc_cform_accordion_text {
	max-height: 10000px;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_faqclosure {
	position: relative;
	margin-top: 3em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_faqclosure .ssc_cform_faqclosure_title {
	position: relative;
	margin-bottom: 1.5em;
	font-weight: 700;
	font-size: 1.5em;
	color: var(--ssc-cform-color1);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_faqclosure .ssc_cform_faqclosure_button {
	position: relative;
	background: var(--ssc-cform-color1);
	color: var(--ssc-cform-color5);
	font-size: 1em;
	text-align: center;
	padding: .8em .8em;
	cursor: pointer;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_file {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_file .ssc_cform_file_wrapper {
	position: relative;
	padding: 1.5em 1em;
	border: solid 1px var(--ssc-cform-color4);
	background: var(--ssc-cform-color3);
	flex: 1 1 100%;
	box-sizing: border-box;
	font-size: .7em;
    margin-right: 5%;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_file .ssc_cform_file_wrapper:nth-last-child(1) {
    margin-right: 0;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_file .ssc_cform_file_wrapper.loaded {
	border: solid 1px var(--ssc-cform-color1);
	background: var(--ssc-cform-color1);
	color: var(--ssc-cform-color5);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_file .ssc_cform_file_wrapper input {
	display: none;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_label {
	position: relative;
	margin-bottom: .5em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_select {
	position: relative;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_select .ssc_form_field_select_wrapper {
	position: relative;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_select .ssc_form_field_select_wrapper select {
	width: 100%;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_note {
	position: relative;
	margin-bottom: 1em;
	font-size: .7em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text {
	position: relative;
	margin-bottom: 1.5em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text .ssc_form_field_text_wrapper {
	position: relative;
	border: solid 1px var(--ssc-cform-color4);
	background: var(--ssc-cform-color3);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text.invalid .ssc_form_field_text_wrapper {
	border: solid 1px var(--ssc-cform-color-errors);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_select .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_textarea .ssc_form_field_error {
	display: none;
	font-size: .6em;
	font-style: italic;
	color: var(--ssc-cform-color-errors);
	margin-top: .3em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text.invalid .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_select.invalid .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date.invalid .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode.invalid .ssc_form_field_error,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_textarea.invalid .ssc_form_field_error {
	display: block;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_label_wiki,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_label_wiki {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_label_wiki,
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_label_wiki {
    left: 0;
    right: auto;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_label_wiki .ssc_form_field_label_wiki_tooltip,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_label_wiki .ssc_form_field_label_wiki_tooltip {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 10;
    width: 200px;
    border: solid 1px var(--ssc-cform-color1);
    background: var(--ssc-cform-color5);
    display: none;
}
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_label_wiki .ssc_form_field_label_wiki_tooltip,
html[dir="rtl"] .ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_label_wiki .ssc_form_field_label_wiki_tooltip {
    left: 0;
    right: auto;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_label_wiki::after,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_label_wiki::after {
	font-family: "cform_ssc_iconfonts";
	font-style: normal;
	font-weight: normal;
	content: "\e80c";
	font-size: 1em;
    color: var(--ssc-cform-color1);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_label_wiki_tooltip img,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_label_wiki_tooltip img {
    display: block;
    width: 100%;
    height: auto;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_label_wiki:hover .ssc_form_field_label_wiki_tooltip,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_label_wiki:hover .ssc_form_field_label_wiki_tooltip {
    display: inherit;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_textarea {
	position: relative;
	margin-bottom: 1.5em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_textarea .ssc_form_field_textarea_wrapper {
	position: relative;
	border: solid 1px var(--ssc-cform-color4);
	background: var(--ssc-cform-color3);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_textarea.invalid .ssc_form_field_textarea_wrapper {
	border: solid 1px var(--ssc-cform-color-errors);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date {
	position: relative;
	margin-bottom: 1.5em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_date_wrapper {
	position: relative;
	border: solid 1px var(--ssc-cform-color4);
	background: var(--ssc-cform-color3);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date.invalid .ssc_form_field_date_wrapper {
	border: solid 1px var(--ssc-cform-color-errors);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_date_wrapper.disabled {
	background: var(--ssc-cform-color4);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode {
	position: relative;
	margin-bottom: 1.5em;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_lotcode_wrapper {
	position: relative;
	border: solid 1px var(--ssc-cform-color4);
	background: var(--ssc-cform-color3);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode.invalid .ssc_form_field_lotcode_wrapper {
	border: solid 1px var(--ssc-cform-color-errors);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_lotcode_wrapper.disabled {
	background: var(--ssc-cform-color4);
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_lotcode .ssc_form_field_lotcode_wrapper input[type='text'],
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text .ssc_form_field_text_wrapper input[type='text'],
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_textarea .ssc_form_field_textarea_wrapper textarea,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_date_wrapper input[type='date'] {
	width: 100%;
	padding: 1.5em 1em;
	box-sizing: border-box;
	border: none;
	padding: 1.5em 1em;
	margin: 0;
	background: none;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text .ssc_form_field_text_wrapper input[type='text']:focus,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_text .ssc_form_field_textarea textarea:focus,
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_date .ssc_form_field_date_wrapper input[type='text']:focus {
	outline: none;
	box-shadow: none;
}
.ssc_cform_container .ssc_cform_step_container .ssc_form_field_disabledcheck {
	position: relative;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_submit {
	position: relative;
	margin-top: 1em;
	background: var(--ssc-cform-color1);
	cursor: pointer;
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_submit:hover {
	background: var(--ssc-cform-color1-hover);
}
.ssc_cform_container .ssc_cform_step_container .ssc_cform_submit .ssc_cform_submit_label {
	position: relative;
	text-align: center;
	padding: 1.5em 1em;
	font-size: 1.2em;
	color: var(--ssc-cform-color5);
}
.ssc_cform_container .ssc_cform_clone_element {
	display: none;
}

.ssc_cform_animate_spin {
	-moz-animation: ssc_cform_animate_spin_key 2s infinite linear;
	-o-animation: ssc_cform_animate_spin_key 2s infinite linear;
	-webkit-animation: ssc_cform_animate_spin_key 2s infinite linear;
	animation: ssc_cform_animate_spin_key 2s infinite linear;
	display: inline-block;
}
@-moz-keyframes ssc_cform_animate_spin_key {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes ssc_cform_animate_spin_key {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes ssc_cform_animate_spin_key {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes ssc_cform_animate_spin_key {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes ssc_cform_animate_spin_key {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}