/* -*- coding: utf-8 -*- */

:root {
  --min-width: 360px;
  --max-width: 1200px;
}

html {
  background-color: #ffffff;
  color: #212327;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
}

*, *:before, *:after {
  box-sizing: inherit;
}

iframe {
  border: none;
}

img {
  display: block;
  height: auto;
  width: auto;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

textarea {
  font-family: "PT Mono", monospace;
}

input {
  font-family: "PT Mono", monospace;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.telephone {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

.header-bg {
  background-image: url("../images/hero-bg-1026x210.png");
  background-image: -webkit-image-set(url("../images/hero-bg-1026x210.webp") 1x);
  background-size: 100% 210px;
  background-repeat: no-repeat;
  height: 210px;
  min-width: 1026px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(260px, 0);
  width: 100%;
  z-index: -100;
}

#index .header-bg {
  background-image: url("../images/hero-bg2-1026x781.png");
  background-image: -webkit-image-set(url("../images/hero-bg2-1026x781.webp") 1x);
  background-size: 100% 781px;
  background-repeat: no-repeat;
  height: 781px;
  min-width: 1026px;
  top: 0;
  transform: translate(240px, 0);
  width: 100%;
}

#header .header-container {
  height: 180px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#header .logo {
  display: block;
  left: 10px;
  position: absolute;
  top: 45px;
}

#header .login {
  color: #078ae1;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-decoration: underline;
  top: 58px;
}

#header .top-btn {
  height: 79px;
  position: absolute;
  right: 110px;
  text-align: center;
  top: 32px;
  width: 242px;
}

#header .top-btn .top-btn-oval {
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #00df73;
  height: 79px;
  position: relative;
  width: 242px;
}

#header .top-btn .customer-support {
  color: #646464;
  font-size: 15px;
  font-weight: 700;
  height: 24px;
}

#header .top-btn .phone-icon {
  height: 29px;
  left: 12px;
  position: absolute;
  top: 25px;
  width: 29px;
}

#header .top-btn .telephone {
  color: #00df73;
  display: block;
  font-size: 21px;
  font-weight: 800;
  margin-top: -5px;
  padding-left: 10px;
}

#header .top-btn .layer-24 {
  background-color: #ffffff;
  border-radius: 12px;
  color: #00df73;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  height: 25px;
  position: absolute;
  right: -15px;
  top: 25px;
}

#header .top-btn .special-offers-when {
  color: #93969a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -3px;
  padding-left: 10px;
}

#header2 .header-container {
  height: 90px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#header2 .logo {
  display: block;
  left: 10px;
  position: absolute;
  top: 20px;
}

#header2 .login {
  border-left: 1px solid #eeeeee;
  height: 100%;
  padding-left: 30px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

#header2 .login a {
  color: #868b92;
  font-size: 16px;
  font-weight: 700;
}

#header2 .top-btn {
  padding-right: 30px;
  position: absolute;
  right: 120px;
  top: 10px;
}

#header2 .phone-icon {
  align-items: center;
  background-color: #008dde;
  border-radius: 15px;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  width: 30px;
}

#header2 .customer-support {
  color: #7e8489;
  font-size: 14px;
  font-weight: 700;
  padding-left: 40px;
}

#header2 .telephone {
  color: #008dde;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding-left: 40px;
}

#header2 .special-offers-when {
  color: #7e8489;
  font-size: 13px;
  font-weight: 700;
  padding-left: 40px;
}

#footer {
  background-color: #0891e1;
  color: #ffffff;
  padding-bottom: 150px;
}

#footer a {
  color: inherit;
}

#footer a:focus,
#footer a:hover {
  color: inherit;
}

.footer-wrapper {
  display: flex;
}

.footer-wrapper::before,
.footer-wrapper::after {
  content: '';
  display: block;
  flex: 1;
  height: 10px;
}

