.text-purple-25 {
  color: #f7f5ff;
}

.text-purple-50 {
  color: #efebff;
}

.text-purple-100 {
  color: #e2dbff;
}

.text-purple-200 {
  color: #c5b7ff;
}

.text-purple-300 {
  color: #a792ff;
}

.text-purple-400 {
  color: #8a6eff;
}

.text-purple-500 {
  color: #6d4aff;
}

.text-purple-600 {
  color: #5c3be7;
}

.text-purple-700 {
  color: #4a2dc5;
}

.text-purple-800 {
  color: #372580;
}

.text-purple-900 {
  color: #1b1340;
}

.text-gray-50 {
  color: #f9fafb;
}

.text-gray-100 {
  color: #f3f4f6;
}

.text-gray-200 {
  color: #e5e7eb;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.text-gray-800 {
  color: #1f2937;
}

.text-gray-900 {
  color: #111827;
}

.text-body {
  color: #494b7a;
}

.bg-purple-25 {
  background: #f7f5ff;
}

.bg-purple-50 {
  background: #efebff;
}

.bg-purple-100 {
  background: #e2dbff;
}

.bg-purple-200 {
  background: #c5b7ff;
}

.bg-purple-300 {
  background: #a792ff;
}

.bg-purple-400 {
  background: #8a6eff;
}

.bg-purple-500 {
  background: #6d4aff;
}

.bg-purple-600 {
  background: #5c3be7;
}

.bg-purple-700 {
  background: #4a2dc5;
}

.bg-purple-800 {
  background: #372580;
}

.bg-purple-900 {
  background: #1b1340;
}

.bg-gray-50 {
  background: #f9fafb;
}

.bg-gray-100 {
  background: #f3f4f6;
}

.bg-gray-200 {
  background: #e5e7eb;
}

.bg-gray-300 {
  background: #d1d5db;
}

.bg-gray-400 {
  background: #9ca3af;
}

.bg-gray-500 {
  background: #6b7280;
}

.bg-gray-600 {
  background: #4b5563;
}

.bg-gray-700 {
  background: #374151;
}

.bg-gray-800 {
  background: #1f2937;
}

.bg-gray-900 {
  background: #111827;
}

.bg-body {
  background: #494b7a;
}

@font-face {
  font-family: Arizona;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("Arizona"), url("../fonts/arizona/ABCArizonaPlusVariable.woff2") format("woff2-variations");
}
.font-normal {
  --font-variation-weight: 400;
  font-weight: unset;
}

.font-semibold {
  --font-variation-weight: 600;
  font-weight: unset;
}

.font-bold {
  --font-variation-weight: 700;
  font-weight: unset;
}

.italic {
  --font-variation-italic: 14;
}

.no-italic {
  --font-variation-italic: 0;
}

.serif {
  --font-variation-serif: 25;
}

.no-serif {
  --font-variation-serif: 0;
}

:root {
  --font-variation-weight: 400;
  --font-variation-italic: 0;
  --font-variation-serif: 0;
}

* {
  font-variation-settings: "wght" var(--font-variation-weight), "ital" var(--font-variation-italic), "SRFF" var(--font-variation-serif);
}

html {
  font-feature-settings: "ss02", "ss03", "ss04";
  font-size: 0.875rem;
}

.text-xs {
  font: 0.75rem/1.34 Arizona;
}

.text-sm {
  font: 0.875rem/1.43 Arizona;
}

.text-base {
  font: 1rem/1.5 Arizona;
}

.text-lg {
  font: 1.125rem/1.55 Arizona;
}

.text-xl {
  font: 1.375rem/1.27 Arizona;
}

.text-2xl {
  font: 1.625rem/1.23 Arizona;
}

.text-3xl {
  font: 2rem/1.25 Arizona;
}

.text-4xl {
  font: 2.25rem/1.11 Arizona;
}

.text-5xl {
  font: 2.75rem/1.273 Arizona;
}

.text-6xl {
  font: 3.5rem/1 Arizona;
}

h1 {
  --font-variation-serif: 25;
}

@media (min-width: 40em) {
  html {
    font-size: 1rem;
  }
}
html {
  scroll-padding-top: 8.75rem;
  /* 140px with base font at 16px */
}

html.withBanner {
  scroll-padding-top: 11rem;
  /* 176px with base font at 16px */
}

body {
  padding-top: 129px;
  text-rendering: optimizeLegibility;
}

html body {
  font-family: Arizona;
  color: #494b7a;
}

p {
  margin-bottom: 2rem;
}

.btn,
a,
h1,
h2,
h3 {
  -webkit-font-smoothing: initial;
}

body .btn-outline-success {
  border-width: 1px !important;
  border-color: #ccc;
}

body .btn.btn-outline-success {
  line-height: 1rem;
  color: #6d4aff;
  border: 1px solid #6d4aff;
}

body .btn-outline-success:hover {
  color: #fff;
  background-color: #6d4aff;
  border-color: #6d4aff;
}

body .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 146, 255, 0.5);
  background-color: #372580;
  border-color: #372580;
}

a,
button,
input[type=button],
input[type=submit] {
  text-decoration: none;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

body .h1,
body .h2,
body .h3,
body h1,
body h2,
body h3,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arizona;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
  color: #000;
}

