@charset "UTF-8";
.wFormContainer {
  font-family: "DinPro", sans-serif;
}
@media screen and (max-width: 860px) {
  .wFormContainer {
    max-width: calc(100vw - 30px);
    margin: 0;
  }
}
.wFormContainer .wForm {
  margin: 0;
  padding: 0;
}
.wFormContainer .wForm .wFormTitle {
  font-size: 22px;
  color: #163f8f;
  margin-bottom: 10px;
}
.wFormContainer .wForm .tt-search {
  top: 32%;
  left: 15px;
}
.wFormContainer .wForm .tt-spinner,
.wFormContainer .wForm .tt-clear {
  top: 32%;
  right: 15px;
}
.wFormContainer .wForm .tt-hint {
  top: 6px;
}
.wFormContainer .wForm .section {
  margin: 0;
  padding: 0;
}
.wFormContainer .wForm .section.group {
  margin-bottom: 20px;
}
.wFormContainer .wForm input[type=text],
.wFormContainer .wForm select {
  height: 48px;
}
.wFormContainer .wForm textarea {
  padding-top: 15px;
  border-radius: 20px;
  resize: none;
}
.wFormContainer .wForm input[type=text][data-dataset-id]:not(.tt-hint) {
  background-color: white !important;
  padding-left: 35px;
}
.wFormContainer .wForm input[type=text],
.wFormContainer .wForm input[type=password],
.wFormContainer .wForm select,
.wFormContainer .wForm textarea {
  padding-left: 18px;
  border-style: none;
  border: solid 1px rgba(22, 63, 143, 0.4);
  background-color: #fff;
  font-size: 1rem;
  box-sizing: border-box;
}
.wFormContainer .wForm input[type=text]::-moz-placeholder, .wFormContainer .wForm input[type=password]::-moz-placeholder, .wFormContainer .wForm select::-moz-placeholder, .wFormContainer .wForm textarea::-moz-placeholder {
  color: black;
}
.wFormContainer .wForm input[type=text]:-ms-input-placeholder, .wFormContainer .wForm input[type=password]:-ms-input-placeholder, .wFormContainer .wForm select:-ms-input-placeholder, .wFormContainer .wForm textarea:-ms-input-placeholder {
  color: black;
}
.wFormContainer .wForm input[type=text]::placeholder,
.wFormContainer .wForm input[type=password]::placeholder,
.wFormContainer .wForm select::placeholder,
.wFormContainer .wForm textarea::placeholder {
  color: black;
}
.wFormContainer .wForm input[type=text],
.wFormContainer .wForm select {
  border-radius: 24px;
}
.wFormContainer .wForm input[type=submit] {
  height: 44px;
  padding: 10px 20px;
  border-radius: 22px;
  border-style: none;
  color: white;
  border: solid 1.6px #fa6400;
  background-color: #fa6400;
  display: inline-flex;
  align-items: center;
}
.wFormContainer .wForm input[type=submit]:hover {
  border-color: #e15a00;
  background-color: #e15a00;
}
.wFormContainer .wForm input[type=submit]:disabled {
  color: white !important;
}
.wFormContainer .wForm input[type=checkbox],
.wFormContainer .wForm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.wFormContainer .wForm input[type=checkbox] {
  width: 20px;
  height: 20px;
  outline: solid 1px rgba(22, 63, 143, 0.4);
  background-color: #fff;
  vertical-align: middle;
  margin-right: 9px;
}
.wFormContainer .wForm input[type=checkbox]:checked::before {
  content: "✓";
  font-weight: bold;
  background-color: #163f8f;
  color: white;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: flex-end;
}
.wFormContainer .wForm .labelsAbove .preField {
  padding-bottom: 14px;
}
.wFormContainer .wForm form .oneChoice .label {
  vertical-align: top;
}
.wFormContainer .wForm input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  width: 20px;
  height: 20px;
  border: solid 1px rgba(22, 63, 143, 0.4);
  border-radius: 50%;
  margin-right: 5px;
  display: inline-grid;
  place-content: center;
}
.wFormContainer .wForm input[type=radio]:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: scale(0);
  background-color: #163f8f;
}
.wFormContainer .wForm input[type=radio]:checked::before {
  transform: scale(1);
}
.wFormContainer .wForm .input-icon {
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 28px;
  font-weight: 600;
  color: #163f8f;
}
.wFormContainer .wForm .errMsg {
  padding-top: 4px;
  font-size: 14px;
  font-weight: normal;
}
.wFormContainer .wFormFooter,
.wFormContainer .supportInfo {
  display: none;
}

