body {
  background-color: rgb(68, 41, 218);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: 0.25px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow';
  /* font-family: 'Sen', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 */
  line-height: 1;
}

.animate__pulse {
  --animate-duration: 10s;
}

h1 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
}

.faded {
  opacity: 0.6;
}

.white {
  color: white;
}

.loading-indicator {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
}

.lead {
  font-weight: 400;
  font-size: 1.75em;
}

.main {
  min-height: 100vh;
}

.loader {
  border: 6px solid #333;
  border-top: 6px solid #4e4eff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.75s linear infinite;
  margin: 10px auto;
}

.divider {
  height: 5px;
  width: 10vw;
  background-color: #f5a623;
  margin: 5vh auto;
  text-align: center;
}

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

.link {
  cursor: pointer;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  background: white;
  border-bottom: 2px solid #eee;
}

nav a {
  color: rgba(0, 0, 0, 0.5);
}

nav a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

nav img {
  height: 30px;
  cursor: pointer;
}

.nav-container {
  position: relative;
}

.nav-drawer {
  position: fixed;
  z-index: 4;
  top: 60px;
  left: 10px;
  background-color: #fff;
  /* background-color: rgb(0, 69, 114); */
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgb(66 66 66 / 3%), 0 2px 6px 2px rgb(66 66 66 / 6%);
}

.nav-drawer a {
  display: block;
  padding: 10px 15px;
  /* background-color: rgb(0, 69, 114); */
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  /* color: #fff; */
  color: rgba(0, 0, 0, 0.5);
}

.nav-drawer a:hover {
  text-decoration: none;
  color: rgb(0, 43, 72);
}

.hero {
  background-size: cover;
  background-repeat: none;
  background-position: bottom center;
  text-align: center;
}

.slide-show {
  display: block;
  margin: 40px auto;
  text-align: center;
}

.landing .slide-show {
  margin-top: 0;
}

.landing .slide-show .slide-show-description {
  margin-bottom: 20px;
}

.slide-show .slide-show-images {
  display: flex;
  justify-content: center;
}

.slide-show img {
  border-radius: 8px;
  height: 400px;
  width: auto;
  margin: 15px auto;
  border: 5px solid transparent;
}

.slide-show .slide-show-images img.iphone {
  border-radius: 8px;
  height: 400px;
  width: auto;
  margin: 15px auto;
  border: 5px solid transparent;
}

.hero .content {
  padding: 40px 10%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 153, 255, 0.85);
}

.home .hero .content {
  background-color: rgba(0, 153, 255, 0.25);
}

.hero img {
  margin-top: 15vh;
  max-height: 80vh;
  width: auto;
}

a.btn {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 1em;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  font-weight: 800;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hidden {
  display: none;
}

a.btn:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.15);
}

.hero button {
  margin-bottom: 60px;
}

.hero h1 {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.15;
}

h2 {
  color: #173b76;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paypal-container {
  color: #fff;
  text-align: center;
  padding: 50px 15px 20px;
  max-width: 400px;
  margin: auto;
}

/* .paypal-container h3 {
  margin-bottom: 15px;
} */

.payment-success {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9991;
  background-color: rgb(0, 153, 255);
  padding: 100px 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}

/* .payment-success i {
  font-size: 3em;
  line-height: 1;
} */

.payment-success h1 {
  margin: 20px auto;
  font-size: 1.5em;
}

.payment-success table {
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
}

.payment-success table td {
  padding: 5px;
}

.payment-success p {
  max-width: 600px;
  margin: auto;
}

.paypal-container .sixty {
  height: 100px;
  display: block;
  text-align: center;
  margin: auto;
}

small,
.small {
  font-size: 0.6em;
}

button {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-weight: 800;
  background-color: rgba(0, 0, 0, 0.1);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button:hover {
  filter: brightness(110%);
}

.panel {
  padding: 80px 15px;
}

.panel-two-up {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: white;
  overflow: hidden;
}

.panel-two-up .content {
  padding: 10vh;
  width: 50%;
}

.panel-two-up div h2 {
  margin-bottom: 30px;
}

.panel-two-up img {
  width: 50vw;
  height: auto;
  object-fit: cover;
  object-position: bottom center;
}

.panel.testimonial {
  background-color: #eee;
  padding: 60px 10vw;
}

.all-panel {
  background-color: #fff;
  color: #333;
  padding: 40px 0;
}

.all-panel h2 {
  text-align: center;
  margin: 20px auto;
  padding: 10px;
}

.benefits {
  display: flex;
}

.benefits i {
  font-size: 1.5em;
  margin-right: 10px;
}

.benefits div {
  padding: 0 15px;
}

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

.benefits h4 {
  font-size: 1.25em;
  margin-top: 2em;
}

.all-panel .stacked {
  display: grid;
  grid-template-columns: 50vw 50vw;
  text-align: center;
}

.all-panel .stacked div {
  padding: 20px 40px;
}

.all-panel .stacked div i {
  font-size: 2em;
  margin-right: 10px;
  color: #6217a4;
}

.all-panel .content {
  max-width: 600px;
  padding: 20px;
  margin: auto;
}

.all-panel strong {
  display: block;
  margin-top: 20px;
}

.panel-two-up .two-up-container button {
  font-size: 1.5em;
}

.panel.why-tw {
  background-color: rgb(65, 166, 255);
  padding: 60px 25px 40px;
  color: rgb(255, 255, 255);
}

.panel.why-tw .container {
  max-width: 800px;
  margin: auto;
}

.panel.why-tw h3 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.75);
}

