@media screen and (min-width: 578px) and (max-width: 1200px) {
  .predictive-engine2_container {
    width: 700px !important;
  }
}
section.pension-banner.lunar.top-spacing {
  margin-top: 10px;
}
@media screen and (max-width: 570px) {
  section.pension-banner.lunar.top-spacing {
    margin-top: -47px;
  }
}

.predictive-engine-important-line {
  font-weight: 500;
  text-align: left;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
.predictive-engine-text-align-left {
  text-align: left;
}
.predictive-engine-summary {
  list-style-type: none;
  text-align: left;
}
.predictive-engine-summary li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.predictive-engine-summary li::before {
  content: "";
  background-image: url("../img_new/check-icon.svg");
  width: 20px;
  height: 20px;
  margin-right: 5px;
  flex-shrink: 0;
}

#predictiveEngine_modal b {
  font-weight: 500;
}
#predictiveEngine_modal h5 {
  color: white;
  font-weight: 400;
  line-height: 1.3;
}
#predictiveEngine_modal h5 + h5 {
  font-weight: 500;
}
#predictiveEngine_modal .modal-content .flow_modal-close {
  z-index: 1;
  opacity: 1;
  top: -15px;
}
#predictiveEngine_modal .modal-content .flow_modal-close:before, #predictiveEngine_modal .modal-content .flow_modal-close:after {
  background-color: white;
}
#predictiveEngine_modal .modal-header, #predictiveEngine_modal .modal-footer {
  border: none;
}
#predictiveEngine_modal .modal-header {
  padding-bottom: 0.7rem;
}
#predictiveEngine_modal .modal-header > div {
  position: relative;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_container {
  position: absolute;
  top: -12px;
  right: -20px;
  bottom: -12px;
  left: -20px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_container + div {
  position: relative;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_container + div .predictive-engine2_results {
  padding: 25px 0 15px;
  justify-content: space-between;
}
@media screen and (max-width: 570px) {
  #predictiveEngine_modal .modal-header .predictive-engine2_blur_container + div .predictive-engine2_results {
    display: flex;
  }
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_container + div .predictive-engine2_results > div {
  flex-direction: column;
  flex-grow: 0;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_container + div .predictive-engine2_results > div p {
  text-align: left;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_container + div .predictive-engine2_results .count {
  display: flex;
  padding-bottom: 5px;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_container + div .predictive-engine2_results .count p {
  font-size: 25px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_bg {
  filter: blur(2px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
#predictiveEngine_modal .modal-header .predictive-engine2_blur_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 26, 58, 0.8);
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress {
  color: white;
  line-height: 1.2;
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress div {
  display: flex;
  align-items: baseline;
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress div span:nth-child(2) {
  font-size: 25px;
  font-weight: 500;
  flex: 1;
  text-align: right;
  color: yellow;
  transition: color 0.5s ease-out;
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress div span:nth-child(2).-green {
  color: #38bf26;
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress progress {
  width: 100%;
  -webkit-appearance: none;
  height: 10px;
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress progress::-webkit-progress-bar {
  border-radius: 10px;
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress progress::-webkit-progress-value {
  background-color: yellow;
  border-radius: 10px;
  transition: background-color 0.5s ease-out;
}
#predictiveEngine_modal .modal-header .predictive-engine2_progress .progress-100::-webkit-progress-value {
  background-color: #38bf26;
}
#predictiveEngine_modal .modal-header .predictive-engine2_report .predictive-engine-important-line, #predictiveEngine_modal .modal-header .predictive-engine2_report p {
  color: white;
  text-align: left;
}
#predictiveEngine_modal .modal-header .predictive-engine2_summary > * {
  color: white;
}
#predictiveEngine_modal .modal-header .predictive-engine2_summary p {
  text-align: left;
}
#predictiveEngine_modal .modal-footer {
  padding-top: 0;
}
#predictiveEngine_modal .modal-footer div {
  margin: 0;
}
#predictiveEngine_modal form div img {
  width: 40px;
  margin-top: -20px;
}
#predictiveEngine_modal form p {
  text-align: left;
  color: black;
}
#predictiveEngine_modal form input[type=radio] + label {
  padding-right: 0;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  color: black;
}
#predictiveEngine_modal form .qbutton {
  border-radius: 30px;
}
#predictiveEngine_modal form > .qbutton {
  min-width: 160px;
}
#predictiveEngine_modal form > .qbutton:after {
  content: "\f061";
  font-family: FontAwesome, sans-serif;
  color: white;
  font-size: 13px;
  position: relative;
  top: -1px;
  left: 5px;
}
#predictiveEngine_modal form .partner-trigger-element-groups label.error {
  color: #f6603e;
  margin-top: 64px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  padding: 0;
  z-index: 99;
}
#predictiveEngine_modal .flow_modal-buttons {
  justify-content: space-around;
}
#predictiveEngine_modal .flow_modal-buttons.flex-column button.qbutton:not(.secondaryCTA), #predictiveEngine_modal .flow_modal-buttons.flex-column-reverse button.qbutton:not(.secondaryCTA) {
  min-width: 250px;
}
#predictiveEngine_modal .flow_modal-buttons .qbutton {
  min-width: 120px;
  font-size: 17px;
}
#predictiveEngine_modal .flow_modal-buttons .qbutton:before {
  font-family: FontAwesome, sans-serif;
  border: none;
  padding: 0;
  transform: none;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 1px;
  right: 3px;
  margin-right: 3px;
  font-weight: 400;
}
#predictiveEngine_modal .flow_modal-buttons .qbutton.-yes:before {
  content: "\f00c";
  padding: 0 6px;
}
#predictiveEngine_modal .flow_modal-buttons .qbutton.-no:before {
  content: "\f00d";
  padding: 0 6px;
}
#predictiveEngine_modal .flow_modal-buttons .qbutton.secondaryCTA {
  font-size: 16px;
  background: transparent;
  margin-top: 4px;
  border: 0;
  color: #f65734 !important;
}
#predictiveEngine_modal .flow_modal-buttons .qbutton.secondaryCTA:before {
  display: none;
}
#predictiveEngine_modal .flow_modal-buttons .qbutton.-big {
  min-width: 160px;
  margin: 0 auto;
}
#predictiveEngine_modal .flow_modal-buttons {
  font-family: "Barlow", sans-serif;
}
#predictiveEngine_modal .flow_modal-buttons .btn {
  font-weight: 500;
}
#predictiveEngine_modal .flow_modal-top-logo div {
  width: 50px;
  margin-top: -40px;
  height: 50px;
  padding-top: 1px;
}
#predictiveEngine_modal .flow_modal-top-logo img {
  width: 96%;
}
#predictiveEngine_modal .book-mark {
  align-self: flex-start;
  background: #001a60;
  color: white;
  text-align: left;
  margin: -10px 0 10px -35px;
  padding: 6px 15px 5px 35px;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
