.gform_wrapper {
  margin-bottom: 4em;
  margin-top: 0;
}
.gform_wrapper.gf_simple_horizontal_wrapper li.gfield.gfield_error,
.gform_wrapper.gf_simple_horizontal_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
.gform_wrapper.gf_simple_horizontal_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gf_simple_horizontal_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #b50101;
}
.gform_wrapper.gf_simple_horizontal_wrapper .validation_message {
  color: #b50101;
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: 0px 0px 7px #ffffff47;
}
.gform_wrapper.gf_simple_horizontal_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
}
.gform_wrapper .ce-mt {
  margin-top: 2em;
}
.gform_wrapper .ce-mb {
  margin-bottom: 2em;
}
.gform_wrapper .page-header,
.gform_wrapper .gf_progressbar_title,
.gform_wrapper .gform_heading,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  display: none;
}
.gform_wrapper h3, .gform_wrapper h6 {
  color: #85ADDD;
  margin-bottom: 0.5em;
}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.gform_wrapper h6 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;  
}
.gform_wrapper .gf_progressbar {
  padding: 0px;
  position: relative;
  background-color: #D9F3D0;
  background: #D9F3D0;
  -moz-border-radius: unse;
  -webkit-border-radius: unset;
  border-radius: unset;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.813em !important;
  text-shadow: none;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-radius: unset;
  z-index: 999;
  vertical-align: middle;
  background: #D9F3D0;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-radius: unset;
}
.gform_wrapper .percentbar_green {
  background-color: #9AEAC2;
  color: #FFF;
}
.gform_wrapper .gf_progressbar::after {
  content: "";
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: transparent;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gform_wrapper .gf_progressbar_percentage span {
  display: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  width: 28%;
  padding-right: 30px;
  justify-content: flex-start;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  width: 72%;
}
.gform_wrapper .gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  max-width: 100% !important;
}
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
  width: 100%;
}
.gform_wrapper ul.gform_fields {
  display: flex;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #F1F1F2;
  margin-bottom: 1em;
  border: 1px solid #dbdbdb;
}
.gform_wrapper .ce-survey-yes-no ul.gfield_checkbox li,
.gform_wrapper .ce-survey-yes-no ul.gfield_radio li,
.gform_wrapper .ce-survey-yes-no input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 48%;
  float: left;
  text-align: center;
}
.gform_wrapper .ce-survey-yes-no ul.gfield_checkbox li:first-child,
.gform_wrapper .ce-survey-yes-no ul.gfield_radio li:first-child,
.gform_wrapper .ce-survey-yes-no input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-right: 4%;
}
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper .gchoice_select_all {
  width: 100%;
  padding: 1.2em 1.3em;
  margin: 0;
  font-size: 1.1em;
  max-width: 100%;
}
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper .gchoice_select_all {
  background: #9aeac2;
}
.gform_wrapper table.gsurvey-likert {
  border-left: unset;
  border-bottom: unset;
  border-collapse: unset;
}
.gform_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label {
  background-color: transparent;
  border-top: unset;
  border-right: unset;
  font-weight: 400;
}
.gform_wrapper table.gsurvey-likert th.gsurvey-likert-row-label:first-child {
  border: none;
}
.gform_wrapper table.gsurvey-likert tr th {
  padding: 0 0 15px !important;
}
.gform_wrapper table.gsurvey-likert tr td {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 6px solid #fff;
  background-color: #F1F1F2;
}
.gform_wrapper table.gsurvey-likert td {
  text-align: right;
}
.gform_wrapper table.gsurvey-likert .gsurvey-likert-row-label {
  font-weight: 500;
  width: 45%;
  padding-right: 1em;
}
.gform_wrapper table.gsurvey-likert .gsurvey-likert-choice {
  border-top: unset;
  height: 75px;
  cursor: pointer;
  border-color: white !important;
}
.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover {
  background-color: #D9F3D0;
}
.gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
  background-size: 24px 24px;
  background-color: #9aeac2 !important;
}
.gform_wrapper table.gsurvey-likert .gsurvey-likert-row-label {
  background-color: transparent;
  border-color: white !important;
}
.gform_wrapper table.gsurvey-likert tr:nth-child(2n+1) .gsurvey-likert-row-label {
  background-color: transparent;
  border-color: white !important;
}
.gform_wrapper .gform_page_footer {
  border-top: unset;
  text-align: right;
}
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_button {
  margin-right: 10px;
  background: #6CD7A1 !important;
  border: 0;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
}
.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover {
  background: #58CA91;
}
.gform_wrapper .gform_page_footer input.button {
  margin: 0 !important;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-right: 3% !important;
  background: #85ADDD !important;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
  background: #7199C8 !important;
}
.gform_wrapper .ce-footer-buttons-start #gform_next_button_1_1,
.gform_wrapper .ce-footer-buttons-start #gform_next_button_2_1 {
  position: relative;
  left: -24%;
  padding: 1em 4em;
  top: -7em;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  max-width: 100%;
}

