:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  scroll-behavior: smooth;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.logo {
	width: 100%;
	max-width: 250px;
}


body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
p {
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin: 1.5rem;
}

.imp {
  font-weight: 700;
  color: #006ac9;
}

header {
  border-bottom: #e9edee solid 1px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

footer {
  padding: 1rem;
  background-color: #263238;
}

footer p {
  font-size: .5rem;
  color: #ffff;
}

footer a {
  color: #ffff;
  padding: 0 .5rem;
}

.nav-button {
  font-weight: 700;
  background: #006ac9;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  border-radius: 12px;
  animation: pulsing 1s infinite;
}

.footer-menu {
  display: flex;
  justify-content: center;
}

main {
  padding: 1rem 0;
}

main img {
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
  height: auto;
}

.container {
  padding: 0 1rem;
  max-width: 44rem;
  margin: 0 auto;
}

.copyright {
  margin-bottom: 0;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.button {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 1.125rem;
  border-radius: 3px;
  text-align: center;
  background-color: #006ac9;
  border-color: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}

.divider {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.trust-test {
	display: flex;
	background-color: #00589c;
	color: #fff;
	max-width: 760px;
	margin: 30px auto 0px auto;
	border-radius: 10px;
	padding: 25px;
	flex-direction: column;
}
.flip {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trust-content {
	text-align: center;
	margin-bottom: 60px;
	font-size: 24px;
}
.trust-logo {
	width: 100%;
	max-width: 720px;
	display: block;
	margin: 10px auto;
}
.fa-star {
	margin: 0px 2px;
}
.date {
	font-size: 14px;
	color: #dddddd;
}
.trust-text {
	font-size: 16px;
	color: #00589c;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;
}
@media only screen and (max-width:600px) {
  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}

.text-center {
  text-align: center;
}

.boxme {
  text-align: center;
  padding: 20px 34px;
  background-color: #fff;
  border-top: 5px solid #26830f;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  box-shadow: 0 0 7px 0 rgb(0 0 0/20%);
  transition: all .2s ease;
}

.boxme h5 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: .5em 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#dontqualify,
#loading1,
#loading2,
#loading3,
#q2,
#qualify {
  display: none;
}

@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7);
  }

  70% {
    transform: scale(1.034);
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
  }
}


.fade-in {
  animation: fade-in;
  animation-duration: 1s;
}

.fade-out {
  animation: fade-out;
  animation-duration: 1s;
}