.footer-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 10000;
  font-size: 12px;
  justify-content: space-around;
  line-height: 1.5;
  max-width: var(--max-width);
  min-width: var(--min-width);
  padding-top: 60px;
  position: relative;
}

@media only screen and (max-width:900px) {
  .footer-content {
    flex-wrap: wrap;
  }
}

.footer-section1 {
  padding-left: 10px;
  padding-right: 20px;
  width: 210px;
}

.footer-address .address {
  display: block;
  font-style: normal;
  margin-top: 1.5em;
}

.footer-section2 {
  flex: 1 1;
  min-width: var(--min-width);
  padding-left: 10px;
  padding-right: 10px;
}

#footer .disclaimer {
  text-align: justify;
}

#footer .copyright {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

.footer-section3 {
  width: var(--min-width);
}

.footer-nav {
  padding-left: 20px;
}

#footer .nav-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 24em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .nav-list li {
  line-height: 1.5;
  margin-bottom: 1.5em;
  white-space: nowrap;
}

#footer .credits {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 120px;
}

#footer .credit {
  padding-bottom: 15px;
}

#footer .credit a {
  display: block;
  margin: 0 auto;
  width: 90px;
}

#footer .credit img {
  filter: grayscale(1);
  margin: 0 auto;
  width: auto;
}

#footer .credit:hover img {
  filter: none;
}

#footer .appesteem img {
  height: auto;
  width: 90px;
}

#footer .trustwave img {
  height: auto;
  width: 90px;
}

#footer .bbb img {
  height: auto;
  width: 90px;
}

#footer .geotrust img {
  height: auto;
  width: 90px;
}

.main-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}

#main {
  padding-bottom: 60px;
}

#main .main-container > * {
  margin: 0 auto 0;
  width: 960px;
}

#main .main-container-alt {
  background-color: #f7f7f7;
}

#main .main-container-alt > * {
  margin: 0 auto 0;
  width: 960px;
}

#main .cta-button .download-button {
  background-color: #00df73;
  border-radius: 30px;
  box-shadow: 0 4px 0 #00c968;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 800;
  height: 60px;
  margin: 30px auto 0;
  padding: 15px 30px;
  text-align: center;
  white-space: nowrap;
  width: 300px;
}

#main .main-header .cta-button .download-button {
  margin: 30px auto 0 0;
}

#main .cta-button .download-button img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

#main .why-choose {
  margin: 60px auto 0;
}

#main .why-header .title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

#main .why-header .abstract {
  font-size: 18px;
  text-align: center;
}

#main .why-reasons {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}

#main .why-reason {
  width: 270px;
}

#main .why-reason:first-child {
  width: 360px;
}

#main .why-reason:last-child {
  width: 270px;
}

#main .why-image img {
  margin: 0 auto;
}

#main .why-reason .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  margin-top: 15px;
}

#main .why-reason .detail {
  margin-top: 15px;
  text-align: justify;
}

#main .convince {
  margin: 60px auto 0;
}

#main .convince .title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

#main .convince .abstract {
  font-size: 18px;
  margin: 15px auto 0;
  text-align: center;
  width: 720px;
}

#main .convince .chart-link {
  margin: 30px auto 0;
  text-align: center;
}

#main .convince .chart-link a {
  color: #008dde;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

#uninstall #main .main-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  padding-bottom: 30px;
  width: 840px;
}

#uninstall #main .title {
  padding-left: 40px;
  text-align: left;
}

#uninstall #main .main-abstract {
  margin: 30px auto 0;
  text-align: center;
  width: 660px;
}

#uninstall #main .uninstall-method {
  width: 420px;
}

#uninstall #main .adblocker-section {
  padding-top: 30px;
  width: 800px;
}

#uninstall #main .adblocker-section .title {
  font-size: 28px;
  padding-bottom: 15px;
  text-align: center;
}

#uninstall #main .adblocker-section img {
  display: inline-block;
  vertical-align: text-bottom;
}

#uninstall #main .adblocker-section ol, #uninstall #main .adblocker-section ul {
  margin-top: 0;
}

