@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOutOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media (min-width: 320px) {
  .inviq-profiler-profiler {
    margin: 0 auto;
    padding: 0 16px 40px;
    /*-~-~-~-Template 1-~-~-~-*/
    /*-~-~-~-Template 3-~-~-~-*/
    /*-~-~-~-Template 4-~-~-~-*/
    /*-~-~-~-Template 6-~-~-~-*/
    /*-~-~-~-Template 7-~-~-~-*/
    /*-~-~-~-Template 7 w/ Text Variant-~-~-~-*/
    /*-~-~-~-Template 8-~-~-~-*/
    /*-~-~-~-Template 8 w/ Image-~-~-~-*/
    /*.inviq-question-25 {

            .inviq-question-text-secondary {
                color: #BD9F67;
            }

            .inviq-artefacts {
                padding-top: 31px;

                .inviq-artefact {
                    .inviq-primary {
                        color: #BD9F67;
                    }
                }
            }

            .inviq-question-text-secondary {
                display: block;
            }
        }*/ }
    .inviq-profiler-profiler #inviq-progress-circular {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      display: none; }
      .inviq-profiler-profiler #inviq-progress-circular #inviq-progress-bg {
        opacity: .1; }
      .inviq-profiler-profiler #inviq-progress-circular circle {
        -webkit-transition: stroke-dashoffset .6s linear;
        transition: stroke-dashoffset .6s linear; }
    .inviq-profiler-profiler .inviq-progress-bar {
      width: 84%;
      position: relative; }
      .inviq-profiler-profiler .inviq-progress-bar .inviq-indicator {
        background: #BD9F67;
        height: 18px;
        -webkit-transition: width .6s linear;
        transition: width .6s linear; }
      .inviq-profiler-profiler .inviq-progress-bar .inviq-back {
        background: #FFF;
        opacity: .1;
        height: 18px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .inviq-profiler-profiler h1 {
      font-family: 'Roboto', arial;
      font-size: 28px;
      font-weight: 500;
      line-height: 48px;
      margin: 2px 0;
      color: #fff; }
      .inviq-profiler-profiler h1 .inviq-light {
        margin-left: 4px;
        font-family: 'Roboto'; }
    .inviq-profiler-profiler .inviq-underline {
      margin-bottom: 22px;
      border-top: 1px solid #fff; }
    .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container {
      width: 100%;
      overflow: hidden;
      position: relative;
      display: block;
      color: #fff; }
      .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container:hover:not(.inviq-dropdown-container-disabled), .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container:active:not(.inviq-dropdown-container-disabled), .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container:focus:not(.inviq-dropdown-container-disabled) {
        color: #14E6F1; }
      .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown {
        color: #00295D !important;
        width: 100%;
        height: 46px;
        font-size: 20px;
        line-height: 36px;
        border-radius: 4px;
        border: 1px solid #fff;
        background: #FFF;
        padding: 4px 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown[disabled='disabled']::-ms-value {
          color: #fff; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:active, .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:hover {
          outline: none; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown > option {
          font-size: 20px;
          line-height: 36px;
          color: red; }
          .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown > option:disabled {
            background: inherit; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown::-ms-expand {
          display: none; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:hover:not(.inviq-dropdown-disabled) {
          background-color: #14E6F1;
          border: solid 1px #14E6F1;
          color: #002a5e;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:active:not(.inviq-dropdown-disabled), .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) {
          background-color: #002a5e;
          border: solid 1px #002a5e;
          color: #14E6F1;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:active:not(.inviq-dropdown-disabled) > option:disabled, .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) > option:disabled {
            background: #002a5e; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:hover:not(.inviq-dropdown-disabled) + i.fa {
          color: #002a5e; }
        .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) + i.fa {
          -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
          -webkit-transition: .5s ease-out;
          transition: .5s ease-out;
          color: #14E6F1; }
      .inviq-profiler-profiler .inviq-slider-buttons-component .inviq-dropdown-container i.fa {
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
        pointer-events: none;
        position: absolute;
        right: 8px;
        top: 12px;
        z-index: 10;
        color: #fff;
        font-size: 18px;
        line-height: 18px; }
    .inviq-profiler-profiler .inviq-card-inner {
      position: relative; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-progress-indicator {
        width: 100%; }
        .inviq-profiler-profiler .inviq-card-inner .inviq-progress-indicator .inviq-percent {
          font-weight: bold;
          position: absolute;
          color: #fff;
          right: 0;
          top: 0;
          font-size: 16px;
          font-family: 'Roboto'; }
    .inviq-profiler-profiler .inviq-fadeInUpShort.ng-hide-add,
    .inviq-profiler-profiler .inviq-fadeInUpShort.ng-hide {
      opacity: 0; }
    .inviq-profiler-profiler .inviq-fadeInUpShort.ng-hide-add {
      opacity: 0;
      -webkit-animation-name: fadeOutOpacity;
              animation-name: fadeOutOpacity;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-duration: .5s;
              animation-duration: .5s; }
    .inviq-profiler-profiler .inviq-fadeInUpShort.ng-hide-remove {
      opacity: 1;
      -webkit-animation-name: fadeInOpacity;
              animation-name: fadeInOpacity;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-duration: .5s;
              animation-duration: .5s; }
    .inviq-profiler-profiler .inviq-question-text {
      font-size: 20px;
      line-height: 32px;
      color: #fff;
      max-width: 800px;
      display: block;
      margin-top: 24px; }
    .inviq-profiler-profiler .inviq-question-text-secondary {
      font-family: 'Roboto', Arial;
      font-size: 20px;
      line-height: 33px;
      color: #fff;
      margin-top: 31px;
      max-width: 700px;
      display: block; }
    .inviq-profiler-profiler .inviq-artefacts {
      display: inline; }
      .inviq-profiler-profiler .inviq-artefacts .inviq-artefact {
        padding: 0 10px 0 0;
        width: 100%;
        margin-right: 86px; }
        .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary {
          font-family: 'Roboto', Arial;
          font-size: 20px;
          line-height: 32px;
          margin-bottom: 2px;
          color: #fff; }
        .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-secondary {
          padding-top: 4px;
          font-size: 20px;
          line-height: 32px;
          color: #fff; }
        .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-image {
          width: auto;
          height: 255px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          margin: 24px 0 20px -1px; }
    .inviq-profiler-profiler .inviq-control-text, .inviq-profiler-profiler .inviq-slider-text {
      font-family: 'Roboto';
      font-size: 20px;
      line-height: 32px;
      color: #BD9F67;
      font-weight: 600;
      text-align: center;
      padding-bottom: 12px;
      padding-top: 32px; }
    .inviq-profiler-profiler .inviq-question-controls {
      padding: 24px 0 69px 0;
      z-index: 1;
      position: relative; }
    .inviq-profiler-profiler .inviq-radio-controls {
      padding-bottom: 63px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text {
        font-family: 'Roboto', Arial;
        font-size: 20px;
        line-height: 32px;
        color: #fff; }
    .inviq-profiler-profiler .inviq-question-1 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-7 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-17 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-36 .inviq-question-text-secondary {
      color: #BD9F67; }
    .inviq-profiler-profiler .inviq-question-1 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-7 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-17 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-36 .inviq-artefacts {
      margin-top: -30px; }
      .inviq-profiler-profiler .inviq-question-1 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-7 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-17 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-36 .inviq-artefacts .inviq-artefact .inviq-primary {
        color: #BD9F67; }
    .inviq-profiler-profiler .inviq-question-1 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-7 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-17 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-36 .inviq-question-text-secondary {
      display: block; }
    .inviq-profiler-profiler .inviq-question-7 .inviq-primary {
      text-align: center; }
    .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts {
      margin-top: 18px; }
      .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact {
        margin-top: 26px; }
        .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact .inviq-image {
          margin: 0;
          float: left;
          width: 50%;
          height: auto;
          display: inline-block; }
        .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact .inviq-image:before {
          content: "";
          display: block;
          padding-top: 100%; }
        .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact .inviq-primary {
          max-width: 50%;
          float: left;
          display: inline-block;
          width: auto;
          margin-top: 25%;
          word-wrap: break-word; }
          .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact .inviq-primary span, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact .inviq-primary span, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact .inviq-primary span, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact .inviq-primary span, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact .inviq-primary span {
            word-wrap: break-word; }
        .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact:after, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact:after, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact:after, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact:after, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact:after {
          content: "";
          clear: both;
          display: table; }
    .inviq-profiler-profiler .inviq-question-2 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-3 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-4 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-5 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-6 .inviq-radio-controls {
      width: 100%; }
    .inviq-profiler-profiler .inviq-question-2 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-3 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-4 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-5 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-6 .inviq-question-text-secondary {
      display: block; }
    .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts {
      margin-top: 28px;
      margin-bottom: 28px;
      position: relative;
      display: block; }
      .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact {
        width: 100%;
        margin-right: 80px;
        padding: 0;
        /*flex-direction: row-reverse;
                    flex-flow: row wrap;
                    flex-wrap: wrap;*/ }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact .inviq-primary {
          color: #BD9F67; }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(1), .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(1), .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(1), .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(1) {
          padding-top: 208px;
          margin-bottom: 28px; }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(2), .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(2), .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(2), .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(2) {
          margin-left: 0;
          margin-right: 70px; }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(3), .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(3), .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(3), .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(3) {
          width: 100%;
          margin-right: 0;
          position: absolute;
          top: 0; }
          .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image {
            margin: 0;
            width: auto;
            height: 200px; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-21 .inviq-slider-text, .inviq-profiler-profiler .inviq-question-22 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-text, .inviq-profiler-profiler .inviq-question-23 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-text {
      color: #BD9F67; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-slider-text, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-text, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-text {
      color: #fff; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-22 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-23 .inviq-radio-controls {
      padding-top: 20px;
      padding-bottom: 0;
      width: 100%; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-slider-control-opacity, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-control-opacity, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-control-opacity {
      opacity: .4; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-slider-control-full, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-control-full, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-control-full {
      opacity: 1; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-22 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-23 .inviq-question-controls {
      margin-top: 24px;
      width: 100%;
      text-align: center;
      z-index: 3;
      padding: 0 0 64px 0;
      position: static; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-question-controls .inviq-slider-text, .inviq-profiler-profiler .inviq-question-22 .inviq-question-controls .inviq-slider-text, .inviq-profiler-profiler .inviq-question-23 .inviq-question-controls .inviq-slider-text {
        display: inline-block;
        margin: 0 12px 0 0;
        padding: 0;
        line-height: 46px;
        height: 100%;
        vertical-align: top; }
    .inviq-profiler-profiler .inviq-question-21 slider-buttons-component, .inviq-profiler-profiler .inviq-question-22 slider-buttons-component, .inviq-profiler-profiler .inviq-question-23 slider-buttons-component {
      height: 46px;
      display: inline-block; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component {
      width: 180px; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component select.inviq-dropdown:hover:not(.inviq-dropdown-disabled), .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component select.inviq-dropdown:hover:not(.inviq-dropdown-disabled), .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component select.inviq-dropdown:hover:not(.inviq-dropdown-disabled) {
        background-color: #002a5e;
        border: solid 1px #002a5e;
        color: #14E6F1; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component select.inviq-dropdown:hover:not(.inviq-dropdown-disabled) + i.fa, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component select.inviq-dropdown:hover:not(.inviq-dropdown-disabled) + i.fa, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component select.inviq-dropdown:hover:not(.inviq-dropdown-disabled) + i.fa {
        color: #14E6F1; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) + i.fa, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) + i.fa, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) + i.fa {
        color: #14E6F1; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component .inviq-buttons, .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component .inviq-bar, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component .inviq-buttons, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component .inviq-bar, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component .inviq-buttons, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component .inviq-bar {
        display: none; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-dropdown, .inviq-profiler-profiler .inviq-question-22 .inviq-dropdown, .inviq-profiler-profiler .inviq-question-23 .inviq-dropdown {
      display: block; }
    .inviq-profiler-profiler .inviq-question-26 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-27 .inviq-question-text-secondary {
      color: #BD9F67; }
    .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls {
      display: block;
      width: 100%;
      padding-bottom: 0; }
      .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls .inviq-radio-control, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 12px 0; }
        .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls .inviq-radio-control .inviq-image, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-image {
          width: 140px;
          height: 140px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls .inviq-radio-control .inviq-radio-button, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-radio-button {
          display: inline-block;
          height: 46px;
          margin-top: 60px;
          margin-left: 22px; }
    .inviq-profiler-profiler .inviq-question-26 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-27 .inviq-question-controls {
      padding-top: 0; }
      .inviq-profiler-profiler .inviq-question-26 .inviq-question-controls .inviq-slider-text, .inviq-profiler-profiler .inviq-question-27 .inviq-question-controls .inviq-slider-text {
        text-align: left;
        padding-top: 0;
        margin-bottom: 24px; }
    .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control {
      display: inline-block;
      margin: 32px 0; }
      .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-image {
        float: left;
        display: inline-block;
        width: 50%; }
      .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-radio-text {
        float: right;
        width: 50%;
        display: inline-block; }
      .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-radio-button {
        margin-top: 22px;
        margin-left: 0; }
    .inviq-profiler-profiler .inviq-question-8 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-9 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-10 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-11 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-12 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-13 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-14 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-28 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-29 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-30 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-31 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-32 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-33 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-34 .inviq-question-text-secondary {
      color: #BD9F67;
      text-align: center;
      margin: 84px 0 100px 0; }
    .inviq-profiler-profiler .inviq-question-8 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-9 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-10 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-11 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-12 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-13 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-14 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-28 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-29 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-30 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-31 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-32 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-33 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-34 .inviq-artefacts {
      margin-top: 65px; }
      .inviq-profiler-profiler .inviq-question-8 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-9 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-10 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-11 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-12 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-13 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-14 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-28 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-29 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-30 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-31 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-32 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-33 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-34 .inviq-artefacts .inviq-artefact .inviq-primary {
        color: #BD9F67; }
    .inviq-profiler-profiler .inviq-question-18 .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-19 .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-20 .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-24 .inviq-artefact .inviq-image {
      margin: 0; }
    .inviq-profiler-profiler .inviq-question-18 .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-19 .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-20 .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-24 .inviq-artefact .inviq-primary {
      color: #BD9F67;
      font-size: 24px;
      text-align: center; }
    .inviq-profiler-profiler .inviq-question-18 .inviq-slider-buttons-component .inviq-slider-button, .inviq-profiler-profiler .inviq-question-19 .inviq-slider-buttons-component .inviq-slider-button, .inviq-profiler-profiler .inviq-question-20 .inviq-slider-buttons-component .inviq-slider-button, .inviq-profiler-profiler .inviq-question-24 .inviq-slider-buttons-component .inviq-slider-button {
      line-height: 32px; }
      .inviq-profiler-profiler .inviq-question-18 .inviq-slider-buttons-component .inviq-slider-button span, .inviq-profiler-profiler .inviq-question-19 .inviq-slider-buttons-component .inviq-slider-button span, .inviq-profiler-profiler .inviq-question-20 .inviq-slider-buttons-component .inviq-slider-button span, .inviq-profiler-profiler .inviq-question-24 .inviq-slider-buttons-component .inviq-slider-button span {
        top: -88px; }
    .inviq-profiler-profiler .inviq-question-18 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-19 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-20 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-24 .inviq-question-controls {
      padding-top: 72px; }
    .inviq-profiler-profiler .inviq-actions {
      margin-top: -16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .inviq-slider-control {
    margin: 0; }
    .inviq-slider-control .inviq-slider-text {
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px; }
    .inviq-slider-control .inviq-slider-label {
      font-size: 11px;
      text-align: center;
      position: relative; }
  .fonts-zh-cn .inviq-profiler-profiler .inviq-question-text-secondary, .fonts-zh-cn .inviq-profiler-profiler .inviq-question-text-secondary, .fonts-ja-jp .inviq-profiler-profiler .inviq-question-text-secondary, .fonts-ko-kr .inviq-profiler-profiler .inviq-question-text-secondary, .fonts-ko-kr .inviq-profiler-profiler .inviq-question-text-secondary, .fonts-zh-tw .inviq-profiler-profiler .inviq-question-text-secondary, .fonts-zh-hk .inviq-profiler-profiler .inviq-question-text-secondary {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary, .fonts-zh-cn .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary, .fonts-ja-jp .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary, .fonts-ko-kr .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary, .fonts-ko-kr .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary, .fonts-zh-tw .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary, .fonts-zh-hk .inviq-profiler-profiler .inviq-artefacts .inviq-artefact .inviq-primary {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-profiler-profiler .inviq-control-text, .fonts-zh-cn .inviq-profiler-profiler .inviq-slider-text, .fonts-zh-cn .inviq-profiler-profiler .inviq-control-text, .fonts-zh-cn .inviq-profiler-profiler .inviq-slider-text, .fonts-ja-jp .inviq-profiler-profiler .inviq-control-text, .fonts-ja-jp .inviq-profiler-profiler .inviq-slider-text, .fonts-ko-kr .inviq-profiler-profiler .inviq-control-text, .fonts-ko-kr .inviq-profiler-profiler .inviq-slider-text, .fonts-ko-kr .inviq-profiler-profiler .inviq-control-text, .fonts-ko-kr .inviq-profiler-profiler .inviq-slider-text, .fonts-zh-tw .inviq-profiler-profiler .inviq-control-text, .fonts-zh-tw .inviq-profiler-profiler .inviq-slider-text, .fonts-zh-hk .inviq-profiler-profiler .inviq-control-text, .fonts-zh-hk .inviq-profiler-profiler .inviq-slider-text {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text, .fonts-zh-cn .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text, .fonts-ja-jp .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text, .fonts-ko-kr .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text, .fonts-ko-kr .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text, .fonts-zh-tw .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text, .fonts-zh-hk .inviq-profiler-profiler .inviq-radio-controls .inviq-radio-text {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-profiler-profiler .inviq-question-controls .inviq-slider-control .inviq-slider-buttons-component .inviq-dropdown-container .inviq-dropdown, .fonts-zh-cn .inviq-profiler-profiler .inviq-question-controls .inviq-slider-control .inviq-slider-buttons-component .inviq-dropdown-container .inviq-dropdown, .fonts-ja-jp .inviq-profiler-profiler .inviq-question-controls .inviq-slider-control .inviq-slider-buttons-component .inviq-dropdown-container .inviq-dropdown, .fonts-ko-kr .inviq-profiler-profiler .inviq-question-controls .inviq-slider-control .inviq-slider-buttons-component .inviq-dropdown-container .inviq-dropdown, .fonts-ko-kr .inviq-profiler-profiler .inviq-question-controls .inviq-slider-control .inviq-slider-buttons-component .inviq-dropdown-container .inviq-dropdown, .fonts-zh-tw .inviq-profiler-profiler .inviq-question-controls .inviq-slider-control .inviq-slider-buttons-component .inviq-dropdown-container .inviq-dropdown, .fonts-zh-hk .inviq-profiler-profiler .inviq-question-controls .inviq-slider-control .inviq-slider-buttons-component .inviq-dropdown-container .inviq-dropdown {
    font-family: inherit !important; } }

@media (min-width: 768px) {
  .inviq-profiler-profiler {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 16px 64px;
    /*-~-~-~-Template 1-~-~-~-*/
    /*-~-~-~-Template 3-~-~-~-*/
    /*-~-~-~-Template 4-~-~-~-*/
    /*-~-~-~-Template 6-~-~-~-*/
    /*-~-~-~-Template 7-~-~-~-*/
    /*-~-~-~-Template 7 w/ Text Variant-~-~-~-*/
    /*-~-~-~-Template 8-~-~-~-*/
    /*-~-~-~-Template 8 w/ Image-~-~-~-*/ }
    .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-artefacts {
      margin-top: 36px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-artefacts .inviq-artefact .inviq-image {
        height: 200px; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-progress-bar {
      width: 93%; }
    .inviq-profiler-profiler .inviq-question-7 .inviq-artefacts {
      margin-top: 106px; }
    .inviq-profiler-profiler .inviq-question-7 .inviq-question-controls {
      margin-top: 212px !important; }
    .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts {
      margin-top: 18px; }
      .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact {
        margin-top: 26px;
        margin-left: 62px;
        margin-right: 62px; }
        .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact .inviq-primary {
          float: none;
          text-align: center;
          width: 100%;
          max-width: 100%;
          display: block;
          margin: 6px 0 0 0; }
        .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact .inviq-image {
          float: none;
          display: block;
          width: auto;
          height: 255px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          margin: 14px 0 20px -1px; }
        .inviq-profiler-profiler .inviq-question-2 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts .inviq-artefact .inviq-image:before, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts .inviq-artefact .inviq-image:before {
          content: "";
          display: block;
          padding-top: 0; }
    .inviq-profiler-profiler .inviq-question-3 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-4 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-5 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-6 .inviq-artefacts {
      margin-top: 146px; }
    .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts {
      margin-top: 46px;
      padding-bottom: 37px; }
      .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact {
        width: 300px;
        margin-right: 80px;
        padding: 0; }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact .inviq-primary {
          color: #BD9F67; }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(1), .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(1), .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(1), .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(1) {
          padding-top: 88px;
          margin-bottom: 0; }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(2), .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(2), .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(2), .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(2) {
          padding-top: 88px;
          margin-left: 0;
          margin-right: 70px; }
        .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(3), .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(3), .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(3), .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(3) {
          width: 225px;
          height: 362px;
          margin-right: 0;
          position: relative; }
          .inviq-profiler-profiler .inviq-question-15 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image, .inviq-profiler-profiler .inviq-question-16 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image, .inviq-profiler-profiler .inviq-question-25 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image, .inviq-profiler-profiler .inviq-question-35 .inviq-artefacts .inviq-artefact:nth-child(3) .inviq-image {
            margin: 6px 0 0 0;
            width: 225px;
            height: 362px; }
    .inviq-profiler-profiler .inviq-question-15 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-16 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-25 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-35 .inviq-question-controls {
      margin-top: 90px !important; }
    .inviq-profiler-profiler .inviq-question-35 .inviq-question-controls {
      margin-top: 0 !important; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-22 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-23 .inviq-artefacts {
      max-width: 100% !important;
      margin-top: 34px;
      margin-bottom: 42px; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-22 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-23 .inviq-artefacts .inviq-artefact {
        margin-right: 0; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-22 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-23 .inviq-question-text-secondary {
      margin-top: 74px; }
    .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls {
      margin-bottom: 267px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls .inviq-radio-control, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control {
        display: block;
        margin: 8px 60px 0 60px; }
        .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls .inviq-radio-control .inviq-image, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-image {
          display: block;
          width: 255px;
          height: 255px;
          margin: 16px auto 8px auto; }
        .inviq-profiler-profiler .inviq-question-26 .inviq-radio-controls .inviq-radio-control .inviq-radio-button, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-radio-button {
          display: block;
          margin: 12px auto 0 auto; }
    .inviq-profiler-profiler .inviq-question-26 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-27 .inviq-question-controls {
      margin-top: 0 !important;
      position: absolute;
      bottom: 0;
      width: 100%; }
    .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-image {
      float: none; }
    .inviq-profiler-profiler .inviq-question-27 .inviq-radio-controls .inviq-radio-control .inviq-radio-text {
      float: none;
      width: 100%;
      display: inline-block; }
    .inviq-profiler-profiler .inviq-question-27 .inviq-question-controls .inviq-slider-control .inviq-slider-text {
      margin-bottom: 48px; }
    .inviq-profiler-profiler .inviq-question-8 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-9 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-10 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-11 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-12 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-13 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-14 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-28 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-29 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-30 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-31 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-32 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-33 .inviq-question-text-secondary, .inviq-profiler-profiler .inviq-question-34 .inviq-question-text-secondary {
      text-align: center;
      margin: 193px 0 315px 0;
      max-width: 100%;
      font-size: 24px;
      min-height: 99px; }
    .inviq-profiler-profiler .inviq-question-18 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-19 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-20 .inviq-artefacts, .inviq-profiler-profiler .inviq-question-24 .inviq-artefacts {
      max-width: 100% !important;
      margin-top: 80px !important;
      margin-bottom: 202px; }
      .inviq-profiler-profiler .inviq-question-18 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-19 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-20 .inviq-artefacts .inviq-artefact, .inviq-profiler-profiler .inviq-question-24 .inviq-artefacts .inviq-artefact {
        margin-right: 0 !important; }
        .inviq-profiler-profiler .inviq-question-18 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-19 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-20 .inviq-artefacts .inviq-artefact .inviq-image, .inviq-profiler-profiler .inviq-question-24 .inviq-artefacts .inviq-artefact .inviq-image {
          text-align: center !important;
          height: 300px;
          margin-bottom: 0; }
        .inviq-profiler-profiler .inviq-question-18 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-19 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-20 .inviq-artefacts .inviq-artefact .inviq-primary, .inviq-profiler-profiler .inviq-question-24 .inviq-artefacts .inviq-artefact .inviq-primary {
          margin: 0; }
    .inviq-profiler-profiler .inviq-question-18 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-19 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-20 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-24 .inviq-question-controls {
      padding: 24px 0 69px 0; }
    .inviq-profiler-profiler .inviq-question-18 .inviq-control-text, .inviq-profiler-profiler .inviq-question-19 .inviq-control-text, .inviq-profiler-profiler .inviq-question-20 .inviq-control-text, .inviq-profiler-profiler .inviq-question-24 .inviq-control-text {
      padding-top: 0 !important; }
    .inviq-profiler-profiler .inviq-question-24 .inviq-slider-buttons-component .inviq-slider-button span {
      top: -48px; } }

@media (min-width: 992px) {
  .inviq-profiler-profiler {
    margin: 0 auto;
    /*-~-~-~-Template 6-~-~-~-*/
    /*-~-~-~-Template 7-~-~-~-*/ }
    .inviq-profiler-profiler .inviq-underline {
      margin-bottom: 40px; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-progress-indicator {
      position: absolute;
      right: 3px;
      top: -12px;
      height: inherit;
      width: inherit; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-progress-indicator #inviq-progress-circular {
        display: block; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-progress-indicator .inviq-progress-bar {
        display: none; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-progress-indicator .inviq-percent {
        width: 130px;
        position: absolute;
        text-align: center;
        top: 58px;
        font-size: 20px;
        font-family: 'Roboto'; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-artefacts {
      max-width: 970px;
      overflow: hidden; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-artefacts .inviq-artefact .inviq-image {
        height: 255px; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-artefacts .inviq-question-text {
        margin-top: 42px; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-question-controls, .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-radio-controls {
      padding: 0;
      width: 100%; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-question-controls {
      margin-top: 102px; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-radio-controls {
      margin-top: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-control-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      padding-bottom: 0;
      padding-top: 82px; }
      .inviq-profiler-profiler .inviq-card-inner .inviq-question .inviq-control-text span {
        text-align: center;
        width: 100%; }
    .inviq-profiler-profiler .inviq-card-inner .inviq-actions {
      width: 100%;
      position: absolute;
      bottom: 2px; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-22 .inviq-radio-controls, .inviq-profiler-profiler .inviq-question-23 .inviq-radio-controls {
      margin-top: 0 !important;
      max-width: 320px;
      margin-left: 168px;
      display: inline-block !important; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-radio-controls .inviq-radio-control, .inviq-profiler-profiler .inviq-question-22 .inviq-radio-controls .inviq-radio-control, .inviq-profiler-profiler .inviq-question-23 .inviq-radio-controls .inviq-radio-control {
        max-width: 160px;
        max-height: 60px;
        display: inline-block; }
        .inviq-profiler-profiler .inviq-question-21 .inviq-radio-controls .inviq-radio-control .md-button, .inviq-profiler-profiler .inviq-question-22 .inviq-radio-controls .inviq-radio-control .md-button, .inviq-profiler-profiler .inviq-question-23 .inviq-radio-controls .inviq-radio-control .md-button {
          max-width: 145px;
          max-height: 60px; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-22 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-23 .inviq-question-controls {
      margin-top: 0 !important;
      display: inline-block !important;
      margin-left: 96px;
      width: auto !important;
      z-index: 3;
      position: absolute;
      bottom: 7px;
      right: 7%;
      height: 46px; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-question-controls .inviq-slider-text, .inviq-profiler-profiler .inviq-question-22 .inviq-question-controls .inviq-slider-text, .inviq-profiler-profiler .inviq-question-23 .inviq-question-controls .inviq-slider-text {
        display: inline-block;
        margin: 0 12px 0 0;
        padding: 0; }
    .inviq-profiler-profiler .inviq-question-21 slider-buttons-component, .inviq-profiler-profiler .inviq-question-22 slider-buttons-component, .inviq-profiler-profiler .inviq-question-23 slider-buttons-component {
      height: 46px; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component {
      width: 180px;
      display: inline-block; }
      .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component .inviq-buttons, .inviq-profiler-profiler .inviq-question-21 .inviq-slider-buttons-component .inviq-bar, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component .inviq-buttons, .inviq-profiler-profiler .inviq-question-22 .inviq-slider-buttons-component .inviq-bar, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component .inviq-buttons, .inviq-profiler-profiler .inviq-question-23 .inviq-slider-buttons-component .inviq-bar {
        display: none; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-dropdown, .inviq-profiler-profiler .inviq-question-22 .inviq-dropdown, .inviq-profiler-profiler .inviq-question-23 .inviq-dropdown {
      display: block; }
    .inviq-profiler-profiler .inviq-question-26 .inviq-question-controls .inviq-slider-text, .inviq-profiler-profiler .inviq-question-27 .inviq-question-controls .inviq-slider-text {
      margin-bottom: 78px; }
    .inviq-profiler-profiler .inviq-question-26 .inviq-radio-control, .inviq-profiler-profiler .inviq-question-27 .inviq-radio-control {
      margin: 8px 160px 0 160px; } }

@media (min-width: 1200px) {
  .inviq-profiler-profiler {
    width: 1160px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*-~-~-~-Template 6-~-~-~-*/ }
    .inviq-profiler-profiler .inviq-question .inviq-question-text {
      max-width: 900px; }
    .inviq-profiler-profiler .inviq-question .inviq-artefacts {
      max-width: 1160px;
      overflow: hidden; }
    .inviq-profiler-profiler .inviq-question-21 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-22 .inviq-question-controls, .inviq-profiler-profiler .inviq-question-23 .inviq-question-controls {
      right: 16%; } }

@media (min-width: 320px) {
  .inviq-radio-button {
    min-width: 145px;
    min-height: 36px;
    text-transform: none;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: solid 1px #fff;
    color: #fff;
    z-index: 2;
    padding: 4px 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    margin: 6px 8px;
    background: transparent;
    white-space: nowrap;
    font-weight: 500;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    letter-spacing: 0.010em; }
    .inviq-radio-button:active, .inviq-radio-button:focus {
      background-color: #002a5e;
      border: solid 1px #002a5e;
      color: #14E6F1; }
    .inviq-radio-button:hover {
      background-color: #14E6F1;
      border: solid 1px #14E6F1;
      color: #002a5e; }
    .inviq-radio-button.inviq-radio-button-selected {
      background-color: #002a5e;
      border: solid 1px #002a5e;
      color: #14E6F1; } }

@media (min-width: 320px) {
  .inviq-round-button {
    width: 43px;
    height: 43px;
    padding: 0;
    min-width: 43px;
    max-width: 43px;
    min-height: 43px;
    max-height: 43px;
    line-height: 43px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border: none;
    margin: 0;
    z-index: 2;
    vertical-align: middle;
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-property: background-color, box-shadow, transform, -webkit-transform;
    color: rgba(255, 255, 255, 0.87);
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    background: transparent;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    letter-spacing: 0.010em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .inviq-round-button i {
      width: 43px;
      height: 43px;
      display: block;
      background-repeat: no-repeat;
      background-size: cover; }
      .inviq-round-button i.inviq-left-lens {
        background-image: url(../images/left_lens__dark.svg); }
        .inviq-round-button i.inviq-left-lens:hover {
          background-image: url(../images/left_lens_hover__dark.svg); }
        .inviq-round-button i.inviq-left-lens:active, .inviq-round-button i.inviq-left-lens:focus {
          background-image: url(../images/left_lens_active__light.svg); }
      .inviq-round-button i.inviq-right-lens {
        background-image: url(../images/right_lens__dark.svg); }
        .inviq-round-button i.inviq-right-lens:hover {
          background-image: url(../images/right_lens_hover__dark.svg); }
        .inviq-round-button i.inviq-right-lens:active, .inviq-round-button i.inviq-right-lens:focus {
          background-image: url(../images/right_lens_active__light.svg); }
    .inviq-round-button[disabled] {
      opacity: 0; } }

@media (min-width: 320px) {
  .inviq-slider-buttons-component .inviq-buttons, .inviq-slider-buttons-component .inviq-bar {
    display: none; }
  .inviq-slider-buttons-component .inviq-slider-button {
    overflow: visible;
    width: 27px;
    max-width: 27px;
    height: 27px;
    max-height: 27px;
    min-height: 27px;
    border-radius: 50%;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    z-index: 20;
    line-height: 56px;
    min-width: 0;
    vertical-align: middle;
    background-clip: padding-box;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-property: background-color,box-shadow,transform,-webkit-transform;
    color: #212121;
    background-color: #fafafa;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    outline: none;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    letter-spacing: .01em; }
    .inviq-slider-buttons-component .inviq-slider-button.inviq-button-selected {
      background: #00295D; }
    .inviq-slider-buttons-component .inviq-slider-button span {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      bottom: 40px;
      color: #fff;
      text-transform: none;
      font-size: 20px;
      white-space: normal;
      line-height: 30px;
      width: 130px; } }

@media (min-width: 768px) {
  .inviq-slider-buttons-component {
    /*max-width: 300px;*/
    position: relative;
    margin: 0 auto; }
    .inviq-slider-buttons-component .inviq-bar {
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      margin-top: -21px;
      border-radius: 5px; } }

@media (min-width: 992px) {
  .inviq-slider-buttons-component {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
    .inviq-slider-buttons-component .inviq-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 12px;
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row;
          flex-direction: row;
      -webkit-box-direction: normal;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      max-width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .inviq-slider-buttons-component .inviq-bar {
      display: block; }
    .inviq-slider-buttons-component .inviq-dropdown {
      display: none; } }

@media (min-width: 1200px) {
  .inviq-slider-buttons-component {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .inviq-slider-buttons-component .inviq-buttons {
      padding: 0 18px; } }

@media (min-width: 320px) {
  .inviq-acc .inviq-acc-item {
    border-bottom: solid 1px #002a5e; }
    .inviq-acc .inviq-acc-item:hover {
      border-bottom: solid 1px #2d55b2; }
      .inviq-acc .inviq-acc-item:hover:first-child {
        border-top: solid 1px #2d55b2; }
    .inviq-acc .inviq-acc-item:first-child {
      border-top: solid 1px #002a5e; }
    .inviq-acc .inviq-acc-item .inviq-acc-item-heading {
      min-height: 52px;
      line-height: 32px;
      padding-left: 16px;
      padding-right: 28px;
      position: relative;
      outline: none;
      cursor: pointer;
      color: #002a5e; }
      .inviq-acc .inviq-acc-item .inviq-acc-item-heading:hover {
        background: #2d55b2;
        color: #fff; }
      .inviq-acc .inviq-acc-item .inviq-acc-item-heading::after {
        content: '+';
        position: absolute;
        font-size: 28px;
        font-weight: 700;
        display: block;
        width: 16px;
        height: 52px;
        right: 0;
        top: 0;
        text-align: center;
        margin-right: 16px; }
      .inviq-acc .inviq-acc-item .inviq-acc-item-heading.inviq-open::after {
        content: '-'; }
    .inviq-acc .inviq-acc-item .inviq-acc-content {
      padding-left: 16px;
      padding-right: 32px;
      padding-bottom: 18px;
      font-size: 16px;
      line-height: 24px; }
  .inviq-acc-container {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    overflow: hidden;
    height: 0; } }

@media (min-width: 768px) {
  .inviq-acc {
    padding-left: 0;
    padding-right: 0; }
    .inviq-acc .inviq-acc-item .inviq-acc-content {
      padding-left: 16px;
      padding-right: 48px;
      font-size: 20px;
      line-height: 28px; } }

@media (min-width: 992px) {
  .inviq-acc .inviq-acc-item .inviq-acc-item-heading {
    line-height: 52px; } }

@media (min-width: 320px) {
  .inviq-panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .inviq-panel-container .inviq-panel-heading {
      font-family: 'C'Roboto'','arial';
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      margin: 0 0 10px; }
    .inviq-panel-container .inviq-panel-description {
      font-family: ''Roboto'','arial';
      font-size: 20px;
      line-height: 28px; }
    .inviq-panel-container .inviq-panel-img {
      min-height: 250px;
      height: 250px;
      background-repeat: no-repeat;
      background-size: cover; }
      .inviq-panel-container .inviq-panel-img.inviq-video-panel::after {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABWCAYAAABVVmH3AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDgvMTcvMTcK+hzsAAAGQElEQVR4nO2d7XHjNhCGn/Pcf6sDMRVYHYjXgVLB8SqwXYF5FcSu4JgKLqkgVAWRKziqA6kC5MeSkWyTwpLEB6XRO4MZywKBxUtwiV3sQp+MMUwMC2AG7ICNw7pB8Tly/zNghRC0AJZH333HTtYKeDr6vK6v2QB/IYRHQQxiE4SQDLhz3PaSw835AbwCBUJy5bivk7gJ2FcGlMAv4A/ck9qGu7qvX3XfWYA+Af/EzoAcmS0/ePuoh8aylqFCZJr57MwnsRkyiCdg7rGfvpgjMlV4nME+iE2Rl8cP4NZD+65wi8i4QWR2CpfEzoBn4B/C6E9XuENkfsahenBF7AK58/eO2ouBe2QMCxeNfXJgIGTIIzUWa+TNXSL6r1Jel9QlrYuLF+Q3ZJk2HMaYMaUw41AYY1YjZWgrK0eyDZZh6IUzY0w5UODKGJPVbbgmtE3OrO5zCMqhcg4VdjNAyIZQ32R2laEEb8wAckOQujPG5EOE81BmtSy7nmPoTW5fwcqeApXGmKRnHyFKMnAsXogtegqSjxh4qJL3HFOhbVsrwEOPznfGmNQDCb5KavqphgdNu5p1bIpYJhrsOZi054QFsn7WmuBf6vqdsBE7Q0jSOFG2iIDRnMsj4XSsNpM2V3a0R5zX50oqiOwrZCw2zBFuOnFqxqboVMC5Pv5d6KMWOlXCKWIrdLP1d2Tr45KwAn4q6m0RP8UHdKmCDB2pj1weqSBjelTUm9PhLG+bsTNkttoehTUeHMQTQ4ndW7ZHZu2b90vbjM2wk7on4MZcRGTYX2a3tHDRRuyDosNnAm8nR0KFjNWGD5y9JzbDrlu3ys4uBc/ImE/hg65tI9aGHPfr1ZSOt+sEsMOyZq2Rvfl0ZN8mCju58mSvN86Q3EzDvdhWKgU/SVP/eMauFHfFtwrwvt8/Apqx/8/hMbGZ5aI9YzfYdPC63z8CBfYVQtb80RA7wx4LEDp6r9nvL5iG/t1hN4buqGMTGmJTRcOxLKyvyOzN8RxvpYCGgxTOg1gQ9fCEEJxFlKM3sbboj/UYaRxijujfEkcRKwNg42IBB2Jt9nA5VhrHWAL/Ivo3tHooLd8vQYhNHDQWC185xLuGQqmok2iJrcZI4hmN/q3QrcXHolLUSW7Q6SpNY7ExR5zTJX6XZ5WizuIGu456HS9LUCyRnAOn8a7vYONkpomPPdcNwntkdmncoH1h5SRk1kwM3CJZMxWBzeNLJ7bBHDGPs1Adxs5MDIUthzyzILj0GbtHdlsTAq/FL5nYF4TQKNtIGlUQ26PUF2tkJeAzMsfKyWfsS4dzydnaIoSG8MLZONndoLuzyXhZvGGPpOAnhCE1UdTZ3KC0fcdI4hF/IrLlAftMFHUqLbHpGEk8YI1E+mWEtwxTRZ2qWRXYnLeaxkJgi2QNpsRzZaaW79dwWG7Z9GzMcwbgoEcXhNkpPgUbFxs4EFsqGgzh62zD3wihOfEdQhoOSpg2sa+IHl0xHX9wb2J32H2MK8IYC3tEjzYh61NBc+LSKbxSP1XHJm1huag1DtQxmvWoTZYYyLDHDRfNH8cR3QnieT+Fzpj7kUjpd0ZBDFTYQ1x/q+u9mbEV9mVXZ8z9SJRMm9QMO6lrjsbw3rtVKDrJOT/HzBg0R1zZUBx/aCNWE73sYx9pqnhAF+VeHP+jzR+rjblPNFKdORL0ORlvcE1HOo0Sh+lIO3R3aamsd654QGfKP9BiEV5TPtvhLeUT9MuqgnghlT7Qx9GTdX1xitgS2ZCz4Za48aou0Sfz+4UTJvf1IIgDgh4EsUOvEuaIXj7HmbtA/04Bxc6FJq6gRJdiDge1kCrrTwEp/c6DeUTjdeuRmVcoMvOOkU8gm1CbEalFoW27ryBlT0FKcz3QTFWuR/B5InYoucZcD41Uk1sOENKY6zGnqlIMFLhBYS70YN7rUdLtiH6UdFMWZvjj1oVc0W/uuM/KyFhGc+Iq8Lg5jV3jW5gqXjicjj8aLiO6Gz/uF84rN6wJDGn1qw6Fj1D5Ernz39AdwBgLXgNDfOYgFMhL5Tv2DcqQ2BIgMMR3ckdztFKCzI6Y5x6saxkSAgTYhczzKjjM4hV+fijtPaL9UFqMBLoK2S5ukohXtP+03xBM5qf9XBgIrrHgAn6M8j+2WgS69Bwa7wAAAABJRU5ErkJggg==");
        display: block;
        width: 86px;
        height: 86px;
        position: relative;
        top: calc((100% - 86px) / 2);
        left: calc((100% - 86px) / 2);
        content: ''; }
    .inviq-panel-container .inviq-panel-content {
      padding: 24px; }
    .inviq-panel-container .inviq-clickable-panel {
      cursor: pointer;
      text-decoration: none;
      width: 100%;
      max-width: 100%;
      margin-bottom: 0; }
      .inviq-panel-container .inviq-clickable-panel:last-child {
        margin-bottom: 0; }
      .inviq-panel-container .inviq-clickable-panel:hover {
        background-color: #14e6f1 !important; }
        .inviq-panel-container .inviq-clickable-panel:hover .inviq-panel-img {
          opacity: .8; }
        .inviq-panel-container .inviq-clickable-panel:hover .inviq-panel-content {
          color: #002a5e !important;
          background-color: #14e6f1 !important; } }

@media (min-width: 768px) {
  .inviq-panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .inviq-panel-container .inviq-panel-heading {
      font-family: ''Roboto'','arial';
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      margin: 0 0 10px; }
    .inviq-panel-container .inviq-panel-description {
      font-family: ''Roboto'','arial';
      font-size: 24px;
      line-height: 32px;
      margin: 0 0 10px; }
    .inviq-panel-container .inviq-panel-img {
      min-height: 370px;
      height: 370px;
      background-repeat: no-repeat;
      background-size: cover; }
    .inviq-panel-container .inviq-panel-content {
      padding: 40px; }
    .inviq-panel-container .inviq-clickable-panel {
      width: 100%;
      max-width: 100%;
      margin-bottom: 24px; } }

@media (min-width: 992px) {
  .inviq-panel-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .inviq-panel-container .inviq-panel-img {
      min-height: 270px;
      height: 270px; }
    .inviq-panel-container .inviq-clickable-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 300px;
      max-width: 300px;
      margin-bottom: 0; }
      .inviq-panel-container .inviq-clickable-panel .inviq-panel-img {
        width: 100%; }
      .inviq-panel-container .inviq-clickable-panel .inviq-panel-content {
        height: 100%; } }

@media (min-width: 1200px) {
  .inviq-panel-container .inviq-clickable-panel {
    width: 366px;
    max-width: 366px; } }

@media (min-width: 320px) {
  .inviq-vid-dialog {
    max-height: 100%; }
    .inviq-vid-dialog video {
      max-width: 100%;
      min-width: 100%; }
    .inviq-vid-dialog md-toolbar {
      background: #fff; }
      .inviq-vid-dialog md-toolbar md-icon {
        fill: #002A5E; }
  .inviq-profiler-results {
    font-size: 16px;
    line-height: 24px; }
    .inviq-profiler-results h1 {
      font-family: 'Roboto', arial;
      font-size: 28px;
      font-weight: 500;
      line-height: 48px;
      margin: 2px 0;
      color: #fff; }
      .inviq-profiler-results h1 .inviq-light {
        margin-left: 4px;
        font-family: 'Roboto'; }
    .inviq-profiler-results .inviq-underline {
      margin-bottom: 22px;
      border-top: 1px solid #fff; }
    .inviq-profiler-results .inviq-full-block {
      min-height: 100px; }
      .inviq-profiler-results .inviq-full-block .inviq-fb-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        padding-bottom: 12px;
        padding-top: 0;
        font-family: ''Roboto'', 'arial';
        color: #fff; }
      .inviq-profiler-results .inviq-full-block .inviq-block-intro {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding-bottom: 24px; }
      .inviq-profiler-results .inviq-full-block.char-description {
        font-size: 16px;
        line-height: 24px;
        color: #FFF;
        background: #094970;
        padding: 0 24px;
        padding-bottom: 28px; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro {
          font-size: 20px;
          font-family: ''Roboto'', 'arial'; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title {
          font-size: 28px;
          line-height: 36px;
          font-family: ''Roboto'', 'arial';
          color: #B7E658;
          padding-bottom: 16px;
          padding-top: 7px; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-character-content {
          /*display: flex;
                    justify-content: flex-start;
                    flex-direction: column;*/ }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content {
          padding-left: 0;
          /*flex: 1 1 100%;*/
          max-width: 100%; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-description {
            padding-bottom: 16px;
            display: block; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points {
            padding-top: 12px;
            /*display: flex;
                        justify-content: flex-start;
                        flex-direction: column;
                        box-sizing: border-box;*/ }
            .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title {
              font-family: 'Roboto', Arial;
              font-weight: 700;
              /*flex: 1 1 100%;*/
              max-width: 100%;
              max-height: 100%;
              display: block;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-download-pdf-cta {
            padding-top: 24px; display: none; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img {
          min-height: 140px;
          max-width: 100%; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img img {
            width: 40%;
            display: block;
            margin: 0 auto; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-1 {
            margin-bottom: 20px; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-2 img {
            width: 50%;
            margin-bottom: -12%; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-3 {
            margin-bottom: 20px; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-4 {
            margin-bottom: -10%; }
      .inviq-profiler-results .inviq-full-block.char-pros-cons {
        background: #FFF;
        overflow: hidden;
        padding-bottom: 28px;
        padding-left: 24px;
        padding-right: 24px; }
        .inviq-profiler-results .inviq-full-block.char-pros-cons .inviq-char-pros-cons-panel {
          padding-top: 28px; }
        .inviq-profiler-results .inviq-full-block.char-pros-cons .inviq-fb-title {
          color: #00295D; }
      .inviq-profiler-results .inviq-full-block.inviq-char-traits {
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 24px;
        padding-bottom: 24px; }
        .inviq-profiler-results .inviq-full-block.inviq-char-traits .inviq-fb-title,
        .inviq-profiler-results .inviq-full-block.inviq-char-traits .inviq-block-intro {
          padding-left: 24px;
          padding-right: 24px; }
        .inviq-profiler-results .inviq-full-block.inviq-char-traits .inviq-traits-all-cta {
          padding-top: 24px;
          text-align: center;
          padding-left: 24px;
          padding-right: 24px;
        display: none; }
      .inviq-profiler-results .inviq-full-block.char-education-hub {
        background: #00295D;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 24px;
        padding-bottom: 24px;
      display: none; }
        .inviq-profiler-results .inviq-full-block.char-education-hub .inviq-fb-title,
        .inviq-profiler-results .inviq-full-block.char-education-hub .inviq-block-intro {
          padding-left: 24px;
          padding-right: 24px; }
        .inviq-profiler-results .inviq-full-block.char-education-hub .inviq-education-cta {
          padding-top: 24px;
          text-align: center;
          padding-left: 24px;
          padding-right: 24px; }
      .inviq-profiler-results .inviq-full-block .inviq-full-block-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .inviq-profiler-results .inviq-full-block .inviq-button {
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: #00295D;
        border: none;
        margin: 0;
        display: inline-block;
        padding-right: 24px;
        padding-left: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff;
        text-decoration: none;
        position: relative;
        border-radius: 3px; }
        .inviq-profiler-results .inviq-full-block .inviq-button:visited {
          color: #fff;
          text-decoration: none; }
        .inviq-profiler-results .inviq-full-block .inviq-button:hover {
          color: #fff;
          background: #2D55B2; }
          .inviq-profiler-results .inviq-full-block .inviq-button:hover i.right-lens {
            background-image: url(../images/right_lens__dark.svg); }
        .inviq-profiler-results .inviq-full-block .inviq-button:active, .inviq-profiler-results .inviq-full-block .inviq-button:focus {
          color: #14E6F1;
          background: #002A5E; }
          .inviq-profiler-results .inviq-full-block .inviq-button:active i.right-lens, .inviq-profiler-results .inviq-full-block .inviq-button:focus i.right-lens {
            background-image: url(../images/right_lens_active__light.svg); }
        .inviq-profiler-results .inviq-full-block .inviq-button span {
          line-height: 28px;
          padding-right: 48px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: left; }
        .inviq-profiler-results .inviq-full-block .inviq-button i {
          width: 32px;
          height: 32px;
          display: block;
          margin-left: 16px;
          margin-right: 24px;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          top: calc((100% - 32px) / 2);
          right: 0; }
          .inviq-profiler-results .inviq-full-block .inviq-button i.right-lens {
            background-image: url(../images/right_lens__dark.svg); }
        .inviq-profiler-results .inviq-full-block .inviq-button.white-button {
          color: #00295D;
          background-color: #fff; }
          .inviq-profiler-results .inviq-full-block .inviq-button.white-button:visited {
            color: #00295D;
            background-color: #fff; }
          .inviq-profiler-results .inviq-full-block .inviq-button.white-button:hover {
            color: #002A5E;
            background: #14E6F1; }
          .inviq-profiler-results .inviq-full-block .inviq-button.white-button:active, .inviq-profiler-results .inviq-full-block .inviq-button.white-button:focus {
            color: #14E6F1;
            background: #002A5E; }
            .inviq-profiler-results .inviq-full-block .inviq-button.white-button:active i.right-lens, .inviq-profiler-results .inviq-full-block .inviq-button.white-button:focus i.right-lens {
              background-image: url(../images/right_lens_active__light.svg); }
          .inviq-profiler-results .inviq-full-block .inviq-button.white-button i.right-lens {
            background-image: url(../images/right_lens__light.svg); }
        .inviq-profiler-results .inviq-full-block .inviq-button.inviq-button-dark-bg:hover {
          color: #002A5E;
          background: #14E6F1; }
          .inviq-profiler-results .inviq-full-block .inviq-button.inviq-button-dark-bg:hover i.right-lens {
            background-image: url(../images/right_lens__light.svg); }
        .inviq-profiler-results .inviq-full-block .inviq-button.inviq-button-dark-bg:active, .inviq-profiler-results .inviq-full-block .inviq-button.inviq-button-dark-bg:focus {
          color: #14E6F1;
          background: #002A5E; }
          .inviq-profiler-results .inviq-full-block .inviq-button.inviq-button-dark-bg:active i.right-lens, .inviq-profiler-results .inviq-full-block .inviq-button.inviq-button-dark-bg:focus i.right-lens {
            background-image: url(../images/right_lens_active__light.svg); }
      .inviq-profiler-results .inviq-full-block .inviq-button-no-icon span {
        padding-right: 0px;
        text-align: center; }
  .fonts-zh-cn .inviq-profiler-results .inviq-full-block .inviq-fb-title,
  .fonts-zh-cn .inviq-profiler-results .inviq-full-block .inviq-fb-title,
  .fonts-ja-jp .inviq-profiler-results .inviq-full-block .inviq-fb-title,
  .fonts-ko-kr .inviq-profiler-results .inviq-full-block .inviq-fb-title,
  .fonts-ko-kr .inviq-profiler-results .inviq-full-block .inviq-fb-title,
  .fonts-zh-tw .inviq-profiler-results .inviq-full-block .inviq-fb-title,
  .fonts-zh-hk .inviq-profiler-results .inviq-full-block .inviq-fb-title {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro,
  .fonts-zh-cn .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro,
  .fonts-ja-jp .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro,
  .fonts-ko-kr .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro,
  .fonts-ko-kr .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro,
  .fonts-zh-tw .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro,
  .fonts-zh-hk .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title,
  .fonts-zh-cn .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title,
  .fonts-ja-jp .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title,
  .fonts-ko-kr .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title,
  .fonts-ko-kr .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title,
  .fonts-zh-tw .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title,
  .fonts-zh-hk .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-profiler-results .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title,
  .fonts-zh-cn .inviq-profiler-results .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title,
  .fonts-ja-jp .inviq-profiler-results .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title,
  .fonts-ko-kr .inviq-profiler-results .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title,
  .fonts-ko-kr .inviq-profiler-results .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title,
  .fonts-zh-tw .inviq-profiler-results .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title,
  .fonts-zh-hk .inviq-profiler-results .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title {
    font-family: inherit !important; } }

@media (min-width: 768px) {
  .inviq-profiler-results {
    font-size: 20px;
    line-height: 28px; }
    .inviq-profiler-results .inviq-underline {
      margin-bottom: 40px; }
    .inviq-profiler-results .inviq-full-block {
      min-height: 100px; }
      .inviq-profiler-results .inviq-full-block .inviq-fb-title {
        font-size: 32px;
        line-height: 40px; }
      .inviq-profiler-results .inviq-full-block .inviq-block-intro {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 48px; }
      .inviq-profiler-results .inviq-full-block.char-description {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 60px; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-intro {
          font-size: 24px; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title {
          font-size: 40px;
          line-height: 48px; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-character-content {
          clear: both; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-character-content:before, .inviq-profiler-results .inviq-full-block.char-description .inviq-character-content:after {
            content: " ";
            display: table; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-character-content:after {
            clear: both; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content {
          padding-left: 0;
          float: left;
          min-width: 60%;
          max-width: 60%;
          width: 60%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-description {
            padding-bottom: 24px; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-download-pdf-cta {
            padding-top: 40px; display: none; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img {
          min-height: 350px;
          max-width: 40%;
          width: 40%;
          float: left; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img img {
            width: 280px; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-2 img {
            width: 240px;
            margin: 0; }
      .inviq-profiler-results .inviq-full-block.char-pros-cons {
        padding-bottom: 60px; }
        .inviq-profiler-results .inviq-full-block.char-pros-cons .inviq-char-pros-cons-panel {
          padding-top: 60px; }
      .inviq-profiler-results .inviq-full-block.inviq-char-traits {
        padding: 60px 0; }
        .inviq-profiler-results .inviq-full-block.inviq-char-traits .inviq-fb-title,
        .inviq-profiler-results .inviq-full-block.inviq-char-traits .inviq-block-intro {
          padding-left: 0;
          padding-right: 0; }
        .inviq-profiler-results .inviq-full-block.inviq-char-traits .inviq-traits-all-cta {
          padding-top: 60px;
          padding-left: 0;
          padding-right: 0;
        display: none;}
      .inviq-profiler-results .inviq-full-block.char-education-hub {
        padding-top: 60px;
        padding-bottom: 60px; }
        .inviq-profiler-results .inviq-full-block.char-education-hub .inviq-fb-title,
        .inviq-profiler-results .inviq-full-block.char-education-hub .inviq-block-intro {
          padding-left: 0;
          padding-right: 0; }
        .inviq-profiler-results .inviq-full-block.char-education-hub .inviq-education-cta {
          padding-left: 0;
          padding-right: 0;
          padding-top: 60px; }
      .inviq-profiler-results .inviq-full-block .inviq-full-block-inner {
        width: 740px;
        max-width: 740px;
        margin: 0 auto;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .inviq-profiler-results .inviq-full-block .inviq-button {
        padding-top: 15px;
        padding-bottom: 15px; }
        .inviq-profiler-results .inviq-full-block .inviq-button span {
          line-height: 32px;
          vertical-align: middle; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .inviq-hide-md {
    display: none; }
  .inviq-layout-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .layout-row > .inviq-flex-100-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .inviq-vid-dialog {
    max-width: 95%; }
    .inviq-vid-dialog md-dialog-content {
      max-width: 940px;
      min-width: 940px; }
    .inviq-vid-dialog video {
      max-width: 940px;
      min-width: 940px;
      min-height: 529px; }
  .inviq-profiler-results {
    font-size: 20px;
    line-height: 28px; }
    .inviq-profiler-results .inviq-full-block {
      min-height: 100px; }
      .inviq-profiler-results .inviq-full-block.char-description {
        padding-bottom: 80px; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-title {
          padding-bottom: 28px; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content {
          padding-left: 40px; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points {
            clear: both; }
            .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points:before, .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points:after {
              content: " ";
              display: table; }
            .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points:after {
              clear: both; }
            .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title {
              max-width: 45%;
              min-width: 45%;
              width: 45%;
              float: left; }
            .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points .inviq-char-key-point-content {
              max-width: 45%;
              min-width: 45%;
              width: 45%;
              float: left; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-download-pdf-cta {
            padding-top: 55px; display: none; }
        .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img {
          float: left; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img img {
            width: 100%;
            margin: 0; }
          .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-2 {
            margin: 0; }
            .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-2 img {
              width: 100%; }
      .inviq-profiler-results .inviq-full-block.char-pros-cons {
        clear: both; }
        .inviq-profiler-results .inviq-full-block.char-pros-cons .inviq-char-pros-cons-panel {
          padding-top: 40px;
          width: 45%;
          min-width: 45%;
          max-width: 45%;
          float: left; }
          .inviq-profiler-results .inviq-full-block.char-pros-cons .inviq-char-pros-cons-panel:not(:first-child) {
            margin-left: 10%; }
        .inviq-profiler-results .inviq-full-block.char-pros-cons .inviq-fb-title {
          color: #00295D; }
      .inviq-profiler-results .inviq-full-block .inviq-full-block-inner {
        width: 960px;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }

@media (min-width: 1200px) {
  .inviq-vid-dialog {
    max-width: 95%; }
    .inviq-vid-dialog md-dialog-content {
      max-width: 1140px;
      min-width: 1140px; }
    .inviq-vid-dialog video {
      max-width: 1140px;
      min-width: 1140px;
      min-height: 642px; }
  .inviq-profiler-results {
    font-size: 20px;
    line-height: 28px; }
    .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content {
      padding-left: 0; }
    .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points span {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 55%;
                flex: 1 1 55%;
        max-width: 55%; }
      .inviq-profiler-results .inviq-full-block.char-description .inviq-char-content .inviq-char-key-points .inviq-char-key-point-title {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 45%;
                flex: 1 1 45%;
        max-width: 45%; }
    .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img img {
      width: 400px; }
    .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-1, .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-2, .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-3, .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-4 {
      max-height: 450px; }
      .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-1 img, .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-2 img, .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-3 img, .inviq-profiler-results .inviq-full-block.char-description .inviq-char-img.inviq-char-img-4 img {
        width: 400px; }
    .inviq-profiler-results .inviq-full-block .inviq-full-block-inner {
      width: 1160px;
      max-width: 1160px; } }

.inviq-panel-trinidad {
  color: #FFF !important;
  background-color: #EA5204; }

.inviq-panel-sun {
  color: #2B2B2A !important;
  background-color: #F8A908; }

.inviq-panel-mustard {
  color: #2B2B2A !important;
  background-color: #FFDC53; }

.inviq-panel-conifer {
  color: #2B2B2A !important;
  background-color: #BAE659; }

.inviq-panel-apple {
  color: #2B2B2A !important;
  background-color: #63C532; }

.inviq-panel-jungle-green {
  color: #FFF !important;
  background-color: #094970; }

.inviq-panel-gigas {
  color: #FFF !important;
  background-color: #4F3398; }

.inviq-panel-vivid-violet {
  color: #FFF !important;
  background-color: #A446BA; }

.inviq-panel-dark-violet {
  color: #FFF !important;
  background-color: #7D3787; }

.inviq-panel-mandy {
  color: #FFF !important;
  background-color: #DF536A; }

.inviq-panel-pink-salmon {
  color: #2B2B2A !important;
  background-color: #FF90A1; }

.inviq-panel-disco {
  color: #FFF !important;
  background-color: #B71962; }

.inviq-panel-white {
  color: #2B2B2A !important;
  background-color: #FFF; }

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeOutDownShort {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }

@keyframes fadeOutDownShort {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }

.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.fadeOutDownShort {
  -webkit-animation-name: fadeOutDownShort;
  animation-name: fadeOutDownShort;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@media (min-width: 320px) {
  body.inviq-dialog-is-visible {
    overflow-y: hidden; }
  .inviq-dialog-overlay {
    display: none; }
  .inviq-vid-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%; }
    .inviq-vid-dialog .inviq-vid-toolbar {
      height: 64px;
      max-height: 64px;
      position: relative;
      background-color: #fff; }
      .inviq-vid-dialog .inviq-vid-toolbar .inviq-vid-dialog-close {
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        right: 12px;
        top: 12px;
        padding: 8px;
        cursor: pointer; }
    .inviq-vid-dialog .inviq-vid-content {
      width: 100%;
      min-height: 100%;
      background: #fff; }
      .inviq-vid-dialog .inviq-vid-content video {
        width: 100%; }
  .inviq-hidden {
    display: none; }
  .inviq-visible {
    display: block; } }

@media (min-width: 992px) {
  body.inviq-dialog-is-visible {
    overflow-y: visible; }
    body.inviq-dialog-is-visible .inviq-dialog-overlay {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: #333;
      opacity: .6; }
  .inviq-vid-dialog {
    left: calc((100% - 940px) / 2);
    top: calc((100% - 592px) /2);
    width: 940px;
    max-width: 940px;
    height: 528px; }
    .inviq-vid-dialog .inviq-vid-content {
      width: 940px;
      height: 528px; }
      .inviq-vid-dialog .inviq-vid-content video {
        height: 528px;
        width: 940px; } }

@media (min-width: 1200px) {
  .inviq-vid-dialog {
    left: calc((100% - 1140px) / 2);
    top: calc((100% - 706px) / 2);
    width: 1140px;
    max-width: 1140px;
    height: 706px; }
    .inviq-vid-dialog .inviq-vid-content {
      width: 1140px;
      min-height: 642px; }
      .inviq-vid-dialog .inviq-vid-content video {
        width: 1140px; } }

body {
  background: #094970;
  /**Animations delay*/ }
  body .delay-0_1s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  body .delay-0_2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  body .delay-0_3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  body .delay-0_4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  body .delay-0_5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  body .delay-0_6s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  body .delay-0_7s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  body .delay-0_8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  body .delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  body .delay-1_2s {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  body .delay-1_5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  body .delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  body .delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  body .duration-0_1s {
    -webkit-animation-duration: .1s;
    animation-duration: .1s; }
  body .duration-0_2s {
    -webkit-animation-duration: .2s;
    animation-duration: .2s; }
  body .duration-0_3s {
    -webkit-animation-duration: .3s;
    animation-duration: .3s; }
  body .duration-0_4s {
    -webkit-animation-duration: .4s;
    animation-duration: .4s; }
  body .duration-0_5s {
    -webkit-animation-duration: .5s;
    animation-duration: .5s; }
  body .duration-0_6s {
    -webkit-animation-duration: .6s;
    animation-duration: .6s; }
  body .duration-0_7s {
    -webkit-animation-duration: .7s;
    animation-duration: .7s; }
  body .duration-0_8s {
    -webkit-animation-duration: .8s;
    animation-duration: .8s; }
  body .duration-0_9s {
    -webkit-animation-duration: .9s;
    animation-duration: .9s; }
  body .duration-1s {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }

/*@-webkit-keyframes preloader_2_1 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#003a74;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-webkit-keyframes preloader_2_2 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#008bcd;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-webkit-keyframes preloader_2_3 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#6cc6e8;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-webkit-keyframes preloader_2_4 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-webkit-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#869197;}
    80% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-moz-keyframes preloader_2_1 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-moz-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#003a74;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-moz-keyframes preloader_2_2 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-moz-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#008bcd;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-moz-keyframes preloader_2_3 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-moz-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#6cc6e8;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-moz-keyframes preloader_2_4 {
    0% {-moz-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-moz-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#869197;}
    80% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
    100% {-moz-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-ms-keyframes preloader_2_1 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-ms-transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:#003a74;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-ms-keyframes preloader_2_2 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-ms-transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:#008bcd;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}
@-ms-keyframes preloader_2_3 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-ms-transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:#6cc6e8;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-ms-keyframes preloader_2_4 {
    0% {-ms-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-ms-transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:#869197;}
    80% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
    100% {-ms-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}*/

@-webkit-keyframes preloader_2_1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
            transform: translateX(-20px) translateY(-10px) rotate(-180deg);
    border-radius: 20px;
    background: #003a74; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; } }

@keyframes preloader_2_1 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
            transform: translateX(-20px) translateY(-10px) rotate(-180deg);
    border-radius: 20px;
    background: #003a74; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; } }

@-webkit-keyframes preloader_2_2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
            transform: translateX(20px) translateY(-10px) rotate(180deg);
    border-radius: 20px;
    background: #008bcd; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; } }

@keyframes preloader_2_2 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
            transform: translateX(20px) translateY(-10px) rotate(180deg);
    border-radius: 20px;
    background: #008bcd; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; } }

@-webkit-keyframes preloader_2_3 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
            transform: translateX(-20px) translateY(10px) rotate(-180deg);
    border-radius: 20px;
    background: #6cc6e8; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; } }

@keyframes preloader_2_3 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
            transform: translateX(-20px) translateY(10px) rotate(-180deg);
    border-radius: 20px;
    background: #6cc6e8; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
            transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px; } }

@-webkit-keyframes preloader_2_4 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
            transform: translateX(20px) translateY(10px) rotate(180deg);
    border-radius: 20px;
    background: #869197; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; } }

@keyframes preloader_2_4 {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
            transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px; }
  50% {
    -webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
            transform: translateX(20px) translateY(10px) rotate(180deg);
    border-radius: 20px;
    background: #869197; }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
            transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px; } }

#preloader_2 {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1000; }

#preloader_2 span {
  display: block;
  bottom: 0px;
  width: 20px;
  height: 20px;
  background: #008bcd;
  position: absolute; }

#preloader_2 span:nth-child(1) {
  -webkit-animation: preloader_2_1 1.5s infinite ease-in-out;
  animation: preloader_2_1 1.5s infinite ease-in-out; }

#preloader_2 span:nth-child(2) {
  left: 20px;
  -webkit-animation: preloader_2_2 1.5s infinite ease-in-out;
  animation: preloader_2_2 1.5s infinite ease-in-out; }

#preloader_2 span:nth-child(3) {
  top: 0px;
  -webkit-animation: preloader_2_3 1.5s infinite ease-in-out;
  animation: preloader_2_3 1.5s infinite ease-in-out; }

#preloader_2 span:nth-child(4) {
  top: 0px;
  left: 20px;
  -webkit-animation: preloader_2_4 1.5s infinite ease-in-out;
  animation: preloader_2_4 1.5s infinite ease-in-out; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

body {
  font-family: 'Roboto' !important; }

.invest-iq-profiler-test {
  background: #094970;
  position: relative; }

.investor-iq md-card.md-padding {
  margin: 30px 0;
  padding: 50px;
  padding-bottom: 10px; }

.investor-iq h3 {
  font-size: 30px;
  margin-top: 0; }

.invest-iq-loading {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #094970;
  z-index: 10;
  display: block !important;
  opacity: 1; }
  .invest-iq-loading img {
    height: 100px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; }
  .invest-iq-loading.ng-hide {
    opacity: 0; }
  .invest-iq-loading.ng-hide-add, .invest-iq-loading.ng-hide-remove {
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms; }

@media (min-width: 320px) {
  .invest-iq-loading {
    min-height: 600px; }
    .invest-iq-loading .outer {
      display: table;
      position: absolute;
      height: 100%;
      width: 100%; }
    .invest-iq-loading .middle {
      display: table-cell;
      vertical-align: middle; }
    .invest-iq-loading .spinner {
      width: 40px;
      height: 40px;
      margin: 100px auto;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
      animation: sk-scaleout 1.0s infinite ease-in-out; }
  @-webkit-keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0); }
    100% {
      -webkit-transform: scale(1);
      opacity: 0; } }
  @keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0); }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0; } }
    .invest-iq-loading img {
      margin-top: 300px; } }

@media (min-width: 768px) {
  .invest-iq-loading {
    min-height: 800px; }
    .invest-iq-loading img {
      margin-top: 400px; } }

.fonts-zh-cn {
  font-family: "Microsoft JhengHei", 'Roboto', Arial, sans-serif !important; }

.fonts-zh-tw {
  font-family: "Microsoft JhengHei", 'Roboto', Arial, sans-serif !important; }

.fonts-zh-hk {
  font-family: "Microsoft JhengHei", 'Roboto', Arial, sans-serif !important; }

.fonts-ja-jp {
  font-family: 'Roboto', "arial" !important; }

.fonts-ko-kr {
  font-family: 'Roboto', Arial, sans-serif !important; }

@media (min-width: 320px) {
  .inviq-checkbox-container {
    outline: none; }
    .inviq-checkbox-container .inviq-checkbox {
      width: 28px;
      height: 28px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      white-space: nowrap;
      outline: none;
      background: transparent;
      border-color: #002a5e;
      border-radius: 3px;
      border-width: 1px;
      border-style: solid;
      position: relative; }
      .inviq-checkbox-container .inviq-checkbox:hover, .inviq-checkbox-container .inviq-checkbox:active, .inviq-checkbox-container .inviq-checkbox:focus {
        border-color: #2d55b2;
        background-color: rgba(45, 85, 178, 0.4); }
      .inviq-checkbox-container .inviq-checkbox.inviq-checked {
        border-color: #14E6F1;
        background-color: #002a5e; }
        .inviq-checkbox-container .inviq-checkbox.inviq-checked:after {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          left: 4.66667px;
          top: 0.22222px;
          display: table;
          width: 6.66667px;
          height: 13.33333px;
          border-width: 2px;
          border-style: solid;
          border-top: 0;
          border-left: 0;
          content: '';
          border-color: #14E6F1;
          left: 9px;
          top: 2px;
          width: 8px;
          height: 16px;
          border-width: 3px; }
    .inviq-checkbox-container .inviq-checkbox-label {
      display: block;
      margin-left: 40px;
      margin-top: -30px;
      outline: none; } }

@media (min-width: 320px) {
  .inviq-small {
    width: 100% !important; }
  .inviq-wide {
    width: 100% !important; }
  .inviq-container {
    width: 100%; }
    .inviq-container .inviq-header-container {
      padding: 0 20px; }
      .inviq-container .inviq-header-container .inviq-header h1 {
        font-family: 'Roboto';
        font-size: 28px;
        font-weight: 500;
        line-height: 48px;
        margin: 0;
        color: #fff; }
        .inviq-container .inviq-header-container .inviq-header h1 span {
          margin-left: 4px;
          font-family: 'Roboto'; }
      .inviq-container .inviq-header-container .inviq-header .inviq-underline {
        margin-top: 10px;
        margin-bottom: 22px;
        border-top: 1px solid #fff; }
      .inviq-container .inviq-header-container .inviq-header .intro {
        padding-bottom: 26px; }
        .inviq-container .inviq-header-container .inviq-header .intro span {
          font-family: 'Roboto';
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          display: block;
          word-break: normal; }
      .inviq-container .inviq-header-container .inviq-header h2 {
        font-family: 'Roboto', arial;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 8px; }
    .inviq-container .inviq-details-container {
      padding: 0 20px;
      background-color: #fff; }
      .inviq-container .inviq-details-container .inviq-inner-container .details {
        padding-top: 20px; }
        .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row {
          padding: 12px 0; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select {
            position: relative; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown {
              font-family: 'Roboto';
              font-weight: 500;
              color: #002a5e;
              width: 100%;
              height: 36px;
              font-size: 16px;
              line-height: 24px;
              border-radius: 3px;
              border: 1px solid #002a5e;
              background: #fff;
              -webkit-appearance: none;
              -moz-appearance: none;
              -ms-appearance: none;
              -o-appearance: none;
              appearance: none;
              padding: 6px 32px 6px 16px; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown[disabled='disabled']::-ms-value {
                color: #fff; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:active, .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:hover {
                outline: none; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown > option {
                font-size: 16px;
                line-height: 24px; }
                .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown > option:disabled {
                  background: inherit; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown::-ms-expand {
                display: none; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:hover:not(.inviq-dropdown-disabled) {
                background-color: #2d55b2;
                border: solid 1px #2d55b2;
                color: #fff;
                outline: none;
                -webkit-box-shadow: none;
                        box-shadow: none; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:active:not(.inviq-dropdown-disabled) {
                background-color: #2d55b2;
                border: solid 1px #2d55b2;
                color: #fff;
                outline: none;
                -webkit-box-shadow: none;
                        box-shadow: none; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) {
                background-color: #fff;
                border: solid 1px #2d55b2;
                color: #002a5e;
                outline: none;
                -webkit-box-shadow: none;
                        box-shadow: none; }
                .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:focus:not(.inviq-dropdown-disabled) > option:disabled {
                  background: #002a5e; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:hover + i.fa {
                color: #fff; }
              .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown:focus + i.fa {
                -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg);
                -webkit-transition: .5s ease-out;
                transition: .5s ease-out;
                color: #2d55b2; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select i.fa {
              -webkit-transition: .5s ease-out;
              transition: .5s ease-out;
              pointer-events: none;
              position: absolute;
              right: 8px;
              top: 20px;
              z-index: 10;
              color: #002a5e;
              font-size: 18px;
              line-height: 18px; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .bottom-disclaimer .text {
            font-size: 16px;
            line-height: 24px; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .top-disclaimer .text {
            font-size: 16px;
            line-height: 24px; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference {
            font-size: 16px;
            line-height: 24px;
            color: #000; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title {
              display: block;
              font-family: 'Roboto'; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .text {
              font-size: 16px;
              line-height: 24px; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference a {
              color: #002a5e;
              text-decoration: none;
              border-bottom: 1px solid #002a5e;
              background-color: transparent; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference a:active,
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference a:focus {
              color: #14E6F1;
              background-color: #002a5e;
              border-bottom: 1px solid #14E6F1; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference a:hover {
              border-bottom: none;
              color: #fff;
              background-color: #2d55b2; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .confirm {
            padding-top: 20px; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .inviq-input-label {
            position: relative;
            display: block;
            margin-bottom: 0; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .inviq-input-label:after {
              content: "\f00d";
              font-family: FontAwesome;
              position: absolute;
              right: 16px;
              top: 8px;
              z-index: 1;
              pointer-events: none;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              text-align: center;
              font-size: 16px;
              color: red; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .error-message {
            margin: 4px 0 0px 16px;
            color: red;
            font-size: 1.25rem;
            line-height: 16px; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .submit-error {
            margin: 4px 0;
            color: red;
            font-size: 1.25rem;
            line-height: 16px; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"] {
            font-family: 'Roboto', 'arial';
            color: #002a5e;
            height: 36px;
            font-size: 16px;
            line-height: 24px;
            border-radius: 3px;
            border: 1px solid #002a5e;
            background: #fff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 16px;
            width: 100%; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:focus:not(inviq-text-disabled)::-webkit-input-placeholder {
              color: transparent; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:hover:not(inviq-text-disabled) {
              background: rgba(51, 93, 182, 0.1);
              border: 1px solid #335EB6; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:focus:not(inviq-text-disabled) {
              background: #fff;
              color: #002a5e; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:focus:not(inviq-text-disabled):valid {
              border: 1px solid #335EB6; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]::-webkit-input-placeholder {
            /* WebKit, Blink, Edge */
            color: #002a5e; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]::-webkit-input-placeholder :focus::-webkit-input-placeholder {
              color: transparent; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #002a5e;
            opacity: 1; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:-moz-placeholder :focus::-moz-placeholder {
              color: transparent; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #002a5e;
            opacity: 1; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]::-moz-placeholder :focus::-moz-placeholder {
              color: transparent; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #002a5e; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]:-ms-input-placeholder :focus::-ms-input-placeholder {
              color: transparent; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #002a5e; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"]::-ms-input-placeholder :focus::-ms-input-placeholder {
              color: transparent; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"].ng-invalid:not(.ng-pristine) {
            border: 1px solid red; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"] {
            font-family: ''Roboto'', 'arial';
            font-size: 16px;
            line-height: normal;
            display: block;
            padding: 7px 24px 5px 24px;
            border: 1px solid #002a5e;
            color: #002a5e;
            border-radius: 3px;
            background: transparent;
            width: 100%; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"]:hover {
              border-color: #2d55b2;
              background-color: #2d55b2;
              color: #fff; }
            .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"]:active, .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"]:focus {
              border-color: #002a5e;
              background-color: #002a5e;
              color: #14E6F1; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"].disabled,
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"][disabled] {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .4;
            color: #fff;
            background-color: #002a5e;
            border-color: #002a5e;
            -webkit-box-shadow: none;
                    box-shadow: none; }
  .fonts-zh-cn .inviq-container .inviq-header-container .inviq-header h2,
  .fonts-zh-cn .inviq-container .inviq-header-container .inviq-header h2,
  .fonts-ja-jp .inviq-container .inviq-header-container .inviq-header h2,
  .fonts-ko-kr .inviq-container .inviq-header-container .inviq-header h2,
  .fonts-ko-kr .inviq-container .inviq-header-container .inviq-header h2,
  .fonts-zh-tw .inviq-container .inviq-header-container .inviq-header h2,
  .fonts-zh-hk .inviq-container .inviq-header-container .inviq-header h2 {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown,
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown,
  .fonts-ja-jp .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown,
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown,
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown,
  .fonts-zh-tw .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown,
  .fonts-zh-hk .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select select.inviq-dropdown {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title,
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title,
  .fonts-ja-jp .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title,
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title,
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title,
  .fonts-zh-tw .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title,
  .fonts-zh-hk .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference .title {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"],
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"],
  .fonts-ja-jp .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"],
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"],
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"],
  .fonts-zh-tw .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"],
  .fonts-zh-hk .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="email"] {
    font-family: inherit !important; }
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"],
  .fonts-zh-cn .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"],
  .fonts-ja-jp .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"],
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"],
  .fonts-ko-kr .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"],
  .fonts-zh-tw .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"],
  .fonts-zh-hk .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type="submit"] {
    font-family: inherit !important; } }

@media (min-width: 992px) {
  .inviq-small {
    width: 140px !important; }
  .inviq-wide {
    width: 400px !important; }
  .inviq-container {
    width: 100%; }
    .inviq-container .inviq-header-container {
      max-width: 1160px;
      margin: 0 auto;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .inviq-container .inviq-header-container .inviq-header h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 44px; }
      .inviq-container .inviq-header-container .inviq-header .inviq-underline {
        margin-top: 0px;
        margin-bottom: 40px; }
      .inviq-container .inviq-header-container .inviq-header .intro span {
        font-size: 28px;
        line-height: 38px;
        max-width: 830px; }
      .inviq-container .inviq-header-container .inviq-header h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 16px; }
    .inviq-container .inviq-details-container {
      padding: 0;
      padding-top: 20px;
      width: 100%; }
      .inviq-container .inviq-details-container .inviq-inner-container {
        max-width: 1160px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 16px; }
        .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row {
          padding: 20px 0; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row input[type=submit] {
            width: initial;
            width: auto; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row .preference {
            padding-right: 16px; }
          .inviq-container .inviq-details-container .inviq-inner-container .details .inviq-row.inviq-styled-select i.fa {
            top: 28px; } }

@media (min-width: 1200px) {
  .inviq-container .inviq-header-container {
    width: 1160px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .inviq-container .inviq-details-container {
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
