.elementor-3909 .elementor-element.elementor-element-35805161{--display:flex;--justify-content:center;border-style:none;--border-style:none;--border-radius:20px 20px 20px 20px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3909 .elementor-element.elementor-element-35805161:not(.elementor-motion-effects-element-type-background), .elementor-3909 .elementor-element.elementor-element-35805161 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-uicore_white );}.elementor-3909 .elementor-element.elementor-element-1905e5fc{--display:flex;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10%;--padding-bottom:10%;--padding-left:10%;--padding-right:10%;}.elementor-3909 .elementor-element.elementor-element-1905e5fc:not(.elementor-motion-effects-element-type-background), .elementor-3909 .elementor-element.elementor-element-1905e5fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-uicore_white );}.elementor-3909 .elementor-element.elementor-element-1905e5fc.e-con{--align-self:flex-end;}.elementor-3909 .elementor-element.elementor-element-e5156f6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:3% 3% 3% 3%;}#elementor-popup-modal-3909 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3909{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-3909 .dialog-close-button{display:flex;}#elementor-popup-modal-3909 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-3909 .elementor-element.elementor-element-35805161{--width:100%;}.elementor-3909 .elementor-element.elementor-element-1905e5fc{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-e5156f6 *//**20250521**/
h2.formtitle{
    font-size: 1.6em;
    text-align: center;
    margin-top: 0;
}
.form{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: black;
}
.form .hidden{
    display: none!important;
}
.form .item.last{
	margin-top: 10px;
}
.form label{
	display: flex;
	font-size: 1em;
	font-weight: 600;
	color: black;
	margin-bottom: 4px;
}
.form input{
    font-size: 1em!important;
    color: black!important;
    border: 1px solid #ccc!important;
    border-radius: 10px!important;
    width: 100%!important;
    margin-top: 0!important;
}
.form input:focus{
	border-color: black;
	outline: 1px solid black;
}
.form .dropdown{
	font-size: .95em;
	height: 46px;
}
.form .dropdown.active{
	border-color: black;
	outline: 1px solid black;
}
.form .bt svg{
    width: 22px;
    height: 22px;
    color: white;
}
.form .bt{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 55px;
    border: 0;
    border-radius: 12px;
    background: #4841B1;
    color: #fff;
    font-weight: 600;
    width: 100%;
}

.dropdown{
	font-weight: 500;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	height: 42px;
	min-width: 100px;
	padding: 0 20px;
}
.dropdown svg{
	width: 14px;
	height: 14px;
}
.dropdown .site-branding svg{
	height: 14px;
	width: auto;
}
.dropdown.active .dropitems{
	display: block;
}
.dropdown .dropitems.oriright{
	right: 0;
	left: auto;
}
.dropdown .dropitems.bottom{
	top: auto;
	bottom: calc(100% + 10px);	
}
.dropdown .dropitems.minwauto{
	min-width: auto;
}
.dropdown .dropitems{
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 130px;
	width: 100%;
	background: white;
	box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, .05);
	border-radius: 12px;
	border: 1px solid #ccc;
	padding: 12px 0;
	z-index: 1;
	max-height: 340px;
	overflow-y: scroll;
	overflow: auto;		
	font-size: .95em;
}
.dropdown .dropitems .item.current{
	color: var(--black);
}
.dropdown .dropitems .item.line{
	border-bottom: 1px solid #ccc;
}
.dropdown .dropitems .item:hover{
	background: #eee;
}
.dropdown .dropitems .item{
	cursor: pointer;
	display: flex;
	font-weight: 600;
	font-size: 1em;
	padding: 9px 20px;
}

.checkbox {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: normal;
	font-size: .85em;
	color: #777;
}
.checkbox .check{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.checkbox.active .check svg{
	display: flex;
	color: #4841B1;
}
.checkbox .check svg{
	display: none;
	width: 80%;
	height: auto;
}
/*************************//* End custom CSS */