#contact-us #main .main-abstract {
  font-size: 20px;
  margin: 30px auto 0;
  text-align: center;
  width: 480px;
}

#contact-us #main .contacts {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 870px;
}

#contact-us #main .contacts .contact-method {
  background-color: #f7f8fb;
  border-radius: 8px;
  font-size: 18px;
  padding: 20px;
  width: 420px;
}

#contact-us #main .contacts .contact-method a {
  color: #008dde;
  font-size: 24px;
  font-weight: 700;
}

#contact-us #main .contacts .title {
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}

#contact-us #main .contacts .detail {
  font-size: 18px;
  font-weight: 400;
  margin: 15px auto 0;
  text-align: center;
}

#contact-us .chat-container {
  padding-top: 60px;
  text-align: center;
}

#contact-us .chat-button {
  align-items: center;
  background-color: rgb(46,117,210);
  border-radius: 6px;
  border: none;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  outline-offset: 2px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}
#contact-us .chat-button:focus,
#contact-us .chat-button:hover {
  filter: brightness(1.1);
}

#contact-us #chat-full {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#contact-us .chat-container .title {
  text-align: center;
}

#contact-us #main .contact-form {
  margin: 60px auto 120px;
}

#contact-us #main .contact-form .title {
  color: #373a40;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#contact-us #main .contact-form .input-label {
  color: #373a40;
  height: 24px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 25px auto 0 80px;
}

#contact-us #main .contact-form .input-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 30px;
  height: 63px;
  margin: 10px 80px 0 80px;
  width: 800px;
}

#contact-us #main .contact-form .textarea-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 20px;
  height: 212px;
  margin: 10px 80px 0 80px;
  width: 800px;
}

#contact-us #main .contact-form .button-style {
  background-color: #00df73;
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 0 #00c968;
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 800;
  height: 60px;
  margin: 30px auto 0;
  padding: 5px 0 0;
  width: 245px;
}

#contact-us #main .contact-form .flash {
  color: #2f1453;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#contact-us #main .contact-form .not-sent {
  color: #992222;
}

#contact-us #main .contact-address {
  color: #373a40;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#contact-us #main .contact-address img {
  margin: 0 auto 15px;
}

#contact-us #main #contact-recaptcha > * {
  margin: 30px auto;
}

#download-instructions #main .main-title {
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

#download-instructions #main .main-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#download-instructions #main .download-steps {
  font-size: 24px;
  padding-left: 30px;
}

#download-instructions #main .download-steps ul {
  line-height: 2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#download-instructions #main .download-steps .active {
  background-color: #ffffaa;
}

#download-instructions #main .step-number {
  color: #2f1453;
  font-weight: 700;
}

#download-instructions #main .download-trouble {
  font-size: 18px;
  font-weight: 400;
  padding-right: 30px;
}

#download-instructions #main #download {
  font-weight: 700;
  text-decoration: underline;
}

#download-instructions #main .help-call {
  margin-top: 25px;
}

#download-instructions #main .call-us {
  font-weight: 700;
}

#download-instructions #main .main-container {
  padding-bottom: 180px;
}

#download-instructions #main .credits {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 120px auto 0;
  width: 800px;
}

#download-instructions #main .credits img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 55px;
  margin: 0 auto;
  width: auto;
}

#download-instructions #main .credit:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

#download-instructions #main .geotrust {
  min-width: 115px;
}

#download-instructions #main .made-in-the-usa {
  font-size: 12px;
  font-weight: bold;
  height: 55px;
  text-align: center;
}

#download-instructions #main .made-in-the-usa img {
  height: 26px;
  margin: 10px auto 0;
}

#download-instructions #download-backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000100; /* above Proof */
}

#download-instructions .download-panel {
  position: fixed;
  z-index: 1000200; /* above Proof */
}

#download-instructions #download-panel-ie {
  bottom: 60px;
  left: 50%;
  transform: translate(-120px, 0);
}