body .btn {
  cursor: pointer;
  line-height: 1;
  border-radius: 2.5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

body .btn.btn-lg {
  line-height: 3.25rem;
  border-radius: 3.25rem;
  padding: 0 2.5rem;
}

body .btn.btn-sm {
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 0.75rem;
}

body .btn.btn-xs {
  line-height: 1rem;
  border-radius: 1rem;
  padding: 0 0.33rem;
  font-size: 0.75em;
}

body .btn-secondary {
  background: #ffffff;
  border: none;
  transition: none;
  text-shadow: 0 -1px 0 #fff;
}

body .btn-success {
  background-color: #6d4aff;
  border: none;
  transition: none;
  color: #fff !important;
  border: 1px solid #6d4aff;
}
body .btn-success:hover {
  background-color: #4a2dc5;
  border-color: #4a2dc5;
}
body .btn-success:focus {
  box-shadow: none;
}
body .btn-success:focus-visible, body .btn-success:active, body .btn-success:not(:disabled):active {
  background-color: #372580;
  outline: none;
  border: 1px solid #372580;
}

body .btn-primary {
  background: #669;
  border: none;
  transition: none;
}

body .btn-info {
  background: #71c4de;
  border: none;
  transition: none;
}

body .btn-warning {
  background: #f0ad4e;
  border: none;
  transition: none;
}

body .btn-danger {
  background: #d9534f;
  border: none;
  transition: none;
}

body .btn-secondary:active,
body .btn-secondary:focus,
body .btn-success:active,
body .btn-success:focus,
body .btn-primary:active,
body .btn-primary:focus,
body .btn-info:active,
body .btn-info:focus,
body .btn-warning:active,
body .btn-warning:focus,
body .btn-danger:active,
body .btn-danger:focus,
body .btn-outline-success:active,
body .btn-outline-success:focus {
  box-shadow: none;
  position: relative;
  transition: none;
  text-shadow: none;
  box-shadow: 0 0 0 0.2rem rgba(167, 146, 255, 0.5);
}

code {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
}

body .btn-secondary:hover {
  background: #f2f2f2;
  transition: none;
}

body .btn-primary:hover {
  background: #555580;
  transition: none;
}

body .btn-info:hover {
  background: #64aec4;
  transition: none;
}

body .btn-warning:hover {
  background: #d69a45;
  transition: none;
}

body .btn-danger:hover {
  background: #bf4945;
  transition: none;
}

body .btn-secondary:focus,
body .btn-secondary:active {
  background: #e5e5e5;
  color: #666;
}

body .btn-primary:focus,
body .btn-primary:active {
  background: #555580;
  color: rgba(255, 255, 255, 0.5);
}

body .btn-info:focus,
body .btn-info:active {
  background: #64aec4;
  color: rgba(255, 255, 255, 0.5);
}

body .btn-warning:focus,
body .btn-warning:active {
  background: #d69a45;
  color: rgba(255, 255, 255, 0.5);
}

body .btn-danger:focus,
body .btn-danger:active {
  background: #bf4945;
  color: rgba(255, 255, 255, 0.5);
}

body .text-success {
  color: #6d4aff !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #4a2dc5 !important;
}

.btn-outline-dark {
  color: #494b7a;
  border-color: #494b7a;
}

.pagination .page-link {
  color: #6d4aff;
}

.page-item.active .page-link {
  background-color: #6d4aff;
  border-color: #6d4aff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1220px !important;
  }
}
@media (max-width: 545px) {
  html {
    scroll-padding-top: 6.25rem;
    /* 100px with base font at 16px */
  }

  html.withBanner {
    scroll-padding-top: 8.75rem;
    /* 140px with base font at 16px */
  }
}
/* =Bootstrap custom
-------------------------------------------------------------- */
body .wp-caption {
  background: #e6e6e6;
  border-color: #ccc;
}

body .btn.btn-lg {
  line-height: 3.25rem;
  border-radius: 3.25rem;
  padding: 0 1.75rem;
}

body .btn.btn-sm {
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 0.75rem;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.5rem auto 0.5rem auto;
}

.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

a img.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignleft {
  margin: 0.5rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 0.5rem 0 2rem 2rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* =Search
-------------------------------------------------------------- */
/* =Comments
-------------------------------------------------------------- */
.comment-form-url {
  display: none;
}

.comment-notes {
  display: none;
}

#commentform .required {
  display: none;
}

#commentform .comment-form-email .required {
  display: inline-block;
  color: #999;
}

#commentform .form-submit {
  padding: 2rem 0 1rem 0;
}

#respond {
  padding: 3rem 0;
}

#respond textarea {
  max-width: 100%;
  height: 12rem;
}

ol.comment-list .ht-voting {
  display: none;
}

ol.comment-list,
ol.comment-list li {
  display: block;
  padding: 0;
  margin: 0;
}

ol.comment-list {
  padding: 0 15px;
}

ol.comment-list > li {
  margin-bottom: 10px;
}

ol.comment-list > li.depth-2,
ol.comment-list > li.depth-3,
ol.comment-list > li.depth-4,
ol.comment-list > li.depth-5,
ol.comment-list > li.depth-6,
ol.comment-list > li.depth-7,
ol.comment-list > li.depth-8,
ol.comment-list > li.depth-9 {
  margin-top: -11px;
}

ol.comment-list > li.depth-2 {
  margin-left: 30px;
}

ol.comment-list > li.depth-3 {
  margin-left: 60px;
}

ol.comment-list > li.depth-4 {
  margin-left: 90px;
}

ol.comment-list > li.depth-5 {
  margin-left: 120px;
}

ol.comment-list > li.depth-6 {
  margin-left: 150px;
}

ol.comment-list > li.depth-7 {
  margin-left: 180px;
}

ol.comment-list > li.depth-8 {
  margin-left: 210px;
}

ol.comment-list > li.depth-9 {
  margin-left: 240px;
}

