* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 800;
}

h1.info {
  text-align: center;
  margin-top: 30px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1.5em;
}

h2.info {
  font-size: 2.5em;
  font-weight: 600;
  text-align: center;
}

p,li {
  font-size: 2.3em;
  line-height: 1.5em;
  font-weight: 300;
}

p.info {
  color: #333;
  font-weight: 300;
}

hr {
  max-width: 70%;
  color: #eee;
}

.data-security {
  font-size: 1.3em !important;
  margin: 5px auto;
}

.data-security a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  font-size: 1em !important ;
}

.main-block p {
  font-size: 2.4em;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: #fff;
  font-weight: 300;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.column {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  margin: 15px 0px;
  text-align: center;
}

.row {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}

.body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgba(0, 0, 0, 1);
  font-size: 62.5%;
  line-height: 62.5%;
  margin: 0px;
}

.hidden {
  display: none;
}

.main-section {
  min-height: 100vh;
}

.info-section {
  display: block;
  min-height: 100%;
  padding: 10px 15px 15px 15px;
  text-align: center;
  background-color: #fff;
}

.logo {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 5px 0px;
}

.headline {
  max-width: 850px;
  margin-top: 20px;
  padding: 0 10px;
}

.ty-headline {
  max-width: 850px;
  margin-top: 5px;
  padding: 0 5px;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-block {
  display: block;
  width: 100%;
  max-width: 700px;
  padding: 30px 40px;
  margin: 20px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #eeeeee;
  text-align: center;
}

.ty-block {
  display: block;
  width: 100%;
  max-width: 700px;
  padding: 30px 40px;
  margin: 30px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.ty-text {
  margin: 15px 0;
}

.ty-steps-wrapper {
  text-align: center;
}

.check-inbox {
  font-size: 0.8em;
  line-height: 1em;
  font-style: italic;
}

.ty-steps-wrapper ol > li::marker {
  font-weight: 500;
}

.ty-steps {
  margin: 0;
  display: inline-block;
  text-align: left;
}

button,html input[type="button"],input[type="submit"] {
  border: 0;
  cursor: pointer;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-border-radius: 0;
}  

html {
  scroll-behavior: smooth;
}

#progress-bar {
  width: 0%;
  height: 12px;
  background-color: #3fc380;
  transition: width 0.4s ease-in-out;
  border-radius: 10px;
  border: 1px #000;

}
#progress-container {
  width: 100%;
  background-color: #ffffff;
  border: 1px #000;
  border-radius: 10px;
  display: none;
  margin-top: 5px;
}

.trustpilot {
  width: 280px;
  margin: 0 auto;
}

.proof-text {
  font-size: 2em;
  line-height: 1.3em;
  margin: 10px 10px 30px 10px;
}

.start-text {
  margin: 5px auto;
  font-weight: 400;
}

.quiz-text {
  font-weight: 400;
}

.input-field,.form-control {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 2.2em !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  width: 100% !important;
  max-width: 640px !important;
  padding: 8px !important;
  height: auto !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  margin: 5px 0px;
  text-align: center;
}

.submit {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4em !important;
  font-weight: 700 !important;
  background-color: #f90215 !important;
  border-bottom: 4px solid #ac010e !important;
  display: inline-block;
  transition: background-color 200ms ease;
  margin: 5px auto !important;
  line-height: 1.2em;
  color: #fff;
  padding: 12px 16px !important;
  margin: 5px 0 !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}

.answer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4em;
  font-weight: 700;
  background-color: #f90215 !important;
  border-bottom: 4px solid #ac010e !important;
  display: inline-block;
  transition: background-color 200ms ease;
  margin: 5px auto !important;
  line-height: 1.2em;
  color: #fff;
  padding: 12px 16px !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  width: 100%;
}