#download-instructions #download-panel-edge {
  bottom: 75px;
  left: 50%;
  transform: translate(150px, 0);
}

#download-instructions #download-panel-edge2 {
  right: 10px;
  top: 50%;
}

#download-instructions #download-panel-chrome {
  bottom: 15px;
  left: 180px;
}

#download-instructions #download-panel-chrome2 {
  right: 10px;
  top: 50%;
}

#download-instructions #download-panel-firefox {
  right: 180px;
  top: 30px;
}

#download-instructions .download-panel .download-instructions {
  background-color: #ffffff;
  border-radius: 5px;
  height: 150px;
  margin: 0 10px;
  position: relative;
  width: 240px;
}

#download-instructions .download-panel .title {
  background-color: #6a56c1;
  border-radius: 16px 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  left: 50%;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: -16px;
  transform: translate(-50%, 0);
  width: 210px;
}

#download-instructions .download-panel .detail {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  text-align: left;
}

#download-instructions .download-arrow {
  position: fixed;
  z-index: 1000200; /* above Proof */
}

#download-instructions #download-arrow-ie {
  left: 50%;
  bottom: 60px;
  transform: translate(180px, 0);
}

#download-instructions #download-arrow-edge {
  bottom: 75px;
  left: 50%;
}

#download-instructions #download-arrow-edge2 {
  right: 20px;
  top: 20px;
}

#download-instructions #download-arrow-chrome {
  left: 30px;
  bottom: 15px;
}

#download-instructions #download-arrow-chrome2 {
  right: 40px;
  top: 20px;
}

#download-instructions #download-arrow-firefox {
  right: 20px;
  top: 20px;
}

#download-help {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  padding: 30px 45px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000300; /* above Proof */
}

#download-help .close-icon {
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

#download-help .download-help-problem {
  background-color: #fff2cc;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 60px;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-standing-by {
  margin: 30px auto 0;
  text-align: center;
  white-pace: nowrap;
}

#download-help .download-help-telephone {
  font-size: 36px;
  font-weight: bold;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-telephone a {
  color: #35bdf0;
}

#download-help .download-help-powered {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-available {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-again {
  margin: 15px auto 0;
  text-align: center;
}

#download-help .download-help-no-problem {
  background-color: #92d050;
  border-radius: 10px;
  border: 2px solid #3f5e96;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 15px 30px;
  pointer: cursor;
  text-align: center;
  white-space: nowrap;
}

#download-help #download-help-button {
  height: 120px;
  text-align: center;
  position: relative;
  width: 100%;
}

#how-we-are-different .main-abstract {
  color: #212327;
  font-size: 20px;
  text-align: center;
  width: 570px;
}

#how-we-are-different .comparison-table {
  border-collapse: collapse;
  margin: 60px 0 0;
  width: 100%;
}

#how-we-are-different .comparison-table tbody tr td, #how-we-are-different .comparison-table tbody tr th {
  border: 1px solid #d7dce5;
}

#how-we-are-different .comparison-table tbody tr th {
  color: #373a40;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-align: left;
}

#how-we-are-different .comparison-table tbody tr td {
  padding: 10px;
  text-align: center;
}

#how-we-are-different .comparison-table img {
  display: inline-block;
}

#how-we-are-different .comparison-table tbody tr:nth-child(even) td, #how-we-are-different .comparison-table tbody tr:nth-child(even) th {
  background-color: #f8f7fa;
}

#plans-pricing .main-abstract {
  font-size: 20px;
  margin: 15px auto 0;
  text-align: center;
  width: 750px;
}

#plans-pricing .plan {
  border: 1px solid #d7dce5;
  margin: 60px auto 0;
  width: 390px;
}

#plans-pricing .plan-top {
  padding: 15px;
  text-align: center;
}

#plans-pricing .plan .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 15px;
}

#plans-pricing .plan .price {
  color: #0791e1;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