ol.comment-list .comment-body.row {
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

ol.comment-list .comment-body.row .bg-faded {
  border-right: 1px solid #ccc;
}

ol.comment-list .comment-body.row > div {
  padding: 0.5rem 1rem;
}

ol.comment-list .comment-body .actions a {
  margin-left: 1rem;
}

ol.comment-list .comment-body .comment-meta-data {
  font-size: 0.9rem;
}

ol.comment-list .comment-body .comment-content {
  word-break: break-word;
}

ol.comment-list .byuser .author strong,
ol.comment-list .byauthor .author strong {
  background: #6d4aff;
  display: inline-block;
  padding: 0 0.25rem;
  border-radius: 2px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#comments {
  padding-top: 2rem;
}

#comments h3 {
  display: block;
  padding: 0 0 2rem 0;
  line-height: 2.3rem;
}

@media (max-width: 769px) {
  ol.comment-list > li.depth-2 {
    margin-left: 10px;
  }

  ol.comment-list > li.depth-3 {
    margin-left: 20px;
  }

  ol.comment-list > li.depth-4 {
    margin-left: 30px;
  }

  ol.comment-list > li.depth-5 {
    margin-left: 40px;
  }

  ol.comment-list > li.depth-6 {
    margin-left: 50px;
  }

  ol.comment-list > li.depth-7 {
    margin-left: 60px;
  }

  ol.comment-list > li.depth-8 {
    margin-left: 70px;
  }

  ol.comment-list > li.depth-9 {
    margin-left: 80px;
  }

  ol.comment-list .comment-body .comment-meta-data > div {
    display: inline;
  }

  ol.comment-list .comment-body.row > div.bg-faded {
    border-bottom: 1px solid #ccc;
  }

  ol.comment-list .comment-body.row > div.bg-faded strong,
ol.comment-list .comment-body .comment-meta-data {
    font-size: 0.85rem;
  }
}
/* =Votes
-------------------------------------------------------------- */
#ht-kb-rate-article {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
  margin-top: 4rem;
  border-bottom: 1px solid #ccc;
}

#ht-kb-rate-article h3 {
  margin: 0;
}

#ht-kb-rate-article h3#ht-kb-rate-article-title {
  font-size: 1.2rem;
  line-height: 3rem;
  float: left;
  padding-right: 2rem;
}

#ht-kb-rate-article .ht-voting {
  display: block;
}

#ht-kb-rate-article .ht-voting-how-helpful {
  display: block;
  margin-top: 1rem;
  text-align: center;
  background: #e5e5e5;
  padding: 1rem;
  border-radius: 25px;
}

.ht-voting-upvote,
.ht-voting-downvote {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  line-height: 100rem;
  border-radius: 3rem;
  position: relative;
  margin: 0 0.25rem;
}

.ht-voting-upvote::before,
.ht-voting-downvote::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 3rem;
  height: 3rem;
  width: 3rem;
  text-align: center;
  border-radius: 3rem;
  font-family: "FontAwesome";
  font-size: 1.25rem;
  color: #fff;
  transition: font-size 0.3s;
}

.ht-voting-upvote:hover::before,
.ht-voting-downvote:hover::before {
  font-size: 1.5rem;
  transition: font-size 0.1s;
}

.ht-voting-upvote {
  background: #56b366;
}

.ht-voting-downvote {
  background: #d4414b;
}

.ht-voting-upvote::before {
  content: "\f087";
}

.ht-voting-downvote::before {
  content: "\f088";
}

/* =Sidebar
-------------------------------------------------------------- */
.sidebar {
  box-shadow: inset -1px 0 0 0 #ccc;
  padding: 2rem 15px 0 15px;
}

.sidebar ul,
.sidebar ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar ul > li > a {
  display: block;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
  color: #292b2c;
}

.sidebar ul > li > a::before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1.75rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.25rem;
  color: #6b7280;
}

.sidebar h4 {
  color: #6b7280;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2rem;
}

.sidebar ul > li.active a {
  font-weight: 700;
  color: #000;
}

.sidebar ul > li ul {
  padding-left: 1.25rem;
  display: block;
}

/* =Nav
-------------------------------------------------------------- */
#page_about #navbar-mobile .nav-link[href="https://protonvpn.com/about"],
#page_pricing #navbar-mobile .nav-link[href="https://protonvpn.com/pricing"],
#page_security #navbar-mobile .nav-link[href="https://protonvpn.com/secure-vpn"] {
  font-weight: 700;
}

.hero .container .row .col-lg-4 h2 a {
  color: #fff;
}

.pagination .page-numbers.current {
  padding: 0 1rem;
}

.pagination li.active {
  pointer-events: none;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable,
.navbar-toggleable .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm,
.navbar-toggleable-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-sm > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md,
.navbar-toggleable-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-md > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg,
.navbar-toggleable-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-lg > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable,
.navbar-toggleable .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm,
.navbar-toggleable-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-sm > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md,
.navbar-toggleable-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-md > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg,
.navbar-toggleable-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-toggleable-lg > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open > .nav-link {
  color: #fff;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* =Entry
-------------------------------------------------------------- */
/* =Footer
-------------------------------------------------------------- */
#cats {
  padding: 80px 0 65px 0;
  border-top: 1px solid #ccc;
}

#cats .row a {
  color: #56b366;
}

#cats h4 {
  color: #000;
  font-size: 1rem;
  margin-bottom: 20px;
}

#cats .list-group-item {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 55px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  border-radius: 0;
}

#cats h3 {
  display: block;
  padding: 0 0 75px 0;
}

#cats .text-center strong {
  font-size: 1.2rem;
}

#cats span {
  margin-right: 1rem;
}

/* =Front
-------------------------------------------------------------- */
.home h3 {
  padding: 5rem 0;
}

body.home .card {
  margin-bottom: 0.5rem;
}

