@import "uikit-css/uikit.css";
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&family=Wix+Madefor+Text:wght@400;500;600;700;800&display=swap");
html, body {
  max-width: 100%;
}

body .cookie-banner__inner p, body .cookie-banner__inner strong, body .cookie-banner__inner span {
  color: white;
}
body #progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
body #progress-label {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 5px 0;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
body #progress-bar {
  width: 0%;
  height: 5px;
  background-color: red;
  transition: width 0.25s, background-color 0.25s;
}
body .uk-table-divider > tr:not(:first-child), body .uk-table-divider > :not(:first-child) > tr, body .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #111111;
}
body h1, body h2, body h3 {
  font-family: "Wix Madefor Display", sans-serif;
}
body h1 {
  font-weight: 700;
  color: #d4af37;
}
body h2 {
  font-weight: 700;
  color: #111111;
}
body h3 {
  font-weight: 700;
  color: #111111;
}
body p, body li, body b {
  font-family: "Wix Madefor Text", sans-serif;
  color: #111111;
}
body hr {
  margin-bottom: 15%;
  border: 0.5px solid gray;
}
body .uk-nav-default > li > a:hover {
  color: #d4af37;
}
body a[tabindex]:focus {
  color: #d4af37;
}
body .green {
  color: #111111;
  font-weight: bold;
}
body .report_button, body .form_button {
  background-color: #111111;
  border-radius: 2rem;
  color: #FFF;
  border: none;
  font-family: "Wix Madefor Text", sans-serif;
  text-transform: none;
}
body .report_button {
  font-weight: 600;
  font-size: 1rem;
}
body .report_button:hover {
  transform: scale(1.05);
}
body .seo-report-button {
  background-color: #d4af37;
  color: #FFF;
  text-transform: none;
  font-family: "Wix Madefor Text", sans-serif;
  font-weight: bold;
  height: 45px;
  font-size: 18px;
  max-width: 300px;
}
body #shadow-host-companion {
  display: none;
}
body .rep {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
  justify-content: center;
}
body .rep .stars {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 10px;
}
body .rep .stars svg {
  width: 1rem;
}
body .rep p {
  margin: 0;
  font-size: 14px;
}
body .service-link {
  color: #1e87f0 !important;
  text-decoration: underline;
}
body .terms {
  margin-top: 15%;
}
body .home .how_it_works .uk-badge {
  background: #d4af37;
}
body .home .how_it_works .uk-card-header span {
  background-color: #111111;
}
body .home .how_it_works .uk-card {
  max-height: none;
  border-radius: 15px;
}
body .home .how_it_works .uk-timeline {
  margin-top: 5%;
}
body .home .how_it_works .uk-timeline .uk-timeline-item {
  display: flex;
  position: relative;
}
body .home .how_it_works .uk-timeline .uk-timeline-item::before {
  background: #dadee4;
  content: "";
  height: 100%;
  left: 19px;
  position: absolute;
  top: 20px;
  width: 2px;
  z-index: -1;
}
body .home .how_it_works .uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
  margin-top: 20px;
  width: 40px;
  height: 40px;
}
body .home .how_it_works .uk-timeline .uk-timeline-item .uk-timeline-content {
  flex: 1 1 auto;
  padding: 0 0 0 1rem;
}
body .hero {
  height: 100vh;
}
body .new_report {
  background: #f1e3b5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .report_sample {
  background: #18603f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .report_sample .text h2, body .report_sample .text p {
  color: #FFF;
}
body .report_sample .text p {
  margin: 5% 0;
}
body .report_sample .embed {
  width: 100%;
  height: 100vh;
  padding: 0 0 10% 0;
  max-height: 1080px;
  margin: 0;
}
body .report_sample .embed a[href="https://heyzine.com"] {
  display: none;
}
body .report_sample .embed iframe {
  width: 100%;
  height: 100%;
}
body .testimonial {
  background: #FFF;
  display: flex;
  justify-content: center;
}
body .why_me {
  background: #e3e3e3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .the_reporter {
  background: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .the_reporter .read {
  color: #f1e3b5;
  text-decoration-line: underline;
}
body .how_it_works {
  background: #e3e3e3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .testimonials {
  background: #FFF;
}
body .pricing .pdf b {
  color: #d4af37;
}
body .pricing .heading .break {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .pricing .heading .break p {
  margin: 0;
}
body .pricing .heading .break p a {
  text-decoration: underline;
}
body .pricing table {
  margin-top: 10%;
}
body .pricing table th, body .pricing table li, body .pricing table td {
  font-family: "Wix Madefor Text", sans-serif;
  color: #111111;
}
body .pricing table td {
  background-color: #e3e3e3;
  color: #111111;
}
body .pricing table th {
  background-color: #d4af37;
  font-weight: bold;
}
body .pricing table .service {
  font-weight: bold;
}
body .pricing table .report_button {
  background-color: #18603f;
  line-height: 1.2rem;
}
body .faq, body .pricing {
  background: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .faq h2, body .faq a, body .faq li, body .faq b, body .faq p, body .pricing h2, body .pricing a, body .pricing li, body .pricing b, body .pricing p {
  color: #FFF;
}
body .faq .link, body .pricing .link {
  display: inline;
  text-decoration: underline;
  color: #d4af37;
}
body .guarantee {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .guarantee .image {
  display: flex;
  justify-content: center;
}
body .guarantee .image img {
  width: 15rem;
}
body .guarantee .heading h2 {
  text-align: center;
}
body .contact {
  background: #f1e3b5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .contact .email-link {
  color: #18603f;
  text-decoration: underline;
}
body .contact form {
  background-color: #FFF;
  border-radius: 15px;
  padding: 5%;
}
body .contact form .form-small {
  font-size: 0.8rem !important;
}
body .contact form a.form-small {
  color: #1e87f0;
  text-decoration: underline;
}
body .contact form #formPage1 .stack {
  margin: 5% 0;
}
body .contact form #formPage2 .stack {
  margin: 8% 0;
}
body .contact form .stack {
  display: flex;
  flex-direction: column;
}
body .contact form .stack input, body .contact form .stack textarea, body .contact form .stack select {
  border-radius: 15px;
  margin-top: 2%;
  background-color: #e3e3e3;
  color: #111111;
}
body .contact form .stack label {
  font-family: "Wix Madefor Text", sans-serif;
  color: #111111;
}
body .contact form .stack textarea {
  min-height: 6px;
}
body .contact form .form_button {
  width: 100%;
  color: #FFF;
  margin: 15% 0;
  font-weight: normal;
  font-size: 1rem;
}
body .contact img {
  border-radius: 15px;
}
body footer {
  display: flex;
  flex-direction: column;
  padding: 5% 0;
  background: #e3e3e3;
}
body footer .heading {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
body footer .footer {
  display: flex;
  margin: 0 5%;
}
body footer .footer .text {
  order: 2;
  margin-top: 10%;
}
body footer .footer .ABC .contact-link {
  color: #111111;
  text-decoration: underline;
}
body footer .footer .ABC .socials .uk-icon-button {
  background: #111111;
  color: #FFF;
}
body footer .footer .policies ul a {
  font-family: "Wix Madefor Text", sans-serif;
  color: #111111;
  font-size: 1rem;
  margin-bottom: 3%;
}
body .steps {
  background: #111111;
}
body .steps .uk-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #navbar {
  background-color: transparent;
}
body .privacy-policy {
  align-items: center;
  margin-bottom: 15%;
}
body .privacy-policy .hero {
  padding: 0 5% 5% 5%;
}
body .privacy-policy .hero header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .privacy-policy .hero header .report_button {
  margin: 0;
}
body .privacy-policy .body a {
  color: #18603f;
  text-decoration: underline;
}
body .privacy-policy .body .title {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  color: #d4af37;
}
body .features {
  background-color: #e3e3e3;
}
body .quiz-container {
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .quiz-container #prevButton {
  color: #111111;
  background-color: #FFF;
  border: 1px solid #111111;
}
body .quiz-container p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
body .quiz-container .options {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-top: 3%;
}
body .quiz-container .options input[type=radio] {
  display: none;
}
body .quiz-container .options input[type=radio]:checked + label {
  background-color: #d4af37;
  color: #111111;
}
body .quiz-container .options label {
  display: block;
  flex: 1;
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  border: 1px solid #ccc;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 15px;
}
body .quiz-container .options label:hover {
  background-color: #f8f8f8;
}
body .quiz-container .buttons {
  margin: 8% 0;
  width: 70%;
  display: flex;
  flex-direction: row;
}
body .quiz-container .buttons a {
  text-decoration: none;
}
body .blog .button-cover {
  margin: 5% 0;
}

@media screen and (max-width: 760px) {
  .logo {
    width: 4rem;
    height: 4rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  .hero {
    padding: 0 5%;
    margin: 10% 0;
  }
  section {
    padding: 15% 5%;
  }
  .not_mobile {
    display: none;
  }
  .report_button {
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.5rem;
    padding: 1rem 2rem;
  }
  .form_thanks .hero {
    display: flex;
    flex-direction: column;
    margin: 10% 0;
    height: auto;
  }
  .form_thanks .hero .report_button {
    margin-left: 0;
    align-self: center;
    margin-top: 5%;
  }
  html, body {
    height: 100%;
    width: 100%;
    margin: 0;
  }
  html .home .hero, body .home .hero {
    width: 100vw;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 5%;
  }
  html .home .hero .button_cover, body .home .hero .button_cover {
    display: flex;
    flex-direction: column;
  }
  html .home .hero .report_button, body .home .hero .report_button {
    margin-top: 15%;
    align-self: center;
  }
  html .home .hero .text, body .home .hero .text {
    margin-top: 5%;
  }
  html .home .hero .text h1, body .home .hero .text h1 {
    text-align: center;
  }
  html .home .hero .text p, body .home .hero .text p {
    margin-top: 15%;
    color: black;
    font-weight: 500;
  }
  html .home .hero .button.uk-container, body .home .hero .button.uk-container {
    display: flex;
    justify-content: center;
  }
  html .home .report_sample .text, body .home .report_sample .text {
    padding-top: 10%;
  }
  html .home .report_sample .scroll-notice, body .home .report_sample .scroll-notice {
    display: flex;
    justify-content: center;
    margin: 10% 0 5% 0;
  }
  html .home .report_sample .scroll-notice svg, body .home .report_sample .scroll-notice svg {
    width: 15%;
    height: 15%;
  }
  html .home .report_sample .scroll-notice span, body .home .report_sample .scroll-notice span {
    color: #FFF;
    font-weight: bold;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 1rem;
    margin: 0 5%;
  }
  html .home .report_sample .scroll-notice .blink, body .home .report_sample .scroll-notice .blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  html .home .report_sample .rep p, body .home .report_sample .rep p {
    color: #FFF;
  }
  html .home .video_sample, body .home .video_sample {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15%;
  }
  html .home .video_sample .report_button, body .home .video_sample .report_button {
    margin-top: 5%;
  }
  html .home .video_sample .text, body .home .video_sample .text {
    display: flex;
    flex-direction: column;
  }
  html .home .video_sample .text h2, body .home .video_sample .text h2 {
    align-self: center;
    margin: 5% 0;
  }
  html .home .video_sample .embed, body .home .video_sample .embed {
    margin: 15% 0;
    position: relative;
    overflow: hidden;
    width: 90%;
    padding-top: 56.25%;
  }
  html .home .video_sample .embed iframe, body .home .video_sample .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  html .home .video_sample .uk-container .review, body .home .video_sample .uk-container .review {
    display: flex;
    flex-direction: column;
  }
  html .home .video_sample .uk-container .review .image, body .home .video_sample .uk-container .review .image {
    width: 50%;
    align-self: center;
  }
  html .home .video_sample .uk-container .review .image img, body .home .video_sample .uk-container .review .image img {
    border-radius: 50%;
    margin-bottom: 5%;
  }
  html .home .video_sample .uk-container .review .image .stars, body .home .video_sample .uk-container .review .image .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  html .home .video_sample .uk-container .review .image .stars svg, body .home .video_sample .uk-container .review .image .stars svg {
    width: 1.5rem;
  }
  html .home .video_sample .uk-container .review .text, body .home .video_sample .uk-container .review .text {
    margin-top: 15%;
  }
  html .home .video_sample .uk-container .review .text .who, body .home .video_sample .uk-container .review .text .who {
    font-weight: bold;
  }
  html .home .video_sample .uk-container:nth-child(3), body .home .video_sample .uk-container:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .home .new_report, body .home .new_report {
    padding-top: 15%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #f1e3b5;
  }
  html .home .new_report .main, body .home .new_report .main {
    padding: 0 10% 10% 10%;
  }
  html .home .new_report .main .image img, body .home .new_report .main .image img {
    box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.58);
  }
  html .home .new_report .main .text, body .home .new_report .main .text {
    margin-top: 15%;
  }
  html .home .new_report .main .text .report_button, body .home .new_report .main .text .report_button {
    margin-top: 15%;
  }
  html .home .new_report .main .text .rep, body .home .new_report .main .text .rep {
    justify-content: flex-start;
  }
  html .home .new_report .list, body .home .new_report .list {
    background-color: #e3e3e3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .home .new_report .list h2, body .home .new_report .list h2 {
    margin-top: 10%;
  }
  html .home .new_report .list .cards, body .home .new_report .list .cards {
    background-color: #e3e3e3;
    padding: 10%;
  }
  html .home .new_report .list .cards .card, body .home .new_report .list .cards .card {
    padding: 10%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10%;
    border-radius: 15px;
  }
  html .home .new_report .list .cards .card svg, body .home .new_report .list .cards .card svg {
    width: 2.5rem;
    margin-bottom: 8%;
  }
  html .home .new_report .list .cards .card h3, html .home .new_report .list .cards .card p, body .home .new_report .list .cards .card h3, body .home .new_report .list .cards .card p {
    text-align: center;
  }
  html .home .testimonial, html .home .swap, body .home .testimonial, body .home .swap {
    display: flex;
    flex-direction: column;
  }
  html .home .testimonial .uk-container, html .home .swap .uk-container, body .home .testimonial .uk-container, body .home .swap .uk-container {
    display: flex;
    flex-direction: column;
  }
  html .home .testimonial .uk-container .image, html .home .swap .uk-container .image, body .home .testimonial .uk-container .image, body .home .swap .uk-container .image {
    width: 50%;
    align-self: center;
  }
  html .home .testimonial .uk-container .image img, html .home .swap .uk-container .image img, body .home .testimonial .uk-container .image img, body .home .swap .uk-container .image img {
    border-radius: 50%;
    margin-bottom: 5%;
  }
  html .home .testimonial .uk-container .image .stars, html .home .swap .uk-container .image .stars, body .home .testimonial .uk-container .image .stars, body .home .swap .uk-container .image .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  html .home .testimonial .uk-container .image .stars svg, html .home .swap .uk-container .image .stars svg, body .home .testimonial .uk-container .image .stars svg, body .home .swap .uk-container .image .stars svg {
    width: 1.5rem;
  }
  html .home .testimonial .uk-container .text, html .home .swap .uk-container .text, body .home .testimonial .uk-container .text, body .home .swap .uk-container .text {
    margin-top: 15%;
  }
  html .home .testimonial .uk-container .text .who, html .home .swap .uk-container .text .who, body .home .testimonial .uk-container .text .who, body .home .swap .uk-container .text .who {
    font-weight: bold;
  }
  html .home .why_me h2, body .home .why_me h2 {
    margin-top: 10%;
    color: #111111;
  }
  html .home .why_me p, html .home .why_me li, html .home .why_me h3, body .home .why_me p, body .home .why_me li, body .home .why_me h3 {
    color: #111111;
  }
  html .home .why_me .text .textb1, body .home .why_me .text .textb1 {
    margin-top: 15%;
  }
  html .home .why_me .text .textb1 .text1, html .home .why_me .text .textb1 .text2, body .home .why_me .text .textb1 .text1, body .home .why_me .text .textb1 .text2 {
    margin-bottom: 15%;
  }
  html .home .why_me .text .textb1 .text1, body .home .why_me .text .textb1 .text1 {
    display: flex;
    flex-direction: row;
  }
  html .home .why_me .text .textb1 .text1 img, body .home .why_me .text .textb1 .text1 img {
    width: 2rem;
    margin-right: 5%;
    align-self: flex-start;
  }
  html .home .why_me .text .textb1 .text1 .dwrap, body .home .why_me .text .textb1 .text1 .dwrap {
    display: flex;
    flex-direction: column;
  }
  html .home .why_me .text p, body .home .why_me .text p {
    margin-top: 10%;
  }
  html .home .why_me .report_button, body .home .why_me .report_button {
    margin: 10% 0;
    background-color: #111111;
  }
  html .home .why_me ul li span, body .home .why_me ul li span {
    color: #18603f;
    font-weight: 800;
  }
  html .home .why_me img, body .home .why_me img {
    border-radius: 15px;
  }
  html .home .why_me .rep, body .home .why_me .rep {
    margin-top: 0;
  }
  html .home .why_me .rep p, body .home .why_me .rep p {
    margin-top: 0;
  }
  html .home .the_reporter .text, body .home .the_reporter .text {
    display: flex;
    flex-direction: column;
  }
  html .home .the_reporter .text .rep, body .home .the_reporter .text .rep {
    margin-top: 0;
    justify-content: flex-start;
  }
  html .home .the_reporter h2, body .home .the_reporter h2 {
    margin: 10% 0;
    color: #FFF;
  }
  html .home .the_reporter p, html .home .the_reporter h3, html .home .the_reporter li, body .home .the_reporter p, body .home .the_reporter h3, body .home .the_reporter li {
    color: #FFF;
  }
  html .home .the_reporter img, body .home .the_reporter img {
    border-radius: 15px;
  }
  html .home .the_reporter .report_button, body .home .the_reporter .report_button {
    margin: 10% 0;
  }
  html .home .the_reporter .green_button, body .home .the_reporter .green_button {
    background-color: #18603f;
  }
  html .home .the_reporter .gold_button, body .home .the_reporter .gold_button {
    background-color: #d4af37;
  }
  html .home .the_reporter .hidden, body .home .the_reporter .hidden {
    margin: 10% 0%;
  }
  html .home .the_reporter .hidden h3, body .home .the_reporter .hidden h3 {
    margin-top: 8%;
  }
  html .home .the_reporter .lower-text, html .home .the_reporter .lower-image, body .home .the_reporter .lower-text, body .home .the_reporter .lower-image {
    margin-top: 15%;
  }
  html .home .the_reporter .lower-image, body .home .the_reporter .lower-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  html .home .the_reporter .image .rep, body .home .the_reporter .image .rep {
    display: none;
  }
  html .home .partners, body .home .partners {
    background-color: #f1e3b5;
    padding: 15% 5%;
  }
  html .home .partners .uk-container .logos, body .home .partners .uk-container .logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 5%;
  }
  html .home .partners .uk-container .logos .badge, body .home .partners .uk-container .logos .badge {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  html .home .partners .uk-container .logos .badge a, body .home .partners .uk-container .logos .badge a {
    width: 60%;
  }
  html .home .how_it_works a, html .home .how_it_works li, html .home .how_it_works label, html .home .contact a, html .home .contact li, html .home .contact label, body .home .how_it_works a, body .home .how_it_works li, body .home .how_it_works label, body .home .contact a, body .home .contact li, body .home .contact label {
    font-family: "Wix Madefor Text", sans-serif;
    color: #111111;
    font-size: 1rem;
  }
  html .home .how_it_works a, html .home .contact a, body .home .how_it_works a, body .home .contact a {
    font-weight: bold;
  }
  html .home .how_it_works ul hr, html .home .contact ul hr, body .home .how_it_works ul hr, body .home .contact ul hr {
    margin: 2%;
  }
  html .home .how_it_works a[tabindex]:focus, body .home .how_it_works a[tabindex]:focus {
    color: #d4af37;
  }
  html .home .how_it_works .report_button, body .home .how_it_works .report_button {
    color: #FFF;
    margin: 15% 0 5% 0;
  }
  html .home .how_it_works .uk-timeline, body .home .how_it_works .uk-timeline {
    margin-top: 15%;
  }
  html .home .how_it_works .uk-card-header h3, body .home .how_it_works .uk-card-header h3 {
    order: 2;
  }
  html .home .how_it_works .uk-card-header span, body .home .how_it_works .uk-card-header span {
    order: 1;
    margin: 5% 0 5% 0 !important;
  }
  html .home .how_it_works .uk-card-header .uk-box, body .home .how_it_works .uk-card-header .uk-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  html .home .how_it_works .button, body .home .how_it_works .button {
    display: flex;
    justify-content: center;
  }
  html .home .testimonials .uk-card, body .home .testimonials .uk-card {
    margin-bottom: 10%;
  }
  html .home .testimonials .uk-card .info, body .home .testimonials .uk-card .info {
    margin-top: 25%;
  }
  html .home .testimonials .uk-card .info img, body .home .testimonials .uk-card .info img {
    border-radius: 50%;
    width: 20%;
    margin-bottom: 5%;
  }
  html .home .testimonials .uk-card .info p, body .home .testimonials .uk-card .info p {
    margin: 1% 0;
  }
  html .home .faq a, html .home .faq li, html .home .faq label, body .home .faq a, body .home .faq li, body .home .faq label {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 1rem;
  }
  html .home .faq ul hr, body .home .faq ul hr {
    margin: 6% 0;
  }
  html .home .faq .report_button, body .home .faq .report_button {
    color: #111111;
    margin: 15% 0 5% 0;
    background-color: #d4af37;
  }
  html .home .guarantee .image img, body .home .guarantee .image img {
    width: 10rem;
  }
  html .home .contact .email-link, body .home .contact .email-link {
    color: #18603f;
  }
  html .home .contact .rows, body .home .contact .rows {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .home .contact .rows img, body .home .contact .rows img {
    max-width: 350px;
    width: 100%;
    margin-top: 10%;
  }
  html .home .contact .rows form, body .home .contact .rows form {
    margin: 15% 0;
  }
  html .home .contact .rows form #formPage1, body .home .contact .rows form #formPage1 {
    display: flex;
    flex-direction: column;
  }
  html .home .contact .rows form .page_1_next, html .home .contact .rows form .page_1_back, body .home .contact .rows form .page_1_next, body .home .contact .rows form .page_1_back {
    color: #FFF;
  }
  html .home .contact .rows form .page_1_back, body .home .contact .rows form .page_1_back {
    color: #111111;
    background: #FFF;
    border: 1px solid #111111;
  }
  html .home .contact .rows form .form_button, body .home .contact .rows form .form_button {
    margin: 5% 0;
  }
  html footer .footer, body footer .footer {
    padding: 5%;
    display: flex;
    flex-direction: column;
  }
  html footer .footer .ABC, body footer .footer .ABC {
    width: 100%;
  }
  html footer .footer .policies, body footer .footer .policies {
    width: 100%;
    margin-top: 10%;
  }
  html footer .footer .policies .heading, body footer .footer .policies .heading {
    margin-left: 1%;
  }
  html footer .footer .policies ul, body footer .footer .policies ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  html footer small, body footer small {
    margin-left: 10%;
  }
  html #free-report, body #free-report {
    margin-bottom: 0;
  }
  html .not-quiz .results, body .not-quiz .results {
    margin-bottom: 0;
  }
  html .for-quiz .results, body .for-quiz .results {
    margin-bottom: 10%;
  }
  html .free-report .results, html .optimized-site .results, body .free-report .results, body .optimized-site .results {
    padding: 5%;
  }
  html .free-report .results .upper h2, html .optimized-site .results .upper h2, body .free-report .results .upper h2, body .optimized-site .results .upper h2 {
    text-align: center;
    margin-top: 10%;
  }
  html .free-report .results .lower .photo, html .optimized-site .results .lower .photo, body .free-report .results .lower .photo, body .optimized-site .results .lower .photo {
    margin-bottom: 10%;
  }
  html .free-report .results .lower .text .negative, html .optimized-site .results .lower .text .negative, body .free-report .results .lower .text .negative, body .optimized-site .results .lower .text .negative {
    color: #f44336;
  }
  html .free-report .results .lower .text .positive, html .optimized-site .results .lower .text .positive, body .free-report .results .lower .text .positive, body .optimized-site .results .lower .text .positive {
    color: #d4af37;
  }
  html .free-report .results .lower .text > div:first-child, html .optimized-site .results .lower .text > div:first-child, body .free-report .results .lower .text > div:first-child, body .optimized-site .results .lower .text > div:first-child {
    margin-bottom: 15%;
  }
  html .free-report .hero, html .free-report .final, html .optimized-site .hero, html .optimized-site .final, body .free-report .hero, body .free-report .final, body .optimized-site .hero, body .optimized-site .final {
    background: #18603f;
    padding: 15% 8%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  html .free-report .hero h1, html .free-report .hero p, html .free-report .final h1, html .free-report .final p, html .optimized-site .hero h1, html .optimized-site .hero p, html .optimized-site .final h1, html .optimized-site .final p, body .free-report .hero h1, body .free-report .hero p, body .free-report .final h1, body .free-report .final p, body .optimized-site .hero h1, body .optimized-site .hero p, body .optimized-site .final h1, body .optimized-site .final p {
    color: #FFF;
  }
  html .free-report .hero .text p, html .free-report .final .text p, html .optimized-site .hero .text p, html .optimized-site .final .text p, body .free-report .hero .text p, body .free-report .final .text p, body .optimized-site .hero .text p, body .optimized-site .final .text p {
    margin-top: 10%;
  }
  html .free-report .hero .form-section .notice, html .free-report .final .form-section .notice, html .optimized-site .hero .form-section .notice, html .optimized-site .final .form-section .notice, body .free-report .hero .form-section .notice, body .free-report .final .form-section .notice, body .optimized-site .hero .form-section .notice, body .optimized-site .final .form-section .notice {
    font-size: 0.8rem;
    color: #9d9d9d;
    text-align: center;
  }
  html .free-report .hero .form-section .free, html .free-report .final .form-section .free, html .optimized-site .hero .form-section .free, html .optimized-site .final .form-section .free, body .free-report .hero .form-section .free, body .free-report .final .form-section .free, body .optimized-site .hero .form-section .free, body .optimized-site .final .form-section .free {
    margin-top: 0;
  }
  html .free-report .features h2, html .optimized-site .features h2, body .free-report .features h2, body .optimized-site .features h2 {
    margin-top: 10%;
    color: #111111;
  }
  html .free-report .features p, html .free-report .features li, html .free-report .features h3, html .optimized-site .features p, html .optimized-site .features li, html .optimized-site .features h3, body .free-report .features p, body .free-report .features li, body .free-report .features h3, body .optimized-site .features p, body .optimized-site .features li, body .optimized-site .features h3 {
    color: #111111;
  }
  html .free-report .features .text .textb1, html .optimized-site .features .text .textb1, body .free-report .features .text .textb1, body .optimized-site .features .text .textb1 {
    margin-top: 15%;
  }
  html .free-report .features .text .textb1 .text1, html .free-report .features .text .textb1 .text2, html .optimized-site .features .text .textb1 .text1, html .optimized-site .features .text .textb1 .text2, body .free-report .features .text .textb1 .text1, body .free-report .features .text .textb1 .text2, body .optimized-site .features .text .textb1 .text1, body .optimized-site .features .text .textb1 .text2 {
    margin-bottom: 15%;
  }
  html .free-report .features .text .textb1 .text1, html .optimized-site .features .text .textb1 .text1, body .free-report .features .text .textb1 .text1, body .optimized-site .features .text .textb1 .text1 {
    display: flex;
    flex-direction: row;
  }
  html .free-report .features .text .textb1 .text1 img, html .optimized-site .features .text .textb1 .text1 img, body .free-report .features .text .textb1 .text1 img, body .optimized-site .features .text .textb1 .text1 img {
    width: 2rem;
    margin-right: 5%;
    align-self: flex-start;
  }
  html .free-report .features .text .textb1 .text1 .dwrap, html .optimized-site .features .text .textb1 .text1 .dwrap, body .free-report .features .text .textb1 .text1 .dwrap, body .optimized-site .features .text .textb1 .text1 .dwrap {
    display: flex;
    flex-direction: column;
  }
  html .free-report .features .text p, html .optimized-site .features .text p, body .free-report .features .text p, body .optimized-site .features .text p {
    margin-top: 10%;
  }
  html .free-report .features .report_button, html .optimized-site .features .report_button, body .free-report .features .report_button, body .optimized-site .features .report_button {
    margin: 10% 0;
    background-color: #111111;
  }
  html .free-report .features ul li span, html .optimized-site .features ul li span, body .free-report .features ul li span, body .optimized-site .features ul li span {
    color: #18603f;
    font-weight: 800;
  }
  html .free-report .testimonial, html .optimized-site .testimonial, body .free-report .testimonial, body .optimized-site .testimonial {
    display: flex;
    flex-direction: column;
  }
  html .free-report .testimonial .uk-container, html .optimized-site .testimonial .uk-container, body .free-report .testimonial .uk-container, body .optimized-site .testimonial .uk-container {
    display: flex;
    flex-direction: column;
  }
  html .free-report .testimonial .uk-container .image, html .optimized-site .testimonial .uk-container .image, body .free-report .testimonial .uk-container .image, body .optimized-site .testimonial .uk-container .image {
    width: 50%;
    align-self: center;
  }
  html .free-report .testimonial .uk-container .image img, html .optimized-site .testimonial .uk-container .image img, body .free-report .testimonial .uk-container .image img, body .optimized-site .testimonial .uk-container .image img {
    border-radius: 50%;
    margin-bottom: 5%;
  }
  html .free-report .testimonial .uk-container .image .stars, html .optimized-site .testimonial .uk-container .image .stars, body .free-report .testimonial .uk-container .image .stars, body .optimized-site .testimonial .uk-container .image .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  html .free-report .testimonial .uk-container .image .stars svg, html .optimized-site .testimonial .uk-container .image .stars svg, body .free-report .testimonial .uk-container .image .stars svg, body .optimized-site .testimonial .uk-container .image .stars svg {
    width: 1.5rem;
  }
  html .free-report .testimonial .uk-container .text, html .optimized-site .testimonial .uk-container .text, body .free-report .testimonial .uk-container .text, body .optimized-site .testimonial .uk-container .text {
    margin-top: 15%;
  }
  html .free-report .testimonial .uk-container .text .who, html .optimized-site .testimonial .uk-container .text .who, body .free-report .testimonial .uk-container .text .who, body .optimized-site .testimonial .uk-container .text .who {
    font-weight: bold;
  }
  html .free-report .steps .seo-report-button, html .optimized-site .steps .seo-report-button, body .free-report .steps .seo-report-button, body .optimized-site .steps .seo-report-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    width: 300px;
  }
  html .free-report .steps h2, html .free-report .steps h3, html .free-report .steps p, html .optimized-site .steps h2, html .optimized-site .steps h3, html .optimized-site .steps p, body .free-report .steps h2, body .free-report .steps h3, body .free-report .steps p, body .optimized-site .steps h2, body .optimized-site .steps h3, body .optimized-site .steps p {
    color: #FFF;
  }
  html .free-report .steps .nums hr, html .optimized-site .steps .nums hr, body .free-report .steps .nums hr, body .optimized-site .steps .nums hr {
    margin-bottom: 0;
    margin-top: 15%;
  }
  html .free-report .steps .nums .num, html .optimized-site .steps .nums .num, body .free-report .steps .nums .num, body .optimized-site .steps .nums .num {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .free-report .steps .nums .num .big, html .optimized-site .steps .nums .num .big, body .free-report .steps .nums .num .big, body .optimized-site .steps .nums .num .big {
    color: #d4af37;
    font-weight: bold;
    font-size: 4rem;
  }
  html .free-report .steps .nums .num h3, html .free-report .steps .nums .num p, html .optimized-site .steps .nums .num h3, html .optimized-site .steps .nums .num p, body .free-report .steps .nums .num h3, body .free-report .steps .nums .num p, body .optimized-site .steps .nums .num h3, body .optimized-site .steps .nums .num p {
    text-align: center;
  }
  html .free-report .the-reporter .uk-container, html .optimized-site .the-reporter .uk-container, body .free-report .the-reporter .uk-container, body .optimized-site .the-reporter .uk-container {
    display: flex;
    flex-direction: column;
  }
  html .free-report .the-reporter .uk-container .text, html .optimized-site .the-reporter .uk-container .text, body .free-report .the-reporter .uk-container .text, body .optimized-site .the-reporter .uk-container .text {
    order: 2;
  }
  html .free-report .the-reporter .uk-container .text .seo-report-button, html .optimized-site .the-reporter .uk-container .text .seo-report-button, body .free-report .the-reporter .uk-container .text .seo-report-button, body .optimized-site .the-reporter .uk-container .text .seo-report-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .free-report .the-reporter .uk-container .image, html .optimized-site .the-reporter .uk-container .image, body .free-report .the-reporter .uk-container .image, body .optimized-site .the-reporter .uk-container .image {
    order: 1;
    margin-bottom: 15%;
  }
  html .free-report .faq, html .optimized-site .faq, body .free-report .faq, body .optimized-site .faq {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 1rem;
  }
  html .free-report .faq a, html .free-report .faq li, html .free-report .faq label, html .optimized-site .faq a, html .optimized-site .faq li, html .optimized-site .faq label, body .free-report .faq a, body .free-report .faq li, body .free-report .faq label, body .optimized-site .faq a, body .optimized-site .faq li, body .optimized-site .faq label {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 1rem;
  }
  html .free-report .faq ul hr, html .optimized-site .faq ul hr, body .free-report .faq ul hr, body .optimized-site .faq ul hr {
    margin: 6% 0;
  }
  html .free-report .faq .report_button, html .optimized-site .faq .report_button, body .free-report .faq .report_button, body .optimized-site .faq .report_button {
    color: #111111;
    margin: 15% 0;
    background-color: #d4af37;
  }
  html .free-report .faq .seo-report-button, html .optimized-site .faq .seo-report-button, body .free-report .faq .seo-report-button, body .optimized-site .faq .seo-report-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
  }
  html .optimized-site .the-reporter, html .optimized-site .improvement, body .optimized-site .the-reporter, body .optimized-site .improvement {
    background-color: #e3e3e3;
  }
  html .thanks-seo .hero, html .thanks-newsletter .hero, body .thanks-seo .hero, body .thanks-newsletter .hero {
    height: auto;
  }
  html .thanks-seo .hero .uk-container, html .thanks-newsletter .hero .uk-container, body .thanks-seo .hero .uk-container, body .thanks-newsletter .hero .uk-container {
    display: flex;
    flex-direction: column;
    margin: 10% 0;
    background-color: #FFF;
  }
  html .thanks-seo .hero .uk-container .body, html .thanks-newsletter .hero .uk-container .body, body .thanks-seo .hero .uk-container .body, body .thanks-newsletter .hero .uk-container .body {
    display: flex;
    flex-direction: column;
  }
  html .thanks-seo .hero .uk-container .body .text, html .thanks-newsletter .hero .uk-container .body .text, body .thanks-seo .hero .uk-container .body .text, body .thanks-newsletter .hero .uk-container .body .text {
    order: 2;
    margin-top: 5%;
  }
  html .thanks-seo .hero .uk-container .body .image, html .thanks-newsletter .hero .uk-container .body .image, body .thanks-seo .hero .uk-container .body .image, body .thanks-newsletter .hero .uk-container .body .image {
    order: 1;
    width: 30%;
    margin-bottom: 5%;
    margin-top: 15%;
  }
  html .thanks-seo footer, html .thanks-newsletter footer, body .thanks-seo footer, body .thanks-newsletter footer {
    margin-top: 15%;
  }
  html .privacy-policy .hero, html .error-404 .hero, body .privacy-policy .hero, body .error-404 .hero {
    height: auto;
    background-image: none;
  }
  html .privacy-policy .body, html .error-404 .body, body .privacy-policy .body, body .error-404 .body {
    padding: 0 5% 15% 5%;
  }
  html .blog .hero, body .blog .hero {
    margin: 5% 0;
  }
  html .blog .button-cover, body .blog .button-cover {
    display: flex;
    justify-content: center;
  }
  .confirmation-thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .confirmation-thanks small {
    margin: 0;
  }
}
@media screen and (max-width: 950px) {
  .home .partners {
    background-color: #f1e3b5;
    padding: 10% 0;
  }
  .home .partners .uk-container .logos {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .partners .uk-container .logos .badge {
    width: 45%;
    margin-top: 10%;
  }
  .home .partners .uk-container .logos .badge .tip {
    color: #4a4a4a;
    font-style: italic;
  }
  .home .partners .uk-container .logos .badge .honeybook {
    width: 60%;
  }
  .quiz .not_mobile {
    display: none;
  }
  .quiz .logo-section {
    padding: 5% 5% 0 5%;
    margin-bottom: 0%;
  }
  .quiz .body #welcomeScreen .major {
    padding-top: 0;
    margin: 0 0 10% 0;
  }
  .quiz .body #welcomeScreen .major .image {
    display: flex;
    justify-content: center;
  }
  .quiz .body #welcomeScreen .major .image img {
    width: 100%;
    max-width: 600px;
  }
  .quiz .body #welcomeScreen .major .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .quiz .body #welcomeScreen .major .text h1 {
    margin-top: 10%;
    text-align: center;
  }
  .quiz .body #welcomeScreen .major .text .startButton {
    align-self: center;
  }
  .quiz .body #welcomeScreen .major .text .startButton {
    margin-top: 5%;
  }
  .quiz .body #welcomeScreen .why_take {
    padding: 15% 5%;
    background: #18603f;
    display: flex;
    flex-direction: column;
  }
  .quiz .body #welcomeScreen .why_take .image {
    order: 1;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .quiz .body #welcomeScreen .why_take .image img {
    width: 100%;
    max-width: 600px;
  }
  .quiz .body #welcomeScreen .why_take .text {
    display: flex;
    flex-direction: column;
    order: 2;
    margin: 10% 5% 0 5%;
  }
  .quiz .body #welcomeScreen .why_take .text h2, .quiz .body #welcomeScreen .why_take .text p, .quiz .body #welcomeScreen .why_take .text li {
    color: #FFF;
  }
  .quiz .body #welcomeScreen .why_take .text .startButton {
    margin-top: 5%;
    align-self: flex-start;
  }
  .quiz .body #welcomeScreen .testimonial {
    padding: 15% 5% 8% 5%;
    display: flex;
    flex-direction: column;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container {
    display: flex;
    flex-direction: column;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container .image {
    width: 50%;
    align-self: center;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container .image img {
    border-radius: 50%;
    margin-bottom: 5%;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container .image .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container .image .stars svg {
    width: 1.5rem;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container .text {
    margin-top: 15%;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container .text .who {
    font-weight: bold;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container {
    margin: 0;
  }
  .quiz .body #welcomeScreen .testimonial .uk-container .text {
    padding: 0;
    width: 100%;
  }
  .quiz .body #welcomeScreen .the-reporter {
    background-color: #e3e3e3;
    padding: 15% 5% 15% 5%;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container {
    margin: 0;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container .text {
    padding: 0;
    width: 100%;
    margin-top: 10%;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container .text .startButton {
    margin-top: 5%;
  }
  .quiz .body #welcomeScreen .final {
    background-color: #18603f;
    margin-bottom: 0;
    padding: 10% 5% 15% 5%;
  }
  .quiz .body #welcomeScreen .final .text h1, .quiz .body #welcomeScreen .final .text p {
    color: #FFF;
  }
  .quiz .body .quiz-container {
    padding: 0 5%;
  }
  .quiz .body .quiz-container label {
    color: #111111;
  }
  .quiz .body .quiz-container .question {
    font-size: 1.5rem;
  }
  .quiz .body .quiz-container .options, .quiz .body .quiz-container .buttons {
    width: 100%;
  }
  .guide .results {
    padding: 5%;
  }
  .guide .hero {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    align-items: flex-start;
    text-align: start;
    max-height: none;
  }
  .guide .hero .right {
    order: 1;
    margin-bottom: 10%;
  }
  .guide .hero .left {
    order: 2;
  }
  .guide .hero .left .text {
    align-items: flex-start;
    text-align: start;
  }
  .guide .hero .left .text p, .guide .hero .left .text ul {
    width: 100%;
  }
  .guide .hero .left .notice {
    font-size: 0.8rem;
    text-align: center;
    color: #9d9d9d;
  }
  .guide-footer {
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
@media screen and (min-width: 760.01px) and (max-width: 1599.99px) {
  .home .hero h1 {
    font-size: 2.5rem;
  }
  .home .hero .left {
    padding-right: 25%;
  }
  .home .hero img {
    left: -25vw;
  }
}
@media screen and (min-width: 1600px) {
  .home .hero #menu {
    margin-left: 10%;
  }
  .home .hero h1 {
    font-size: 3.5rem;
  }
  .home .hero p {
    font-size: 1.5rem;
  }
  .home .hero .left {
    padding-right: 40%;
  }
  .home .hero img {
    left: -40vw;
  }
}
@media screen and (min-width: 760.01px) {
  .report_button, .form_button {
    padding: 0.5rem 2rem;
  }
  .logo {
    width: 7rem;
    height: 7rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.3rem;
    margin: 0;
  }
  p, li, b {
    font-size: 1.1rem;
  }
  .not_desktop {
    display: none;
  }
  .uk-container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .form_thanks .hero {
    display: flex;
    flex-direction: column;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .form_thanks .hero .uk-card {
    width: 50%;
  }
  .form_thanks .hero .report_button {
    margin-left: 0;
    align-self: center;
  }
  .privacy-policy .hero, .error-404 .hero {
    height: auto;
    background-image: none;
  }
  .privacy-policy .body, .error-404 .body {
    padding: 3% 5% 15% 5%;
  }
  .privacy-policy .body h1, .error-404 .body h1 {
    text-align: center;
  }
  .privacy-policy .body .text, .error-404 .body .text {
    margin-top: 5%;
    margin-left: 5%;
  }
  .confirmation-thanks {
    padding: 1.5rem 0;
    margin-top: 10rem;
  }
  .confirmation-thanks small {
    margin: 0;
    text-align: center;
  }
  footer .footer {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer .ABC {
    width: 50%;
  }
  footer .footer .policies {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
  }
  footer .footer .policies .heading {
    margin-left: 1%;
    margin-top: 0;
  }
  footer .footer .policies ul {
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  footer .footer .to-top {
    width: 10%;
  }
  footer small {
    margin-top: 10%;
    margin-left: 5%;
  }
  footer .base {
    display: flex;
    flex-direction: column;
  }
  html, body {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  html #menu, body #menu {
    margin: 0 5%;
    background-color: transparent;
  }
  html .home .hero, body .home .hero {
    display: flex;
    flex-direction: row;
    background-image: none;
    overflow: hidden;
    min-height: 650px;
  }
  html .home .hero .image.not_desktop, body .home .hero .image.not_desktop {
    display: none;
  }
  html .home .hero .left, body .home .hero .left {
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  html .home .hero .left header #menu, body .home .hero .left header #menu {
    margin-left: 3%;
  }
  html .home .hero .left .text, body .home .hero .left .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  html .home .hero .left .text h1, html .home .hero .left .text p, body .home .hero .left .text h1, body .home .hero .left .text p {
    text-align: left;
  }
  html .home .hero .left .text p, body .home .hero .left .text p {
    width: 100%;
  }
  html .home .hero .image, body .home .hero .image {
    width: 20%;
    background-color: #111111;
    height: 100%;
    display: flex;
    align-items: end;
    position: relative;
  }
  html .home .hero .image img, body .home .hero .image img {
    position: absolute;
    max-width: none;
    height: 84%;
  }
  html main, body main {
    display: flex;
    flex-direction: column;
  }
  html main .hero, body main .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 800px;
  }
  html main .hero header, body main .hero header {
    align-self: flex-start;
    height: 15%;
  }
  html main .hero header nav, body main .hero header nav {
    height: 100%;
  }
  html main .hero header nav #menu, body main .hero header nav #menu {
    height: 100%;
  }
  html main .hero header nav #menu .uk-navbar, body main .hero header nav #menu .uk-navbar {
    height: 100%;
  }
  html main .hero header nav #menu .uk-navbar .uk-navbar-left, body main .hero header nav #menu .uk-navbar .uk-navbar-left {
    height: 100%;
  }
  html main .hero .button_cover, body main .hero .button_cover {
    margin-top: 5%;
    height: 10%;
    display: flex;
    flex-direction: column;
  }
  html main .hero .button_cover .report_button, body main .hero .button_cover .report_button {
    max-width: 228px;
  }
  html main .hero .button_cover .rep, body main .hero .button_cover .rep {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5%;
    justify-content: flex-start;
  }
  html main .hero .button_cover .rep .stars, body main .hero .button_cover .rep .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 10px;
  }
  html main .hero .button_cover .rep .stars svg, body main .hero .button_cover .rep .stars svg {
    width: 1rem;
  }
  html main .hero .button_cover .rep p, body main .hero .button_cover .rep p {
    margin: 0;
    font-size: 14px;
  }
  html main .hero .text, body main .hero .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  html main .hero .text p, body main .hero .text p {
    width: 75%;
    font-size: 1.1rem;
  }
  html main .hero a, body main .hero a {
    margin-top: 5%;
  }
  html main .new_report .main, body main .new_report .main {
    padding: 5%;
    background-color: #f1e3b5;
    display: flex;
    flex-direction: row;
    margin: 0;
    align-items: flex-start;
  }
  html main .new_report .main .image, body main .new_report .main .image {
    display: flex;
    width: 40%;
  }
  html main .new_report .main .image img, body main .new_report .main .image img {
    box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.58);
  }
  html main .new_report .main .text, body main .new_report .main .text {
    width: 60%;
    padding-left: 10%;
  }
  html main .new_report .main .text .report_button, body main .new_report .main .text .report_button {
    margin-top: 5%;
  }
  html main .new_report .main .rep, body main .new_report .main .rep {
    justify-content: flex-start;
  }
  html main .new_report .list, body main .new_report .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e3e3e3;
    width: 100%;
  }
  html main .new_report .list h2, body main .new_report .list h2 {
    margin-top: 5%;
  }
  html main .new_report .list .cards, body main .new_report .list .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 5%;
    background-color: #e3e3e3;
  }
  html main .new_report .list .cards .card, body main .new_report .list .cards .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24%;
    margin-bottom: 5%;
    border-radius: 15px;
    background-color: #FFF;
    padding: 3%;
  }
  html main .new_report .list .cards .card svg, body main .new_report .list .cards .card svg {
    width: 2.5rem;
    margin-bottom: 5%;
  }
  html main .new_report .list .cards .card .inner_text h3, html main .new_report .list .cards .card .inner_text p, body main .new_report .list .cards .card .inner_text h3, body main .new_report .list .cards .card .inner_text p {
    text-align: center;
  }
  html main .swap, body main .swap {
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
  }
  html main .swap .uk-container, body main .swap .uk-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  html main .swap .uk-container .image, body main .swap .uk-container .image {
    display: flex;
    flex-direction: column;
    width: 30%;
    order: 2;
    margin-left: 5%;
  }
  html main .swap .uk-container .image img, body main .swap .uk-container .image img {
    border-radius: 50%;
  }
  html main .swap .uk-container .image .stars, body main .swap .uk-container .image .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
  }
  html main .swap .uk-container .image .stars svg, body main .swap .uk-container .image .stars svg {
    width: 2rem;
  }
  html main .swap .uk-container .text, body main .swap .uk-container .text {
    order: 1;
    padding-left: 0;
    width: 70%;
  }
  html main .swap .uk-container .text .who, body main .swap .uk-container .text .who {
    font-weight: bold;
  }
  html main .testimonial, body main .testimonial {
    padding: 5% 0;
  }
  html main .testimonial .uk-container, body main .testimonial .uk-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  html main .testimonial .uk-container .image, body main .testimonial .uk-container .image {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
  html main .testimonial .uk-container .image img, body main .testimonial .uk-container .image img {
    border-radius: 50%;
  }
  html main .testimonial .uk-container .image .stars, body main .testimonial .uk-container .image .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
  }
  html main .testimonial .uk-container .image .stars svg, body main .testimonial .uk-container .image .stars svg {
    width: 2rem;
  }
  html main .testimonial .uk-container .text, body main .testimonial .uk-container .text {
    padding-left: 10%;
    width: 70%;
  }
  html main .testimonial .uk-container .text .who, body main .testimonial .uk-container .text .who {
    font-weight: bold;
  }
  html main .video_sample, body main .video_sample {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
  }
  html main .video_sample .text, body main .video_sample .text {
    display: flex;
    flex-direction: column;
  }
  html main .video_sample .text h2, body main .video_sample .text h2 {
    text-align: center;
    margin-bottom: 5%;
  }
  html main .video_sample .embed, body main .video_sample .embed {
    margin-top: 5%;
  }
  html main .video_sample .embed iframe, body main .video_sample .embed iframe {
    width: 80vw;
    aspect-ratio: 16/9;
    max-width: 960px;
  }
  html main .video_sample .uk-container .review, body main .video_sample .uk-container .review {
    margin: 8% 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  html main .video_sample .uk-container .review .image, body main .video_sample .uk-container .review .image {
    display: flex;
    flex-direction: column;
    width: 20%;
  }
  html main .video_sample .uk-container .review .image img, body main .video_sample .uk-container .review .image img {
    border-radius: 50%;
  }
  html main .video_sample .uk-container .review .image .stars, body main .video_sample .uk-container .review .image .stars {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
  }
  html main .video_sample .uk-container .review .image .stars svg, body main .video_sample .uk-container .review .image .stars svg {
    width: 2rem;
  }
  html main .video_sample .uk-container .review .text, body main .video_sample .uk-container .review .text {
    padding-left: 10%;
    width: 70%;
  }
  html main .video_sample .uk-container .review .text .who, body main .video_sample .uk-container .review .text .who {
    font-weight: bold;
  }
  html main .video_sample .uk-container:nth-child(3), body main .video_sample .uk-container:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html main .report_sample .text, body main .report_sample .text {
    padding-top: 5%;
  }
  html main .report_sample .text h2, body main .report_sample .text h2 {
    text-align: center;
  }
  html main .report_sample .scroll-notice, body main .report_sample .scroll-notice {
    display: flex;
    justify-content: center;
    margin: 10% 0 5% 0;
  }
  html main .report_sample .scroll-notice svg, body main .report_sample .scroll-notice svg {
    width: 5%;
    height: 5%;
  }
  html main .report_sample .scroll-notice span, body main .report_sample .scroll-notice span {
    color: #FFF;
    font-weight: bold;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 1rem;
    margin: 0 5%;
  }
  html main .report_sample .scroll-notice .blink, body main .report_sample .scroll-notice .blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  html main .report_sample .rep p, body main .report_sample .rep p {
    color: #FFF;
  }
  html main .partners h2, body main .partners h2 {
    text-align: center;
  }
  html main .report_sample, html main .video_sample, body main .report_sample, body main .video_sample {
    padding-bottom: 10%;
  }
  html main .the_reporter, body main .the_reporter {
    padding-bottom: 10%;
  }
  html main .the_reporter h2, html main .the_reporter h3, html main .the_reporter p, html main .the_reporter li, body main .the_reporter h2, body main .the_reporter h3, body main .the_reporter p, body main .the_reporter li {
    color: #FFF;
  }
  html main .the_reporter .green_button, body main .the_reporter .green_button {
    background-color: #18603f;
  }
  html main .the_reporter .gold_button, body main .the_reporter .gold_button {
    background-color: #d4af37;
  }
  html main .the_reporter .hidden .image, body main .the_reporter .hidden .image {
    order: 2;
  }
  html main .the_reporter .hidden .text, body main .the_reporter .hidden .text {
    padding-left: 0;
    padding-right: 10%;
  }
  html main .the_reporter .not-hidden .text, body main .the_reporter .not-hidden .text {
    padding-left: 10%;
  }
  html main .the_reporter .not-hidden .text .rep, body main .the_reporter .not-hidden .text .rep {
    display: none;
  }
  html main .the_reporter .uk-container, body main .the_reporter .uk-container {
    display: flex;
    flex-direction: row;
    padding-top: 10%;
  }
  html main .the_reporter .uk-container .image, body main .the_reporter .uk-container .image {
    width: 40%;
    display: flex;
    flex-direction: column;
  }
  html main .the_reporter .uk-container .image img, body main .the_reporter .uk-container .image img {
    border-radius: 15px;
  }
  html main .the_reporter .uk-container .image a, body main .the_reporter .uk-container .image a {
    align-self: center;
    margin-top: 5%;
  }
  html main .the_reporter .uk-container .text, body main .the_reporter .uk-container .text {
    width: 60%;
  }
  html main .the_reporter .uk-container .lower-image, body main .the_reporter .uk-container .lower-image {
    order: 2;
    padding-left: 10%;
  }
  html main .the_reporter .uk-container .lower-text, body main .the_reporter .uk-container .lower-text {
    order: 1;
  }
  html main .the_reporter .uk-container .lower-text .rep, body main .the_reporter .uk-container .lower-text .rep {
    justify-content: flex-start;
  }
  html main .why_me, body main .why_me {
    padding: 6% 0;
  }
  html main .why_me .uk-container, body main .why_me .uk-container {
    display: flex;
    flex-direction: column;
  }
  html main .why_me .uk-container .top, body main .why_me .uk-container .top {
    display: flex;
    flex-direction: row;
  }
  html main .why_me .uk-container .top .image, body main .why_me .uk-container .top .image {
    order: 2;
    width: 50%;
  }
  html main .why_me .uk-container .top .heading, body main .why_me .uk-container .top .heading {
    order: 1;
    width: 50%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  html main .why_me .uk-container .top .heading h2, html main .why_me .uk-container .top .heading p, body main .why_me .uk-container .top .heading h2, body main .why_me .uk-container .top .heading p {
    color: #111111;
  }
  html main .why_me .uk-container .text, body main .why_me .uk-container .text {
    order: 1;
    margin-top: 10%;
  }
  html main .why_me .uk-container .text h3, html main .why_me .uk-container .text p, body main .why_me .uk-container .text h3, body main .why_me .uk-container .text p {
    color: #111111;
    text-align: center;
  }
  html main .why_me .uk-container .text .textb1, body main .why_me .uk-container .text .textb1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html main .why_me .uk-container .text .textb1 .text1, body main .why_me .uk-container .text .textb1 .text1 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    width: 28%;
    margin-bottom: 5%;
  }
  html main .why_me .uk-container .text .textb1 .text1 img, body main .why_me .uk-container .text .textb1 .text1 img {
    width: 3rem;
    margin-bottom: 5%;
  }
  html main .why_me .uk-container .text .ending, body main .why_me .uk-container .text .ending {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html main .why_me .uk-container .text .ending .report_button, body main .why_me .uk-container .text .ending .report_button {
    margin-top: 5%;
  }
  html main .why_me img, body main .why_me img {
    border-radius: 15px;
  }
  html main .faq, html main .how_it_works, body main .faq, body main .how_it_works {
    padding: 5% 0;
  }
  html main .faq .uk-container, html main .how_it_works .uk-container, body main .faq .uk-container, body main .how_it_works .uk-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html main .faq .uk-container .heading, html main .how_it_works .uk-container .heading, body main .faq .uk-container .heading, body main .how_it_works .uk-container .heading {
    width: 80%;
  }
  html main .faq .uk-container .heading h2, html main .how_it_works .uk-container .heading h2, body main .faq .uk-container .heading h2, body main .how_it_works .uk-container .heading h2 {
    text-align: center;
  }
  html main .faq .uk-container .heading hr, html main .how_it_works .uk-container .heading hr, body main .faq .uk-container .heading hr, body main .how_it_works .uk-container .heading hr {
    margin-top: 5%;
    margin-bottom: 10%;
  }
  html main .faq .uk-container .list, html main .how_it_works .uk-container .list, body main .faq .uk-container .list, body main .how_it_works .uk-container .list {
    width: 80%;
  }
  html main .faq .uk-container .list hr, html main .how_it_works .uk-container .list hr, body main .faq .uk-container .list hr, body main .how_it_works .uk-container .list hr {
    margin-bottom: 5%;
  }
  html main .faq .report_button, html main .how_it_works .report_button, body main .faq .report_button, body main .how_it_works .report_button {
    margin-top: 5%;
  }
  html main .faq, body main .faq {
    width: 100%;
  }
  html main .faq .uk-container, body main .faq .uk-container {
    width: 80%;
  }
  html main .faq .report_button, body main .faq .report_button {
    background-color: #d4af37;
  }
  html main .how_it_works .list a, body main .how_it_works .list a {
    color: #111111;
    font-weight: bold;
  }
  html main .how_it_works .list a[tabindex]:focus, body main .how_it_works .list a[tabindex]:focus {
    color: #d4af37;
  }
  html main .how_it_works .list .uk-nav-default, body main .how_it_works .list .uk-nav-default {
    margin-top: 5%;
  }
  html main .how_it_works .uk-card-header .uk-box, body main .how_it_works .uk-card-header .uk-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  html main .how_it_works .uk-card-header .uk-box span, body main .how_it_works .uk-card-header .uk-box span {
    height: -moz-max-content;
    height: max-content;
  }
  html main .pricing, body main .pricing {
    padding-top: 5%;
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html main .pricing h2, body main .pricing h2 {
    text-align: center;
  }
  html main .pricing hr, body main .pricing hr {
    margin-bottom: 5%;
  }
  html main .guarantee, body main .guarantee {
    padding-top: 5%;
    padding-bottom: 0;
  }
  html main .guarantee hr, body main .guarantee hr {
    margin-bottom: 10%;
  }
  html main .guarantee .image img, body main .guarantee .image img {
    width: 15rem;
  }
  html main .contact, body main .contact {
    padding: 8% 0;
  }
  html main .contact .uk-container, body main .contact .uk-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html main .contact .uk-container .text h2, html main .contact .uk-container .text p, body main .contact .uk-container .text h2, body main .contact .uk-container .text p {
    text-align: center;
  }
  html main .contact .uk-container .rows, body main .contact .uk-container .rows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 5%;
  }
  html main .contact .uk-container .rows img, body main .contact .uk-container .rows img {
    width: 40%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  html main .contact .uk-container .rows form, body main .contact .uk-container .rows form {
    width: 40%;
  }
  html main .contact .uk-container .rows form #formPage1, body main .contact .uk-container .rows form #formPage1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html main .contact .uk-container .rows form #formPage1 .first, html main .contact .uk-container .rows form #formPage1 .last, html main .contact .uk-container .rows form #formPage1 .email, html main .contact .uk-container .rows form #formPage1 .reason, html main .contact .uk-container .rows form #formPage1 .business, html main .contact .uk-container .rows form #formPage1 .website, body main .contact .uk-container .rows form #formPage1 .first, body main .contact .uk-container .rows form #formPage1 .last, body main .contact .uk-container .rows form #formPage1 .email, body main .contact .uk-container .rows form #formPage1 .reason, body main .contact .uk-container .rows form #formPage1 .business, body main .contact .uk-container .rows form #formPage1 .website {
    width: 45%;
  }
  html main .contact .uk-container .rows form #formPage1 .message, body main .contact .uk-container .rows form #formPage1 .message {
    width: 100%;
  }
  html main .contact .uk-container .rows form #formPage1 div, body main .contact .uk-container .rows form #formPage1 div {
    margin: 3% 0;
  }
  html main .contact .uk-container .rows form #formPage1 .buttons, body main .contact .uk-container .rows form #formPage1 .buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }
  html main .contact .uk-container .rows form #formPage1 .buttons a, html main .contact .uk-container .rows form #formPage1 .buttons button, body main .contact .uk-container .rows form #formPage1 .buttons a, body main .contact .uk-container .rows form #formPage1 .buttons button {
    margin: 3% 0;
  }
  html main .contact .uk-container .rows form #formPage1 .buttons a, html main .contact .uk-container .rows form #formPage1 .buttons button, body main .contact .uk-container .rows form #formPage1 .buttons a, body main .contact .uk-container .rows form #formPage1 .buttons button {
    width: -moz-fit-content;
    width: fit-content;
  }
  html main .contact .uk-container .rows form #formPage2 .stack, body main .contact .uk-container .rows form #formPage2 .stack {
    margin: 3% 0 5% 0;
  }
  html main .contact .uk-container .rows form #formPage2 .buttons, body main .contact .uk-container .rows form #formPage2 .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  html main .contact .uk-container .rows form #formPage2 .buttons a, html main .contact .uk-container .rows form #formPage2 .buttons button, body main .contact .uk-container .rows form #formPage2 .buttons a, body main .contact .uk-container .rows form #formPage2 .buttons button {
    margin: 3% 0;
  }
  html main .contact .uk-container .rows form #formPage2 .buttons button, body main .contact .uk-container .rows form #formPage2 .buttons button {
    width: 50%;
  }
  html main .contact .uk-container .rows form #formPage2 .buttons a, body main .contact .uk-container .rows form #formPage2 .buttons a {
    width: 30%;
    color: #111111;
    background: #FFF;
    border: 1px solid #111111;
  }
  html .privacy-policy .hero, body .privacy-policy .hero {
    background: none;
    height: auto;
    margin: 0;
    width: 100%;
  }
  html .privacy-policy .hero header, body .privacy-policy .hero header {
    width: 100%;
  }
  html .privacy-policy .body, body .privacy-policy .body {
    padding: 0 5%;
  }
  html .free-report .results, html .optimized-site .results, body .free-report .results, body .optimized-site .results {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .free-report .results .results-box, html .optimized-site .results .results-box, body .free-report .results .results-box, body .optimized-site .results .results-box {
    padding-bottom: 5%;
  }
  html .free-report .results .results-box .upper h2, html .optimized-site .results .results-box .upper h2, body .free-report .results .results-box .upper h2, body .optimized-site .results .results-box .upper h2 {
    text-align: center;
  }
  html .free-report .results .results-box .upper hr, html .optimized-site .results .results-box .upper hr, body .free-report .results .results-box .upper hr, body .optimized-site .results .results-box .upper hr {
    margin-bottom: 0;
  }
  html .free-report .results .results-box .lower, html .optimized-site .results .results-box .lower, body .free-report .results .results-box .lower, body .optimized-site .results .results-box .lower {
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  html .free-report .results .results-box .lower .photo, html .free-report .results .results-box .lower .text, html .optimized-site .results .results-box .lower .photo, html .optimized-site .results .results-box .lower .text, body .free-report .results .results-box .lower .photo, body .free-report .results .results-box .lower .text, body .optimized-site .results .results-box .lower .photo, body .optimized-site .results .results-box .lower .text {
    width: 50%;
  }
  html .free-report .results .results-box .lower .photo, html .optimized-site .results .results-box .lower .photo, body .free-report .results .results-box .lower .photo, body .optimized-site .results .results-box .lower .photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 5%;
  }
  html .free-report .results .results-box .lower .photo svg, html .optimized-site .results .results-box .lower .photo svg, body .free-report .results .results-box .lower .photo svg, body .optimized-site .results .results-box .lower .photo svg {
    width: 100px;
  }
  html .free-report .results .results-box .lower span, html .optimized-site .results .results-box .lower span, body .free-report .results .results-box .lower span, body .optimized-site .results .results-box .lower span {
    color: #f44336;
  }
  html .free-report .results .results-box .lower .text .negative, html .optimized-site .results .results-box .lower .text .negative, body .free-report .results .results-box .lower .text .negative, body .optimized-site .results .results-box .lower .text .negative {
    color: #f44336;
  }
  html .free-report .results .results-box .lower .text .positive, html .optimized-site .results .results-box .lower .text .positive, body .free-report .results .results-box .lower .text .positive, body .optimized-site .results .results-box .lower .text .positive {
    color: #d4af37;
  }
  html .free-report .hero, html .free-report .final, html .optimized-site .hero, html .optimized-site .final, body .free-report .hero, body .free-report .final, body .optimized-site .hero, body .optimized-site .final {
    height: auto;
    padding: 5% 0;
    background-image: none;
    background-color: #18603f;
    display: flex;
    flex-direction: row;
  }
  html .free-report .hero .text, html .free-report .final .text, html .optimized-site .hero .text, html .optimized-site .final .text, body .free-report .hero .text, body .free-report .final .text, body .optimized-site .hero .text, body .optimized-site .final .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 5%;
  }
  html .free-report .hero .text h1, html .free-report .hero .text p, html .free-report .final .text h1, html .free-report .final .text p, html .optimized-site .hero .text h1, html .optimized-site .hero .text p, html .optimized-site .final .text h1, html .optimized-site .final .text p, body .free-report .hero .text h1, body .free-report .hero .text p, body .free-report .final .text h1, body .free-report .final .text p, body .optimized-site .hero .text h1, body .optimized-site .hero .text p, body .optimized-site .final .text h1, body .optimized-site .final .text p {
    color: #FFF;
    text-align: left;
  }
  html .free-report .hero .form-section, html .free-report .final .form-section, html .optimized-site .hero .form-section, html .optimized-site .final .form-section, body .free-report .hero .form-section, body .free-report .final .form-section, body .optimized-site .hero .form-section, body .optimized-site .final .form-section {
    padding-right: 5%;
  }
  html .free-report .hero .form-section .notice, html .free-report .final .form-section .notice, html .optimized-site .hero .form-section .notice, html .optimized-site .final .form-section .notice, body .free-report .hero .form-section .notice, body .free-report .final .form-section .notice, body .optimized-site .hero .form-section .notice, body .optimized-site .final .form-section .notice {
    font-size: 0.8rem;
    text-align: center;
    color: #9d9d9d;
  }
  html .free-report .features, html .optimized-site .features, body .free-report .features, body .optimized-site .features {
    display: flex;
    justify-content: center;
    padding: 6% 0;
  }
  html .free-report .features img, html .optimized-site .features img, body .free-report .features img, body .optimized-site .features img {
    border-radius: 0;
  }
  html .free-report .features .uk-container, html .optimized-site .features .uk-container, body .free-report .features .uk-container, body .optimized-site .features .uk-container {
    display: flex;
    flex-direction: column;
  }
  html .free-report .features .uk-container .top, html .optimized-site .features .uk-container .top, body .free-report .features .uk-container .top, body .optimized-site .features .uk-container .top {
    display: flex;
    flex-direction: row;
  }
  html .free-report .features .uk-container .top .image, html .optimized-site .features .uk-container .top .image, body .free-report .features .uk-container .top .image, body .optimized-site .features .uk-container .top .image {
    order: 2;
    width: 50%;
  }
  html .free-report .features .uk-container .top .heading, html .optimized-site .features .uk-container .top .heading, body .free-report .features .uk-container .top .heading, body .optimized-site .features .uk-container .top .heading {
    order: 1;
    width: 50%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  html .free-report .features .uk-container .top .heading h2, html .free-report .features .uk-container .top .heading p, html .optimized-site .features .uk-container .top .heading h2, html .optimized-site .features .uk-container .top .heading p, body .free-report .features .uk-container .top .heading h2, body .free-report .features .uk-container .top .heading p, body .optimized-site .features .uk-container .top .heading h2, body .optimized-site .features .uk-container .top .heading p {
    color: #111111;
  }
  html .free-report .features .uk-container .text, html .optimized-site .features .uk-container .text, body .free-report .features .uk-container .text, body .optimized-site .features .uk-container .text {
    order: 1;
    margin-top: 10%;
  }
  html .free-report .features .uk-container .text h3, html .free-report .features .uk-container .text p, html .optimized-site .features .uk-container .text h3, html .optimized-site .features .uk-container .text p, body .free-report .features .uk-container .text h3, body .free-report .features .uk-container .text p, body .optimized-site .features .uk-container .text h3, body .optimized-site .features .uk-container .text p {
    color: #111111;
    text-align: center;
  }
  html .free-report .features .uk-container .text .textb1, html .optimized-site .features .uk-container .text .textb1, body .free-report .features .uk-container .text .textb1, body .optimized-site .features .uk-container .text .textb1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html .free-report .features .uk-container .text .textb1 .text1, html .optimized-site .features .uk-container .text .textb1 .text1, body .free-report .features .uk-container .text .textb1 .text1, body .optimized-site .features .uk-container .text .textb1 .text1 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    width: 28%;
    margin-bottom: 5%;
  }
  html .free-report .features .uk-container .text .textb1 .text1 img, html .optimized-site .features .uk-container .text .textb1 .text1 img, body .free-report .features .uk-container .text .textb1 .text1 img, body .optimized-site .features .uk-container .text .textb1 .text1 img {
    width: 3rem;
    margin-bottom: 5%;
  }
  html .free-report .features .uk-container .text .ending, html .optimized-site .features .uk-container .text .ending, body .free-report .features .uk-container .text .ending, body .optimized-site .features .uk-container .text .ending {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .free-report .features .uk-container .text .ending .report_button, html .optimized-site .features .uk-container .text .ending .report_button, body .free-report .features .uk-container .text .ending .report_button, body .optimized-site .features .uk-container .text .ending .report_button {
    margin-top: 5%;
  }
  html .free-report .steps, html .optimized-site .steps, body .free-report .steps, body .optimized-site .steps {
    display: flex;
    justify-content: center;
    padding: 10% 0;
  }
  html .free-report .steps h2, html .free-report .steps h3, html .free-report .steps p, html .optimized-site .steps h2, html .optimized-site .steps h3, html .optimized-site .steps p, body .free-report .steps h2, body .free-report .steps h3, body .free-report .steps p, body .optimized-site .steps h2, body .optimized-site .steps h3, body .optimized-site .steps p {
    color: #FFF;
  }
  html .free-report .steps .uk-container, html .optimized-site .steps .uk-container, body .free-report .steps .uk-container, body .optimized-site .steps .uk-container {
    display: flex;
    flex-direction: column;
  }
  html .free-report .steps .uk-container .heading, html .optimized-site .steps .uk-container .heading, body .free-report .steps .uk-container .heading, body .optimized-site .steps .uk-container .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .free-report .steps .uk-container .heading h2, html .optimized-site .steps .uk-container .heading h2, body .free-report .steps .uk-container .heading h2, body .optimized-site .steps .uk-container .heading h2 {
    text-align: center;
  }
  html .free-report .steps .uk-container .nums, html .optimized-site .steps .uk-container .nums, body .free-report .steps .uk-container .nums, body .optimized-site .steps .uk-container .nums {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  html .free-report .steps .uk-container .nums hr, html .optimized-site .steps .uk-container .nums hr, body .free-report .steps .uk-container .nums hr, body .optimized-site .steps .uk-container .nums hr {
    display: none;
  }
  html .free-report .steps .uk-container .nums .num, html .optimized-site .steps .uk-container .nums .num, body .free-report .steps .uk-container .nums .num, body .optimized-site .steps .uk-container .nums .num {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
    justify-content: stretch;
  }
  html .free-report .steps .uk-container .nums .num h3, html .free-report .steps .uk-container .nums .num p, html .optimized-site .steps .uk-container .nums .num h3, html .optimized-site .steps .uk-container .nums .num p, body .free-report .steps .uk-container .nums .num h3, body .free-report .steps .uk-container .nums .num p, body .optimized-site .steps .uk-container .nums .num h3, body .optimized-site .steps .uk-container .nums .num p {
    text-align: center;
  }
  html .free-report .steps .uk-container .nums .num .big, html .optimized-site .steps .uk-container .nums .num .big, body .free-report .steps .uk-container .nums .num .big, body .optimized-site .steps .uk-container .nums .num .big {
    font-size: 6rem;
    font-weight: bold;
    color: #d4af37;
  }
  html .free-report .steps .uk-container .nums .num h3, html .optimized-site .steps .uk-container .nums .num h3, body .free-report .steps .uk-container .nums .num h3, body .optimized-site .steps .uk-container .nums .num h3 {
    min-height: 16%;
  }
  html .free-report .steps .uk-container .seo-report-button, html .optimized-site .steps .uk-container .seo-report-button, body .free-report .steps .uk-container .seo-report-button, body .optimized-site .steps .uk-container .seo-report-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
  }
  html .free-report .the-reporter, html .optimized-site .the-reporter, body .free-report .the-reporter, body .optimized-site .the-reporter {
    display: flex;
    justify-content: center;
    padding: 10% 0;
  }
  html .free-report .the-reporter .uk-container, html .optimized-site .the-reporter .uk-container, body .free-report .the-reporter .uk-container, body .optimized-site .the-reporter .uk-container {
    display: flex;
    flex-direction: row;
  }
  html .free-report .the-reporter .uk-container .text, html .free-report .the-reporter .uk-container .image, html .optimized-site .the-reporter .uk-container .text, html .optimized-site .the-reporter .uk-container .image, body .free-report .the-reporter .uk-container .text, body .free-report .the-reporter .uk-container .image, body .optimized-site .the-reporter .uk-container .text, body .optimized-site .the-reporter .uk-container .image {
    width: 50%;
  }
  html .free-report .the-reporter .uk-container .text, html .optimized-site .the-reporter .uk-container .text, body .free-report .the-reporter .uk-container .text, body .optimized-site .the-reporter .uk-container .text {
    padding-right: 10%;
  }
  html .free-report .the-reporter .uk-container .image, html .optimized-site .the-reporter .uk-container .image, body .free-report .the-reporter .uk-container .image, body .optimized-site .the-reporter .uk-container .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  html .free-report .the-reporter .uk-container .image .seo-report-button, html .optimized-site .the-reporter .uk-container .image .seo-report-button, body .free-report .the-reporter .uk-container .image .seo-report-button, body .optimized-site .the-reporter .uk-container .image .seo-report-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
  }
  html .free-report .faq .seo-report-button, html .optimized-site .faq .seo-report-button, body .free-report .faq .seo-report-button, body .optimized-site .faq .seo-report-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
  }
  html .free-report .final, html .optimized-site .final, body .free-report .final, body .optimized-site .final {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10% 0;
  }
  html .optimized-site .the-reporter, html .optimized-site .improvement, body .optimized-site .the-reporter, body .optimized-site .improvement {
    background-color: #e3e3e3;
  }
  html .optimized-site .improvement, body .optimized-site .improvement {
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .thanks-seo .hero, html .thanks-newsletter .hero, body .thanks-seo .hero, body .thanks-newsletter .hero {
    height: auto;
    background-image: none;
  }
  html .thanks-seo .hero .uk-container, html .thanks-newsletter .hero .uk-container, body .thanks-seo .hero .uk-container, body .thanks-newsletter .hero .uk-container {
    background-color: #FFF;
  }
  html .thanks-seo .hero .uk-container h1, html .thanks-newsletter .hero .uk-container h1, body .thanks-seo .hero .uk-container h1, body .thanks-newsletter .hero .uk-container h1 {
    text-align: center;
  }
  html .thanks-seo .hero .uk-container h2, html .thanks-seo .hero .uk-container p, html .thanks-seo .hero .uk-container li, html .thanks-newsletter .hero .uk-container h2, html .thanks-newsletter .hero .uk-container p, html .thanks-newsletter .hero .uk-container li, body .thanks-seo .hero .uk-container h2, body .thanks-seo .hero .uk-container p, body .thanks-seo .hero .uk-container li, body .thanks-newsletter .hero .uk-container h2, body .thanks-newsletter .hero .uk-container p, body .thanks-newsletter .hero .uk-container li {
    text-align: left;
  }
  html .thanks-seo .hero .uk-container .body, html .thanks-newsletter .hero .uk-container .body, body .thanks-seo .hero .uk-container .body, body .thanks-newsletter .hero .uk-container .body {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
  }
  html .thanks-seo .hero .uk-container .body .text, html .thanks-newsletter .hero .uk-container .body .text, body .thanks-seo .hero .uk-container .body .text, body .thanks-newsletter .hero .uk-container .body .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    padding-right: 5%;
  }
  html .thanks-seo .hero .uk-container .body .text p, html .thanks-newsletter .hero .uk-container .body .text p, body .thanks-seo .hero .uk-container .body .text p, body .thanks-newsletter .hero .uk-container .body .text p {
    width: 100%;
  }
  html .thanks-seo .hero .uk-container .body .image, html .thanks-newsletter .hero .uk-container .body .image, body .thanks-seo .hero .uk-container .body .image, body .thanks-newsletter .hero .uk-container .body .image {
    width: 30%;
  }
  html .thanks-seo footer, html .thanks-newsletter footer, body .thanks-seo footer, body .thanks-newsletter footer {
    display: flex;
    justify-content: center;
    margin-top: 15%;
  }
  html .blog .body .image, body .blog .body .image {
    margin: 8% 0;
    display: flex;
    justify-content: center;
  }
  html .blog .body header, body .blog .body header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html .blog .body ol li, html .blog .body ol b, body .blog .body ol li, body .blog .body ol b {
    font-size: 1.5rem;
  }
  html .blog .body ol p, body .blog .body ol p {
    margin-bottom: 5%;
  }
  html .blog .report_button, body .blog .report_button {
    align-self: center;
  }
  .waq-html {
    height: 100%;
  }
  .waq-html body {
    height: 100%;
  }
}
@media screen and (min-width: 950.01px) {
  .home .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1e3b5;
    padding: 5% 0;
  }
  .home .partners .uk-container .text h2 {
    text-align: center;
  }
  .home .partners .uk-container .logos {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .partners .uk-container .logos .badge {
    width: 30%;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .home .partners .uk-container .logos .badge a {
    display: flex;
    justify-content: center;
  }
  .home .partners .uk-container .logos .badge .tip {
    color: #4a4a4a;
    margin-bottom: 0;
    font-style: italic;
  }
  .home .partners .uk-container .logos .badge .honeybook {
    width: 60%;
  }
  .quiz .logo-section {
    background-image: none;
    height: auto;
    padding: 0 5%;
  }
  .quiz .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .quiz .body #welcomeScreen .major {
    background-image: none;
    display: flex;
    flex-direction: row;
    padding-bottom: 10%;
  }
  .quiz .body #welcomeScreen .major .image {
    width: 50%;
    padding-left: 5%;
    margin: 0;
  }
  .quiz .body #welcomeScreen .major .text {
    margin: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%;
  }
  .quiz .body #welcomeScreen .major .text a {
    margin-top: 5%;
    max-width: 172.906px;
  }
  .quiz .body #welcomeScreen .why_take {
    background-color: #18603f;
    padding: 10% 0;
    display: flex;
    flex-direction: row;
  }
  .quiz .body #welcomeScreen .why_take .text {
    width: 50%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .quiz .body #welcomeScreen .why_take .text a {
    margin-top: 5%;
    max-width: 172.906px;
  }
  .quiz .body #welcomeScreen .why_take .text h2, .quiz .body #welcomeScreen .why_take .text p, .quiz .body #welcomeScreen .why_take .text li {
    color: #FFF;
  }
  .quiz .body #welcomeScreen .why_take .image {
    width: 50%;
    padding: 0 5%;
    margin: 0;
  }
  .quiz .body #welcomeScreen .the-reporter {
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    padding: 10% 0;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container {
    display: flex;
    flex-direction: row;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container .image {
    width: 45%;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container .text {
    width: 55%;
    padding-left: 10%;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container .text .startButton {
    margin-top: 5%;
  }
  .quiz .body #welcomeScreen .the-reporter .uk-container .image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .quiz .body #welcomeScreen .final {
    background-color: #18603f;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10%;
  }
  .quiz .body #welcomeScreen .final .text h1, .quiz .body #welcomeScreen .final .text p {
    color: #FFF;
  }
  .guide .results {
    padding: 5%;
  }
  .guide .hero {
    display: flex;
    flex-direction: row;
  }
  .guide .hero .right {
    margin-bottom: 10%;
  }
  .guide .hero .left .notice {
    font-size: 0.8rem;
    text-align: center;
    color: #9d9d9d;
  }
}
@media screen and (max-width: 959px) {
  .home .pricing table tbody tr {
    margin-bottom: 8%;
  }
  .home .pricing table tbody tr ul {
    padding: 5% 0;
  }
  .home .pricing table tbody tr .service {
    font-size: 1.3rem;
  }
  .home .pricing table tbody tr .points {
    padding-right: 5%;
    padding-left: 10%;
    border-bottom: 0px;
  }
  .home .pricing table tbody tr .price {
    padding: 5%;
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
  }
  .home .pricing table tbody tr .price::after {
    content: " (USD)";
  }
  .home .pricing table tbody tr .cta {
    padding-left: 5%;
  }
}
@media screen and (min-width: 760.01px) and (max-width: 1028px) {
  .contact #formPage2 .buttons button {
    line-height: 1.2rem;
    padding: 5%;
  }
  .contact #formPage2 .buttons a {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1260px) {
  .the_reporter .higher_text {
    display: flex;
    align-items: center;
  }
}