#predictiveEngine_modal .book-mark:before {
  content: "";
  background: #2f3651;
  margin-left: -35px;
  width: 10px;
  height: 10px;
  display: block;
  margin-top: -12px;
  clip-path: polygon(0% 78%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  z-index: -1;
}
#predictiveEngine_modal .modal-footer {
  justify-content: end;
}
#predictiveEngine_modal .modal-footer div {
  margin-bottom: -120px;
}
#predictiveEngine_modal .progressbar {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#predictiveEngine_modal .progressbar-step {
  list-style-type: none;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #e1e5e0;
  margin-bottom: 0;
}
#predictiveEngine_modal .progressbar-step.active {
  color: #000;
}
#predictiveEngine_modal .progressbar-step.hasHover:hover {
  cursor: pointer !important;
}
#predictiveEngine_modal .progressbar + progress {
  width: 100%;
  -webkit-appearance: none;
  height: 10px;
}
#predictiveEngine_modal .progressbar + progress::-webkit-progress-bar {
  border-radius: 10px;
}
#predictiveEngine_modal .progressbar + progress::-webkit-progress-value {
  background-color: #38bf26;
  border-radius: 10px;
  transition: background-color 0.5s ease-out;
}
#predictiveEngine_modal .progressbar + progress {
  margin-bottom: 15px;
}
#predictiveEngine_modal .progressbar + progress::-webkit-progress-bar {
  background-color: #dddada;
}