body.home .card,
body.home .card .card-header {
  border-radius: 0;
}

.home .card-header {
  background: #fff;
}

.home .card-block {
  border-top: 1px solid #ddd;
}

.home .card-block ul {
  padding: 0;
  margin: 0;
}

.home .card-block ul li {
  display: block;
  list-style-type: none;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.home .card-block ul li:last-child {
  border-bottom: none;
}

.home .card-block ul li a .fa {
  color: #000;
}

body.home .card .card-header {
  padding: 0;
  position: relative;
  border-bottom: none;
}

body.home .card .card-header h5 a {
  display: block;
  line-height: 4rem;
  padding: 0 1.25rem;
  color: #000;
  text-decoration: none;
}

.home #accordion {
  padding: 0 0 4rem 6rem;
}

.home #accordion .card-header::before {
  content: "";
  display: block;
  position: absolute;
  left: -6rem;
  top: 0;
  line-height: 4rem;
  height: 4rem;
  width: 6rem;
  background: #fff;
  margin-left: -1px;
  box-shadow: 0 0 0 1px #ddd;
  font-family: "FontAwesome";
  text-align: center;
  color: #6d4aff;
  font-size: 2rem;
  transition: 0.3s all;
}

.home #accordion .open .card-header::before {
  background: #6d4aff;
  box-shadow: 0 0 0 1px #6d4aff;
  color: #fff;
  transition: 0.3s all;
}

.home #accordion #cat-11::before {
  content: "\f110";
}

/* spd bandwth */
.home #accordion #cat-12::before {
  content: "\f05a";
}

/* gen usage */
.home #accordion #cat-13::before {
  content: "\f05a";
}

/* gen info */
.home #accordion #cat-14::before {
  content: "\f0ad";
}

/* troubleshooting */
.home #accordion #cat-15::before {
  content: "\f019";
}

/* dl setup */
.home #accordion #cat-16::before {
  content: "\f26c";
}

/* access content */
.home #accordion #cat-18::before {
  content: "\f007";
}

/* access content */
.home #accordion #cat-19::before {
  content: "\f09d";
}

/* billing */
@media (max-width: 992px) {
  .home #accordion {
    padding-left: 0;
  }

  .home #accordion .card .card-header {
    padding-left: 6rem;
  }

  .home #accordion .card-header::before {
    left: 0;
  }
}
/* =Main
-------------------------------------------------------------- */
a,
a:hover {
  color: #6d4aff;
}

.clear {
  clear: both;
}

.bg-success .container {
  position: relative;
  z-index: 3;
}

.bg-success.hero {
  position: relative;
  padding: 2rem 0;
}

.bg-success.hero h1,
.bg-success.hero h2,
.bg-success.hero h3 {
  text-shadow: 0 1px 0 #4c994c;
}

.bg-success.hero .container {
  z-index: 2;
}

.breadcrumbs {
  float: left;
  width: 100%;
  position: relative;
  left: -0.25rem;
  line-height: 2em;
}

.breadcrumbs a {
  color: #6b7280;
  display: inline-block;
  padding: 0 0.25rem;
}

.hero h2 {
  display: block;
  color: #fff;
  line-height: 4rem;
  position: relative;
  top: -0.7rem;
}

.hero {
  margin-bottom: 2rem;
}

.hero .container {
  position: relative;
}

.hero .container .row > div {
  position: static;
}

.main {
  padding: 2rem 2rem 0;
}

.single .main h1 {
  padding: 1rem 0 2rem 0;
  display: block;
  margin: 0;
}

.wrap img,
.attachment-post-thumbnail,
.size-post-thumbnail,
.wp-post-image {
  max-width: 100%;
  height: auto;
}

.wrap img {
  max-height: 174px;
}

@media (max-width: 992px) {
  .main {
    padding: 2rem 15px;
  }

  .sidebar {
    box-shadow: none;
    display: none;
  }

  .single .main h1,
.archive .main h1 {
    font-size: 2em;
  }

  #cats span {
    display: block;
    padding-bottom: 1rem;
    margin-right: 0;
  }

  h1.results {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .hero .container {
    padding-top: 1rem;
  }

  .hero h2 {
    top: 0;
  }
}
@media (max-width: 543px) {
  .hero .container {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
#topbar,
#navbar-main {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}

#navbar-main {
  background: #f7f5ff;
  height: 90px;
  padding: 0;
  top: 40px;
}
#navbar-main .ghost-bar {
  height: 2px;
  background: #d1d5db;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#navbar-main .nav-link.text-success {
  color: #6d4aff !important;
}
#navbar-main .nav-link.text-success:hover {
  color: #372580 !important;
}
#navbar-main #authActions {
  box-shadow: inset 0 0 0 2px #5fb364;
  border-radius: 25px;
  height: 39px;
  margin-top: 25px;
  margin-left: 10px;
}
#navbar-main #authActions .nav-link {
  padding: 0 25px;
  display: block;
  line-height: 39px;
}
#navbar-main #authActions .nav-item:last-child .nav-link {
  background: #5fb364;
  color: #fff;
  border-radius: 0 25px 25px 0;
}
#navbar-main .navbar-brand {
  line-height: 80px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main .navbar-brand img {
  display: inline-block;
  height: 2rem;
  width: auto;
}
#navbar-main .navbar-brand span {
  color: #777;
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 0.5rem;
  line-height: 1rem;
  position: relative;
  top: 6px;
}
#navbar-main .navbar-brand em,
#navbar-main .navbar-brand i {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 3px;
  width: 100%;
  background: #8a6eff;
  opacity: 0;
}
#navbar-main .navbar-brand i {
  background: #8a6eff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main .navbar-brand:hover i, #navbar-main .navbar-brand.active em {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#navbar-main .nav-link {
  padding: 34px 15px;
  color: #111827;
  position: relative;
  font-size: 16px;
  text-align: center;
}
#navbar-main .nav-link:hover, #navbar-main .nav-link.active {
  --font-variation-weight: 700;
}
#navbar-main .nav-link:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#navbar-main .nav-link::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  height: 3px;
  background: #8a6eff;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