.btn {
  display: inline-block;
  margin: 15px auto;
  color: #fff;
  padding: 15px 25px;
  border-bottom: 4px solid #ac010e !important;
  background-color: #f90215 !important;
  transition: background-color 200ms ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4em !important;
  line-height: 1.2em;
  font-weight: 700 !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

.btn:hover,.answer:hover,.submit:hover {
  border-bottom-color: #ac010e !important;
  background-color: #E60213 !important;
}

.btn.w--current {
  border-bottom: 4px solid #000;
  border-radius: 4px;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.heading2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ty-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 800;
}

.subheading {
  font-weight: 400;
}

.link {
  box-shadow: inset 0 -2px 0 0 #E60213;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  box-shadow: inset 0 -30px 0 0 rgba(230, 2, 19, .7);
}

.process-container {
  text-align: center;
  background-color: #eee;
  padding: 40px 10px;
}

.box-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  flex-wrap: wrap;
}

.box {
  background-color: #fff;
  border: solid 1px #d0d0d0;
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
  flex: 1 0 200px;
  position: relative;
}

.box-text {
  font-size: 2em;
  font-weight: 300;
}

.box-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #d0d0d0;
  font-size: 2em;
  font-weight: 700;
  line-height: 3em;
}

.why {
  max-width: 700px;
  margin: auto;
  padding: 50px 10px 50px 10px;
}

.why h1 {
  text-align: center;
  margin-bottom: 25px;
}

.why p {
  font-size: 2em;
  margin: 0px 5px 20px 5px;
}

.emoji-text {
  display: flex;
  align-items: baseline;
}

.emoji-text span {
  margin-right: 3px;
  margin-left: 10px;
  font-size: 2em;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #323232;
  padding: 20px 10px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.65em;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.copyright {
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 1.7em;
  margin: 10px 0;
}

.disclaimers {
  max-width: 1000px;
  padding: 10px 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3em;
  font-weight: 100;
  text-align: center;
  font-style: italic;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 8px;
  border: 8px solid #95a5a6;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #95a5a6 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

mark {
  font-weight: 500;
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 252, 127, 0.1),
    rgba(255, 252, 127, 0.7) 4%,
    rgba(255, 252, 127, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

mark-2 {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 252, 127, 0.1),
    rgba(255, 252, 127, 0.7) 4%,
    rgba(255, 252, 127, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

mark-3 {
  background: linear-gradient(
    100deg,
    rgba(255, 252, 127, 0) 0.9%,
    rgba(255, 252, 127, 1) 2.4%,
    rgba(255, 252, 127, 0.5) 5.8%,
    rgba(255, 252, 127, 0.2) 93%,
    rgba(255, 252, 127, 0.7) 96%,
    rgba(255, 252, 127, 0) 98%
  ),
  linear-gradient(
    180deg,
    rgba(255, 252, 127, 0) 0%,
    rgba(255, 252, 127, 0.3) 7.9%,
    rgba(255, 252, 127, 0) 15%
  );
  border-radius: 0.125em;
  box-decoration-break: clone;
  padding: 0.125em 0.25em;
  }

p mark-3{
  font-weight: 500;
}

.accordion {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 100px;
}

.accordion h1 {
  text-align: center;
  margin: 30px 5px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-header {
  font-size: 2em;
  margin: 10px 5px;
  cursor: pointer;
  color: #000;
  background-color: #eee;
  padding: 20px;
  text-align: left;
  outline: none;
  transition: color 0.3s ease;
  position: relative;
  border-radius: 5px;
}

.accordion-header::before {
  content: '+';
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease-in-out;
}

.accordion-header.open::before {
  content: '-';
}

.accordion-subhead {
  text-align: center;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0 15px;
  padding: 0;
}

.accordion-content p {
  font-weight: 300;
  margin: 0 0 15px 0;
  color: #000;
  line-height: 1.5;
  font-size: 2em;
}

@media (max-width: 767px) {
  .main-block {
    max-width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .box-container {
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .logo {
    max-width: 240px;
  }
  .main-block {
    padding: 20px 10px;
    border-radius: 0px;
  }
  h1 {
    font-size: 2.8em;
  }
  h2 {
    font-size: 2em;
  }
  .main-block p {
    font-size: 2em;
  }
  .proof-text {
    font-size: 1.8em  ;
  }
  .ty-heading {
    font-size: 2.6em;
  }  
  .column {
    width: 100%;
    padding: 0 15px;
  }
  .footer-link {
    padding: 0 4px;
  }
}