.ce-icon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ce-toolbar {
  background: #DAE5FD;
  padding: 1em 0 0 0;
  margin-top: 1.5em;
}
.ce-toolbar .ce-block-toolbar-left {
  display: flex;
  text-align: right;
}
/* .ce-toolbar .ce-block-toolbar-right {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
} */
.ce-toolbar .ce-block-toolbar-right .fusion-column-wrapper {
  /* display: flex; */
  text-align: right;
  /* align-items: center;
  justify-content: flex-end;
  height: 100%; */
}
.ce-toolbar h2, .ce-toolbar h3 {
  margin-bottom: 0;
  padding: 0 0 9px;
  line-height: 1em;
}
.ce-toolbar h2 small, .ce-toolbar h2 .small, .ce-toolbar h3 small, .ce-toolbar h3 .small {
  font-size: 65%;
  font-weight: 400;
}
.ce-toolbar .ce-font-unset {
  font-size: 1em;
  font-weight: 600;
}
.ce-toolbar .ce-font-bigger {
  font-size: 1.2em;
  font-weight: 600;
}
.ce-toolbar .ce-font-bigger2 {
  font-size: 1.4em;
  font-weight: 600;
}

.ce-icon-wrapper {
  width: 25%;
}

.ce-icon-text-wrapper {
  width: 70%;
  display: flex;
  align-self: flex-end;
}

.ce-icon {
  max-width: 3em;
  height: auto;
  padding-right: 0.5em;
}

.ce-question {
  padding: 0 1em 0 0;
}
.ce-question p {
  font-size: 1.1em;
  line-height: 1.6;
}

.ce-did-you-know {
  background-color: #F4F7FF;
  padding: 2.1em 2em 1.5em;
  margin-top: 4.4em;
}
.ce-did-you-know p {
  padding: 1em 0 0 0;
  font-size: 0.9em;
}

.ce-box-right {
  border: 1px solid #D2D2D4;
  padding: 3em 4em !important;
  min-height: 27em;
}

.ce-room-page .ce-box-right {
  padding: 0 !important;
}

.ce-room {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
}

.ce-room-text {
  max-width: 50%;
  padding: 1.5em 1.9em 0.5em;
  background: #f4f7ff;
  font-size: 0.9em;
  margin: 1em auto 0;
  text-align: center;
}

.ce-modal {
  background-color: rgba(217, 243, 208, 0.18);
}

.ce-modal .modal-header {
  background-color: #D9F3D0;
}

