@charset "UTF-8";
body:not(.wp-core-ui) .questionnaire-form,
html:not(.wp-toolbar) .questionnaire-form,
.acf-block-preview .questionnaire-form {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .questionnaire-form,
html:not(.wp-toolbar) .questionnaire-form,
.acf-block-preview .questionnaire-form {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper,
.acf-block-preview .questionnaire-form .form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 695px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body:not(.wp-core-ui) .questionnaire-form .form-wrapper,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper,
.acf-block-preview .questionnaire-form .form-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .questionnaire-form .form-wrapper,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper,
.acf-block-preview .questionnaire-form .form-wrapper {
    gap: 10px;
  }
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper .col-inputs,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper .col-inputs,
.acf-block-preview .questionnaire-form .form-wrapper .col-inputs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media only screen and (max-width: 768px) {
  body:not(.wp-core-ui) .questionnaire-form .form-wrapper .col-inputs,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper .col-inputs,
.acf-block-preview .questionnaire-form .form-wrapper .col-inputs {
    gap: 10px;
  }
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper .col,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper .col,
.acf-block-preview .questionnaire-form .form-wrapper .col {
  width: calc(50% - 6px);
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .questionnaire-form .form-wrapper .col,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper .col,
.acf-block-preview .questionnaire-form .form-wrapper .col {
    width: 100%;
  }
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper .col-full,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper .col-full,
.acf-block-preview .questionnaire-form .form-wrapper .col-full {
  width: 100%;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper label input,
body:not(.wp-core-ui) .questionnaire-form .form-wrapper label textarea,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label input,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label textarea,
.acf-block-preview .questionnaire-form .form-wrapper label input,
.acf-block-preview .questionnaire-form .form-wrapper label textarea {
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 12px 20px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .questionnaire-form .form-wrapper label input,
body:not(.wp-core-ui) .questionnaire-form .form-wrapper label textarea,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label input,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label textarea,
.acf-block-preview .questionnaire-form .form-wrapper label input,
.acf-block-preview .questionnaire-form .form-wrapper label textarea {
    padding: 12px 10px;
  }
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper label input::-moz-placeholder, body:not(.wp-core-ui) .questionnaire-form .form-wrapper label textarea::-moz-placeholder, html:not(.wp-toolbar) .questionnaire-form .form-wrapper label input::-moz-placeholder, html:not(.wp-toolbar) .questionnaire-form .form-wrapper label textarea::-moz-placeholder, .acf-block-preview .questionnaire-form .form-wrapper label input::-moz-placeholder, .acf-block-preview .questionnaire-form .form-wrapper label textarea::-moz-placeholder {
  color: #000;
  font-size: 12px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper label input::placeholder,
body:not(.wp-core-ui) .questionnaire-form .form-wrapper label textarea::placeholder,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label input::placeholder,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label textarea::placeholder,
.acf-block-preview .questionnaire-form .form-wrapper label input::placeholder,
.acf-block-preview .questionnaire-form .form-wrapper label textarea::placeholder {
  color: #000;
  font-size: 12px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper label textarea,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label textarea,
.acf-block-preview .questionnaire-form .form-wrapper label textarea {
  height: 153px;
}
@media only screen and (max-width: 768px) {
  body:not(.wp-core-ui) .questionnaire-form .form-wrapper label textarea,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper label textarea,
.acf-block-preview .questionnaire-form .form-wrapper label textarea {
    height: 41px;
  }
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper .wpcf7-not-valid-tip,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper .wpcf7-not-valid-tip,
.acf-block-preview .questionnaire-form .form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  margin-top: 5px;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom,
html:not(.wp-toolbar) .questionnaire-form .col-bottom,
.acf-block-preview .questionnaire-form .col-bottom {
  max-width: 695px;
  margin: auto;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom .wpcf7-form-control-wrap,
html:not(.wp-toolbar) .questionnaire-form .col-bottom .wpcf7-form-control-wrap,
.acf-block-preview .questionnaire-form .col-bottom .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
html:not(.wp-toolbar) .questionnaire-form .col-bottom .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.acf-block-preview .questionnaire-form .col-bottom .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom .wpcf7-list-item-label,
html:not(.wp-toolbar) .questionnaire-form .col-bottom .wpcf7-list-item-label,
.acf-block-preview .questionnaire-form .col-bottom .wpcf7-list-item-label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom .wpcf7-list-item,
html:not(.wp-toolbar) .questionnaire-form .col-bottom .wpcf7-list-item,
.acf-block-preview .questionnaire-form .col-bottom .wpcf7-list-item {
  margin: 0;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom label > input[type=checkbox],
html:not(.wp-toolbar) .questionnaire-form .col-bottom label > input[type=checkbox],
.acf-block-preview .questionnaire-form .col-bottom label > input[type=checkbox] {
  display: none;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom label > input[type=checkbox] + *::before,
html:not(.wp-toolbar) .questionnaire-form .col-bottom label > input[type=checkbox] + *::before,
.acf-block-preview .questionnaire-form .col-bottom label > input[type=checkbox] + *::before {
  content: "";
  margin-right: 15.5px;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom label > input[type=checkbox]:checked + *::before,
html:not(.wp-toolbar) .questionnaire-form .col-bottom label > input[type=checkbox]:checked + *::before,
.acf-block-preview .questionnaire-form .col-bottom label > input[type=checkbox]:checked + *::before {
  content: "✓";
  color: var(--orange);
  text-align: center;
  background: #fff;
}
body:not(.wp-core-ui) .questionnaire-form .col-bottom label > input[type=checkbox]:checked + *,
html:not(.wp-toolbar) .questionnaire-form .col-bottom label > input[type=checkbox]:checked + *,
.acf-block-preview .questionnaire-form .col-bottom label > input[type=checkbox]:checked + * {
  color: #000;
}
body:not(.wp-core-ui) .questionnaire-form input[type=submit],
html:not(.wp-toolbar) .questionnaire-form input[type=submit],
.acf-block-preview .questionnaire-form input[type=submit] {
  transition: background-color 250ms ease-in-out;
  font-size: 12px;
  font-weight: 300;
  background-color: var(--orange);
  color: #fff;
  border: 0;
  width: 151px;
  height: 45px;
  margin: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 30px;
}
body:not(.wp-core-ui) .questionnaire-form input[type=submit]:hover,
html:not(.wp-toolbar) .questionnaire-form input[type=submit]:hover,
.acf-block-preview .questionnaire-form input[type=submit]:hover {
  background-color: #000;
}
body:not(.wp-core-ui) .questionnaire-form .col-two,
html:not(.wp-toolbar) .questionnaire-form .col-two,
.acf-block-preview .questionnaire-form .col-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  body:not(.wp-core-ui) .questionnaire-form .col-two,
html:not(.wp-toolbar) .questionnaire-form .col-two,
.acf-block-preview .questionnaire-form .col-two {
    grid-template-columns: 1fr;
  }
}
body:not(.wp-core-ui) .questionnaire-form .col-recaptcha,
html:not(.wp-toolbar) .questionnaire-form .col-recaptcha,
.acf-block-preview .questionnaire-form .col-recaptcha {
  margin-top: 20px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2,
.acf-block-preview .questionnaire-form .form-wrapper2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 590px;
  width: 100%;
  margin: auto;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .questionnaire-form .form-wrapper2,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2,
.acf-block-preview .questionnaire-form .form-wrapper2 {
    gap: 10px;
  }
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .col,
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .col-full,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .col,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .col-full,
.acf-block-preview .questionnaire-form .form-wrapper2 .col,
.acf-block-preview .questionnaire-form .form-wrapper2 .col-full {
  width: 100%;
  position: relative;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label input,
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label textarea,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label input,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label textarea,
.acf-block-preview .questionnaire-form .form-wrapper2 label input,
.acf-block-preview .questionnaire-form .form-wrapper2 label textarea {
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 16px 20px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label input::-moz-placeholder, body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label textarea::-moz-placeholder, html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label input::-moz-placeholder, html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label textarea::-moz-placeholder, .acf-block-preview .questionnaire-form .form-wrapper2 label input::-moz-placeholder, .acf-block-preview .questionnaire-form .form-wrapper2 label textarea::-moz-placeholder {
  color: #000;
  font-size: 12px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label input::placeholder,
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label textarea::placeholder,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label input::placeholder,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label textarea::placeholder,
.acf-block-preview .questionnaire-form .form-wrapper2 label input::placeholder,
.acf-block-preview .questionnaire-form .form-wrapper2 label textarea::placeholder {
  color: #000;
  font-size: 12px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label textarea,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label textarea,
.acf-block-preview .questionnaire-form .form-wrapper2 label textarea {
  height: 148px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .select-chechbox-label,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .select-chechbox-label,
.acf-block-preview .questionnaire-form .form-wrapper2 .select-chechbox-label {
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 16px 20px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .all-checkboxex,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .all-checkboxex,
.acf-block-preview .questionnaire-form .form-wrapper2 .all-checkboxex {
  width: 100%;
  border: 1px solid #000;
  padding: 16px 20px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 9;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .all-checkboxex.active,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .all-checkboxex.active,
.acf-block-preview .questionnaire-form .form-wrapper2 .all-checkboxex.active {
  display: block;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .all-checkboxex .wpcf7-checkbox,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .all-checkboxex .wpcf7-checkbox,
.acf-block-preview .questionnaire-form .form-wrapper2 .all-checkboxex .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .all-checkboxex .wpcf7-checkbox .wpcf7-list-item-label,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .all-checkboxex .wpcf7-checkbox .wpcf7-list-item-label,
.acf-block-preview .questionnaire-form .form-wrapper2 .all-checkboxex .wpcf7-checkbox .wpcf7-list-item-label {
  margin-bottom: 10px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .checkbox-wrapper,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .checkbox-wrapper,
.acf-block-preview .questionnaire-form .form-wrapper2 .checkbox-wrapper {
  border: 1px solid #000;
  padding: 16px 20px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .checkbox-wrapper .select-chechbox-label2,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .checkbox-wrapper .select-chechbox-label2,
.acf-block-preview .questionnaire-form .form-wrapper2 .checkbox-wrapper .select-chechbox-label2 {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .checkbox-wrapper .wpcf7-checkbox,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .checkbox-wrapper .wpcf7-checkbox,
.acf-block-preview .questionnaire-form .form-wrapper2 .checkbox-wrapper .wpcf7-checkbox {
  display: flex;
  gap: 30px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .wpcf7-list-item-label,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .wpcf7-list-item-label,
.acf-block-preview .questionnaire-form .form-wrapper2 .wpcf7-list-item-label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .wpcf7-list-item,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .wpcf7-list-item,
.acf-block-preview .questionnaire-form .form-wrapper2 .wpcf7-list-item {
  margin: 0;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label > input[type=checkbox],
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label > input[type=checkbox],
.acf-block-preview .questionnaire-form .form-wrapper2 label > input[type=checkbox] {
  display: none;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label > input[type=checkbox] + *::before,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label > input[type=checkbox] + *::before,
.acf-block-preview .questionnaire-form .form-wrapper2 label > input[type=checkbox] + *::before {
  content: "";
  margin-right: 15.5px;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label > input[type=checkbox]:checked + *::before,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label > input[type=checkbox]:checked + *::before,
.acf-block-preview .questionnaire-form .form-wrapper2 label > input[type=checkbox]:checked + *::before {
  content: "✓";
  color: var(--orange);
  text-align: center;
  background: #fff;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 label > input[type=checkbox]:checked + *,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 label > input[type=checkbox]:checked + *,
.acf-block-preview .questionnaire-form .form-wrapper2 label > input[type=checkbox]:checked + * {
  color: #000;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 .wpcf7-not-valid-tip,
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 .wpcf7-not-valid-tip,
.acf-block-preview .questionnaire-form .form-wrapper2 .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  color: red;
  margin-top: 10px;
}
body:not(.wp-core-ui) .questionnaire-form .form-wrapper2 input[type=submit],
html:not(.wp-toolbar) .questionnaire-form .form-wrapper2 input[type=submit],
.acf-block-preview .questionnaire-form .form-wrapper2 input[type=submit] {
  font-size: 12px;
  font-weight: 300;
  background-color: var(--orange);
  color: #fff;
  border: 0;
  width: 151px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 20px;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container,
html:not(.wp-toolbar) .questionnaire-form .consultant-container,
.acf-block-preview .questionnaire-form .consultant-container {
  margin-top: 60px;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .questionnaire-form .consultant-container,
html:not(.wp-toolbar) .questionnaire-form .consultant-container,
.acf-block-preview .questionnaire-form .consultant-container {
    margin-top: 30px;
  }
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .label,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .label,
.acf-block-preview .questionnaire-form .consultant-container .label {
  margin-bottom: 20px;
  letter-spacing: 3.2px;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  max-width: 359px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper {
    margin: inherit;
  }
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .img-wrapper,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .img-wrapper,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .img-wrapper {
  width: 100px;
  height: 100px;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .img-wrapper img,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .img-wrapper img,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper {
  position: relative;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .heading-4,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .heading-4,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .heading-4 {
  margin-bottom: 24px;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper {
  display: flex;
  flex-direction: column;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper a,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper a,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper a {
  transition: color 250ms ease-in-out;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper a:hover,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper a:hover,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-wrapper a:hover {
  color: var(--orange);
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin {
  position: absolute;
  top: 0;
  right: -20px;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin:hover svg path,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin:hover svg path,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin:hover svg path {
  fill: var(--orange) !important;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin svg,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin svg,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin svg {
  width: 24px;
  height: 24px;
}
body:not(.wp-core-ui) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin svg path,
html:not(.wp-toolbar) .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin svg path,
.acf-block-preview .questionnaire-form .consultant-container .consultant-wrapper .text-wrapper .btn-linkedin svg path {
  transition: fill 250ms ease-in-out;
  fill: #000;
}
body:not(.wp-core-ui) #simple-questionnaire-form,
html:not(.wp-toolbar) #simple-questionnaire-form,
.acf-block-preview #simple-questionnaire-form {
  padding-bottom: 120px;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) #simple-questionnaire-form,
html:not(.wp-toolbar) #simple-questionnaire-form,
.acf-block-preview #simple-questionnaire-form {
    padding-bottom: 50px;
  }
}
body:not(.wp-core-ui) #simple-questionnaire-form .form-wrapper .col,
html:not(.wp-toolbar) #simple-questionnaire-form .form-wrapper .col,
.acf-block-preview #simple-questionnaire-form .form-wrapper .col {
  width: calc(50% - 6px);
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) #simple-questionnaire-form .form-wrapper .col,
html:not(.wp-toolbar) #simple-questionnaire-form .form-wrapper .col,
.acf-block-preview #simple-questionnaire-form .form-wrapper .col {
    width: 100%;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: var(--orange);
  border-color: var(--orange);
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  color: #000;
}

#ankieta .col-recaptcha {
  margin-top: 0;
}