#plans-pricing .plan .dollar-sign {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  vertical-align: super;
}

#plans-pricing .plan .abstract {
  font-size: 18px;
  margin: 15px auto 0;
}

#plans-pricing .plan-bottom {
  background-color: #f8f9fb;
  border-top: 1px solid #d7dce5;
  padding: 30px;
}

#plans-pricing .plan-list {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 0 25px;
}

#plans-pricing .plan-list li:before {
  color: #0791e1;
  content: '\2713';
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  vertical-align: top;
  width: 25px;
}

#plans-pricing .get-button {
  background-color: #00df73;
  border-radius: 30px;
  box-shadow: 0 4px 0 #00c968;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  margin: 30px auto;
  padding-top: 16px;
  text-align: center;
  width: 300px;
}

#how-it-works .main-title {
  font-size: 32px;
  margin: 0 auto;
  width: 780px;
}

#how-it-works .main-abstract {
  font-size: 20px;
  margin: 15px auto 0;
  text-align: center;
}

#how-it-works .step1 {
  display: flex;
  height: 540px;
  justify-content: space-between;
  margin: 60px 0 0;
  position: relative;
}

#how-it-works .step1-text {
  width: 480px;
}

#how-it-works .step1-text .title {
  color: #373a40;
  font-size: 28px;
  font-weight: 700;
}

#how-it-works .step1-text .detail {
  color: #373a40;
  font-size: 16px;
  text-align: justify;
}

#how-it-works .step2 {
  display: flex;
  height: 540px;
  justify-content: space-between;
  margin: 60px 0 0;
  position: relative;
}

#how-it-works .step2-text {
  width: 480px;
}

#how-it-works .step2-text .title {
  color: #373a40;
  font-size: 28px;
  font-weight: 700;
}

#how-it-works .step2-text .detail {
  color: #373a40;
  font-size: 16px;
  text-align: justify;
}

.index-hero .main-header {
  height: 510px;
  position: relative;
}

.index-hero .main-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  width: 540px;
}

.direct-hero .main-title {
  color: #313339;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  width: 360px;
}

.index-hero .main-abstract {
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  width: 540px;
}

.direct-hero .main-abstract {
  font-size: 18px;
  margin-top: 30px;
  width: 360px;
}

.google-safe-browsing img {
  display: inline-block;
}

.index-hero .google-safe-browsing {
  margin-top: 15px;
}

.direct-hero .google-safe-browsing {
  padding-left: 75px;
  margin-top: 60px;
}

#direct .main-header .guarantee,
#index .main-header .guarantee {
  color: #ffffff;
  font-size: 18px;
  margin: 30px auto 0 0;
}

#direct .main-header .guarantee img,
#index .main-header .guarantee img {
  display: inline;
  vertical-align: middle;
}

#direct .unprotected,
#index .unprotected {
  padding-top: 60px;
}

#direct .unprotected .title,
#index .unprotected .title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

#direct .unprotected .abstract,
#index .unprotected .abstract {
  font-size: 18px;
  margin: 15px auto 0;
  text-align: center;
  width: 720px;
}

#direct .unprotected .subtitle,
#index .unprotected .subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 60px auto 0;
  text-align: center;
}

#direct .breaches,
#index .breaches {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

#direct .breach,
#index .breach {
  text-align: center;
  width: 33%;
}

#direct .breach-image img,
#index .breach-image img {
  margin: 0 auto;
}

#direct .breach-count,
#index .breach-count {
  color: #858a95;
  font-size: 18px;
  margin: 15px auto 0;
}

#direct .breach-count .number,
#index .breach-count .number {
  color: #0892e1;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

#direct .findout,
#index .findout {
  margin: 60px auto 0;
}

#direct .findout .title,
#index .findout .title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

#direct .findout .free,
#index .findout .free {
  color: #0892e1;
  display: block;
}

#direct .findout .detail,
#index .findout .detail {
  font-size: 18px;
  margin: 15px auto 0;
  text-align: justify;
  width: 780px;
}