#navbar-main #nav-login .nav-link::after,
#navbar-main #nav-signup .nav-link::after {
  display: none !important;
}
#navbar-main #nav-login,
#navbar-main #nav-signup {
  display: flex;
  align-items: center;
}
#navbar-main .btn-outline-gradient {
  padding: 0.25rem 1.25rem;
  font-size: 16px !important;
  --font-variation-weight: 700;
  border-radius: 1.875rem;
  text-decoration: none;
  position: relative;
  border: none;
  background-color: transparent;
  display: block;
  transform: 0.5s;
  width: auto !important;
  margin: 25px 3px;
  border-radius: 2.5rem;
}
#navbar-main .btn-outline-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: 0.5s;
}
#navbar-main .btn-outline-gradient span {
  background: linear-gradient(151.15deg, #6d4aff 17.82%, #31d1d0 143.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#navbar-main .btn-outline-gradient:hover, #navbar-main .btn-outline-gradient:focus {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: unset;
  --font-weight-variation: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  transform: 0.5s;
}
#navbar-main .btn-outline-gradient:hover span, #navbar-main .btn-outline-gradient:focus span {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
}
#navbar-main #nav-signup a {
  font-size: 16px;
  --font-variation-weight: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  text-decoration: none;
  text-shadow: 0 1px 5px #00000066;
  color: #fff;
  border-radius: 2.5rem;
  border: 0px solid transparent;
  padding: 0.125rem 1.25rem !important;
  line-height: 1.75rem;
}
#navbar-main #nav-signup a:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(122.32deg, #361d9c 30.66%, #1d8399 93.8%);
  transition: 0.5s;
}
#navbar-main .nav-item {
  position: relative;
}
#navbar-main .nav-item:last-child {
  padding-right: 0;
}
#navbar-main .nav-item.active {
  --font-variation-weight: 700;
}
#navbar-main .nav-item.active .nav-link::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #8a6eff;
}
#navbar-main .divider {
  position: relative;
  width: 31px;
}
#navbar-main .divider::after {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  margin-top: -1rem;
  height: 2rem;
  background: #d1d5db;
}
#navbar-main #nav-signup a {
  padding: 0.8125rem 1.5rem;
  margin: 25px 0;
}
#navbar-main.active {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main.active .navbar-brand em,
#navbar-main.active .navbar-brand i {
  top: 87px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main.active .nav-link::after,
#navbar-main.active .nav-link::before {
  top: 88px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#navbar-main.active .ghost-bar {
  top: 88px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#topbar {
  line-height: 40px;
  background: #f7f5ff;
  top: 0;
  z-index: 11;
}
#topbar a {
  color: #b6b5c9;
  text-decoration: none;
  font-size: 0.9rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#topbar a:hover {
  opacity: 0.75;
}
#topbar.active {
  top: -39px;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#topbar .pm-icon {
  top: 1px;
}
#topbar .localization-icon {
  margin-top: -1px;
}
#topbar .protonmail-link {
  color: #111827;
  display: inline-flex;
}
#topbar .protonmail-link img {
  margin-right: 4px;
}
#topbar .localization {
  float: right;
  display: block;
  height: 39px;
  position: relative;
  margin-left: 1.2rem;
}
#topbar .localization #selected-lang {
  display: none;
}
#topbar .topbarlinks {
  align-items: center;
}
#topbar .topbarlinks img {
  height: 12px;
}
#topbar .topbarlinks .divider-top {
  width: 1px;
  height: 16px;
  background-color: #e2dbff;
  margin: 0 12px;
}

#navbar-main #nav-signup a:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 146, 255, 0.5);
  background-color: #372580;
  border-color: #372580;
}

.navbar,
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

#navbar-mobile,
#navbar-mobile-overlay {
  opacity: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

#navbar-mobile {
  transform: translateX(-20%);
}

#navbar-mobile.show,
#navbar-mobile-overlay.show {
  transform: translateX(0);
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
}

#navbar-mobile {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 2rem;
  width: 25vw;
  min-width: 320px;
  z-index: 99;
  overflow: auto;
  background-color: #fff;
}
#navbar-mobile .navbar-mobile-logo {
  display: block;
  height: 2rem;
  margin: 0 0 1rem -1rem;
  background: url(../img/protonvpn-transparent.svg) 0 no-repeat;
  background-size: 130px;
  background-position: 8px;
}
#navbar-mobile .close {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 1.25rem;
  padding: 1rem;
  text-align: center;
}
#navbar-mobile a {
  display: block;
  color: #111827;
  line-height: 1.75;
  --font-variation-weight: 600;
  font-size: 16px;
}
#navbar-mobile .btn-gradient-primary {
  font-size: 16px;
  --font-variation-weight: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  text-decoration: none;
  text-shadow: 0 1px 5px #00000066;
  color: #fff;
  border-radius: 2.5rem;
  border: 0px solid transparent;
}
#navbar-mobile .btn-gradient-primary:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(122.32deg, #361d9c 30.66%, #1d8399 93.8%);
  transition: 0.5s;
}

#navbar-mobile-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}