.ce-confirmation-page {
  text-align: center;
  padding: 1em 0 2em;
}
.ce-confirmation-page .ce-flex {
  display: flex;
  justify-content: center;
}
.ce-confirmation-page .ce-flex-left {
  justify-content: left;
}
.ce-confirmation-page .ce-flex-content {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.ce-confirmation-page .row-mt {
  margin-top: 2em;
}
.ce-confirmation-page .ce-mt {
  margin-top: 1em;
}
.ce-confirmation-page .ce-min-height {
  min-height: 19em;
}
.ce-confirmation-page .ce-seperator {
  margin: 3em 0 3em;
  color: #ccc;
  border-color: #ccc;  
}
.ce-confirmation-page .ce-wrapper-icons {
  margin-bottom: 3em;
}
.ce-confirmation-page .ce-wrapper-block-1 {
  margin-top: 5em;
  margin-bottom: 3em;
  background: url("/app/uploads/1.png") top right no-repeat;
  background-size: 16%;
}
.ce-confirmation-page .ce-wrapper-block-1 .ce-block-content {
  text-align: left;
  padding: 0em 5em 0.9em 0;
}
.ce-confirmation-page .ce-wrapper-block-1-1 {
  margin-top: 5em;
  margin-bottom: 3em;
  background-size: contain;
}
.ce-confirmation-page .ce-wrapper-block-1-1 .ce-block-content {
  text-align: left;
  padding: 2em 5em 0.9em 0;
}
.ce-confirmation-page .ce-wrapper-block-2 {
  margin-top: 5em;
  margin-bottom: 1em;
  background: url("/app/uploads/2.png") top right no-repeat;
  background-size: contain;
}
.ce-confirmation-page .ce-wrapper-block-2 .ce-block-content {
  text-align: left;
  padding: 2em 5em 0.9em 0;
}
.ce-confirmation-page .ce-wrapper-block-3 {
  margin-top: 5em;
  margin-bottom: 3em;
  background: url("/app/uploads/3.png") top right no-repeat;
  background-size: contain;
}
.ce-confirmation-page .ce-wrapper-block-3 .ce-block-content {
  text-align: left;
  padding: 2em 5em 0.9em 0;
}
.ce-confirmation-page .ce-wrapper-block-4 {
  margin-top: 5em;
  margin-bottom: 3em;
  padding: 2em 3em;
  background-size: contain;
  text-align: left;
}
.ce-confirmation-page .ce-wrapper-block-4 h3 {
  text-align: left;
  color: #000000;
  font-weight: 500;
}
.ce-confirmation-page .ce-wrapper-block-4 .ce-block-green {
  padding: 1em 2em 0.9em 1.5em;
}
.ce-confirmation-page .ce-block-green {
  padding: 0.2em;
}
.ce-confirmation-page .ce-block-green .ce-block-green-content {
  padding: 2em 1.5em;
  background-color: #E0F9ED;
}
.ce-confirmation-page .ce-block-green .ce-block-green-content-big {
  padding: 2em 3em;
  background-color: #E0F9ED;
}
.ce-confirmation-page .ce-block-green h5 {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 1rem !important;
  line-height: 1.4 !important;
  font-weight: 600;
}
.ce-confirmation-page .ce-block-green .ce-block-image {
  height: 5em;
  margin-bottom: 1em;
  width: auto;
}
.ce-confirmation-page .ce-block-green .ce-block-image-big {
  height: 7em;
}
.ce-confirmation-page .ce-block-green .ce-block-score {
  font-size: 1.6em;
}
.ce-confirmation-page .ce-block-gray {
  padding: 2em 3em 1em;
  background-color: #F1F1F2;
  border: 7px solid white;
}
.ce-confirmation-page .ce-block-gray h5 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1em;
}
.ce-confirmation-page .ce-block-header h2 {
  color: #85ADDD;
  width: 40vw;
  margin: 0 auto;
  margin: 0 auto !important;
  line-height: 1.3 !important;  
}
.ce-confirmation-page .ce-block-content h5 {
  font-size: 1.4rem !important;
  margin: 0 0 1rem !important;
  line-height: 1.4 !important;
}

.ce-confirmation-page .ce-block-content-center {
  padding: 2em 10em 0;
}
.ce-confirmation-page .ce-button {
  background: #6CD7A1;
  border: 0;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
}

mmi {
  position: absolute;
  right: 20px;
}