#direct .main-body-software,
#index .main-body-software {
  background-color: #34373d;
  color: #ffffff;
  width: 100%;
}

#direct .software-section,
#index .software-section {
  margin: 60px auto 0;
  padding: 30px;
  position: relative;
  width: 960px;
}

#direct .software-header .abstract,
#index .software-header .abstract {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin: 30px auto 0;
  text-align: center;
  width: 510px;
}

#direct .software-header .title,
#index .software-header .title {
  color: #00abec;
  font-size: 22px;
  margin: 30px auto 0;
  text-align: center;
}

#direct .software-contents,
#index .software-contents {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 100%;
}

#direct .software-content,
#index .software-content {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  width: 50%;
}

#direct .software-text,
#index .software-text {
  padding-left: 15px;
}

#direct .software-content .title,
#index .software-content .title {
  font-size: 21px;
  font-weight: 700;
}

#direct .software-content .detail,
#index .software-content .detail {
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 30px;
  padding-right: 15px;
  text-align: justify;
}

#direct .software-section .plus-mark,
#index .software-section .plus-mark {
  left: 50%;
  position: absolute;
  bottom: -40px;
  transform: translate(-50%, 0);
  z-index: 10;
}

#direct .main-body-service,
#index .main-body-service {
  background-color: #008ee0;
  color: #ffffff;
  width: 100%;
}

#direct .service-section,
#index .service-section {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 960px;
}

#direct .service-header .title,
#index .service-header .title {
  color: #afffb1;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
}

#direct .service-contents,
#index .service-contents {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 100%;
}

#direct .service-content,
#index .service-content {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  width: 50%;
}

#direct .service-image,
#index .service-image {
  align-items: center;
  background-color: rgba(51, 54, 60, 0);
  border-radius: 50%;
  border: 2px solid #e1e4e9;
  display: flex;
  font-size: 22px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  margin-top: 10px;
  min-width: 50px;
  width: 50px;
}

#direct .service-text,
#index .service-text {
  padding-left: 15px;
}

#direct .service-content .title,
#index .service-content .title {
  font-size: 21px;
  font-weight: 700;
}

#direct .service-content .detail,
#index .service-content .detail {
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 30px;
  padding-right: 15px;
  text-align: justify;
}

#idcs-backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#idcs-popup {
  background-color: #ffffff;
  border-radius: 10px;
  height: 95%;
  left: 50%;
  max-width: 1200px;
  min-width: 828px;
  overflow: auto;
  padding: 30px;
  position: fixed;
  top: 30px;
  transform: translate(-50%, 0);
  width: 95%;
  z-index: 200;
}

#idcs-iframe {
  height: 100%;
  width: 100%;
  min-height: 500px;
  min-width: 768px;
}

#idcs-popup .close-icon {
  border-radius: 10px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  height: 30px;
  line-height: 1;
  padding-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}

#affiliates .main-body {
  background-color: #eeeeee;
  margin: 30px auto 0;
  padding: 60px;
  width: 840px;
}

#affiliates .contact-form {
  display: block;
  margin-top: 60px;
}

#affiliates .contact-form-wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#affiliates .contact-form .input-label {
  height: 24px;
  display: block;
  font-size: 16px;
  padding-left: 10px;
}

#affiliates .contact-form .input-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 18px;
  margin-bottom: 1em;
  padding: 5px 10px;
}

#affiliates .contact-form #input-website {
  width: 350px;
}

#affiliates .contact-form #input-email {
  width: 350px;
}

#affiliates .contact-form #input-addr1,
#affiliates .contact-form #input-addr2 {
  width: 720px;
}

#affiliates .contact-form #input-city {
  width: 350px;
}

#affiliates .contact-form #input-district {
  width: 170px;
}

#affiliates .contact-form #input-postal-code {
  width: 170px;
}

#affiliates .contact-form #input-country {
  width: 350px;
}