#navbar-other {
  font-size: 0.9rem;
  padding-top: 0;
  padding-bottom: 0;
}
#navbar-other .custom-select {
  color: #fff;
  background: transparent;
  border: none;
  position: relative;
  top: -2px;
  cursor: pointer;
}
#navbar-other .text-muted {
  font-size: 0.9em;
  margin-left: 10px;
}

.hero {
  background: #1b1340;
  position: relative;
}
.hero::after {
  background: radial-gradient(60.38% 178.49% at -22.05% 171.84%, #2ed8cd 0%, rgba(46, 216, 205, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  content: " ";
}
.hero::before {
  background: radial-gradient(80.59% 308.41% at 123.27% -91.46%, #6066f5 0%, rgba(96, 102, 245, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
}

.hero .container {
  background: unset;
}

.btn-outline-gradient {
  padding: 0.25rem 1.25rem;
  font-size: 16px;
  --font-variation-weight: 700;
  border-radius: 1.875rem;
  text-decoration: none;
  position: relative;
  border: none;
  background-color: transparent;
  display: block;
  transform: 0.5s;
  width: auto !important;
  border-radius: 2.5rem;
}
.btn-outline-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: 0.5s;
}
.btn-outline-gradient span {
  background: linear-gradient(151.15deg, #6d4aff 17.82%, #31d1d0 143.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-outline-gradient:hover, .btn-outline-gradient:focus {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: unset;
  --font-weight-variation: 700;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  transform: 0.5s;
}
.btn-outline-gradient:hover span, .btn-outline-gradient:focus span {
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
}

.active-link::before {
  background: #8a6eff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.active-link {
  --font-variation-weight: 700;
}

.black-friday-top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(151.15deg, #6d4aff 17.82%, #31d1d0 143.86%);
  color: white;
  padding: 8px 16px;
  position: relative;
}

.black-friday-top-bar .container {
  background-color: transparent !important;
  border-bottom: none !important;
  font-size: 16px !important;
  color: white !important;
}

.black-friday-top-bar .desktop a {
  color: white !important;
  opacity: 1 !important;
  font-size: 1.2rem;
  padding: 7px 11px;
  line-height: initial;
  margin-left: 5px;
  background: white;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.black-friday-top-bar .desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.black-friday-top-bar .mobile {
  display: none;
}

.black-friday-top-bar .mobile a {
  color: black !important;
  opacity: 1 !important;
}

/* fix topbar */
.withBanner body {
  padding-top: 178px;
}

.learn-more-link {
  text-decoration: underline !important;
  color: #fff !important;
  font-size: 16px !important;
}

#topbar {
  line-height: 40px !important;
}

#topbar.active {
  margin-top: -80px !important;
}

.withBanner #navbar-main:not(.active) {
  top: 88px !important;
}

.content-wrapper-notification {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.content-wrapper-notification-wrap {
  display: flex;
  align-items: center;
}

.content-wrapper-notification-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0 32px;
  --font-variation-weight: 700;
}

.content-wrapper-notification-sale {
  margin: 0;
  --font-variation-weight: 700;
  color: #111827;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #27ddb1;
  line-height: 24px;
}

#topbar .black-friday-top-bar .content-wrapper-notification-button {
  padding: 5px 20px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  --font-variation-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

#topbar .black-friday-top-bar .content-wrapper-notification-button:hover {
  color: #ffffff;
}

.close-banner-button {
  color: white;
  font-size: 1.5rem !important;
  font-weight: 100 !important;
  text-shadow: none;
  opacity: unset !important;
}

.close-banner-button:hover {
  color: gray;
}

.text-mobile {
  display: none;
}

.textDesktop {
  display: none;
}

@media (max-width: 991px) {
  #navbar-main .navbar-brand em,
#navbar-main .navbar-brand i {
    display: none;
  }

  #navbar-main .navbar-toggler {
    outline: none;
    padding: 0.25rem;
  }

  .navbar-toggleable-md > .container {
    padding-right: 15px;
  }

  #navbar-main .nav-link {
    padding: 1rem 15px;
    line-height: 1.5rem !important;
  }

  #navbarSupportedContent {
    padding: 2rem 0;
  }

  #navbar-main .nav-item.active .nav-link::before {
    display: none;
  }

  #navbar-main .nav-item.active {
    box-shadow: inset 0 0 0 1px #fff;
  }

  #authActions {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
  }

  #navbar-main #authActions .nav-link {
    padding: 1rem 15px;
  }

  #navbar-main #authActions .nav-item:last-child .nav-link {
    background: transparent;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .textMobile {
    display: none;
  }

  .textDesktop {
    display: flex;
  }

  .content-wrapper-notification {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #topbar .container {
    width: 100%;
  }

  #navbar-main.active .ghost-bar {
    display: none;
  }

  #navbar-main.active .navbar-brand em,
#navbar-main.active .navbar-brand i {
    display: none;
  }

  .black-friday-top-bar .desktop {
    display: none;
  }

  .black-friday-top-bar .mobile {
    display: flex;
  }

  .withBanner #page_pricing #navbar-main:not(.active),
.withBanner #page_downloads #navbar-main:not(.active) {
    top: 70px !important;
  }

  .content-wrapper-notification {
    margin: 0;
  }

  .topbar-container {
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }

  .text-mobile {
    display: block;
  }

  .withBanner #navbar-main:not(.active) {
    top: 87px !important;
  }
}
@media (max-width: 575px) {
  .content-wrapper-notification-title {
    font-size: 14px;
    line-height: 28px;
    margin: 0 8px 0 12px;
  }

  #navbar-main .container {
    width: 100%;
  }

  .navbar-dark {
    height: 60px;
  }

  .withBanner #navbar-main:not(.active) {
    top: 86px !important;
  }

  .withBanner body {
    padding-top: 176px;
  }
}
@media (max-width: 543px) {
  #topbar .container {
    background-color: #f7f5ff;
    border-bottom: 1px solid #d1d5db;
  }

  #navbar-main .navbar-brand img {
    height: 1.5rem;
  }

  #navbar-main {
    top: 30px;
  }

  #navbar-main,
