@charset "UTF-8";
body {
  font-family: 'Prompt', sans-serif; }

.sentinel {
  position: absolute;
  height: 1px; }

.header {
  background-color: rgba(1, 1, 1, 0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color .25s, box-shadow .25s; }

.navbar-light .navbar-nav .active > .nav-link {
  color: #3bafbf; }

.navbar.stuck {
  background-color: #fff;
  box-shadow: 0 8px 6px -6px #ccc; }

@media (max-width: 991px) {
  .header {
    background-color: #fff;
    box-shadow: 0 8px 6px -6px #ccc; } }

.footer {
  background-color: #eceff1; }
  .footer .nav-link,
  .footer .navbar-text {
    padding-top: 0;
    padding-bottom: 0; }

#content {
  min-height: calc(100vh - 40px); }

.eq-header {
  padding-top: 110px; }

.bigheading {
  background-image: url("../images/main-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  align-items: center; }

.bigdownload {
  background-image: url("../images/grandmom.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  align-items: center; }

.bigdownload .overlay {
  background-color: rgba(59, 175, 191, 0.78);
  height: 100%;
  color: #fff; }

.bigdownload .overlay div {
  opacity: 1; }

.bigheading div {
  font-size: 40px;
  font-weight: 700;
  max-width: 800px; }

.fg-primary {
  color: #3bafbf; }

.fg-secondary {
  color: #333c4e; }

.bg-gray {
  background-color: #eceff1; }

.qol-bullet {
  list-style: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233bafbf' viewBox='0 0 8 8' height='12' width='12' %3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.text-muted {
  color: #8e9191; }

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

em {
  color: #3bafbf;
  font-style: initial; }

.btn-primary {
  background-color: #3bafbf;
  border-color: #3bafbf; }

.btn-telekom {
  background-color: #e20074;
  border-color: #e20074; }

input[type="text"].form-control,
input[type="email"].form-control,
textarea.form-control {
  background-color: transparent; }

.reading-box {
  background-color: #3bafbf;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 13px 9px -9px rgba(0, 0, 0, 0.75); }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icon-facebook-square,
.icon-twitter-square,
.icon-linkedin-square {
  width: 0.857421875em; }

.social-icons {
  font-size: 48px;
  display: grid;
  justify-content: center;
  grid-template-columns: 50px 50px 50px; }

.helpitem {
  background-color: #f8f8f8;
  padding: 6px; }

.privacy {
  text-align: justify; }
  .privacy h1 {
    counter-reset: h2counter; }
  .privacy h2 {
    counter-reset: h3counter;
    margin-top: 28px; }
  .privacy h3 {
    counter-reset: h4counter;
    margin-top: 28px; }
  .privacy p.h2,
  .privacy p.h3,
  .privacy p.h4 {
    font-size: initial; }
  .privacy p.h2:before,
  .privacy h2:before {
    content: counter(h2counter, upper-roman) ".  ";
    counter-increment: h2counter; }
  .privacy p.h3:before,
  .privacy h3:before {
    content: counter(h3counter) ".  ";
    counter-increment: h3counter; }
  .privacy p.h4:before,
  .privacy h4:before {
    content: counter(h4counter, lower-alpha) ")  ";
    counter-increment: h4counter; }
  .privacy p.h3.nonum:before {
    content: none;
    counter-increment: none; }
  .privacy p.h4.nonum:before {
    content: none;
    counter-increment: none; }
  .privacy .boxed {
    border: 1px solid #000;
    padding: 3px; }

.terms {
  text-align: justify; }
  .terms h1 {
    counter-reset: h2counter; }
  .terms h2 {
    counter-reset: h3counter;
    margin-top: 28px; }
  .terms h3 {
    counter-reset: h4counter;
    margin-top: 28px; }
  .terms p.h2,
  .terms p.h3,
  .terms p.h4 {
    font-size: initial; }
  .terms p.h2:before,
  .terms h2:before {
    content: counter(h2counter) ".  ";
    counter-increment: h2counter; }
  .terms p.h3:before,
  .terms h3:before {
    content: counter(h2counter) "." counter(h3counter) ".  ";
    counter-increment: h3counter; }
  .terms p.h4:before,
  .terms h4:before {
    content: counter(h2counter) "." counter(h3counter) "." counter(h4counter) ".  ";
    counter-increment: h4counter; }
  .terms p.h3.nonum:before {
    content: none;
    counter-increment: none; }
  .terms p.h4.nonum:before {
    content: none;
    counter-increment: none; }
  .terms .boxed {
    border: 1px solid #000;
    padding: 3px; }