#affiliates .contact-form #input-phone {
  width: 350px;
}

#affiliates .contact-form .textarea-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 240px;
  padding: 5px 10px;
  width: 720px;
}

#affiliates .contact-form .button-input {
  width: 720px;
}

#affiliates .contact-form .button-style {
  background-color: #2389eb;
  border-radius: 22px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  height: 45px;
  margin: 15px auto;
  text-align: center;
  width: 240px;
}

#affiliates .contact-form .flash {
  color: #2f1453;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#affiliates .contact-form .not-sent {
  color: #992222;
}

#affiliates #contact-recaptcha > * {
  margin: 30px auto;
}

#exit-backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#exit-popup {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  padding: 40px 50px;
  position: fixed;
  top: 30px;
  transform: translate(-50%, 0);
  width: 640px;
  z-index: 20;
}

#exit-popup .exit-logo img {
  margin: 0 auto;
}

#exit-popup .title {
  font-style: italic;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
}

#exit-popup .rebate-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#exit-popup .rebate-text {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

#exit-popup .rebate-card {
  color: #0c79e3;
}

#exit-popup .continue-below {
  font-weight: normal;
}

#exit-popup #email {
  display: block;
  font-size: 24px;
  height: 48px;
  margin-top: 40px;
  padding: 5px;
  width: 100%;
}

#exit-popup #submit {
  background-color: #ed7600;
  border-radius: 5px;
  border-width: 2px;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  margin-top: 10px;
  width: 100%;
}

#exit-popup .close-icon {
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

#chat .proofNotificationWrapper {
  display: none !important;
}

#chat #chat-widget-container {
  left: 50% !important;
  top: 30px !important;
  transform: translate(-50%, 0) !important;
}

#direct.direct2 .main-title {
  font-size: 31px;
  font-weight: 700;
  padding-right: 30px;
  text-align: left;
  width: 480px;
}

#direct.direct2 .limited-time {
  text-decoration: underline;
}

#direct.direct2 .top10 {
  font-weight: 700;
}

#direct.direct2 .unprotected .title {
  font-size: 26px;
  margin: 0 auto;
  width: 780px;
}

#direct.direct2 .anti-tracking {
  text-decoration: underline;
}

#direct .service-section .plus-mark {
  display: none;
}

#direct.direct2 .software-section {
  margin-top: 0;
}

#direct.direct2 .software-header .abstract {
  width: 750px;
}

#direct.direct2 #footer .how-it-works,
#direct.direct2 #footer .how-we-are-different,
#direct.direct2 #footer .plans-pricing,
#direct.direct2 #footer .affiliates,
#direct.direct2 #footer .uninstall,
#direct.direct2 #footer .sitemap {
  display: none;
}

#unsub #main .unsubscribed {
  color: #119922;
  padding-left: 10px;
}

#terms-of-service .main-header,
#privacy-policy .main-header {
  text-align: justify;
}

#terms-of-service .main-title,
#privacy-policy .main-title {
  font-size: 24px;
  text-align: center;
}

#privacy-policy .date-stamps,
#terms-of-service .date-stamps {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-top: 2em;
  padding-left: 30px;
}

#terms-of-service .main-header .paragraph,
#privacy-policy .main-header .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding-left: 30px;
  text-align: justify;
}

#terms-of-service .main-header ul.legal-list > li,
#privacy-policy .main-header ul.legal-list > li {
  margin-bottom: 1.5em;
}

#privacy-policy .main-body,
#terms-of-service .main-body {
  text-align: justify;
}

#terms-of-service .main-body .paragraph,
#privacy-policy .main-body .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#terms-of-service dfn,
#privacy-policy dfn {
  font-style: inherit;
}

#terms-of-service a,
#privacy-policy a {
  color: inherit;
}

#terms-of-service .telephone,
#privacy-policy .telephone {
  color: inherit;
}

#terms-of-service ul,
#privacy-policy ul {
  list-style-type: disc;
}

