.formu-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: inherit;
}

@media (prefers-reduced-motion: reduce) {
	.formu-control {
		transition: none;
	}
}

.formu-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.formu-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.formu-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.formu-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.formu-control:disabled, .formu-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.formu-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.formu-control-file,
.formu-control-range {
	display: block;
	width: 100%;
}

select.formu-control[size], select.formu-control[multiple] {
	height: auto;
}

textarea.formu-control {
	height: auto;
}

.formu-group {
	margin-bottom: 1rem;
}

.formu-rowu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.formu-rowu > .colu,
.formu-rowu > [class*="colu-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.formu-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.formu-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.formu-check-input[disabled] ~ .formu-check-label,
.formu-check-input:disabled ~ .formu-check-label {
	color: #6c757d;
}

.formu-check-label {
	margin-bottom: 0;
}

.formu-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.formu-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;	
}


.custu-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.custu-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custu-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.custu-control-input:checked ~ .custu-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

.custu-control-input:focus ~ .custu-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custu-control-input:focus:not(:checked) ~ .custu-control-label::before {
	border-color: #80bdff;
}

.custu-control-input:not(:disabled):active ~ .custu-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custu-control-input[disabled] ~ .custu-control-label, .custu-control-input:disabled ~ .custu-control-label {
	color: #6c757d;
}

.custu-control-input[disabled] ~ .custu-control-label::before, .custu-control-input:disabled ~ .custu-control-label::before {
	background-color: #e9ecef;
}

.custu-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custu-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custu-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50% / 50% 50% no-repeat;
}

.custu-checkbox .custu-control-label::before {
	border-radius: 0.25rem;
}

.custu-checkbox .custu-control-input:checked ~ .custu-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custu-checkbox .custu-control-input:indeterminate ~ .custu-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.custu-checkbox .custu-control-input:indeterminate ~ .custu-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custu-checkbox .custu-control-input:disabled:checked ~ .custu-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custu-checkbox .custu-control-input:disabled:indeterminate ~ .custu-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custu-radio .custu-control-label::before {
	border-radius: 50%;
}

.custu-radio .custu-control-input:checked ~ .custu-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custu-radio .custu-control-input:disabled:checked ~ .custu-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}



