@import url("https://fonts.googleapis.com/css2?family=Lusitana&family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.hero-banner {
  position: relative;
  background-color: #faf7f0; }
  @media screen and (min-width: 768px) {
    .hero-banner {
      max-height: 500px;
      overflow: hidden; } }
  .hero-banner--ff .hero-banner-content {
    position: static;
    max-height: 400px; }
    @media screen and (min-width: 768px) {
      .hero-banner--ff .hero-banner-content {
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%; } }
    .hero-banner--ff .hero-banner-content h1 {
      color: #00205b; }
    .hero-banner--ff .hero-banner-content p {
      font-size: 20px;
      color: #00205b; }

.ff-simple-steps {
  background: url("/sites/default/themes/sites/compleat_us/assets/img/dual-circles.jpg") no-repeat top center/100%; }
  .ff-simple-steps h2 {
    line-height: 1.3;
    color: #00205b; }
  .ff-simple-steps img.dual-circles-bg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0; }
  .ff-simple-steps .step {
    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;
    text-align: center;
    position: relative;
    width: 85%; }
    .ff-simple-steps .step:not(:last-child) {
      margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .ff-simple-steps .step {
        margin-bottom: 0;
        width: 25%; } }
    .ff-simple-steps .step:not(:last-child)::before {
      content: "";
      position: absolute;
      background-color: #3a84b4; }
      @media screen and (min-width: 768px) {
        .ff-simple-steps .step:not(:last-child)::before {
          height: 1px;
          width: 125%;
          top: 27px;
          left: calc(50% + 4px);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .ff-simple-steps .step span {
      font-family: "Lusitana", sans-serif;
      color: #00205b;
      border: 4px solid #00205b;
      background: #feffff;
      height: 52px;
      width: 52px;
      font-size: 30px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 25px;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .ff-simple-steps .step span {
          margin-bottom: 50px; } }
  .ff-simple-steps a.btn-template-1 {
    font-size: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }

.font-regular {
  font-family: Arial, Helvetica, sans-serif; }

.ff-quiz {
  background-image: url(../assets/img/Back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 25px solid #151362; }
  .ff-quiz-container {
    max-width: 1600px; }
  .ff-quiz-progress-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    list-style: none; }
    .ff-quiz-progress-step .step {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ff-quiz-progress-step .step span {
        border-radius: 50%;
        background-color: #d9d9d9;
        width: 20px;
        height: 20px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .ff-quiz-progress-step .step span {
            width: 32px;
            height: 32px; } }
      .ff-quiz-progress-step .step:not(:last-child) {
        position: relative; }
        .ff-quiz-progress-step .step:not(:last-child)::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          height: 2px;
          background: #d9d9d9;
          z-index: -1; }
      .ff-quiz-progress-step .step.active span,
      .ff-quiz-progress-step .step .filled span {
        background-color: #374582; }
  .ff-quiz #ff-quiz-wizard .heading {
    font-size: 3rem;
    color: #151362;
    font-weight: bold; }
    @media screen and (max-width: 992px) {
      .ff-quiz #ff-quiz-wizard .heading {
        margin-top: 0px;
        margin-bottom: 0px; } }
  .ff-quiz #ff-quiz-wizard .ff-quiz-step {
    display: none; }
    .ff-quiz #ff-quiz-wizard .ff-quiz-step.active {
      display: block; }
    .ff-quiz #ff-quiz-wizard .ff-quiz-step .ff-form-control {
      border: none !important;
      border-bottom: 2px dotted #203e91 !important; }
      .ff-quiz #ff-quiz-wizard .ff-quiz-step .ff-form-control:focus, .ff-quiz #ff-quiz-wizard .ff-quiz-step .ff-form-control:focus-within {
        outline: transparent; }
      .ff-quiz #ff-quiz-wizard .ff-quiz-step .ff-form-control::-webkit-input-placeholder {
        color: #b7b7b7 !important;
        font-style: normal; }
      .ff-quiz #ff-quiz-wizard .ff-quiz-step .ff-form-control:-ms-input-placeholder {
        color: #b7b7b7 !important;
        font-style: normal; }
      .ff-quiz #ff-quiz-wizard .ff-quiz-step .ff-form-control::-ms-input-placeholder {
        color: #b7b7b7 !important;
        font-style: normal; }
      .ff-quiz #ff-quiz-wizard .ff-quiz-step .ff-form-control::placeholder {
        color: #b7b7b7 !important;
        font-style: normal; }
  .ff-quiz #ff-quiz-wizard .ff-quiz-step-v2 .radio-wrapper label {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
    @media screen and (max-width: 992px) {
      .ff-quiz #ff-quiz-wizard .ff-quiz-step-v2 .radio-wrapper label {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; } }
    .ff-quiz #ff-quiz-wizard .ff-quiz-step-v2 .radio-wrapper label img {
      margin-right: 15px; }
  .ff-quiz .small a {
    text-decoration: underline; }
  .ff-quiz .font-regular {
    font-family: Arial, Helvetica, sans-serif; }
  .ff-quiz .radio-wrapper {
    padding: 0 15px !important;
    cursor: default;
    margin-bottom: 20px;
    width: 33.33%;
    min-height: 100px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .ff-quiz .radio-wrapper {
        width: 100%;
        margin-bottom: 0px; } }
    .ff-quiz .radio-wrapper input {
      display: none; }
    .ff-quiz .radio-wrapper input:checked ~ label img {
      border: 5px solid #151362; }
    .ff-quiz .radio-wrapper label.error {
      display: none !important; }
    .ff-quiz .radio-wrapper label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      padding: 15px;
      color: #151362;
      font-weight: bold;
      cursor: pointer;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ff-quiz .radio-wrapper label img {
        width: 100%;
        margin-bottom: 15px;
        border: 5px solid transparent;
        border-radius: 50%;
        max-width: 140px; }
  .ff-quiz label.error {
    margin-top: 10px;
    font-size: 13px;
    color: red; }
  .ff-quiz a.previous-step {
    font-weight: bold;
    color: #203e91; }

.slide-out-left {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.slide-out-right {
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; } }

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; } }

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