a.ce-tooltip {
  background-color: #FF9E65;
  padding: 0.5em 1em 0.4em;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

a.ce-tooltip:hover:after,
a.ce-tooltip:hover:before {
  visibility: visible;
}

a.ce-tooltip:after {
  visibility: hidden;
  content: attr(data-tooltip);
  font-weight: 400;
  position: absolute;
  bottom: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 15px;
  color: black;
  border-radius: 0px;
  white-space: break-spaces;
  opacity: 0;
  border: 1px solid #FF9E65;
  min-width: 20em;
  max-width: 20em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.ce-tooltip:before {
  visibility: hidden;
  content: "";
  font-weight: 400;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #FF9E65;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  bottom: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a.ce-tooltip:hover:after {
  bottom: 100%;
}

a.ce-tooltip:hover:before {
  bottom: 70%;
}

a.ce-tooltip:hover:after,
a.ce-tooltip:hover:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
}
.ce-confirmation-page .ce-block-gray h5 {
  margin: 1em 0 1em;
  hyphens: auto;
}
  .ce-box-right {
    border: none;
    min-height: auto;
    padding: 1.5em 0 !important;
  }

  .ce-toolbar .ce-block-toolbar-right,
.ce-toolbar .ce-block-toolbar-left {
    justify-content: center;
    display: block;
    text-align: center;
  }

  .gform_wrapper ul.gform_fields {
    display: block;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 100%;
  }

  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }

  .ce-did-you-know {
    display: none;
  }

  .gform_wrapper ul.gform_fields table.gsurvey-likert td::after {
    position: relative;
    top: 1em;
    right: 1em;
  }

  .gform_wrapper table.gsurvey-likert .gsurvey-likert-row-label {
    width: 100%;
    text-align: left;
    line-height: 1.4;
  }

  .ce-room-page .ce-room {
    min-height: 35vh;
  }

  .ce-room-text {
    max-width: 100%;
  }

  .gform_wrapper ul.gform_fields table.gsurvey-likert td::after {
    padding: 0;
  }


  table.gsurvey-likert .gsurvey-likert-row-label {
    padding-left: 0;
    padding-top: 0.5em;
    min-height: auto;
  }

  .ce-confirmation-page .ce-block-header h2 {
    width: 100%;
  }

  .ce-confirmation-page .ce-wrapper-block-1 .ce-block-content {
    padding: 2em 0 0 0;
  }

  .ce-confirmation-page .ce-block-content-center {
    padding: 2em 0em 0;
  }

  .ce-confirmation-page .ce-block-gray {
    padding: 1em;
  }

  .ce-confirmation-page .ce-block-green .ce-block-green-content-big {
    padding: 2em 1em;
    width: 100%;
  }

  .ce-confirmation-page .ce-block-gray h5 {
    padding: 0 2em;
  }

  a.ce-tooltip {
    top: 0.5em;
    right: 0.5em;
  }

  a.ce-tooltip::after {
    left: 0;
    transform: translateX(-74%);
  }


}

@media (max-width: 640px) { 

  .ce-toolbar .ce-block-toolbar-right .fusion-column-wrapper {
    padding: 0 !important;
  }
  .ce-toolbar p {
    margin-top: 0;
    margin-bottom: 0.5rem !important;
}  
  .fusion-builder-row-2.ce-block-gray {
    padding-top: 2.5rem;
    padding-right: 1rem !important;
    padding-bottom: 15px;
    padding-left: 1rem !important;
    margin: 2rem 0 !important;
  }
  .fusion-builder-row-2.ce-block-gray .col-md-2 {
    text-align: center;
    padding: 0 0 1rem;
  }  
  .gform_wrapper .ce-footer-buttons-start #gform_next_button_1_1 {
    left: unset;
    top: unset;
  }

  .gform_wrapper .gform_page_footer {
    text-align: left;
  }

  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    width: auto;
    z-index: 3;
    -webkit-appearance: none;
  }

  .gform_wrapper .ce-survey-yes-no ul.gfield_checkbox li, .gform_wrapper .ce-survey-yes-no ul.gfield_radio li, .gform_wrapper .ce-survey-yes-no input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
  }

  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    position: absolute;
    z-index: 3;
  }

  .gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button {
    text-align: right !important;
  }

  .ce-room-page .ce-room {
    min-height: 24vh;
}  
}



.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.gfield_select[multiple="multiple"] {
  color: #141414 !important;
}  

.gforms_confirmation_message h1 {
  font-size: 2rem !important;
}

.gforms_confirmation_message h5 {
  font-size: 1.5rem !important;
  margin: 0 0 1rem !important;
}
.gforms_confirmation_message .fusion-responsive-typography-calculated {
  margin: 0 auto !important;
  line-height: 1.3 !important;
}