.panel.why-tw p {
  margin-top: 10px;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.75);
}

.panel.for-who {
  background-color: rgb(0, 173, 239);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.panel.for-who i {
  display: none;
}

.panel.for-who div {
  padding: 10px 20px;
  text-align: center;
}

.panel.for-who div a {
  color: inherit;
}

.panel.for-who div a:hover {
  text-decoration: none;
}

.panel.for-who div p {
  color: gold;
}

.panel.for-who div img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 15px solid transparent;
}

.panel.panel-study {
  background-color: rgb(47, 78, 255);
}

.hero-content {
  padding-top: 10vh;
  height: 90vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
}

.panel.panel-study .content,
.instructions .content,
.why-tw .content,
.why-tw h3 {
  max-width: 600px;
  margin: auto;
}

.included {
  background-color: rgb(0, 162, 255);
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

.included .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.instructions {
  background-color: rgb(0, 110, 255);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  padding: 40px 30px;
}

.ion-navicon {
  font-size: 2em;
  vertical-align: middle;
}

p em {
  display: block;
  font-size: 1.25em;
  margin: 5px 0 10px;
}

.large-image {
  text-align: center;
  width: 100%;
  display: flex;
}

.large-image img {
  width: 100%;
  max-width: 1000px;
  margin: 15px auto 25px;
  border: 10px solid #fff;
  height: 100%;
}

footer {
  padding: 20px;
  background-color: rgb(38, 0, 82);
  color: #fff;
}

footer p,
footer h5 {
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
  font-size: 0.8em;
}

footer h5 {
  opacity: 1;
  line-height: 1.5;
  text-transform: uppercase;
  color: gold;
}

footer .links {
  display: flex;
  justify-content: space-around;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

footer .links .links-category {
  padding: 5px;
}

footer a {
  color: white;
  display: block;
  padding: 5px 0;
  text-decoration: underline;
}

footer a:hover {
  color: white;
}

.full-page {
  padding: 80px 15px;
  background-color: #fff;
}

.full-page .content {
  max-width: 800px;
  margin: auto;
}

.hero-60-day {
  color: white;
  margin-bottom: 30px;
}

.panel.call-out {
  padding: 10vh 20px;
  background-color: rgb(16, 11, 113);
}

.panel.call-out h3 {
  max-width: 800px;
  margin: auto;
  line-height: 1.25;
  text-align: center;
  color: white;
}

.panel .btn {
  font-size: 1.5em;
}

@media screen and (max-width: 600px) {
  .panel.call-out {
    padding: 50px 20px;
  }

  .panel .btn {
    font-size: 1.25em;
  }

  .panel {
    padding: 40px 15px;
  }

  .hero .content {
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .hero h1 {
    font-size: 2em;
  }

  .hero p.lead {
    font-size: 1.25em;
  }

  .hero img {
    margin-top: 50px;
    max-height: 150px;
    width: auto !important;
  }

  nav img {
    height: 20px;
    cursor: pointer;
  }

  p em {
    font-size: 1em;
  }

  .panel.for-who {
    justify-content: flex-start;
  }

  .full-page {
    padding: 20px 15px;
  }

  .all-panel {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .all-panel .content {
    padding-top: 0;
  }

  .benefits {
    flex-direction: column;
  }

  .benefits div {
    padding: 0 20px;
  }

  .slide-show .slide-show-images img.iphone {
    border-radius: 0;
    height: 200px;
    object-fit: contain;
    width: 50%;
    margin: 15px auto;
    border: 0 solid transparent;
  }

  .all-panel .stacked {
    grid-template-columns: 100vw;
    text-align: left;
  }

  .all-panel .stacked div {
    padding: 20px;
  }

  .all-panel .stacked div i {
    font-size: 1.5em;
    margin-right: 5px;
  }

  .panel.testimonial {
    padding: 30px 20px;
  }

  .panel.for-who i {
    display: block;
  }

  .panel-two-up .content {
    padding: 15px;
    width: 100%;
  }

  .panel-two-up img {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: bottom center;
  }

  .panel-two-up {
    height: auto;
    padding: 40px 10px 0;
    flex-direction: column;
  }

  .panel-two-up .two-up-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .panel-two-up .two-up-container h2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .panel-two-up .two-up-container h3 {
    font-size: 1.25em;
  }

  .panel-two-up .two-up-container button {
    font-size: 1.25em;
  }

  h3 {
    font-size: 1.5em;
  }

  .divider {
    margin: 20px auto;
  }

  h2 {
    font-size: 1.5em;
  }

  .hero-60-day {
    margin-bottom: 20px;
  }
}
