.with_frm_style{
--form-width:100%;--form-align:left;--direction:ltr;--fieldset:2px;--fieldset-color:#bababa;--fieldset-padding:15px 15px 15px 15px;--fieldset-bg-color:transparent;--title-size:40px;--title-color:#444444;--title-margin-top:10px;--title-margin-bottom:60px;--form-desc-size:14px;--form-desc-color:#666666;--form-desc-margin-top:10px;--form-desc-margin-bottom:25px;--form-desc-padding:0px;--font:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;--font-size:13px;--label-color:#bababa;--weight:600;--position:none;--align:left;--width:150px;--required-color:#B94A48;--required-weight:bold;--label-padding:0 0 3px 0;--description-font-size:12px;--description-color:#000000;--description-weight:normal;--description-style:normal;--description-align:left;--description-margin:0;--field-font-size:14px;--field-height:32px;--line-height:32px;--field-width:100%;--auto-width:100%;--field-pad:6px 10px;--field-margin:20px;--field-weight:normal;--text-color:#555555;--border-color:#BFC3C8;--field-border-width:1px;--field-border-style:solid;--bg-color:#ffffff;--bg-color-active:#ffffff;--border-color-active:#66afe9;--text-color-error:#444444;--bg-color-error:#ffffff;--border-color-error:#B94A48;--border-width-error:1px;--border-style-error:solid;--bg-color-disabled:#ffffff;--border-color-disabled:#E5E5E5;--text-color-disabled:#A1A1A1;--radio-align:block;--check-align:block;--check-font-size:13px;--check-label-color:#444444;--check-weight:normal;--section-font-size:18px;--section-color:#444444;--section-weight:bold;--section-pad:15px 0 3px 0;--section-mar-top:15px;--section-mar-bottom:30px;--section-bg-color:transparent;--section-border-color:#e8e8e8;--section-border-width:2px;--section-border-style:solid;--section-border-loc:-top;--collapse-pos:after;--repeat-icon-color:#ffffff;--submit-font-size:15px;--submit-width:auto;--submit-height:auto;--submit-bg-color:#000000;--submit-border-color:#000000;--submit-border-width:3px;--submit-text-color:#ffffff;--submit-weight:600;--submit-border-radius:4px;--submit-margin:10px;--submit-padding:10px 20px;--submit-shadow-color:#eeeeee;--submit-hover-bg-color:#efefef;--submit-hover-color:#444444;--submit-hover-border-color:#cccccc;--submit-active-bg-color:#efefef;--submit-active-color:#444444;--submit-active-border-color:#cccccc;--border-radius:4px;--error-bg:#F2DEDE;--error-border:#EBCCD1;--error-text:#B94A48;--error-font-size:14px;--success-bg-color:#DFF0D8;--success-border-color:#D6E9C6;--success-text-color:#468847;--success-font-size:14px;--progress-bg-color:#eaeaea;--progress-color:#3f4b5b;--progress-active-bg-color:#579AF6;--progress-active-color:#ffffff;--progress-border-color:#E5E5E5;--progress-border-size:2px;--progress-size:30px;--base-font-size:15px;--box-shadow:0 1px 2px 0 rgba(18, 18, 23, 0.05);}
.frm_hidden,
.frm_add_form_row.frm_hidden,
.frm_remove_form_row.frm_hidden,
.with_frm_style .frm_button.frm_hidden{
display:none;
}
.with_frm_style,
.with_frm_style form,
.with_frm_style .frm-show-form div.frm_description p{
text-align: var(--form-align);
} input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px white inset;
} .with_frm_style .frm-show-form div.frm_description p{
font-size: var(--form-desc-size);
color: var(--form-desc-color);
margin-top: var(--form-desc-margin-top);
margin-bottom: var(--form-desc-margin-bottom);
padding: var(--form-desc-padding);
}
.with_frm_style fieldset{
min-width:0;
display: block; }
.with_frm_style fieldset fieldset{
border:none;
margin:0;
padding:0;
background-color:transparent;
}
.with_frm_style .frm_form_fields > fieldset{
border-width: var(--fieldset);
border-style:solid;
border-color: var(--fieldset-color);
margin:0;
padding: var(--fieldset-padding);
background-color: var(--fieldset-bg-color);
font-family:var(--font);
}
legend.frm_hidden{
display:none !important;
}
.with_frm_style .frm_form_fields{
opacity:1;
transition: opacity 0.1s linear;
}
.with_frm_style .frm_doing_ajax{
opacity:.5;
}
.frm_transparent{
color:transparent;
}
.with_frm_style legend + h3,
.with_frm_style h3.frm_form_title{
font-size: var(--title-size);
color: var(--title-color);
font-family: var(--font);
margin-top: var(--title-margin-top);
margin-bottom: var(--title-margin-bottom);
}
.with_frm_style .frm_form_field.frm_html_container,
.with_frm_style .frm_form_field .frm_show_it{
font-family: var(--font);
color: var(--form-desc-color);
}
.with_frm_style .frm_form_field.frm_html_container{
font-size: var(--form-desc-size);
}
.with_frm_style .frm_form_field .frm_show_it{
font-size: var(--field-font-size);
font-weight: var(--field-weight);
}
.with_frm_style .frm_required {
color: var(--required-color);
font-weight: var(--required-weight);
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style .frm-card-element.StripeElement {
font-family:var(--font);
font-size: var(--field-font-size);
margin-bottom:0;
}
.with_frm_style textarea{
vertical-align:top;
height:auto;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement {
color: var(--text-color);
background-color: var(--bg-color);
border-color: var(--border-color);
border-width: var(--field-border-width);
border-style: var(--field-border-style);
border-radius: var(--border-radius);
width: var(--field-width);
max-width: 100%;
font-size: var(--field-font-size);
padding: var(--field-pad);
box-sizing: border-box;
outline: none;
font-weight: var(--field-weight);
}
.with_frm_style input:-webkit-autofill:focus { transition: background-color 5000s ease-in-out 0s;
}
.with_frm_style select option {
color: var(--text-color);
}
.with_frm_style select option.frm-select-placeholder {
color: var(--text-color-disabled);
}
.with_frm_style input[type=radio],
.with_frm_style input[type=checkbox]{
border-color: var(--border-color);
box-shadow: var(--box-shadow);
float: none;
}
.with_frm_style input[type=radio]:after,
.with_frm_style input[type=checkbox]:after {
display: none; }
.with_frm_style input[type=radio]:not(:checked):focus,
.with_frm_style input[type=checkbox]:not(:checked):focus {
border-color: var(--border-color) !important;
}
.with_frm_style input[type=radio]:focus,
.with_frm_style input[type=checkbox]:focus {
box-shadow:0px 0px 0px 3px rgba(102,175,233, 0.4) !important;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=file],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement{
min-height: var(--field-height);
line-height:1.3;
}
.with_frm_style select[multiple=multiple]{
height:auto;
}
.input[type=file].frm_transparent:focus,
.with_frm_style input[type=file]{
background-color:transparent;
border:none;
outline:none;
box-shadow:none;
}
.with_frm_style input[type=file]{
color: var(--text-color);
padding: 0px;
font-family: var(--font);
font-size: var(--field-font-size);
display: initial;
}
.with_frm_style input[type=file].frm_transparent{
color:transparent;
}
.with_frm_style select{
width: var(--auto-width);
max-width:100%;
background-position-y: calc(50% + 3px);
}
.with_frm_style input[disabled],
.with_frm_style select[disabled],
.with_frm_style textarea[disabled],
.with_frm_style input[readonly],
.with_frm_style select[readonly],
.with_frm_style textarea[readonly] {
background-color: var(--bg-color-disabled);
color: var(--text-color-disabled);
border-color: var(--border-color-disabled);
}
.frm_preview_page:before{
content:normal !important;
}
.frm_preview_page{
padding:25px;
}
.with_frm_style .frm_primary_label{
max-width:100%;
font-family: var(--font);
font-size: var(--font-size);
color: var(--label-color);
font-weight: var(--weight);
text-align: var(--align);
padding: var(--label-padding);
margin:0;
width:auto;
display:block;
}
.with_frm_style .frm_top_container .frm_primary_label,
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top{
display:block;
float:none;
width:auto;
}
.with_frm_style .frm_inline_container .frm_primary_label{
margin-right:10px;
}
.with_frm_style .frm_right_container .frm_primary_label,
.with_frm_style .frm_pos_right{
display:inline;
float:right;
margin-left:10px;
}
.with_frm_style .frm_pos_center {
text-align: center;
}
.with_frm_style .frm_none_container .frm_primary_label,
.with_frm_style .frm_pos_none,
.frm_pos_none,
.frm_none_container .frm_primary_label{
display:none;
}
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_hidden,
.frm_hidden_container .frm_primary_label{
visibility:hidden;
white-space:nowrap;
}
.frm_visible{
opacity:1;
} .with_frm_style .frm_inside_container {
position: relative;
padding-top: 18px;
padding-top: calc(0.5 * var(--field-height));
}
.with_frm_style .frm_inside_container > input,
.with_frm_style .frm_inside_container > select,
.with_frm_style .frm_inside_container > textarea {
display: block;
}
.with_frm_style input::placeholder,
.with_frm_style textarea::placeholder {
font-size: var(--field-font-size);
}
.with_frm_style .frm_inside_container > input::placeholder,
.with_frm_style .frm_inside_container > textarea::placeholder {
opacity: 0;
transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container > label {
transition: all 0.3s ease-in;
position: absolute;
top: 19px;
top: calc(1px + .5 * var(--field-height));
left: 3px;
width: 100%;
line-height: 1.3;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
padding: 8px 12px;
padding: var(--field-pad);
font-size: 14px;
font-size: var(--field-font-size);
font-weight: normal;
font-weight: var(--field-weight);
pointer-events: none;
}
.with_frm_style.frm_style_lines-no-boxes .frm_inside_container > label {
line-height: 1;
}
.with_frm_style .frm_inside_container.frm_label_float_top > label {
top: 0;
left: 0;
padding: 0;
font-size: 12px;
font-size: calc(0.85 * var(--field-font-size));
}
.with_frm_style .frm_inside_container.frm_label_float_top > input::placeholder,
.with_frm_style .frm_inside_container.frm_label_float_top > textarea::placeholder {
opacity: 1;
transition: opacity 0.3s ease-in;
} .with_frm_style .frm_description,
.with_frm_style .frm_pro_max_limit_desc{
clear:both;
}
.with_frm_style input[type=number][readonly] {
-moz-appearance: textfield;
}
.with_frm_style select[multiple="multiple"]{
height:auto;
line-height:normal;
}
.with_frm_style .auto_width #loginform input,
.with_frm_style .auto_width input,
.with_frm_style input.auto_width,
.with_frm_style select.auto_width,
.with_frm_style textarea.auto_width{
width:auto;
}
.with_frm_style .frm_button{
text-decoration:none !important;
border:1px solid #eee;
display:inline-block;
padding: var(--submit-padding);
border-radius:4px;
border-radius:var(--border-radius);
font-size: var(--submit-font-size);
font-family: var(--font);
font-weight: var(--submit-weight);
color: var(--submit-text-color);
background: var(--submit-bg-color);
border-width: var(--submit-border-width);
border-color: var(--submit-border-color);
height: var(--submit-height);
}
.with_frm_style .frm_button.frm_inverse{
color:var(--submit-bg-color);
background:var(--submit-text-color);
}
.with_frm_style .frm_submit{
clear:both;
}
.frm_inline_form .frm_form_field,
.frm_inline_form .frm_submit{
grid-column: span 1 / span 1;
}
.frm_inline_form .frm_submit{
margin:0;
}
.frm_submit.frm_inline_submit input[type=submit],
.frm_submit.frm_inline_submit button,
.frm_inline_form .frm_submit input[type=submit],
.frm_inline_form .frm_submit button{
margin-top:0;
}
.with_frm_style.frm_center_submit .frm_submit{
text-align:center;
}
.with_frm_style.frm_center_submit .frm_flex.frm_submit {
justify-content: center;
}
.with_frm_style .frm_inline_success .frm_submit{
display: flex;
flex-direction: row;
align-items: center;
margin: 0;
}
.with_frm_style .frm_inline_success .frm_submit .frm_message{
flex: 1;
margin: 0;
padding-left: 10px;
}
.with_frm_style .frm_inline_success.frm_alignright_success .frm_submit .frm_message{
text-align: right;
}
.with_frm_style.frm_center_submit .frm_submit input[type=submit],
.with_frm_style.frm_center_submit .frm_submit input[type=button],
.with_frm_style.frm_center_submit .frm_submit button{
margin-bottom:8px !important;
}
.with_frm_style .frm_submit input[type=submit],
.with_frm_style .frm_submit input[type=button],
.with_frm_style .frm_submit button{
-webkit-appearance: none;
cursor: pointer;
}
.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{
display: block;
margin: 0 auto;
}
.with_frm_style .frm_loading_prev .frm_ajax_loading,
.with_frm_style .frm_loading_form .frm_ajax_loading{ visibility:visible !important;
}
.with_frm_style .frm_loading_form .frm_button_submit {
position: relative;
color: transparent !important;
text-shadow: none !important;
}
.with_frm_style .frm_loading_form .frm_button_submit:hover,
.with_frm_style .frm_loading_form .frm_button_submit:active,
.with_frm_style .frm_loading_form .frm_button_submit:focus {
cursor: not-allowed;
color: transparent;
outline: none !important;
box-shadow: none;
}
.with_frm_style .frm_loading_form .frm_button_submit:before {
content: '';
display: inline-block;
position: absolute;
background: transparent;
border: 1px solid #fff;
border-top-color: transparent;
border-left-color: transparent;
border-radius: 50%;
box-sizing: border-box;
top: 50%;
left: 50%;
margin-top: -6px;
margin-left: -6px;
width: 12px;
height: 12px;
animation: spin 2s linear infinite;
}
.with_frm_style .frm_submit.frm_flex {
align-items: center;
gap: 2%;
}
.frm_style_formidable-style.with_frm_style{
}
.frm_forms.frm_style_formidable-style.with_frm_style{
max-width:var(--form-width);
direction:var(--direction);
margin:0 auto;
}
.frm_inline_form.frm_style_formidable-style.with_frm_style form{
text-align:center;
}
.frm_style_formidable-style.with_frm_style .form-field{
margin-bottom:var(--field-margin);
}
.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc{
margin-top: 6px;
padding:0;
font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
text-align:left;
font-style:normal;
max-width:100%;
} .frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container{
grid-template-columns: 150px auto;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container{
grid-template-columns: auto 150px;
}
.frm_form_field.frm_right_container{
grid-template-columns: auto 25%;
}
.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,
.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{
display:inline;
}
.frm_style_formidable-style.with_frm_style .frm_pos_right{
display:inline;
width:var(--width);
}
.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_pos_none{
display:none;
}
.frm_style_formidable-style.with_frm_style input::placeholder,
.frm_style_formidable-style.with_frm_style textarea::placeholder{
color:var(--text-color-disabled);
}
.frm_style_formidable-style.with_frm_style .frm_default,
.frm_style_formidable-style.with_frm_style input.frm_default,
.frm_style_formidable-style.with_frm_style textarea.frm_default,
.frm_style_formidable-style.with_frm_style select.frm_default,
.frm_style_formidable-style.with_frm_style .placeholder {
color:var(--text-color-disabled);
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style .form-field textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
background-color:var(--bg-color-active);
border-color:var(--border-color-active);
color:var(--text-color);
box-shadow:0px 0px 5px 0px rgba(102,175,233, 0.6);
}
.frm_style_formidable-style.with_frm_style input:-webkit-autofill {
-webkit-box-shadow: 0px 0px 5px 0px rgba(102,175,233, 0.6);
}
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style {
width:auto;
font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size:15px;
height:auto;
line-height:normal;
text-align:center;
background:
#000000	;
border-width:3px;
border-color: #000000;
border-style:solid;
color:#ffffff;
cursor:pointer;
font-weight:600;
border-radius:4px;
text-shadow:none;
padding:10px 20px;
box-sizing:border-box;
box-shadow:0 1px 1px #eeeeee;
margin:10px;
margin-left:0;
margin-right:0;
vertical-align:middle;
}
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
background:var(--submit-hover-bg-color);
border-color:var(--submit-hover-border-color);
color:var(--submit-hover-color);
}
.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{
margin-bottom:10px;
}
.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:active{
background:var(--submit-active-bg-color);
border-color:var(--submit-active-border-color);
color:var(--submit-active-color);
outline: none;
}
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus{
color: transparent;
background:var(--submit-bg-color);
border-color:var(--submit-bg-color);
}
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {
border-bottom-color:var(--submit-text-color);
border-right-color:var(--submit-text-color);
}
.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,
.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before {
content:"before";
font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size:var(--font-size);
color:var(--label-color);
font-weight:var(--weight);
margin:0;
padding:var(--label-padding);
width:auto;
display:block;
visibility:hidden;
}
.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,
.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,
.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button {
margin: 0 !important;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
color:var(--text-color-error);
background-color:var(--bg-color-error);
border-color:var(--border-color-error);
border-width:var(--border-width-error);
border-style:var(--border-style-error);
}
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_limit_error{
font-weight:var(--weight);
color:var(--border-color-error);
}
.frm_style_formidable-style.with_frm_style .frm_error_style{
background-color:var(--error-bg);
border:1px solid var(--error-border);
border-radius:var(--border-radius);
color:var(--error-text);
font-size:var(--error-font-size);
margin:0;
margin-bottom:var(--field-margin);
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big input,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big textarea,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{
color: #555555;
background-color:transparent;
border:none;
display:inline;
width:auto;
padding:0;
}
.frm_ajax_loading{
visibility:hidden;
width:auto;
}
.frm_form_submit_style{
height:auto;
}
a.frm_save_draft{
cursor:pointer;
}
.horizontal_radio .frm_radio{
margin:0 5px 0 0;
}
.horizontal_radio .frm_checkbox{
margin:0;
margin-right:12px;
}
.vertical_radio .frm_checkbox,
.vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1{
display:block;
}
.horizontal_radio .frm_checkbox,
.horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1{
display:inline-block;
padding-left: 0;
}
.with_frm_style .frm_radio{
display: var(--radio-align);
}
.with_frm_style .frm_checkbox{
display: var(--check-align);
}
.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1{
display:block;
margin-bottom: 10px;
}
.with_frm_style .horizontal_radio .frm_checkbox,
.with_frm_style .horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1{
display:inline-block;
}
.with_frm_style .frm_checkbox label,
.with_frm_style .frm_radio label {
display: inline-block;
vertical-align: middle;
white-space:normal;
}
.with_frm_style .frm_checkbox label input[type=checkbox],
.with_frm_style .frm_radio label input[type=radio] {
margin-right: 4px;
}
.with_frm_style .frm_checkbox label:not(.frm-label-disabled),
.with_frm_style .frm_radio label:not(.frm-label-disabled) {
cursor: pointer;
}
.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label{
display: block;
width: 100%;
}
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
font-family: var(--font);
font-size: var(--check-font-size);
color: var(--check-label-color);
font-weight: var(--check-weight);
line-height: 1.3;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
font-size: var(--check-font-size);
position: static;
}
.frm_file_container .frm_file_link,
.with_frm_style .frm_radio label .frm_file_container,
.with_frm_style .frm_checkbox label .frm_file_container{
display:inline-block;
margin:5px;
vertical-align:middle;
}
.with_frm_style .frm_radio input[type=radio]
{
border-radius:50%;
}
.with_frm_style .frm_checkbox input[type=checkbox] {
border-radius: calc(var(--border-radius) / 2) !important;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox]{
appearance: none;
background-color: var(--bg-color);
flex: none;
display:inline-block !important;
width: 16px !important;
min-width: 16px !important;
height: 16px !important;
color: var(--border-color);
border: 1px solid currentColor;
border-color: var(--border-color);
vertical-align: middle;
position: initial; padding: 0;
margin: 0;
}
.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
border-color: var(--border-color-active) !important;
}
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
background-color: var(--border-color-active) !important;
}
.with_frm_style .frm_radio input[type=radio][disabled]:checked,
.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {
border-color: var(--border-color) !important; }
.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {
background-color: var(--border-color) !important;
}
.with_frm_style .frm_radio input[type=radio]:checked:before,
.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
position: static !important; content: '';
display: block;
}
.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {
width: 100% !important;
height: 100% !important;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6667 1.5L4.25001 7.91667L1.33334 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
background-size: 9px !important;
background-repeat: no-repeat !important;
background-position: center !important;
margin: 0;
}
.with_frm_style .frm_radio input[type=radio]:before {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--border-color-active);
margin: 3px;
}
.with_frm_style .frm_radio input[type=radio][disabled]:before {
background-color: var(--border-color);
}
.with_frm_style :invalid,
.with_frm_style :-moz-ui-invalid{
box-shadow:none;
}
.with_frm_style .frm_error_style img{
padding-right:10px;
vertical-align:middle;
border:none;
}
.with_frm_style .frm_trigger{
cursor:pointer;
}
.with_frm_style .frm_error_style,
.with_frm_style .frm_message,
.frm_success_style{
border-radius:4px;
padding:15px;
}
.with_frm_style .frm_message p {
color: var(--success-text-color);
margin-bottom: 0;
}
.with_frm_style .frm_message > p:first-of-type {
margin-top: 0;
}
.with_frm_style .frm_message,
.frm_success_style {
margin: 5px 0 15px;
border: 1px solid var(--success-border-color);
background-color: var(--success-bg-color);
color: var(--success-text-color);
border-radius: var(--border-radius);
font-size: var(--success-font-size);
}
.with_frm_style .frm_plain_success .frm_message {
background-color: transparent;
padding:0;
border:none;
font-size:inherit;
color:inherit;
}
.with_frm_style .frm_plain_success .frm_message p {
color:inherit;
}
.frm_form_fields_style,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_form_submit_style{
width:auto;
}
.with_frm_style .frm_trigger span{
float:left;
}
.with_frm_style table.frm-grid,
#content .with_frm_style table.frm-grid{
border-collapse:collapse;
border:none;
}
.frm-grid td,
.frm-grid th{
padding:5px;
border-width:1px;
border-style:solid;
border-color: var(--border-color);
border-top:none;
border-left:none;
border-right:none;
}
.frm-alt-table {
width:100%;
border-collapse:separate;
margin-top:0.5em;
font-size:15px;
border-width:1px;
}
.with_frm_style .frm-alt-table{
border-color: var(--border-color);
}
.frm-alt-table th {
width:200px;
}
.frm-alt-table tr {
background-color:transparent;
}
.frm-alt-table th,
.frm-alt-table td {
background-color:transparent;
vertical-align:top;
text-align:left;
padding:20px;
border-color:transparent;
}
.frm-alt-table tr:nth-child(even) {
background-color:#ecf0f5;
}
table.form_results.with_frm_style tr.frm_even,
.frm-grid .frm_even{
background-color:#fff;
background-color:var(--bg-color);
}
table.form_results.with_frm_style tr.frm_odd,
.frm-grid .frm_odd {
background-color: var(--bg-color);
}
.frm_color_block {
background-color:#ecf0f5;
padding: 40px;
}
.frm_image_from_url{
height:50px;
}
.frm-loading-img{
background:url(https://kaiserproductions.de/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;
padding:6px 12px;
}
.frm_screen_reader {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }
.frm_screen_reader.frm_hidden {
display: initial;
}
.frm_clear_none {
clear: none;
}
.frm_clear {
clear: both;
}
.frm_form_field.frm_alignright {
float: right !important;
}
.with_frm_style .frm_form_field {
clear: both;
}
.frm_combo_inputs_container,
.frm_grid_container,
.frm_form_fields .frm_section_heading,
.frm_form_fields .frm_fields_container {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-auto-rows: max-content;
grid-gap: 0 2%;
}
.frm_combo_inputs_container > *,
.frm_grid_container > *,
.frm_section_heading > *,
.frm_fields_container .frm_form_field,
.frm_fields_container > * {
grid-column: span 12 / span 12;
}
.frm_inline,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_inline,
.frm_submit.frm_inline,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_inline {
width: auto;
grid-column: span 2 / span 2;
}
.frm6,
.frm_half,
.frm_form_field.frm_three_fifths, .frm_form_field.frm6,
.frm_submit.frm6,
.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half {
grid-column: span 6 / span 6;
}
.frm4,
.frm_third,
.frm_form_field.frm_two_fifths, .frm_form_field.frm4,
.frm_submit.frm4,
.frm_form_field.frm_left_third,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_right_third,
.frm_form_field.frm_first_third,
.frm_form_field.frm_last_third {
grid-column: span 4 / span 4;
}
.frm8,
.frm_two_thirds,
.frm_form_field.frm8,
.frm_submit.frm8,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_two_thirds {
grid-column: span 8/span 8;
}
.frm3,
.frm_fourth,
.frm_form_field.frm3,
.frm_submit.frm3,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_last_fourth {
grid-column: span 3/span 3;
}
.frm9,
.frm_three_fourths,
.frm_form_field.frm_four_fifths, .frm_form_field.frm9,
.frm_submit.frm9,
.frm_form_field.frm_three_fourths {
grid-column: span 9/span 9;
} .frm_form_field.frm_left_fifth,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_last_fifth {
grid-column: span 2/span 2;
}
.frm2,
.frm_sixth,
.frm_form_field.frm2,
.frm_submit.frm2,
.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_last_sixth {
grid-column: span 2/span 2;
}
.frm10,
.frm_form_field.frm10,
.frm_submit.frm10 {
grid-column: span 10/span 10;
}
.frm1,
.frm_form_field.frm1,
.frm_submit.frm1, .frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_last_seventh
.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_last_eighth {
grid-column: span 1/span 1;
}
.frm5,
.frm_form_field.frm5,
.frm_submit.frm5 {
grid-column: span 5/span 5;
}
.frm7,
.frm_form_field.frm7,
.frm_submit.frm7 {
grid-column: span 7/span 7;
}
.frm11,
.frm_form_field.frm11,
.frm_submit.frm11 {
grid-column: span 11/span 11;
}
.frm12,
.frm_full,
.frm_full .wp-editor-wrap,
.frm_full > input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.frm_full select,
.frm_full textarea {
width: 100% !important;
grid-column: span 12/span 12;
box-sizing: border-box;
}
.frm_full .wp-editor-wrap input {
width: auto !important;
}
.frm_first,
.frm_form_field.frm_left_half,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first {
grid-column-start: 1;
}
.frm_last,
.frm_form_field.frm_last,
.frm_form_field.frm_alignright {
grid-column-end: -1;
justify-content: end;
} .with_frm_style.frm_rtl .frm_form_fields .star-rating {
float: right;
}
.with_frm_style.frm_rtl .frm_grid .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid .frm_radio,
.with_frm_style.frm_rtl .frm_grid_first .frm_radio,
.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,
.with_frm_style.frm_rtl .frm_grid .frm_checkbox,
.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,
.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox {
float: right !important;
margin-right: 0 !important;
}
.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,
.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,
.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input {
float: left;
}
.with_frm_style.frm_rtl .frm_catlevel_2,
.with_frm_style.frm_rtl .frm_catlevel_3,
.with_frm_style.frm_rtl .frm_catlevel_4,
.with_frm_style.frm_rtl .frm_catlevel_5 {
margin-right: 18px;
}
.with_frm_style.frm_rtl div > .frm_time_select {
margin-right: 5px;
} .frm_form_field.frm_inline_container,
.frm_form_field.frm_right_container,
.frm_form_field.frm_left_container {
display: grid;
grid-template-columns: 25% auto;
width: 100%;
grid-auto-rows: min-content;
}
.frm_form_field.frm_right_container {
grid-template-columns: auto 25%;
}
.frm_form_field.frm_inline_container {
grid-template-columns: repeat(2, minmax(auto, max-content));
}
.frm_form_field.frm_inline_container .frm_primary_label,
.frm_form_field.frm_right_container .frm_primary_label,
.frm_form_field.frm_left_container .frm_primary_label {
margin-right: 10px;
grid-row: span 2/span 2;
padding-top: 4px;
}
.frm_form_field.frm_left_container .frm_primary_label {
grid-column: 1;
grid-row: span 2/span 2; }
.frm_form_field.frm_right_container .frm_primary_label {
grid-column: 2;
grid-row: 1;
margin-right: 0;
margin-left: 10px;
}
.frm_form_field.frm_inline_container .frm_description,
.frm_form_field.frm_left_container .frm_description {
grid-column: 2;
}
.frm_form_field.frm_right_container .frm_description {
grid-column: 1;
}
.frm_conf_field.frm_left_container {
grid-template-columns: 67%;
}
.frm_conf_field.frm_left_container .frm_description {
grid-column: 1;
} .frm-fade-in {
animation-name: fadeIn;
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media only screen and (max-width: 750px) {
.frm_grid_container.frm_no_grid_750 > div {
grid-column: span 12/span 12;
}
}
@media only screen and (max-width: 600px) {
.frm_section_heading > .frm_form_field,
.frm_fields_container > .frm_submit,
.frm_grid_container > .frm_form_field,
.frm_fields_container > .frm_form_field {
grid-column: 1 / span 12 !important;
}
.frm_grid_container.frm_no_grid_600,
.frm_form_field.frm_inline_container,
.frm_form_field.frm_right_container,
.frm_form_field.frm_left_container {
display: block;
}
}
.with_frm_style .frm_grid,
.with_frm_style .frm_grid_first,
.with_frm_style .frm_grid_odd{
clear:both;
margin-bottom:0 !important;
padding:5px;
border-width:1px;
border-style:solid;
border-color: var(--border-color);
border-left:none;
border-right:none;
}
.with_frm_style .frm_grid,
.with_frm_style .frm_grid_odd{
border-top:none;
}
.frm_grid .frm_error,
.frm_grid_first .frm_error,
.frm_grid_odd .frm_error,
.frm_grid .frm_limit_error,
.frm_grid_first .frm_limit_error,
.frm_grid_odd .frm_limit_error{
display:none;
}
.frm_grid:after,
.frm_grid_first:after,
.frm_grid_odd:after{
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.frm_grid_first{
margin-top:20px;
}
.frm_grid_first,
.frm_grid_odd {
background-color: var(--bg-color);
}
.frm_grid {
background-color: var(--bg-color-active);
}
.with_frm_style .frm_grid.frm_blank_field,
.with_frm_style .frm_grid_first.frm_blank_field,
.with_frm_style .frm_grid_odd.frm_blank_field{
background-color:var(--error-bg);
border-color: var(--error-border);
}
.frm_grid .frm_primary_label,
.frm_grid_first .frm_primary_label,
.frm_grid_odd .frm_primary_label,
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox{
float:left !important;
display:block;
margin-top:0;
margin-left:0 !important;
}
.frm_grid_first .frm_radio label,
.frm_grid .frm_radio label,
.frm_grid_odd .frm_radio label,
.frm_grid_first .frm_checkbox label,
.frm_grid .frm_checkbox label,
.frm_grid_odd .frm_checkbox label{
color:transparent;
text-indent: -9999px;
white-space:nowrap;
text-align:left;
}
.frm_grid_first .frm_radio label input,
.frm_grid .frm_radio label input,
.frm_grid_odd .frm_radio label input,
.frm_grid_first .frm_checkbox label input,
.frm_grid .frm_checkbox label input,
.frm_grid_odd .frm_checkbox label input{
visibility:visible;
margin:2px 0 0;
float:right;
}
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox{
display:inline;
}
.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox,
.frm_grid_2 .frm_primary_label{
width:48% !important;
}
.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox{
margin-right:4%;
}
.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox,
.frm_grid_3 .frm_primary_label{
width:30% !important;
}
.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox{
margin-right:3%;
}
.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox{
width:20% !important;
}
.frm_grid_4 .frm_primary_label{
width:28% !important;
}
.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox{
margin-right:4%;
}
.frm_grid_5 .frm_primary_label,
.frm_grid_7 .frm_primary_label{
width:24% !important;
}
.frm_grid_5 .frm_radio,
.frm_grid_5 .frm_checkbox{
width:17% !important;
margin-right:2%;
}
.frm_grid_6 .frm_primary_label{
width:25% !important;
}
.frm_grid_6 .frm_radio,
.frm_grid_6 .frm_checkbox{
width:14% !important;
margin-right:1%;
}
.frm_grid_7 .frm_primary_label{
width:22% !important;
}
.frm_grid_7 .frm_radio,
.frm_grid_7 .frm_checkbox{
width:12% !important;
margin-right:1%;
}
.frm_grid_8 .frm_primary_label{
width:23% !important;
}
.frm_grid_8 .frm_radio,
.frm_grid_8 .frm_checkbox{
width:10% !important;
margin-right:1%;
}
.frm_grid_9 .frm_primary_label{
width:20% !important;
}
.frm_grid_9 .frm_radio,
.frm_grid_9 .frm_checkbox{
width:9% !important;
margin-right:1%;
}
.frm_grid_10 .frm_primary_label{
width:19% !important;
}
.frm_grid_10 .frm_radio,
.frm_grid_10 .frm_checkbox{
width:8% !important;
margin-right:1%;
}
.frm_form_field.frm_inline_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_left_container .frm_opt_container{
padding-top:4px;
}
.with_frm_style .frm_left_container > select.auto_width,
.with_frm_style .frm_right_container > select.auto_width {
width: max-content;
}
.with_frm_style .frm_right_container > .frm_primary_label,
.with_frm_style .frm_right_container > select.auto_width {
margin-left: auto;
}
.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{
margin-right:0;
}
.frm_form_field.frm_two_col .frm_opt_container,
.frm_form_field.frm_three_col .frm_opt_container,
.frm_form_field.frm_four_col .frm_opt_container{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: max-content;
grid-gap: 0 2.5%;
}
.frm_form_field.frm_three_col .frm_opt_container{
grid-template-columns: repeat(3, 1fr);
}
.frm_form_field.frm_four_col .frm_opt_container{
grid-template-columns: repeat(4, 1fr);
}
.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox,
.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_four_col .frm_checkbox{
grid-column-end: span 1;
}
.frm_form_field .frm_checkbox,
.frm_form_field .frm_radio {
margin-top: 0;
margin-bottom: 0;
}
.frm_form_field.frm_scroll_box .frm_opt_container{
height:100px;
overflow:auto;
}
.frm_html_container.frm_scroll_box,
.frm_form_field.frm_html_scroll_box {
height: 100px;
overflow: auto;
background-color: var(--bg-color);
border-color: var(--border-color);
border-width: var(--field-border-width);
border-style: var(--field-border-style);
border-radius: var(--border-radius);
width: var(--field-width);
max-width: 100%;
font-size: var(--field-font-size);
padding: var(--field-pad);
box-sizing: border-box;
outline: none;
font-weight: normal;
box-shadow: var(--box-shadow);
}
.frm_form_field.frm_total_big input,
.frm_form_field.frm_total_big textarea,
.frm_form_field.frm_total input,
.frm_form_field.frm_total textarea{
opacity:1;
background-color:transparent !important;
border:none !important;
font-weight:bold;
width:auto !important;
height:auto !important;
box-shadow:none !important;
display:inline;
-moz-appearance:textfield;
padding:0;
}
.frm_form_field.frm_total_big input::-webkit-outer-spin-button,
.frm_form_field.frm_total_big input::-webkit-inner-spin-button,
.frm_form_field.frm_total input::-webkit-outer-spin-button,
.frm_form_field.frm_total input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.frm_form_field.frm_total_big input:focus,
.frm_form_field.frm_total_big textarea:focus,
.frm_form_field.frm_total input:focus,
.frm_form_field.frm_total textarea:focus{
background-color:transparent;
border:none;
box-shadow:none;
}
.frm_form_field.frm_label_justify .frm_primary_label{
text-align:justify !important;
}
.frm_form_field.frm_capitalize input,
.frm_form_field.frm_capitalize select,
.frm_form_field.frm_capitalize .frm_opt_container label{
text-transform:capitalize;
}
.frm_clearfix:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}
.frm_clearfix{
display:block;
}
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-first,
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-middle,
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-last {
margin-bottom: 0 !important;
} @media only screen and (max-width: 600px) {
.frm_form_field.frm_four_col .frm_opt_container{
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 500px) {
.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox{
width: auto;
margin-right: 0;
float: none;
display:block;
}
.frm_form_field input[type=file] {
max-width:220px;
}
.with_frm_style .frm-g-recaptcha > div > div,
.with_frm_style .g-recaptcha > div > div{
width:inherit !important;
display:block;
overflow:hidden;
max-width:302px;
border-right:1px solid #d3d3d3;
border-radius:4px;
box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
}
.with_frm_style .g-recaptcha iframe,
.with_frm_style .frm-g-recaptcha iframe{
width:100%;
}
}
.frm-card-element .sq-card-wrapper .sq-card-message {
margin-bottom: 0;
}
.frm-card-errors:empty {
margin: 0;
}.contentswap-effect.caption:hover .overlay:after,.contentswap-effect.caption:hover .swap-inner:after,.contentswap-effect.contentswap-overlay .overlay:after{content:""}.spacer,.spacer span{white-space:nowrap;text-align:center}.contentswap-effect{display:block;position:relative;overflow:hidden;zoom:1;cursor:pointer;vertical-align:top}.contentswap-effect .initial-image{display:block}.contentswap-effect .overlay{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;display:none;margin-top:1px}.contentswap-effect.caption.hover .overlay,.contentswap-effect.caption:hover .overlay,.contentswap-effect.hover .overlay,.contentswap-effect:hover .overlay{opacity:1}.contentswap-effect.caption .overlay{position:relative;width:100%;height:auto;opacity:1}.contentswap-effect.caption.hover .initial-image,.contentswap-effect.caption:hover .initial-image{opacity:1;display:block}.contentswap-effect .swap-inner,.contentswap-effect .swap-inner-caption{display:none;padding-top:1px;padding-bottom:1px}.contentswap-effect .swap-button,.contentswap-effect .swap-subtitle,.contentswap-effect .swap-title{margin:20px;text-align:center}.contentswap-effect.caption .swap-inner{position:relative}.contentswap-effect .swap-title{margin:20px 0;text-align:center}.contentswap-effect .swap-button button{cursor:pointer;background:#605ca8;text-transform:uppercase;padding:10px 20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none!important}.contentswap-effect .swap-button button:hover{background:#403c78}.contentswap-effect .swap-button button.button-2{background:#327BEF;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transition:border-color .218s 0;-moz-transition:border-color .218s 0;-o-transition:border-color .218s 0;transition:border-color .218s 0;text-shadow:1px 0 0 #1a378e;border-color:#06c;border-width:1px;border-style:solid}.contentswap-effect .swap-button button.button-2:hover{background:#2D71EE;-webkit-box-shadow:1px 1px rgba(255,255,255,.3);-moz-box-shadow:1px 1px rgba(255,255,255,.3);box-shadow:1px 1px rgba(255,255,255,.3);text-shadow:1px 1px 0 #001AA6;border-color:#291f93}.contentswap-effect .swap-button button.button-4{background:#b6d644;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:18px;border-color:#b6d644;border-bottom-style:solid;border-right-style:solid}.contentswap-effect .swap-button button.button-4:hover{background:#6ca23c;border-color:#000;border-width:0;border-style:solid}.contentswap-effect .swap-button button.button-6{background:#9fdc22;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-shadow:0 -1px 0 #709A16;padding:10px 20px;border-color:#7BA819;border-width:1px;border-style:solid}.contentswap-effect .swap-button button.button-6:hover{background:#93cc1e;-webkit-box-shadow:0 1px 0 0 #A0CA4E inset;-moz-box-shadow:0 1px 0 0 #A0CA4E inset;box-shadow:0 1px 0 0 #A0CA4E inset;text-shadow:0 -1px 0 #628813}.contentswap-effect .swap-button button.button-9{border:2px solid rgba(255,255,255,.8);background:0 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.contentswap-effect .swap-button button.button-9:hover{border-bottom:10px solid rgba(255,255,255,.8)}.contentswap-effect .swap-button button.button-10{color:#666;background:#fff}.contentswap-effect .swap-button button.button-10:hover{color:#fff;background:#45484d}.contentswap-effect .swap-icons{margin:0 auto}.contentswap-effect .swap-icons img{text-align:center}.contentswap-effect .swap-inner{position:absolute;top:0;left:0;background:0 0;opacity:0}.caption.contentswap-effect .swap-inner,.contentswap-effect.hover .swap-inner,.contentswap-effect:hover .swap-inner{opacity:1}.clearfix{clear:both}.contentswap-overlay.effect-1 .swap-inner{-webkit-transform:perspective(500px) rotateX(70deg) rotateY(0) rotateZ(0) translate3d(0,200px,0);-moz-transform:perspective(500px) rotateX(70deg) rotateY(0) rotateZ(0) translate3d(0,200px,0);-o-transform:perspective(500px) rotateX(70deg) rotateY(0) rotateZ(0) translate3d(0,200px,0);-ms-transform:perspective(500px) rotateX(70deg) rotateY(0) rotateZ(0) translate3d(0,200px,0);transform:perspective(500px) rotateX(70deg) rotateY(0) rotateZ(0) translate3d(0,200px,0)}.contentswap-overlay.effect-2 .swap-inner{-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.contentswap-overlay.effect-3 .swap-inner{-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.contentswap-overlay.effect-4 .swap-inner{-webkit-transform:translate(0,50%);-moz-transform:translate(0,50%);-o-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.contentswap-overlay.effect-5 .swap-inner{-webkit-transform:translate(50%,0);-moz-transform:translate(50%,0);-o-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0)}.contentswap-overlay.effect-6 .swap-inner{-webkit-transform:scale(.3);-moz-transform:scale(.3);-o-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}.contentswap-overlay.effect-7 .swap-inner{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-o-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.contentswap-overlay.effect-8 .swap-inner{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-70deg);-moz-transform:rotateX(-70deg);-ms-transform:rotateX(-70deg);transform:rotateX(-70deg)}.contentswap-overlay.effect-9 .swap-inner{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-60deg);-moz-transform:rotateX(-60deg);-ms-transform:rotateX(-60deg);transform:rotateX(-60deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;transform-origin:50% 0}.contentswap-overlay.effect-10 .swap-inner{-webkit-transform:perspective(500px) rotateX(0) rotateY(140deg) rotateZ(0) translate3d(0,50%,0);-moz-transform:perspective(500px) rotateX(0) rotateY(140deg) rotateZ(0) translate3d(0,50%,0);-o-transform:perspective(500px) rotateX(0) rotateY(140deg) rotateZ(0) translate3d(0,50%,0);-ms-transform:perspective(500px) rotateX(0) rotateY(140deg) rotateZ(0) translate3d(0,50%,0);transform:perspective(500px) rotateX(0) rotateY(140deg) rotateZ(0) translate3d(0,50%,0)}.contentswap-overlay.effect-11 .swap-inner{-webkit-transform:scale(.1);-moz-transform:scale(.1);-o-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}.contentswap-overlay.effect-12 .swap-inner{-webkit-transform:perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0) translate3d(50%,0,0) scale(.6);-moz-transform:perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0) translate3d(50%,0,0) scale(.6);-o-transform:perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0) translate3d(50%,0,0) scale(.6);-ms-transform:perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0) translate3d(50%,0,0) scale(.6);transform:perspective(500px) rotateX(100deg) rotateY(100deg) rotateZ(0) translate3d(50%,0,0) scale(.6)}.contentswap-overlay.effect-13 .swap-inner{-webkit-transform:rotateX(0) rotateY(170deg) rotateZ(0) translate3d(0,-80%,0);-moz-transform:rotateX(0) rotateY(170deg) rotateZ(0) translate3d(0,-80%,0);-o-transform:rotateX(0) rotateY(170deg) rotateZ(0) translate3d(0,-80%,0);-ms-transform:rotateX(0) rotateY(170deg) rotateZ(0) translate3d(0,-80%,0);transform:rotateX(0) rotateY(170deg) rotateZ(0) translate3d(0,-80%,0)}.contentswap-overlay.effect-14 .swap-inner{-webkit-transform:perspective(500px) rotateX(0) rotateY(100deg) rotateZ(-60deg) translate3d(50%,50%,0) scale(1.9);-moz-transform:perspective(500px) rotateX(0) rotateY(100deg) rotateZ(-60deg) translate3d(50%,50%,0) scale(1.9);-o-transform:perspective(500px) rotateX(0) rotateY(100deg) rotateZ(-60deg) translate3d(50%,50%,0) scale(1.9);-ms-transform:perspective(500px) rotateX(0) rotateY(100deg) rotateZ(-60deg) translate3d(50%,50%,0) scale(1.9);transform:perspective(500px) rotateX(0) rotateY(100deg) rotateZ(-60deg) translate3d(50%,50%,0) scale(1.9)}.contentswap-overlay.effect-15 .swap-inner{-webkit-transform:perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%,50%,0) scale(1.1);-moz-transform:perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%,50%,0) scale(1.1);-o-transform:perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%,50%,0) scale(1.1);-ms-transform:perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%,50%,0) scale(1.1);transform:perspective(500px) rotateX(20deg) rotateY(20deg) rotateZ(-60deg) translate3d(-50%,50%,0) scale(1.1)}.contentswap-overlay.effect-16 .swap-inner{-webkit-transform:perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%,50%,0) scale(.1);-moz-transform:perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%,50%,0) scale(.1);-o-transform:perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%,50%,0) scale(.1);-ms-transform:perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%,50%,0) scale(.1);transform:perspective(500px) rotateX(-20deg) rotateY(20deg) rotateZ(60deg) translate3d(-20%,50%,0) scale(.1)}.contentswap-overlay.effect-17 .swap-inner{-webkit-transform:perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%,50%,70px) scale(.7);-moz-transform:perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%,50%,70px) scale(.7);-o-transform:perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%,50%,70px) scale(.7);-ms-transform:perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%,50%,70px) scale(.7);transform:perspective(500px) rotateX(-60deg) rotateY(20deg) rotateZ(10deg) translate3d(20%,50%,70px) scale(.7)}.contentswap-overlay.effect-18 .swap-inner{-webkit-transform:rotateX(50deg) rotateY(20deg) rotateZ(170deg);-moz-transform:rotateX(50deg) rotateY(20deg) rotateZ(170deg);-o-transform:rotateX(50deg) rotateY(20deg) rotateZ(170deg);-ms-transform:rotateX(50deg) rotateY(20deg) rotateZ(170deg);transform:rotateX(50deg) rotateY(20deg) rotateZ(170deg)}.contentswap-overlay.effect-19 .swap-inner{-webkit-transform:perspective(500px) rotateX(0) rotateY(-10deg) rotateZ(0) translate3d(50%,50%,0) scale(.7);-moz-transform:perspective(500px) rotateX(0) rotateY(-10deg) rotateZ(0) translate3d(50%,50%,0) scale(.7);-o-transform:perspective(500px) rotateX(0) rotateY(-10deg) rotateZ(0) translate3d(50%,50%,0) scale(.7);-ms-transform:perspective(500px) rotateX(0) rotateY(-10deg) rotateZ(0) translate3d(50%,50%,0) scale(.7);transform:perspective(500px) rotateX(0) rotateY(-10deg) rotateZ(0) translate3d(50%,50%,0) scale(.7)}.contentswap-overlay.effect-20 .swap-inner{-webkit-transform:perspective(500px) scale(1.6) skew(80deg,0deg);-moz-transform:perspective(500px) scale(1.6) skew(80deg,0deg);-o-transform:perspective(500px) scale(1.6) skew(80deg,0deg);-ms-transform:perspective(500px) scale(1.6) skew(80deg,0deg);transform:perspective(500px) scale(1.6) skew(80deg,0deg)}.contentswap-overlay.effect-21 .swap-inner{-webkit-transform:perspective(500px) skew(0deg,80deg);-moz-transform:perspective(500px) skew(0deg,80deg);-o-transform:perspective(500px) skew(0deg,80deg);-ms-transform:perspective(500px) skew(0deg,80deg);transform:perspective(500px) skew(0deg,80deg)}.contentswap-overlay.effect-22 .swap-inner{-webkit-transform:perspective(500px) rotateX(0) rotateY(70deg) rotateZ(0) translate3d(-200px,0,0) scale(2);-moz-transform:perspective(500px) rotateX(0) rotateY(70deg) rotateZ(0) translate3d(-200px,0,0) scale(2);-o-transform:perspective(500px) rotateX(0) rotateY(70deg) rotateZ(0) translate3d(-200px,0,0) scale(2);-ms-transform:perspective(500px) rotateX(0) rotateY(70deg) rotateZ(0) translate3d(-200px,0,0) scale(2);transform:perspective(500px) rotateX(0) rotateY(70deg) rotateZ(0) translate3d(-200px,0,0) scale(2)}.contentswap-overlay.effect-23 .swap-inner{-webkit-transform:perspective(300px) rotateX(150deg) rotateY(0) rotateZ(0) scale(2);-moz-transform:perspective(300px) rotateX(150deg) rotateY(0) rotateZ(0) scale(2);-o-transform:perspective(300px) rotateX(150deg) rotateY(0) rotateZ(0) scale(2);-ms-transform:perspective(300px) rotateX(150deg) rotateY(0) rotateZ(0) scale(2);transform:perspective(300px) rotateX(150deg) rotateY(0) rotateZ(0) scale(2)}.contentswap-overlay.contentswap-effect.hover .swap-inner,.contentswap-overlay.contentswap-effect:hover .swap-inner{-webkit-transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translate3d(0,0,0) scale(1) skew(0);-moz-transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translate3d(0,0,0) scale(1) skew(0);-o-transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translate3d(0,0,0) scale(1) skew(0);-ms-transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translate3d(0,0,0) scale(1) skew(0);transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translate3d(0,0,0) scale(1) skew(0)}div#fancybox-overlay{display:none}.spacer{display:block;font-size:20px;line-height:0;letter-spacing:0;word-spacing:0;padding:0 5%}.spacer i.mdi,.spacer span,.spacer span:before{display:inline-block;vertical-align:middle}.spacer span{border-radius:100%;box-sizing:border-box;font-size:inherit;width:auto;max-width:20%;overflow:hidden}.spacer span:before{content:"-----";line-height:100%;letter-spacing:-.2em;text-align:center;font-family:Courier New,Courier,monospace;width:100%;margin-left:-.2em;white-space:initial;overflow:hidden;max-height:1em;max-width:100%}.spacer span.before{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-.2em}.spacer span.after{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-.2em}.spacer i.mdi{margin-left:.5em;margin-right:.5em;box-sizing:border-box}.spacer i.mdi:before{vertical-align:middle}[data-reiki-hidden=true]{display:none!important}.custom-row{text-align:center}.clients-grayscale-images img{-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:all .2s linear}.clients-grayscale-images img:hover{-webkit-filter:none;filter:none;transition:all .2s linear}.prepare-ss [data-id]{border-top:30px solid #000!important;border-bottom:30px solid #000!important}.warm_flame{background-image:linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%)}.night_fade{background-image:linear-gradient(to top,#a18cd1 0,#fbc2eb 100%)}.spring_warmth{background-image:linear-gradient(to top,#fad0c4 0,#fad0c4 1%,#ffd1ff 100%)}.juicy_peach{background-image:linear-gradient(to right,#ffecd2 0,#fcb69f 100%)}.young_passion{background-image:linear-gradient(to right,#ff8177 0,#ff867a 0,#ff8c7f 21%,#f99185 52%,#cf556c 78%,#b12a5b 100%)}.lady_lips{background-image:linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%)}.sunny_morning{background-image:linear-gradient(120deg,#f6d365 0,#fda085 100%)}.rainy_ashville{background-image:linear-gradient(to top,#fbc2eb 0,#a6c1ee 100%)}.frozen_dreams{background-image:linear-gradient(to top,#fdcbf1 0,#fdcbf1 1%,#e6dee9 100%)}.winter_neva{background-image:linear-gradient(120deg,#a1c4fd 0,#c2e9fb 100%)}.dusty_grass{background-image:linear-gradient(120deg,#d4fc79 0,#96e6a1 100%)}.tempting_azure{background-image:linear-gradient(120deg,#84fab0 0,#8fd3f4 100%)}.heavy_rain{background-image:linear-gradient(to top,#cfd9df 0,#e2ebf0 100%)}.amy_crisp{background-image:linear-gradient(120deg,#a6c0fe 0,#f68084 100%)}.mean_fruit{background-image:linear-gradient(120deg,#fccb90 0,#d57eeb 100%)}.ripe_malinka{background-image:linear-gradient(120deg,#f093fb 0,#f5576c 100%)}.cloudy_knoxville{background-image:linear-gradient(120deg,#fdfbfb 0,#ebedee 100%)}.malibu_beach{background-image:linear-gradient(to right,#4facfe 0,#00f2fe 100%)}.new_life{background-image:linear-gradient(to right,#43e97b 0,#38f9d7 100%)}.true_sunset{background-image:linear-gradient(to right,#fa709a 0,#fee140 100%)}.morpheus_den{background-image:linear-gradient(to top,#30cfd0 0,#330867 100%)}.rare_wind{background-image:linear-gradient(to top,#a8edea 0,#fed6e3 100%)}.near_moon{background-image:linear-gradient(to top,#5ee7df 0,#b490ca 100%)}.wild_apple{background-image:linear-gradient(to top,#d299c2 0,#fef9d7 100%)}.saint_petersburg{background-image:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%)}.arielles_smile{background-image:radial-gradient(circle 248px at center,#16d9e3 0,#30c7ec 47%,#46aef7 100%)}.plum_plate{background-image:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.everlasting_sky{background-image:linear-gradient(135deg,#fdfcfb 0,#e2d1c3 100%)}.happy_fisher{background-image:linear-gradient(120deg,#89f7fe 0,#66a6ff 100%)}.blessing{background-image:linear-gradient(to top,#fddb92 0,#d1fdff 100%)}.sharpeye_eagle{background-image:linear-gradient(to top,#9890e3 0,#b1f4cf 100%)}.ladoga_bottom{background-image:linear-gradient(to top,#ebc0fd 0,#d9ded8 100%)}.lemon_gate{background-image:linear-gradient(to top,#96fbc4 0,#f9f586 100%)}.itmeo_branding{background-image:linear-gradient(180deg,#2af598 0,#009efd 100%)}.zeus_miracle{background-image:linear-gradient(to top,#cd9cf2 0,#f6f3ff 100%)}.old_hat{background-image:linear-gradient(to right,#e4afcb 0,#b8cbb8 0,#b8cbb8 0,#e2c58b 30%,#c2ce9c 64%,#7edbdc 100%)}.star_wine{background-image:linear-gradient(to right,#b8cbb8 0,#b8cbb8 0,#b465da 0,#cf6cc9 33%,#ee609c 66%,#ee609c 100%)}.deep_blue{background-image:linear-gradient(to right,#6a11cb 0,#2575fc 100%)}.coup_de_grace{background:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(0,0,0,.5) 100%),radial-gradient(at 50% 0,rgba(255,255,255,.1) 0,rgba(0,0,0,.5) 50%);background-blend-mode:soft-light,screen}.happy_acid{background-image:linear-gradient(to top,#37ecba 0,#72afd3 100%)}.awesome_pine{background-image:linear-gradient(to top,#ebbba7 0,#cfc7f8 100%)}.new_york{background-image:linear-gradient(to top,#fff1eb 0,#ace0f9 100%)}.shy_rainbow{background-image:linear-gradient(to right,#eea2a2 0,#bbc1bf 19%,#57c6e1 42%,#b49fda 79%,#7ac5d8 100%)}.loon_crest{background:linear-gradient(to bottom,rgba(255,255,255,.15) 0,rgba(0,0,0,.15) 100%),radial-gradient(at top center,rgba(255,255,255,.4) 0,rgba(0,0,0,.4) 120%) #989898;background-blend-mode:multiply,multiply}.mixed_hopes{background-image:linear-gradient(to top,#c471f5 0,#fa71cd 100%)}.fly_high{background-image:linear-gradient(to top,#48c6ef 0,#6f86d6 100%)}.strong_bliss{background-image:linear-gradient(to right,#f78ca0 0,#f9748f 19%,#fd868c 60%,#fe9a8b 100%)}.fresh_milk{background-image:linear-gradient(to top,#feada6 0,#f5efef 100%)}.snow_again{background-image:linear-gradient(to top,#e6e9f0 0,#eef1f5 100%)}.february_ink{background-image:linear-gradient(to top,#accbee 0,#e7f0fd 100%)}.kind_steel{background-image:linear-gradient(-20deg,#e9defa 0,#fbfcdb 100%)}.soft_grass{background-image:linear-gradient(to top,#c1dfc4 0,#deecdd 100%)}.grown_early{background-image:linear-gradient(to top,#0ba360 0,#3cba92 100%)}.sharp_blues{background-image:linear-gradient(to top,#00c6fb 0,#005bea 100%)}.shady_water{background-image:linear-gradient(to right,#74ebd5 0,#9face6 100%)}.dirty_beauty{background-image:linear-gradient(to top,#6a85b6 0,#bac8e0 100%)}.great_whale{background-image:linear-gradient(to top,#a3bded 0,#6991c7 100%)}.teen_notebook{background-image:linear-gradient(to top,#9795f0 0,#fbc8d4 100%)}.polite_rumors{background-image:linear-gradient(to top,#a7a6cb 0,#8989ba 52%,#8989ba 100%)}.sweet_period{background-image:linear-gradient(to top,#3f51b1 0,#5a55ae 13%,#7b5fac 25%,#8f6aae 38%,#a86aa4 50%,#cc6b8e 62%,#f18271 75%,#f3a469 87%,#f7c978 100%)}.wide_matrix{background-image:linear-gradient(to top,#fcc5e4 0,#fda34b 15%,#ff7882 35%,#c8699e 52%,#7046aa 71%,#0c1db8 87%,#020f75 100%)}.soft_cherish{background-image:linear-gradient(to top,#dbdcd7 0,#dddcd7 24%,#e2c9cc 30%,#e7627d 46%,#b8235a 59%,#801357 71%,#3d1635 84%,#1c1a27 100%)}.red_salvation{background-image:linear-gradient(to top,#f43b47 0,#453a94 100%)}.burning_spring{background-image:linear-gradient(to top,#4fb576 0,#44c489 30%,#28a9ae 46%,#28a2b7 59%,#4c7788 71%,#6c4f63 86%,#432c39 100%)}.night_party{background-image:linear-gradient(to top,#0250c5 0,#d43f8d 100%)}.sky_glider{background-image:linear-gradient(to top,#88d3ce 0,#6e45e2 100%)}.heaven_peach{background-image:linear-gradient(to top,#d9afd9 0,#97d9e1 100%)}.purple_division{background-image:linear-gradient(to top,#7028e4 0,#e5b2ca 100%)}.aqua_splash{background-image:linear-gradient(15deg,#13547a 0,#80d0c7 100%)}.above_clouds{background-image:linear-gradient(to left,#BDBBBE 0,#9D9EA3 100%),radial-gradient(88% 271%,rgba(255,255,255,.25) 0,rgba(254,254,254,.25) 1%,rgba(0,0,0,.25) 100%),radial-gradient(50% 100%,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);background-blend-mode:normal,lighten,soft-light}.spiky_naga{background-image:linear-gradient(to top,#505285 0,#585e92 12%,#65689f 25%,#7474b0 37%,#7e7ebb 50%,#8389c7 62%,#9795d4 75%,#a2a1dc 87%,#b5aee4 100%)}.love_kiss{background-image:linear-gradient(to top,#ff0844 0,#ffb199 100%)}.sharp_glass{background:linear-gradient(-180deg,rgba(255,255,255,.5) 0,rgba(0,0,0,.5) 100%) #C9CCD3;background-blend-mode:lighten}.clean_mirror{background-image:linear-gradient(45deg,#93a5cf 0,#e4efe9 100%)}.premium_dark{background-image:linear-gradient(to right,#434343 0,#000 100%)}.cold_evening{background-image:linear-gradient(to top,#0c3483 0,#a2b6df 100%,#6b8cce 100%,#a2b6df 100%)}.cochiti_lake{background-image:linear-gradient(45deg,#93a5cf 0,#e4efe9 100%)}.summer_games{background-image:linear-gradient(to right,#92fe9d 0,#00c9ff 100%)}.passionate_bed{background-image:linear-gradient(to right,#ff758c 0,#ff7eb3 100%)}.mountain_rock{background-image:linear-gradient(to right,#868f96 0,#596164 100%)}.desert_hump{background-image:linear-gradient(to top,#c79081 0,#dfa579 100%)}.jungle_day{background-image:linear-gradient(45deg,#8baaaa 0,#ae8b9c 100%)}.phoenix_start{background-image:linear-gradient(to right,#f83600 0,#f9d423 100%)}.october_silence{background-image:linear-gradient(-20deg,#b721ff 0,#21d4fd 100%)}.faraway_river{background-image:linear-gradient(-20deg,#6e45e2 0,#88d3ce 100%)}.alchemist_lab{background-image:linear-gradient(-20deg,#d558c8 0,#24d292 100%)}.over_sun{background-image:linear-gradient(60deg,#abecd6 0,#fbed96 100%)}.premium_white{background-image:linear-gradient(to top,#d5d4d0 0,#d5d4d0 1%,#eeeeec 31%,#efeeec 75%,#e9e9e7 100%)}.mars_party{background-image:linear-gradient(to top,#5f72bd 0,#9b23ea 100%)}.eternal_constance{background-image:linear-gradient(to top,#09203f 0,#537895 100%)}.japan_blush{background-image:linear-gradient(-20deg,#ddd6f3 0,#faaca8 100%,#faaca8 100%)}.smiling_rain{background-image:linear-gradient(-20deg,#dcb0ed 0,#99c99c 100%)}.cloudy_apple{background-image:linear-gradient(to top,#f3e7e9 0,#e3eeff 99%,#e3eeff 100%)}.big_mango{background-image:linear-gradient(to top,#c71d6f 0,#d09693 100%)}.healthy_water{background-image:linear-gradient(60deg,#96deda 0,#50c9c3 100%)}.amour_amour{background-image:linear-gradient(to top,#f77062 0,#fe5196 100%)}.risky_concrete{background-image:linear-gradient(to top,#c4c5c7 0,#dcdddf 52%,#ebebeb 100%)}.strong_stick{background-image:linear-gradient(to right,#a8caba 0,#5d4157 100%)}.vicious_stance{background-image:linear-gradient(60deg,#29323c 0,#485563 100%)}.palo_alto{background-image:linear-gradient(-60deg,#16a085 0,#f4d03f 100%)}.happy_memories{background-image:linear-gradient(-60deg,#ff5858 0,#f09819 100%)}.midnight_bloom{background-image:linear-gradient(-20deg,#2b5876 0,#4e4376 100%)}.crystalline{background-image:linear-gradient(-20deg,#00cdac 0,#8ddad5 100%)}.raccoon_back{background:linear-gradient(-180deg,#BCC5CE 0,#929EAD 98%),radial-gradient(at top left,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);background-blend-mode:screen}.party_bliss{background-image:linear-gradient(to top,#4481eb 0,#04befe 100%)}.confident_cloud{background-image:linear-gradient(to top,#dad4ec 0,#dad4ec 1%,#f3e7e9 100%)}.le_cocktail{background-image:linear-gradient(45deg,#874da2 0,#c43a30 100%)}.river_city{background-image:linear-gradient(to top,#4481eb 0,#04befe 100%)}.frozen_berry{background-image:linear-gradient(to top,#e8198b 0,#c7eafd 100%)}.elegance{background-image:radial-gradient(73% 147%,#EADFDF 59%,#ECE2DF 100%),radial-gradient(91% 146%,rgba(255,255,255,.5) 47%,rgba(0,0,0,.5) 100%);background-blend-mode:screen}.child_care{background-image:linear-gradient(-20deg,#f794a4 0,#fdd6bd 100%)}.flying_lemon{background-image:linear-gradient(60deg,#64b3f4 0,#c2e59c 100%)}.new_retrowave{background-image:linear-gradient(to top,#3b41c5 0,#a981bb 49%,#ffc8a9 100%)}.hidden_jaguar{background-image:linear-gradient(to top,#0fd850 0,#f9f047 100%)}.above_the_sky{background-image:linear-gradient(to top,#d3d3d3 0,#d3d3d3 1%,#e0e0e0 26%,#efefef 48%,#d9d9d9 75%,#bcbcbc 100%)}.nega{background-image:linear-gradient(45deg,#ee9ca7 0,#ffdde1 100%)}.dense_water{background-image:linear-gradient(to right,#3ab5b0 0,#3d99be 31%,#56317a 100%)}.chemic_aqua{background:radial-gradient(at 50% 100%,rgba(255,255,255,.5) 0,rgba(0,0,0,.5) 100%),linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(0,0,0,.25) 100%);background-blend-mode:screen,overlay}.seashore{background-image:linear-gradient(to top,#209cff 0,#68e0cf 100%)}.marble_wall{background-image:linear-gradient(to top,#bdc2e8 0,#bdc2e8 1%,#e6dee9 100%)}.cheerful_caramel{background-image:linear-gradient(to top,#e6b980 0,#eacda3 100%)}.night_sky{background-image:linear-gradient(to top,#1e3c72 0,#1e3c72 1%,#2a5298 100%)}.magic_lake{background-image:linear-gradient(to top,#d5dee7 0,#ffafbd 0,#c9ffbf 100%)}.young_grass{background-image:linear-gradient(to top,#9be15d 0,#00e3ae 100%)}.colorful_peach{background-image:linear-gradient(to right,#ed6ea0 0,#ec8c69 100%)}.gentle_care{background-image:linear-gradient(to right,#ffc3a0 0,#ffafbd 100%)}.plum_bath{background-image:linear-gradient(to top,#cc208e 0,#6713d2 100%)}.happy_unicorn{background-image:linear-gradient(to top,#b3ffab 0,#12fff7 100%)}.full_metal{background:linear-gradient(to bottom,#D5DEE7 0,#E8EBF2 50%,#E2E7ED 100%),linear-gradient(to bottom,rgba(0,0,0,.02) 50%,rgba(255,255,255,.02) 61%,rgba(0,0,0,.02) 73%),linear-gradient(33deg,rgba(255,255,255,.2) 0,rgba(0,0,0,.2) 100%);background-blend-mode:normal,color-burn}.african_field{background-image:linear-gradient(to top,#65bd60 0,#5ac1a8 25%,#3ec6ed 50%,#b7ddb7 75%,#fef381 100%)}.solid_stone{background-image:linear-gradient(to right,#243949 0,#517fa4 100%)}.orange_juice{background-image:linear-gradient(-20deg,#fc6076 0,#ff9a44 100%)}.glass_water{background-image:linear-gradient(to top,#dfe9f3 0,#fff 100%)}.slick_carbon{background:linear-gradient(to bottom,#323232 0,#3F3F3F 40%,#1C1C1C 150%),linear-gradient(to top,rgba(255,255,255,.4) 0,rgba(0,0,0,.25) 200%);background-blend-mode:multiply}.north_miracle{background-image:linear-gradient(to right,#00dbde 0,#fc00ff 100%)}.fruit_blend{background-image:linear-gradient(to right,#f9d423 0,#ff4e50 100%)}.millennium_pine{background-image:linear-gradient(to top,#50cc7f 0,#f5d100 100%)}.high_flight{background-image:linear-gradient(to right,#0acffe 0,#495aff 100%)}.mole_hall{background-image:linear-gradient(-20deg,#616161 0,#9bc5c3 100%)}.earl_gray{background:radial-gradient(at top center,rgba(255,255,255,.03) 0,rgba(0,0,0,.03) 100%),linear-gradient(to top,rgba(255,255,255,.1) 0,rgba(143,152,157,.6) 100%);background-blend-mode:normal,multiply}.space_shift{background-image:linear-gradient(60deg,#3d3393 0,#2b76b9 37%,#2cacd1 65%,#35eb93 100%)}.forest_inei{background-image:linear-gradient(to top,#df89b5 0,#bfd9fe 100%)}.royal_garden{background-image:linear-gradient(to right,#ed6ea0 0,#ec8c69 100%)}.rich_metal{background-image:linear-gradient(to right,#d7d2cc 0,#304352 100%)}.juicy_cake{background-image:linear-gradient(to top,#e14fad 0,#f9d423 100%)}.smart_indigo{background-image:linear-gradient(to top,#b224ef 0,#7579ff 100%)}.sand_strike{background-image:linear-gradient(to right,#c1c161 0,#c1c161 0,#d4d4b1 100%)}.norse_beauty{background-image:linear-gradient(to right,#ec77ab 0,#7873f5 100%)}.aqua_guidance{background-image:linear-gradient(to top,#007adf 0,#00ecbc 100%)}.sun_veggie{background-image:linear-gradient(-225deg,#20E2D7 0,#F9FEA5 100%)}.sea_lord{background-image:linear-gradient(-225deg,#2CD8D5 0,#C5C1FF 56%,#FFBAC3 100%)}.black_sea{background-image:linear-gradient(-225deg,#2CD8D5 0,#6B8DD6 48%,#8E37D7 100%)}.grass_shampoo{background-image:linear-gradient(-225deg,#DFFFCD 0,#90F9C4 48%,#39F3BB 100%)}.landing_aircraft{background-image:linear-gradient(-225deg,#5D9FFF 0,#B8DCFF 48%,#6BBBFF 100%)}.witch_dance{background-image:linear-gradient(-225deg,#A8BFFF 0,#884D80 100%)}.sleepless_night{background-image:linear-gradient(-225deg,#5271C4 0,#B19FFF 48%,#ECA1FE 100%)}.angel_care{background-image:linear-gradient(-225deg,#FFE29F 0,#FFA99F 48%,#FF719A 100%)}.crystal_river{background-image:linear-gradient(-225deg,#22E1FF 0,#1D8FE1 48%,#625EB1 100%)}.soft_lipstick{background-image:linear-gradient(-225deg,#B6CEE8 0,#F578DC 100%)}.salt_mountain{background-image:linear-gradient(-225deg,#FFFEFF 0,#D7FFFE 100%)}.perfect_white{background-image:linear-gradient(-225deg,#E3FDF5 0,#FFE6FA 100%)}.fresh_oasis{background-image:linear-gradient(-225deg,#7DE2FC 0,#B9B6E5 100%)}.strict_november{background-image:linear-gradient(-225deg,#CBBACC 0,#2580B3 100%)}.morning_salad{background-image:linear-gradient(-225deg,#B7F8DB 0,#50A7C2 100%)}.deep_relief{background-image:linear-gradient(-225deg,#7085B6 0,#87A7D9 50%,#DEF3F8 100%)}.sea_strike{background-image:linear-gradient(-225deg,#77FFD2 0,#6297DB 48%,#1EECFF 100%)}.night_call{background-image:linear-gradient(-225deg,#AC32E4 0,#7918F2 48%,#4801FF 100%)}.supreme_sky{background-image:linear-gradient(-225deg,#D4FFEC 0,#57F2CC 48%,#4596FB 100%)}.light_blue{background-image:linear-gradient(-225deg,#9EFBD3 0,#57E9F2 48%,#45D4FB 100%)}.mind_crawl{background-image:linear-gradient(-225deg,#473B7B 0,#3584A7 51%,#30D2BE 100%)}.lily_meadow{background-image:linear-gradient(-225deg,#65379B 0,#886AEA 53%,#6457C6 100%)}.sugar_lollipop{background-image:linear-gradient(-225deg,#A445B2 0,#D41872 52%,#F06 100%)}.sweet_dessert{background-image:linear-gradient(-225deg,#7742B2 0,#F180FF 52%,#FD8BD9 100%)}.magic_ray{background-image:linear-gradient(-225deg,#FF3CAC 0,#562B7C 52%,#2B86C5 100%)}.teen_party{background-image:linear-gradient(-225deg,#FF057C 0,#8D0B93 50%,#321575 100%)}.frozen_heat{background-image:linear-gradient(-225deg,#FF057C 0,#7C64D5 48%,#4CC3FF 100%)}.gagarin_view{background-image:linear-gradient(-225deg,#69EACB 0,#EACCF8 48%,#6654F1 100%)}.fabled_sunset{background-image:linear-gradient(-225deg,#231557 0,#44107A 29%,#FF1361 67%,#FFF800 100%)}.perfect_blue{background-image:linear-gradient(-225deg,#3D4E81 0,#5753C9 48%,#6E7FF3 100%)}.easter_blueberry{background-image:linear-gradient(to top,#654EA3 0,#BF69FD 100%)}.about-1.content-section-spacing-large{padding-bottom:0}.about-1 .button-holder{max-width:100%;text-align:center}.about-1 .button-holder .button{margin-bottom:.75rem}.about-1 .rounded-topleft-topright{border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:0}.about-10,.about-9{overflow-x:hidden}.about-10 .content-column,.about-9 .content-column{max-width:100%;position:relative;z-index:10}.about-10 .border-radius-8,.about-9 .border-radius-8,.content-6 .border-radius-8,.content-7m .img-rounded{border-radius:8px}.about-10 .max-image{max-height:720px;max-width:485px;width:100%}.about-4 div[data-type=column],.about-images-right-section div[data-type=column]{max-width:100%}.clients-2 .spaced-cols>div,.testimonials-3m .testimonial-body,.testimonials-4m .card{align-items:center;display:flex;flex-direction:column}.clients-2-materialis .card{height:100%;padding:24px 15px;position:relative}.clients-2-materialis .card .image-holder{flex:0 1 auto;flex-direction:column;flex-grow:0;height:100%}.contact-1{background-image:url(//kaiserproductions.de/wp-content/plugins/materialis-companion/theme-data/materialis/sections/images/mockup-863469.jpg);background-position:center top;background-size:cover;position:relative}.contact-1:before{background-color:rgba(26,26,26,.48);content:' ';display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.contact-1 .contact-form-wrapper:not(.inline-info)>.card{padding-left:10%;padding-right:10%}.content-12m .bag-image,.content-13m .bag-image{background-image:url(//kaiserproductions.de/wp-content/plugins/materialis-companion/theme-data/materialis/sections/images/image-4.jpg);background-position:center center;background-size:cover;height:560px}.content-6 div[data-type=row]>.row{box-sizing:content-box}.content-6 div[data-type=row] .col-md-3 .button.big,.content-6 div[data-type=row] .col-sm-3 .button.big,.features-10m .spaced-cols .col-md-3 .card .button.big,.features-10m .spaced-cols .col-sm-3 .card .button.big,.features-13 .spaced-cols .col-md-2 .button.big,.features-13 .spaced-cols .col-sm-2 .button.big{padding:2px 18px}.counters-1m .counter-box{align-items:center;flex-wrap:wrap;position:relative}.counters-1m .cols-separator-between div:after{width:2px}.counters-1m .counter-box>.row{align-items:center;justify-content:center}.counters-1m .content-left-sm .counter-box>.row{justify-content:flex-start}.counters-1m .content-center-sm .counter-box>.row,.testimonials-1m .f-align,.testimonials-3m .f-align{justify-content:center}.counters-1m .content-right-sm .counter-box>.row{justify-content:flex-end}.counters-1m .counter-box .col-sm-fit h2,.counters-1m .counter-box .col-sm-fit i.mdi.icon,.overlappable-14-materialis .card>:last-child,.portfolio-2-materialis .card h6,.testimonials-1m .space-bottom-image{margin-bottom:0}.counters-1m .counter-box h6{font-size:1.11em;width:100%}.counters-1m .counter-box i.mdi.icon{margin-left:5px;margin-right:5px}.counters-1m .cols-separator-between .col-md-2 .button.big,.counters-1m .cols-separator-between .col-sm-2 .button.big,.features-16 .spaced-cols .col-md-2 .button.big,.features-16 .spaced-cols .col-sm-2 .button.big,.testimonials-1m .spaced-cols .col-md-2 .button.big,.testimonials-1m .spaced-cols .col-sm-2 .button.big,.testimonials-3m .spaced-cols .col-md-2 .button.big,.testimonials-3m .spaced-cols .col-sm-2 .button.big,.testimonials-4m .spaced-cols .col-md-2 .button:not(.small),.testimonials-4m .spaced-cols .col-sm-2 .button:not(.small){padding:2px 20px}.counters-2m .circle-counter{border:1px solid #CCC;border-radius:100%;margin:auto;max-width:60%;padding:4.5%}.counters-2m .circle-counter *{margin-bottom:0}.counters-2m .circle-content *{margin-left:0;margin-right:0;text-align:center}.counters-2m .content-left-sm .circle-counter{margin-left:0}.counters-2m .content-right-sm .circle-counter{margin-right:0}.cta-1-materialis{background-image:url(//kaiserproductions.de/wp-content/plugins/materialis-companion/theme-data/materialis/sections/images/blogging-336376.jpg);background-position:center center;background-size:cover;position:relative}.cta-1-materialis[data-section-ov]:before{background-color:rgba(0,0,0,.6)}.cta-1-materialis .card{z-index:50}.features-10m .bordered{border:1px solid #e0e1e1}.features-10m .padding-24{padding-bottom:24px;padding-top:24px}.features-10m .col-md-2 .padding-24{padding:24px 10px}.features-12 .col-md-2 .col-sm-fit,.features-12-card-bordered .col-md-2 .col-sm-fit,.latest-news-1-materialis .materialis-latest-news .post-list-item-thumb img,.overlappable-5-materialis .col-md-2 .col-sm-fit,.portfolio-2-materialis .col-md-12 .card .image img,.portfolio-2-materialis .col-sm-12 .card .image img,.portfolio-2-materialis .col-xs-12 .card .image img{width:100%}.features-16 .read-more{margin-top:0;padding-bottom:0}.features-16 .spaced-cols .col-md-2 .description-container,.features-16 .spaced-cols .col-sm-2 .description-container,.portfolio-1m .no-gutter-col{padding-left:0;padding-right:0}.features-16-card-bordered .card,.portfolio-2-materialis .card{overflow:hidden}.features-16-card-bordered .read-more-container{border-top:1px solid #eaeaea;padding-bottom:0;padding-top:1rem}.features-16-card-bordered .col-padding-small{padding-left:24px;padding-right:24px}.latest-news-1-materialis .materialis-latest-news .col-md-2 .mdc-card__actions,.latest-news-1-materialis .materialis-latest-news .col-md-3 .mdc-card__actions{display:block}.overlappable-14-materialis .spaced-cols .col-md-2,.overlappable-14-materialis .spaced-cols .col-sm-2{padding-left:8px;padding-right:8px}.overlappable-14-materialis .spaced-cols .col-md-2 .card,.overlappable-14-materialis .spaced-cols .col-sm-2 .card,.testimonials-1m .spaced-cols .col-md-2 .card,.testimonials-1m .spaced-cols .col-sm-2 .card,.testimonials-3m .spaced-cols .col-md-2 .card,.testimonials-3m .spaced-cols .col-sm-2 .card,.testimonials-4m .spaced-cols .col-md-2 .card,.testimonials-4m .spaced-cols .col-sm-2 .card{padding:24px 20px}.overlappable-14-materialis .spaced-cols .col-md-2 .button.big,.overlappable-14-materialis .spaced-cols .col-sm-2 .button.big{margin-top:.5rem;padding:2px 20px}.overlappable-5-materialis .spaced-cols .col-md-2,.overlappable-5-materialis .spaced-cols .col-sm-2,.testimonials-1m .spaced-cols .col-md-2,.testimonials-1m .spaced-cols .col-sm-2,.testimonials-3m .spaced-cols .col-md-2,.testimonials-3m .spaced-cols .col-sm-2,.testimonials-4m .spaced-cols .col-md-2,.testimonials-4m .spaced-cols .col-sm-2{padding-left:10px;padding-right:10px}.overlappable-5-materialis .spaced-cols .col-md-2 .button.big,.overlappable-5-materialis .spaced-cols .col-sm-2 .button.big{padding:2px 22px}.portfolio-2-materialis .card a.h5{color:#54617A}.portfolio-2-materialis .col-padding{padding:.5rem 2rem 1rem}.team-1m .face,.team-8m .face{display:block;width:100%}.team-1m .social-icons-group{margin-bottom:8px}.team-1m .description-container>:last-child.social-icons-group{margin-top:32px}.team-1m .social-icons-group i.mdi{font-size:1.3rem;margin:0 12px}.team-8m .card{padding:0}.team-8m .description-container{padding:1.4rem 0}.team-8m .spaced-cols .col-md-3 .right-col,.team-8m .spaced-cols .col-sm-3 .right-col{padding-left:0}.team-8m .spaced-cols .col-md-3 .description-container,.team-8m .spaced-cols .col-sm-3 .description-container{padding-top:0}.team-8m .social-icons-group{margin-bottom:.5rem}.team-8m .description-container .social-icons-group i.mdi{font-size:1.3rem;margin:0 10px 0 0}.team-8m .spaced-cols .col-md-3 .social-icons-group a:last-of-type i.mdi,.team-8m .spaced-cols .col-sm-3 .social-icons-group a:last-of-type i.mdi{margin-right:0}.team-8m .spaced-cols .col-md-3 .button.big,.team-8m .spaced-cols .col-sm-3 .button.big{margin-top:.5rem;padding:2px 18px}.testimonials-1m .image-70{display:block;margin-bottom:0;max-height:70px;max-width:70px}.testimonials-1m .testimonial-body>*{display:block;justify-self:flex-start;margin-bottom:7px;margin-top:8px}.testimonials-1m .info>:nth-child(-n+1){margin-bottom:5px}.testimonials-1m .spaced-cols .col-md-2 .card .info,.testimonials-1m .spaced-cols .col-sm-2 .card .info,.testimonials-3m .spaced-cols .col-md-2 .card .info,.testimonials-3m .spaced-cols .col-sm-2 .card .info{margin:10px 0}.testimonials-3m .image{display:block;margin-bottom:0;max-height:70px;max-width:70px}.testimonials-3m .testimonial-body>*{margin-bottom:7px;margin-top:8px}.testimonials-4m .image-90{max-height:90px;max-width:90px}.testimonials-4m .gridContainer>.spaced-cols>div>.card>p:first-child{margin-bottom:26px}@media only screen and (min-width:768px){.about-10,.about-9{overflow-x:visible}.counters-2m .circle-counter{max-width:80%}.counter-2m .col-md-2 .circle-counter .circle-content h2,.counter-2m .col-sm-2 .circle-counter .circle-content h2{font-size:2.5rem}.counter-2m .col-md-2 .circle-counter .circle-content p,.counter-2m .col-sm-2 .circle-counter .circle-content p{font-size:.77em}.features-12 .icon-column,.features-12-card-bordered .icon-column{padding-right:0}.testimonials-1m .content-left-sm .f-align,.testimonials-3m .content-left-sm .f-align,.testimonials-3m .f-align{justify-content:flex-start}.testimonials-1m .content-center-sm .f-align,.testimonials-3m .content-center-sm .f-align{justify-content:center}.testimonials-1m .content-right-sm .f-align,.testimonials-3m .content-right-sm .f-align{justify-content:flex-end}.testimonials-3m .image{max-width:70px}.testimonials-3m .content-left-sm .testimonial-body,.testimonials-3m .testimonial-body,.testimonials-4m .content-left-sm .card{align-items:flex-start}.testimonials-3m .content-center-sm .testimonial-body,.testimonials-4m .content-center-sm .card{align-items:center}.testimonials-3m .content-right-sm .testimonial-body,.testimonials-4m .content-right-sm .card{align-items:flex-end}}@media screen and (max-width:768px){.about-4 .padding-top-bottom{padding-bottom:15px;padding-top:30px}}@media screen and (max-width:767px){.clients-2-materialis .card .flexbox>*{display:block;height:auto;margin:auto;width:90%}.testimonials-4m .gridContainer>.spaced-cols>div>.card>img{margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){.contact-1 .contact-form-wrapper.inline-info form[class*=wpcf7-] p:nth-of-type(4){margin-top:0}}@media only screen and (min-width:1024px){.content-12m .full-col-left-padding{padding-left:14%}.content-13m .full-col-right-padding{padding-right:10%}.testimonials-3m .image{max-width:70px}}@media screen and (min-width:1024px){.latest-news-1-materialis .materialis-latest-news .mdc-card__actions .mdc-card__action-icons{justify-content:left}}@media screen and (min-width:767px){.overlappable-4 .{padding-bottom:0;padding-top:0}}@media (min-width:768px){.overlappable-5-materialis .icon-col{padding-right:0}}@media screen and (min-width:768px) and (max-width:1023px){.testimonials-1m .no-padding-left{padding-left:15px}.testimonials-1m .space-bottom-image{margin-bottom:1rem}}