.editor-styles-wrapper .container-web-form,
.editor-styles-wrapper .button-modal-form {
  pointer-events: none;
}

.container-web-form {
  max-width: 770px;
  margin: auto;
}
.container-web-form.spaces {
  padding: 45px 15px 60px;
}
@media (max-width: 991px) {
  .container-web-form.spaces {
    padding: 40px 12px 60px;
  }
}
.container-web-form .form-footer {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.forms.modal-dialog {
  max-width: 745px;
}
.forms.modal-dialog .modal-content.modal-content-form {
  background-color: #f1f3fa;
}

html .kalendae {
  background: white;
  border: 1px solid #CCCCCC !important;
  font-size: 0.85em;
  font-family: "DinPro", sans-serif;
  border-radius: 0;
  padding: 1rem;
}
html .kalendae .k-calendar {
  width: 14em;
}
html .kalendae .k-calendar .k-header,
html .kalendae .k-calendar .k-days {
  width: 100%;
  height: auto;
  margin: 0;
  color: #444444;
}
html .kalendae .k-calendar .k-header span,
html .kalendae .k-calendar .k-days span {
  width: calc(2em - 2px) !important;
  box-sizing: border-box !important;
  color: #383838;
  font-weight: 500;
  height: 25px !important;
  line-height: inherit;
  text-align: right;
  padding: 4px !important;
  margin: 5px 1px 2px 1px;
}
html .kalendae .k-calendar .k-days .k-in-month.k-active {
  color: black;
  border-color: transparent;
  font-weight: 500;
  background-color: none;
  height: auto;
  padding-top: 0;
  margin-bottom: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
}
html .kalendae .k-calendar .k-days .k-active:hover {
  border: 1px solid #2F358B;
  border-radius: 50%;
  opacity: 1;
}
html .kalendae .k-calendar .k-days .k-in-month {
  background-color: none;
  height: auto;
  padding-top: 0;
  margin-bottom: 0;
  opacity: 0.7;
  display: flex;
  justify-content: center;
}
html .kalendae .k-calendar .k-days .k-out-of-month {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-top: 0;
  margin-bottom: 0;
  opacity: 0.5;
  display: flex;
  justify-content: center;
}
html .kalendae .k-calendar .k-days .k-selected.k-active {
  background: #2F358B;
  color: white;
  opacity: 1;
  border-radius: 50%;
  border: none;
}
html .kalendae .k-calendar .k-title {
  width: 100%;
  height: auto;
  margin: 0;
  color: #444444;
  height: 30px;
}
html .kalendae .k-calendar .k-caption {
  font-size: 0.85em;
  color: #606060;
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
html .kalendae .k-calendar .k-btn-next-year,
html .kalendae .k-calendar .k-btn-previous-year,
html .kalendae .k-calendar .k-btn-next-month,
html .kalendae .k-calendar .k-btn-previous-month {
  color: #CCCCCC;
  line-height: normal;
  height: auto;
  font-size: 2em;
  font-weight: 400;
}
html .kalendae .k-calendar .k-btn-next-year:hover,
html .kalendae .k-calendar .k-btn-previous-year:hover,
html .kalendae .k-calendar .k-btn-next-month:hover,
html .kalendae .k-calendar .k-btn-previous-month:hover {
  color: #444444;
  font-weight: 700;
}
html .kalendae .k-btn-close {
  display: none;
}
html .kalendae.k-floating {
  box-shadow: none;
}

/* THEMING */
.wFormWebPage .dark {
  color: #fff;
}
.wFormWebPage .dark .wForm a,
.wFormWebPage .dark .form-footer a {
  color: #fff;
}
.wFormWebPage .dark .wForm a:hover,
.wFormWebPage .dark .form-footer a:hover {
  color: #fa6400;
}
.wFormWebPage .dark .wForm h4,
.wFormWebPage .dark .wForm h3,
.wFormWebPage .dark .wForm h2,
.wFormWebPage .dark .wForm h1,
.wFormWebPage .dark .wForm p,
.wFormWebPage .dark .wForm div:not(.errMsg) {
  color: #fff;
}
.wFormWebPage .dark .wForm .tt-suggestion.tt-selectable {
  color: black;
}
.wFormWebPage .dark .wForm i {
  color: #2f358a;
}
.wFormWebPage .dark .wForm input[type=text],
.wFormWebPage .dark .wForm textarea {
  border: none;
}
.wFormWebPage .dark .wForm input[type=checkbox]:checked::before {
  font-size: 14px;
  border: 1px solid white;
}/*# sourceMappingURL=style.css.map */