.predictive-engine2 {
  position: relative;
}
.predictive-engine2 .row {
  margin: 0;
}
.predictive-engine2 .blur_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(2px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.predictive-engine2 .blur_filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 26, 58, 0.8);
}
.predictive-engine2 .headline-section.inner-box {
  margin-top: 110px;
}
.predictive-engine2_trust > #pe-trustbox {
  margin-top: 116px;
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .predictive-engine2 .headline-section.inner-box.onMobile {
    margin-top: 84px;
  }
  .predictive-engine2_trust > #pe-trustbox {
    margin-top: unset;
    padding-left: 64px;
  }
  .predictive-engine2 #trustpilot_section {
    margin: auto;
  }
}
@media screen and (min-width: 1400px) {
  .predictive-engine2_trust > #pe-trustbox {
    padding-right: 100px;
  }
}
.predictive-engine2_results {
  display: flex;
}
.predictive-engine2_results > div {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_results > div {
    padding-right: 5px;
  }
}
.predictive-engine2_results > div p:first-of-type {
  font-size: 25px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  display: inline;
}
.predictive-engine2_results > div p:last-child {
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_results > div p.pe2_tests_label {
    max-width: 30px;
    padding-left: 30px;
  }
}
.predictive-engine2_results > div:last-child p:last-child {
  font-weight: 400;
}
.predictive-engine2_results span {
  width: 29px;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_results span {
    display: none;
  }
  .predictive-engine2_results span.PE-modal_icon {
    display: block;
  }
}
.predictive-engine2_results span img {
  margin-right: 5px;
  height: 23px;
  margin-top: 5px;
}
.predictive-engine2_results_mobile-icon {
  display: none;
}
.predictive-engine2_results_mobile-icon img {
  margin: -10px 0 0 !important;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_results_mobile-icon {
    display: inline !important;
  }
}
.predictive-engine2_results p {
  margin: 0;
  color: white;
  line-height: 1.2;
}
.predictive-engine2 p, .predictive-engine2 h2, .predictive-engine2 span {
  color: white;
}
.predictive-engine2_container {
  border: 2px solid white;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  transition: all 1s ease-in-out;
  width: 800px;
  background-color: rgba(6, 26, 58, 0.8);
}
.predictive-engine2_container.hidden {
  width: 0;
  opacity: 0;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_container {
    width: unset;
  }
}
.predictive-engine2_title {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: -14px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  background-color: rgba(0, 0, 40, 0.95);
}
.predictive-engine2_head {
  display: flex;
  padding: 2px 20px 20px 20px;
  border-bottom: 2px solid white;
  width: 100%;
}
.predictive-engine2_head > div:first-child {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_head {
    padding-right: 10px;
  }
}
.predictive-engine2_company {
  padding-left: 20px;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_company {
    padding-left: 10px;
  }
}
.predictive-engine2_body {
  padding: 20px;
  display: flex;
  flex: 1;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_body {
    flex-direction: column;
  }
}
.predictive-engine2_body ._left {
  flex: 1;
  border-right: 2px solid white;
  padding-right: 20px;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_body ._left {
    border: none;
    padding-right: 0;
  }
}
.predictive-engine2_body ._left .potential_issues {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.predictive-engine2_body ._left .issues {
  padding-left: 20px;
}
.predictive-engine2_body ._left .issues p {
  margin: 0;
  line-height: 1.2;
}
.predictive-engine2_body ._left .issues p:first-child {
  font-weight: 500;
  font-size: 19px;
}
.predictive-engine2_body ._right {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_body ._right {
    padding-left: 0;
  }
}
.predictive-engine2_body ._right div {
  display: flex;
  align-items: baseline;
}
.predictive-engine2_body ._right div span:nth-child(2) {
  font-size: 25px;
  font-weight: 500;
  flex: 1;
  text-align: right;
  color: yellow;
  transition: color 0.5s ease-out;
}
.predictive-engine2_body ._right div span:nth-child(2).-green {
  color: #38bf26;
}
.predictive-engine2_body ._right progress {
  width: 100%;
  -webkit-appearance: none;
  height: 10px;
}
.predictive-engine2_body ._right progress::-webkit-progress-bar {
  border-radius: 10px;
}
.predictive-engine2_body ._right progress::-webkit-progress-value {
  background-color: yellow;
  border-radius: 10px;
  transition: background-color 0.5s ease-out;
}
.predictive-engine2_body ._right .progress-100::-webkit-progress-value {
  background-color: #38bf26;
}
.predictive-engine2_body ._right button {
  margin: 50px auto 0;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  transition: width 1s ease-out, height 1s ease-out, padding-top 1s ease-out, padding-left 1s ease-out, padding-right 1s ease-out, padding-bottom 1s ease-out;
}
.predictive-engine2_body ._right button.full {
  width: 250px;
  height: 42px;
  padding: 9px 20px;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_body ._right button.full {
    margin-top: 25px;
  }
}
.predictive-engine2_body ._right-message {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  width: 270px;
  margin: 50px auto 0;
}
.predictive-engine2_popover {
  text-align: right;
  padding-top: 20px;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_popover {
    text-align: center;
    width: 100%;
  }
}
.predictive-engine2_popover a {
  font-size: 16px;
  color: white !important;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.predictive-engine2_popover a:hover {
  text-decoration: none;
  cursor: pointer;
}
.predictive-engine2_popover_container {
  padding: 15px;
}
.predictive-engine2_popover_container h5 {
  color: black;
  font-size: 19px;
}
.predictive-engine2_popover_container p {
  color: black;
  line-height: 1.2;
  font-size: 16px;
}
.predictive-engine2_popover_container p:not(:last-child) {
  margin-bottom: 10px;
}
.predictive-engine2_popover_container p:last-child {
  margin: 0;
}
.predictive-engine2_reset-answers-button {
  float: left;
}
@media screen and (max-width: 570px) {
  .predictive-engine2_reset-answers-button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.predictive-engine2 .razar#PE-loading-razar {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50% !important;
  top: 55px !important;
  margin: auto !important;
  margin-bottom: 40px !important;
}
.predictive-engine2 .razar#PE-loading-razar .pulse {
  width: 195px !important;
  height: 195px !important;
  border-radius: 50% !important;
  color: yellow !important;
  background: yellow !important;
}
.predictive-engine2 .razar#PE-loading-razar .ringbase {
  width: 187px !important;
  height: 187px !important;
  border-radius: 50% !important;
  top: 5px !important;
  left: 5px !important;
}
.predictive-engine2 .razar#PE-loading-razar .ring1 {
  box-shadow: 0 0 2px 1px yellow, inset 0 0 2px 1px yellow !important;
}
.predictive-engine2 .razar#PE-loading-razar .ring2 {
  box-shadow: 0 0 1px 0 yellow, inset 0 0 1px 0 yellow !important;
}
.predictive-engine2 .razar#PE-loading-razar .pointer {
  width: 193px;
  top: 98px;
  left: 2px;
}
.predictive-engine2 .razar#PE-loading-razar .pointer div {
  border-bottom: 2px solid yellow !important;
}
.predictive-engine2 .razar#PE-loading-razar .dot {
  color: yellow !important;
}
.predictive-engine2 .razar#PE-loading-razar .dot.pos1 {
  left: 130px !important;
  top: 38px !important;
}
.predictive-engine2 .razar#PE-loading-razar .dot.pos2 {
  left: 63px !important;
  top: 125px !important;
}
.predictive-engine2 .razar {
  position: relative;
  width: 73px;
  height: 73px;
  background-size: 100% 100%;
  border-radius: 35px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 0 0 4px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), inset 0 2px 4px 1px rgba(255, 255, 255, 0.1);
  border: 2px solid white;
}
.predictive-engine2 .pulse {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #dcf48a;
  -moz-animation: pulsating 2s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation: pulsating 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  z-index: 5;
}
.predictive-engine2 .ringbase {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  opacity: 0;
  z-index: 10;
}
.predictive-engine2 .ring1 {
  box-shadow: 0 0 2px 1px #8eb716, inset 0 0 2px 1px #8eb716;
  -moz-animation: ring 2s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation: ring 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation: ring 2s ease-in-out;
  animation-iteration-count: infinite;
}
.predictive-engine2 .ring2 {
  box-shadow: 0 0 1px 0px #cbe572, inset 0 0 1px 0px #cbe572;
  -moz-animation: ring 2s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0.5s;
  -webkit-animation: ring 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
  animation: ring 2s ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}
