<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.et_pb_kkcustom_form_container { position: relative; }
.et_pb_kkcustom_form_container .et_pb_contact_form { margin: 0; }

.et_pb_kkcustom_form_container .et_pb_contact_left {
    float: left;
    width: 100%;
	padding-bottom: 1em;
}
.et_pb_kkcustom_form_container .et_pb_contact_left p {
    float: left;
    width: 48.5%;
    margin: 0 3% 0 0;
    padding-bottom: 0;
}
.et_pb_kkcustom_form_container  p:last-of-type {
	padding-bottom: 1em;
}
.et_pb_kkcustom_form_container .et_pb_contact_left p:last-child {
    margin-right: 0;
	padding-bottom: 0;
}

.et_pb_kkcustom_form_container .et_pb_contact p select {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}

.et_pb_kkcustom_form_container .et_pb_contact input[type=checkbox].et_contact_error {
    //outline: 1px solid red !important;
}
.et_pb_kkcustom_form_container .et_pb_contact input.error.et_contact_error {
	border: 1px solid red !important;
}
.et_pb_kkcustom_form_container .et_pb_contact textarea.error.et_contact_error {
	border: 1px solid red !important;
}
.et_pb_kkcustom_form_container .et_pb_contact span.error.et_contact_error {
	border: none !important;
	display: block;
}

.et_pb_kkcustom_form_container .et_pb_contact_right {
    float: right;
    width: auto;
    margin: 8px 15px 0 0;
    text-align: right;
}
.et_pb_kkcustom_form_container .et_pb_contact_right p input.et_pb_contact_captcha {
  max-width: 50px;
}
.et_pb_kkcustom_form_container .et_pb_contact_submit, .et_pb_contact_reset {
    display: block;
    float: right;
    margin: 8px auto 0;
    font-family: inherit;
    cursor: pointer;
}
.et_pb_kkcustom_form_container .et_pb_contact #upldstat {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	top: 25%;
    left: 25%;
	z-index:9999;
}
.et_pb_kkcustom_form_container fieldset {
	border: 2px solid #eee;
	padding: 5px;
	margin-bottom: 1em;
}
.et_pb_kkcustom_form_container legend {
	margin-left: 10px;
}
#upldstat .progress {
	position: relative;
    width: 100%;
    border: 1px solid #b4f5b4;
    //padding: 1px;
    border-radius: 3px;
}
#upldstat .progress .bar {
	background-color: #b4f5b4;
    width: 0%;
    height: 40px;
    border-radius: 3px;
}
#upldstat .progress .percent {
	position: absolute;
    display: inline-block;
    top: 10px;
    left: 48%;
}
.note_content { padding: 20px 0; }
.help { display: block; }
.js .file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label.lbl {
    width: 100%;
    /* padding: 14px; */
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    display: inline-block;
}

.no-js .file + label.lbl {
    display: none;
}

.file:focus  label.lbl,
.file.has-focus  label.lbl {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

label.lbl * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

label.lbl svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
/* style 6 */
/*
.file + label {
    color: #d3394c;
}
*/
/*
.file + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}
*/
/*
.file:focus + label,
.file.has-focus + label,
.file + label:hover {
    border-color: #722040;
}
*/
/*
.file + label span,
.file + label strong {
    padding: 0.625rem 1.25rem;
    
}
*/
label.lbl span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 14px;
}

label.lbl strong {
    //height: 100%;
    color: #fff;
    background-color: #ccc;
    display: inline-block;
    padding: 14px;
}

 label:focus.lbl strong,
label.lbl.has-focus   strong,
label.lbl:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	label.lbl strong {
		//display: block;
	}
}

</pre></body></html>