#terms-of-service .main-body > ol.legal-list,
#privacy-policy .main-body > ol.legal-list {
  list-style-type: upper-roman;
}

#terms-of-service .main-body > ol.legal-list > li,
#privacy-policy .main-body > ol.legal-list > li {
  font-weight: 700;
  margin-bottom: 3em;
}

#terms-of-service .main-body > ol.legal-list > li *,
#privacy-policy .main-body > ol.legal-list > li * {
  font-weight: 400;
}

#terms-of-service .main-body > ol.legal-list > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol {
  list-style-type: decimal;
  margin-top: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li {
  margin-bottom: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol {
  list-style-type: lower-latin;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol > li {
  margin: 0;
}

#terms-of-service .main-body > ol.legal-list > li > ul > li > ul,
#privacy-policy .main-body > ol.legal-list > li > ul > li > ul {
  list-style-type: circle;
}

#livechat-eye-catcher-img img {
  display: none !important;
}

#download-instructions2 {
  --red-color: #ff4438;
}

#download-instructions2 #main .main-container > * {
  max-width: 100%;
}

#download-instructions2 #main .main-title {
  color: var(--fg-color);
  font-size: 37px;
  font-weight: 700;
}

#download-instructions2 #main .main-abstract {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}

#download-instructions2 .download-steps {
  align-items: stretch;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 55px;
}

#download-instructions2 .download-step {
  border-radius: 15px;
  border: 1px solid #000;
  min-height: 100%;
  padding: 60px 20px 20px 20px;
  position: relative;
}

#download-instructions2 .download-step-number {
  align-items: center;
  background: var(--red-color);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  left: calc(50% - 25px);
  position: absolute;
  top: -25px;
  width: 50px;
}

#download-instructions2 .download-step-top {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

#download-instructions2 .download-step-bottom {
  margin-top: 20px;
  text-align: center;
}

#download-instructions2 .download-note {
  margin-top: 30px;
  text-align: center;
}

#download-instructions2 .download-note a {
  color: var(--red-color);
  font-weight: 700;
}

#download-instructions2 .download-free {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin: 30px auto;
  max-width: 660px;
}

#download-instructions2 .download-info {
  align-items: center;
  background: var(--red-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  margin-top: 5px;
  width: 50px;
}

#download-instructions2 .download-info svg {
  height: 35px;
  width: 35px;
}

#download-instructions2 .arrow-downloaded {
  opacity: 0;
  position: fixed;
  right: 30px;
  top: 0;
  width: 160px;
  will-change: transform;
  z-index: 10;
}

#download-instructions2 .arrow-footer {
  background-color: var(--red-color);
  border-radius: 16px 0 0 0;
  height: 105px;
  margin: 15px auto -60px;
  position: relative;
  transform: rotate(45deg);
  width: 105px;
  z-index: -1;
}

#download-instructions2 .arrow-footer::before {
  border-left: 1px solid #fff;
  border-radius: 0 0 5px 0;
  border-top: 1px solid #fff;
  content: '';
  display: block;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 65px;
  top: 15px;
  width: 20px;
}

#download-instructions2 .arrow-body {
  background: var(--red-color);
  border-radius: 24px 24px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 15px 15px 25px;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
}

#download-instructions2 .arrow-downloaded {
  animation: animateArrow0 500ms ease-in-out 1000ms 1 normal, animateArrow1 2500ms ease-in-out 1500ms 1 normal, animateArrow2 2000ms ease-in-out 4000ms infinite normal;
}

@keyframes animateArrow0 {
  0% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 500px;
    opacity: 0;
  }
}

@keyframes animateArrow1 {
  0% {
    top: 500px;
    opacity: 0;
  }
  33% {
    top: 50px;
    opacity: 1;
  }
  60% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}

@keyframes animateArrow2 {
  0% {
    top: 50px;
    opacity: 1;
  }
  50% {
    top: 120px;
    opacity: 1;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}