#navbar-main .navbar-brand {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #topbar {
    height: 30px;
    line-height: 30px;
  }

  #topbar a {
    font-size: 0.85rem;
  }

  #navbar-main .navbar-toggler {
    margin-top: 11px;
  }

  #navbar-mobile {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 25vw;
    min-width: 20rem;
    padding: 2rem;
  }

  html body {
    padding-top: 90px;
  }

  #topbar a span {
    display: none;
  }

  .black-friday-top-bar {
    padding: 8px 0;
  }

  .black-friday-top-bar .mobile .day {
    display: inline-block !important;
  }

  .top-bar-icon {
    display: none;
  }

  .content-wrapper-notification {
    font-size: 12px;
  }

  .learn-more-link {
    font-size: 12px !important;
  }

  #topbar .mobile-social-icons {
    font-size: 0.75rem;
  }

  .withBanner body {
    padding-top: 144px;
  }

  .withBanner #navbar-main:not(.active) {
    top: 84px !important;
  }
}
@media (max-width: 453px) {
  #topbar .protonmail-link img {
    margin-right: 0;
    height: 9px;
  }
}
@media (max-width: 360px) {
  #topbar .protonmail-link img {
    height: 7px;
  }
}
#secPubKey .modal-dialog {
  max-width: 620px;
}
#secPubKey .modal-dialog .modal-footer-closebutton {
  color: #292b2c;
}

#footer {
  padding: 6rem 0 2rem 0;
  background: #f7f5ff;
}

#foot h2,
#footer h2 {
  color: #111827;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

#footer ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

#footer ul li a {
  color: #494b7a;
  line-height: 2rem;
  display: block;
  border-bottom: 1px solid #c5b7ff;
}

#footer .security-icon {
  color: #292b2c;
}

#footer ul li.protonmail {
  position: relative;
}

#footer ul li.protonmail a {
  padding-left: 1.4em;
}

#footer ul li.protonmail img {
  position: absolute;
  left: 0.15rem;
  height: 0.95rem;
  top: 0.5rem;
}

#footer ul li a .fa {
  display: inline-block;
  width: 1.4em;
}

#footer .col.col-3 p {
  font-size: 0.9em;
}

#footer p {
  color: #494b7a;
}

#footer .col-md-3 p {
  font-size: 0.9rem;
}

#foot {
  padding: 1rem 0px 6rem;
  background: #f7f5ff url(../img/world.svg) 41% 3.2rem no-repeat;
  overflow: hidden;
}

#foot a {
  color: #6b7280;
}

#foot h4 {
  color: #545665;
  font-size: 1rem;
  margin-bottom: 20px;
}

#foot .list-group-item {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 40px;
  border-bottom: 1px solid #414249;
  margin-bottom: 0;
}

#foot .list-group-item:last-child {
  border-bottom: none;
}

#foot a:hover img {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#foot p strong {
  display: inline-block;
  padding-right: 1rem;
  background: transparent;
}

#foot .location p {
  color: #494b7a;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.fongitimg img {
  height: 45px;
}

.protonplain img {
  height: 22px;
}

.show-modal {
  height: 100%;
  overflow: hidden;
}
.show-modal .contactModal {
  display: block;
}