.contu {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.rowu,
.rowua {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.rowu > *,
.rowua > * {
	width: 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;	
}

.colu {
	flex: 1 0 0%;
}

.colu-auto {
	flex: 0 0 auto;
	width: auto;
}

.colu-fit {
	flex: 0 1 fit-content;
	max-width: fit-content;
	width: auto;
}

.colu-eq {
	flex: 1 0 0%;
	width: 100%;
	max-width: 100%;
}

.colua {
	flex: 0 0 auto;
	width: 100%;
}

.rowua > * {
	flex: 0 0 auto;
}


.formu-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: inherit;
}


.cxs-1, .xs-1 > *,
.cxs-2, .xs-2 > * { flex: 0 0 auto !important; }
.cxs-1, .xs-1 > * { width: 100% !important; }
.cxs-2, .xs-2 > * { width: 50% !important; }

@media (min-width: 576px) 
{ 
	.csm-1, .sm-1 > *,
	.csm-2, .sm-2 > *,
	.csm-3, .sm-3 > *,
	.csm-4, .sm-4 > *,	
	.csm-5, .sm-5 > *,
	.csm-6, .sm-6 > * { flex: 0 0 auto !important; }
	.csm-1, .sm-1 > * { width: 100% !important; }
	.csm-2, .sm-2 > * { width: 50% !important; }
	.csm-3, .sm-3 > * { width: 33.333333% !important; }
	.csm-4, .sm-4 > * { width: 25% !important; }
	.csm-5, .sm-5 > * { width: 20% !important; }
	.csm-6, .sm-6 > * { width: 16.666667% !important; }	
}
@media (min-width: 768px) 
{ 
	.cmd-1, .md-1 > *,
	.cmd-2, .md-2 > *,
	.cmd-3, .md-3 > *,
	.cmd-4, .md-4 > *,	
	.cmd-5, .md-5 > *,
	.cmd-6, .md-6 > * { flex: 0 0 auto !important; }
	.cmd-1, .md-1 > * { width: 100% !important; }
	.cmd-2, .md-2 > * { width: 50% !important; }
	.cmd-3, .md-3 > * { width: 33.333333% !important; }
	.cmd-4, .md-4 > * { width: 25% !important; }
	.cmd-5, .md-5 > * { width: 20% !important; }
	.cmd-6, .md-6 > * { width: 16.666667% !important; }	
}
@media (min-width: 992px) 
{ 
	.clg-1, .lg-1 > *,
	.clg-2, .lg-2 > *,
	.clg-3, .lg-3 > *,
	.clg-4, .lg-4 > *,	
	.clg-5, .lg-5 > *,
	.clg-6, .lg-6 > * { flex: 0 0 auto !important; }
	.clg-1, .lg-1 > * { width: 100% !important; }
	.clg-2, .lg-2 > * { width: 50% !important; }
	.clg-3, .lg-3 > * { width: 33.333333% !important; }
	.clg-4, .lg-4 > * { width: 25% !important; }	
	.clg-5, .lg-5 > * { width: 20% !important; }
	.clg-6, .lg-6 > * { width: 16.666667% !important; }		
}
@media (min-width: 1200px) 
{ 
	.cxl-1, .xl-1 > *,
	.cxl-2, .xl-2 > *,
	.cxl-3, .xl-3 > *,
	.cxl-4, .xl-4 > *,	
	.cxl-5, .xl-5 > *,
	.cxl-6, .xl-6 > * { flex: 0 0 auto !important; }
	.cxl-1, .xl-1 > * { width: 100% !important; }
	.cxl-2, .xl-2 > * { width: 50% !important; }
	.cxl-3, .xl-3 > * { width: 33.333333% !important; }
	.cxl-4, .xl-4 > * { width: 25% !important; }	
	.cxl-5, .xl-5 > * { width: 20% !important; }
	.cxl-6, .xl-6 > * { width: 16.666667% !important; }	
}


.x0 { margin-right: 0px; margin-left: 0px; }
.x0 > * { padding-right: 0px; padding-left: 0px; }
.x5 { margin-right: -2.5px; margin-left: -2.5px; }
.x5 > * { padding-right: 2.5px; padding-left: 2.5px; }
.x10 { margin-right: -5px; margin-left: -5px; }
.x10 > * { padding-right: 5px; padding-left: 5px; }
.x15 { margin-right: -7.5px; margin-left: -7.5px; }
.x15 > * { padding-right: 7.5px; padding-left: 7.5px; }
.x20 { margin-right: -10px; margin-left: -10px; }
.x20 > * { padding-right: 10px; padding-left: 10px; }
.x25 { margin-right: -12.5px; margin-left: -12.5px; }
.x25 > * { padding-right: 12.5px; padding-left: 12.5px; }
.x30 { margin-right: -15px; margin-left: -15px; }
.x30 > * { padding-right: 15px; padding-left: 15px; }
.x35 { margin-right: -17.5px; margin-left: -17.5px; }
.x35 > * { padding-right: 17.5px; padding-left: 17.5px; }
.x40 { margin-right: -20px; margin-left: -20px; }
.x40 > * { padding-right: 20px; padding-left: 20px; }
.x45 { margin-right: -22.5px; margin-left: -22.5px; }
.x45 > * { padding-right: 22.5px; padding-left: 22.5px; }
.x50 { margin-right: -25px; margin-left: -25px; }
.x50 > * { padding-right: 25px; padding-left: 25px; }
.x55 { margin-right: -27.5px; margin-left: -27.5px; }
.x55 > * { padding-right: 27.5px; padding-left: 27.5px; }
.x60 { margin-right: -30px; margin-left: -30px; }
.x60 > * { padding-right: 30px; padding-left: 30px; }
.x65 { margin-right: -32.5px; margin-left: -32.5px; }
.x65 > * { padding-right: 32.5px; padding-left: 32.5px; }
.x70 { margin-right: -35px; margin-left: -35px; }
.x70 > * { padding-right: 35px; padding-left: 35px; }

.y0 { margin-top: 0px; }	
.y0 > * { margin-top: 0px; }
.y5 { margin-top: -5px; }	
.y5 > * { margin-top: 5px; }
.y10 { margin-top: -10px; }	
.y10 > * { margin-top: 10px; }
.y15 { margin-top: -15px; }	
.y15 > * { margin-top: 15px; }
.y20 { margin-top: -20px; }	
.y20 > * { margin-top: 20px; }
.y25 { margin-top: -25px; }	
.y25 > * { margin-top: 25px; }
.y30 { margin-top: -30px; }	
.y30 > * { margin-top: 30px; }
.y35 { margin-top: -35px; }	
.y35 > * { margin-top: 35px; }
.y40 { margin-top: -40px; }	
.y40 > * { margin-top: 40px; }
.y45 { margin-top: -45px; }	
.y45 > * { margin-top: 45px; }
.y50 { margin-top: -50px; }	
.y50 > * { margin-top: 50px; }
.y55 { margin-top: -55px; }	
.y55 > * { margin-top: 55px; }
.y60 { margin-top: -60px; }	
.y60 > * { margin-top: 60px; }
.y65 { margin-top: -65px; }	
.y65 > * { margin-top: 65px; }
.y70 { margin-top: -70px; }	
.y70 > * { margin-top: 70px; }


@media (min-width: 576px) {
	.contu-def { max-width: 540px; }
}
@media (min-width: 768px) {
	.contu-def { max-width: 720px; }
}
@media (min-width: 992px) {
	.contu-def { max-width: 960px; }
}
@media (min-width: 1200px) {
	.contu-def { max-width: 1140px; }
}

/**********************************************************************/

.wvnota { padding:0 0 15px; }
.wvnota::after, 
.wvnotb::after, 
.wvnotb>div::after, 
.wvfix::after { content:""; display:table; clear:both; }
.wvnotb .msg {  padding:20px 35px 20px; width:100%; text-align: left; /*font-size:14px; line-height:24px;*/ } 
.wvnotb .h2a { font-size:18px; line-height:26px; font-weight:bold; position:relative; }
.wvnotb ul, 
.wvnotb li { margin:0; padding:0; }
.wvnotb ul { margin:12px 0 0 30px; }
.wvnota li, 
.wvnotb li { list-style:outside !important; padding:4px 15px 4px 2px; font-size: 16px; line-height: 24px; }
.wvnotb .error { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }		
.wvnotb .loading { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }	
.wvnota, 
.wvnota .msg { display:none; }	
.wvnota.info, 
.wvnota.info .loading, 
.wvnota.error, 
.wvnota.error .error { display:block; }
.wvtop_wrap { padding:5%; }
.wvtop_head { font-weight:bold; font-size:20px; line-height:30px; }
.wvtop_msg { font-size:14px; line-height:24px; padding:18px 0 0; }

select.wverror,
input.wverror, 
textarea.wverror { background-color:#FFC !important; border:1px solid #cf4236 !important; }
div.wverror {
    margin: 5px 0 0px; padding:4px 10px 3px;
    font-weight: normal;font-size:13px; line-height:20px; color:#efeef6;
	background-color:#e84c3d;  border:1px solid #cf4236;
	}
.wverror.valid { display: none !important; }
.wvtop_success, 
.wvtop_error { display: none; }

/**********************************************************************/
     
.wf ::-moz-placeholder { color: #a1a1a1; opacity: 1; }
.wf ::-ms-input-placeholder { color: #a1a1a1; }
.wf ::-webkit-input-placeholder { color: #a1a1a1; }
.wf ::placeholder { color: #a1a1a1; }
    .wf div.custu-checkbox-inline,    
    .wf div.custu-checkbox-group,
    .wf div.custu-radio-inline{ margin: -12px 0 0; }
    .wf div.custu-checkbox-inline .custu-checkbox,
    .wf div.custu-radio-inline .custu-radio { margin: 12px 20px 0 0; display: inline-flex; }
    .wf div.custu-checkbox-group .custu-checkbox,
    .wf div.custu-radio-group,
    .wf div.custu-radio-group .custu-radio { margin: 12px 0 0 0; }   
    .wf .custu-control-label { font-weight: normal; margin: 0; user-select: none; }    
.wf .label { margin: 0 0 8px 0; font-size: 16px; font-weight: 600; }
.wf .label.custu-checkbox-inline { margin: 0 0 16px; }
.wf .label.custu-checkbox-group { margin: 0 0 24px; }
.wf .label.custu-radio-inline, 
.wf .label.custu-radio-group { margin: 0 0 12px; }

/**********************************************************************/

.wvform .formu-control:focus,
.wvform .custom-select:focus { box-shadow: none; }
.wvform select,
.wvform input[type='text'] { /*height: 50px;*/ padding: 18px 12px; }
.wvform textarea { height: 130px; padding: 18px 12px; }
.wvform select,
.wvform input[type='text'],
.wvform input[type='password'], 
.wvform textarea { 
	color:#111111;
	font-size: 14px;
	border-radius: 4px;
    background-image: none;
    background-color: white;
    border: 1px solid #ced4da;
    transition: all ease-in-out 0.4s;
	}
	.wvform select:focus,
	.wvform input[type='text']:focus,
	.wvform textarea:focus {
        background-color: #FFFFFF;
        border: 1px solid black;
        padding-left: 12px !important;
        outline:0;
		}        
.wvform ::-moz-placeholder { color: #666666; }
.wvform ::-ms-input-placeholder { color: #666666; }
.wvform ::-webkit-input-placeholder { color: #666666; }
.wvform ::placeholder { color: #666666; }

/**********************************************************************/

.p11a_btnw { padding: 0px 0 0; }
.p11a_btn {
	color: #fff; border-radius: 8px; cursor: pointer;
	background-color: rgba(0,0,0,.70) !important;
	border: none;
	font-size: 15px !important; 
	padding: 10px 30px;
	box-shadow: none !important;
	transition: all ease-in-out 0.4s;
}
.p11a_btn:hover, .p11a_btn:focus, .p11a_btn.focus {
	opacity: 0.7;
}

.p11a_text_1 { padding: 8px 10px;  font-size: 14px; background-color: rgba(0,0,0,.60); color: white; }
.p11a_more { display: none; margin-bottom: -10px; }
.p11a_more-1 { margin: 10px 0 20px; }
.p11a_btnw-2 { display: none; }

#p11a_fw { padding: 10px 0 0; }
#p11a_fw .wvnota { padding-bottom: 20px; }
#p11a_fw .wvnotb .msg { padding: 20px; text-align: left; }

/**********************************************************************/

.wvform-2 select,
.wvform-2 input[type="text"] { 
    height: 45px; padding: 12px 15px;
    }
.wvform-2 textarea { height: 130px; padding: 12px 15px; }
.wvform-2 select,
.wvform-2 input[type="text"],
.wvform-2 textarea { 
    border: 1px solid #cccccc;
	background-color: #f9f9f9;
	color: #111111;
	font-size: 16px;
	border-radius: 4px;
    box-shadow: none;
    margin-bottom: 0;    
    background-image: url("../img/input.png");
	background-position: -25px center;
	background-repeat: no-repeat;
	transition: 
        background-position 0.25s ease,
        padding 0.17s ease;        
	}
	.wvform-2 select:focus,
	.wvform-2 input[type="text"]:focus,
	.wvform-2 textarea:focus {
        border: 2px solid #f1813b;
        background-color: white;
        box-shadow: none;        
        padding-left: 25px;
        background-position: 0 center;
        outline:0;
		}
        
/**********************************************************************/

.p12_fw {
    background-color: rgba(241,241,241,0.1);
    padding: 40px 30px 45px;
    border-radius: 20px;
    max-width: 800px;
    margin: 40px auto 0px;
    border: 1px solid #ccc;
}
.p12_btnw { text-align: center; padding: 10px 0 0; }
.p12_btn {
	color: #fff; 
    border-radius: 4px; cursor: pointer;
	background:#ff6600;
	border: none;
	font-size: 16px !important; font-weight: 600;
    letter-spacing: 0.02em;
    height: 45px;
	padding: 5px 40px;
	box-shadow: none !important;
    transition: all 0.3s ease-in-out;    
}
.p12_btn:focus,
.p12_btn:hover {
    background: #ff9900;
}