#ff-results .ff-results-banner h1 {
  color: #00205b !important; }

#ff-results .ff-results-banner .btn-template-2 {
  text-transform: none;
  font-size: 17px;
  font-weight: bold; }
  #ff-results .ff-results-banner .btn-template-2:hover {
    color: #3a84b4 !important; }
  #ff-results .ff-results-banner .btn-template-2 svg {
    margin-left: 5px; }

.ff-products-wrapper .ff-product-thumbnail {
  padding: 40px 20px;
  margin-bottom: 40px; }
  .ff-products-wrapper .ff-product-thumbnail .h4 {
    color: #00000d !important;
    font-weight: 900; }
  .ff-products-wrapper .ff-product-thumbnail .link-img {
    position: relative; }
    .ff-products-wrapper .ff-product-thumbnail .link-img::after {
      content: '';
      background-image: url(../assets/img/Marco.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -22%;
      left: 0;
      width: 105%;
      height: 134%; }
  .ff-products-wrapper .ff-product-thumbnail img {
    max-height: 200px;
    height: auto; }
  .ff-products-wrapper .ff-product-thumbnail .information p {
    font-weight: 900;
    color: #00000d; }
  .ff-products-wrapper .ff-product-thumbnail .information ul li {
    color: #00000d; }

.ff-products-wrapper .product-thumbnail-facts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 30px; }

.ff-products-wrapper .product-thumbnail-facts li {
  width: 100%;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  list-style: none; }
  .ff-products-wrapper .product-thumbnail-facts li a {
    text-decoration: underline; }
    .ff-products-wrapper .product-thumbnail-facts li a:hover {
      color: #203e91 !important; }

.ff-products-wrapper .green {
  color: #666666 !important;
  border-left: 1px solid transparent  !important; }
  .ff-products-wrapper .green li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url("/sites/g/files/lpfasj891/themes/site/compleat_us/assets/img/Compleat-Checkmark-Green.png") no-repeat center/cover; }

.ff-products-wrapper .blue li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/sites/g/files/lpfasj891/themes/site/compleat_us/assets/img/Compleat-Checkmark-Blue.png") no-repeat center/cover; }

.ff-products-wrapper .orange li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/sites/g/files/lpfasj891/themes/site/compleat_us/assets/img/Compleat-Checkmark-Orange.png") no-repeat center/cover; }

.ff-review-responses .btn-template-2 {
  text-transform: none;
  font-size: 17px;
  font-weight: bold;
  background-color: #fff; }
  .ff-review-responses .btn-template-2:hover {
    color: #3a84b4 !important; }

.ff-review-responses .ff-response {
  background: #f9f9f9;
  font-weight: bold;
  padding: 20px 40px;
  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;
  font-size: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  min-width: 200px;
  max-width: 250px;
  text-align: center; }
  .ff-review-responses .ff-response:not(:last-child) {
    margin-right: 10px; }

.ff-review-responses .color-red {
  color: #b00a0a; }

.font-regular sup {
  left: 2px; }

.disabled {
  pointer-events: none; }

.btn-template-2 {
  text-transform: none;
  border: 2px solid #00a2c9 !important;
  color: #fff !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  background-color: #00a2c9 !important;
  padding: 8px 25px !important;
  font-weight: 900 !important; }
  .btn-template-2:hover {
    background-color: #00a2c9 !important;
    color: #fff !important; }
  .btn-template-2 svg {
    margin-left: 5px; }

.btn-template-3 {
  text-transform: none;
  border: 2px solid #151362 !important;
  color: #fff !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  background-color: #151362 !important;
  padding: 8px 25px !important;
  font-weight: 900 !important; }
  .btn-template-3:hover {
    background-color: #151362 !important;
    color: #fff !important; }
  .btn-template-3 svg {
    margin-left: 5px; }

.btn-template-quiz {
  text-transform: none;
  border: 2px solid #151362 !important;
  background: #151362 !important;
  color: #AAE8F7 !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  padding: 5px 65px !important;
  font-weight: 900 !important; }
  .btn-template-quiz span {
    color: #fff; }

.btn-template-return {
  text-transform: none;
  border: 2px solid #00a2c9 !important;
  background: #00a2c9 !important;
  color: #fff !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  padding: 8px 20px !important; }
  .btn-template-return i {
    color: white;
    padding-right: 5px; }

@media screen and (max-width: 992px) {
  .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .information .btn {
      width: 100%;
      margin-top: 10px; } }

.information ul {
  padding-left: 15px; }
  .information ul li {
    list-style: disc; }

.information ol {
  padding-left: 15px; }
  .information ol li {
    list-style: decimal; }

.section-resul {
  background-image: url(../assets/img/Back3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 25px solid #151362; }

@media screen and (max-width: 1320px) {
  .br-custom {
    display: none; } }

@media screen and (max-width: 990px) {
  .br-custom {
    display: block; } }

@media screen and (max-width: 990px) {
  .br-custom {
    display: none; } }

@media screen and (max-width: 767px) {
  .br-custom {
    display: block; } }