.contactModal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}
.contactModal .bg {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.contactModal .window {
  position: fixed;
  left: 50%;
  top: 10%;
  padding: 4rem 2rem 2rem;
  background: #fff;
  border-radius: 4px;
  margin-left: -14rem;
  width: 28rem;
  z-index: 4;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.contactModal .window .fa {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
}
.contactModal .window .fa-2x {
  font-size: 2em;
}
.contactModal .window .security-icon {
  position: relative;
  right: 0;
  top: 0;
}
.contactModal .window .btn-xs {
  border: 1px solid #e6e6e6;
  background-color: transparent;
}
.contactModal pre {
  max-height: 15em;
}

@media (max-width: 991px) {
  #footer .col-sm-6 {
    margin-bottom: 3rem;
  }

  #foot .location,
#foot {
    background: #f7f5ff;
  }
}
@media (max-width: 767px) {
  #footer .col {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 3rem;
  }

  .contactModal .window {
    width: 90%;
    margin-left: -45%;
  }
}
.inlineUpsell {
  background: #1b1340;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 3.25rem 1.5rem;
  position: relative;
}
.inlineUpsell::after {
  background: radial-gradient(60.38% 178.49% at -22.05% 171.84%, #2ed8cd 0%, rgba(46, 216, 205, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  content: " ";
}
.inlineUpsell::before {
  background: radial-gradient(80.59% 308.41% at 123.27% -91.46%, #6066f5 0%, rgba(96, 102, 245, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
}

.inlineUpsell-headline {
  margin-right: 60px;
  z-index: 1;
}

.inlineUpsell-title {
  color: #fff;
  margin-top: -20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.inlineUpsell-link {
  color: #6d4aff;
  font-size: 1.1rem;
  background-color: #fff;
  padding: 15px 40px 15px 40px;
  border-radius: 50px;
  z-index: 1;
}

.inlineUpsell-link:hover {
  color: #fff;
  background-color: #6d4aff;
  text-decoration: none;
}

.inlineUpsell-list {
  list-style: none;
  margin-bottom: 0;
}

.inlineUpsell-item {
  position: relative;
  display: flex;
  align-items: center;
}
.inlineUpsell-item img {
  position: absolute;
  left: 0;
}
.inlineUpsell-item span {
  display: block;
  padding-left: 0.5rem;
  margin-left: 1.6rem;
}

.inlineUpsell-item:not(:last-child) {
  margin-bottom: 15px;
}

.inlineUpsell-item .fa-check {
  margin-right: 15px;
}

.btn-gradient-primary {
  padding: 16px 32px;
  line-height: 1.2727;
  background: linear-gradient(122.32deg, #6d4aff 30.66%, #31d1d0 93.8%);
  text-decoration: none;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 2.5rem;
  border: none;
  text-align: center;
  font-size: 22px;
}
.btn-gradient-primary:hover, .btn-gradient-primary:focus {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(122.32deg, #361d9c 30.66%, #1d8399 93.8%);
  transition: 0.5s;
}

.mobile-cta-button {
  display: none;
}

.desktop-cta-button {
  display: inline-block;
}

@media (max-width: 850px) {
  .inlineUpsell {
    flex-direction: column;
  }

  .inlineUpsell-headline {
    margin: 0;
  }

  .inlineUpsell-title {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .inlineUpsell-link {
    display: block;
    text-align: center;
  }

  .inlineUpsell-content {
    margin-top: 30px;
  }

  .inlineUpsell-item {
    align-items: baseline;
  }

  .mobile-cta-button {
    display: block;
  }

  .desktop-cta-button {
    display: none;
  }
}
#kbPortal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  z-index: 8;
}

#kbSearchForm {
  position: relative;
}

#kbSearchForm > .form-group {
  margin-bottom: 0;
}

.ht-kb-article-search .fa-spinner {
  display: none;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #ccc;
  width: 75px;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
  color: #464a4c;
  font-size: 1.25rem;
}

.ht-kb-article-search.loading .fa-spinner {
  display: block;
}

.ht-kb-article-search.loading::before {
  display: none;
}

#kbSearchForm .fa-search {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 75px;
  text-align: center;
  line-height: 3.5rem;
  color: #464a4c;
}

.ht-kb-article-search::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 75px;
  text-align: center;
  line-height: 4rem;
  color: #6d4aff;
  font-family: "FontAwesome";
  content: "\f002";
  z-index: 9;
}

.ht-kb-article-search input[type=text] {
  display: block;
  line-height: 4rem;
  height: 4rem;
  padding: 0 0 0 4rem;
  background: #fff;
  border-color: #ccc;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-width: 1px;
  width: 100%;
}

.ht-kb-article-search input[type=text]:active,
.ht-kb-article-search input[type=text]:focus {
  border-color: #6b7280;
}

.ht-kb-article-search ::-webkit-input-placeholder {
  color: #6b7280;
}

.ht-kb-article-search ::-moz-placeholder {
  color: #6b7280;
}

.ht-kb-article-search :-ms-input-placeholder {
  color: #6b7280;
}

.ht-kb-article-search :-moz-placeholder {
  color: #6b7280;
}

#ht-kb-search-result {
  display: block;
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 0;
  position: relative;
  top: -2px;
  z-index: 8;
  border-radius: 2px;
  overflow: hidden;
}

#ht-kb-search-result .ht-kb-category {
  display: none;
}

#ht-kb-search-result .ht-kb {
  display: block;
  border-bottom: 1px solid #ccc;
}

#ht-kb-search-result .ht-kb:last-child {
  border-bottom: none;
}

#ht-kb-search-result .ht-kb > a:hover {
  background: #fff;
}

#ht-kb-search-result .ht-kb > a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 2rem 5rem 2rem 6rem;
  color: #6d4aff;
}

#ht-kb-search-result .ht-kb .ht-kb-search-result-excerpt {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.9em;
  color: #999;
}

#ht-kb-search-result .ht-kb .ht-kb-search-result-excerpt p {
  margin-bottom: 0;
}

#ht-kb-search-result .ht-kb .ht-kb-search-result-title {
  display: block;
}

#ht-kb-search-result .ht-kb .ht-kb-search-result-title::before {
  position: absolute;
  left: 2rem;
  width: 75px;
  display: block;
  top: 2rem;
  text-align: center;
  font-family: "FontAwesome";
  content: "\f0a4";
  line-height: 24px;
  color: #333;
}

#ht-kb-search-result li .views {
  color: #333;
  font-size: 0.8em;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

#searchsubmit {
  display: none;
}

h1.results {
  word-break: break-all;
}

/* NoJS */
.no-js .ht-kb-article-search::after {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  display: block;
  width: 6rem;
  text-align: center;
  line-height: calc(4rem - 8px);
  color: #fff;
  background: #2b2c34;
  content: "Search";
  z-index: 9;
}

@media (max-width: 767px) {
  #ht-kb-search-result .ht-kb > a {
    padding: 2rem;
  }

  #ht-kb-search-result .ht-kb .ht-kb-search-result-title::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .ht-voting-links {
    display: block;
    width: 100%;
    clear: both;
  }
}
.entry img {
  max-width: 100%;
  height: auto;
}

.excerpt h4 a {
  color: #372580;
}

.entry,
.entry p {
  color: #494b7a;
  display: block;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #372580;
}

.entry a:not(.btn) {
  text-decoration: underline;
  color: #6d4aff;
}

.attachment-post-thumbnail {
  max-width: 100%;
  height: auto;
}

.single h1 {
  margin-bottom: 1rem;
}

.entry .h1,
.entry .h2,
.entry .h3,
.entry .h4,
.entry .h5,
.entry .h6,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  display: block;
  padding: 1rem 0 2rem 0;
}

/*# sourceMappingURL=styles.css.map */