@-webkit-keyframes pulsating {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes pulsating {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsating {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -moz-transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@keyframes ring {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.predictive-engine2 .pointer {
  position: absolute;
  width: 69px;
  animation: circling 4s linear;
  animation-iteration-count: infinite;
  z-index: 20;
  top: 35px;
}
.predictive-engine2 .pointer div {
  width: 49%;
  border-bottom: 2px solid #8eb716;
}
.predictive-engine2 .dot {
  opacity: 0;
  border: 3px solid #e0f4a5;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: blink 4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: blink 4s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: blink 4s ease-out;
  animation-iteration-count: infinite;
  z-index: 25;
}
.predictive-engine2 .dot.pos1 {
  left: 10px;
  top: 38px;
}
.predictive-engine2 .dot.pos2 {
  left: 40px;
  top: 18px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes circling {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes circling {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes circling {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.popover {
  border-radius: 17px;
  max-width: 400px;
}

.cvr-selector {
  display: flex;
  flex-wrap: wrap;
}
.cvr-selector > div:last-child {
  padding-top: 6px;
}
@media screen and (max-width: 570px) {
  .cvr-selector div.PE-cvr-section {
    display: none;
  }
}

.cvr-container {
  width: 100%;
  background-color: #000000;
  border: 1px #dddddd solid;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.cvr-container:after {
  content: "\f0da";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  right: 15px;
  top: 6px;
  color: white;
}
.cvr-container.expanded:after {
  transform: rotate(90deg);
}
.cvr-container li {
  list-style-type: none;
  display: none;
  position: relative;
  font-size: 14px;
  margin-bottom: 0px;
  color: white;
  border-bottom: 0;
  padding: 7px 7px 7px 12px;
  border-radius: 6px;
}
.cvr-container li:nth-child(n+1):hover {
  background-color: #303142;
}

.extra-info {
  font-size: 12px;
  color: white;
}

.cvr-active {
  display: block !important;
  background-color: black;
}
.cvr-active .extra-info {
  display: none;
}

.cvr-parent-container {
  width: 82%;
}
@media screen and (max-width: 570px) {
  .cvr-parent-container {
    width: 100%;
  }
}

.cvr-container-section-left {
  float: left;
  width: 97%;
}
@media screen and (max-width: 570px) {
  .cvr-container-section-left {
    width: 100%;
  }
}

/*# sourceMappingURL=predictiveEngine.css.map */
