/* Variables */
:root {
  --main-color: #47a580;
  --main-color-lighter: #4cb189;
  --secondary-color: #979797;
  --purple: #3d4554;
  --dark-purple: #2E3540;
  --light-gray: #EFEFEF;
  --blue: #4687ff;
  --red: #f64f64;
  --space-1: .5rem;
	--space-2: 1rem;
 	--space-3: 2rem;
  --space-4: 4rem;
  --circles-final-scale: 4.0; 
  --highlight: #47a580;
}

body {
  font-family: "Avenir Next", sans-serif;
  font-size: 2em;
  font-weight: 400;
}

body.payment {
  background: #f8f8f8;
  font-weight: 400;
  font-size: 1.6em;
}


a {
  color: var(--main-color);
  font-weight: bold;
}

a:hover,
a:focus {
  color: var(--main-color-lighter)
}

h1, h2, h3, h4 {
  font-weight: bold;
  color: var(--purple)
}

h2 {
  color: var(--purple)
}

h3 {
  font-weight: 600;
  color: var(--main-color)

}.

#homepage {
  margin-top: 10px;
}
.homepage-section-separator {
  margin-top: 20rem;
  margin-bottom: 20rem
}

#logo {
  max-width: 20rem;
  min-width: 20rem;
  display: inline-block;
}

.navigation {
  z-index: 9999;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;

}

thead {
  display: table-header-group;
  vertical-align: middle;
}

tbody {
  display: table-header-group;
  vertical-align: middle;
}

tr {
  /* height: 10rem; */
  vertical-align: middle;
  display: table-row;
}

td {
  vertical-align: bottom;
}

thead td a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

thead td img {
  position: absolute;
  top: -30px;

}

thead td {
  position: relative;
  /* padding: 16px; */
  overflow-wrap: break-word;
  width: 13%;
  text-align: center;
  display: flex;
  /* padding: 20px; */

  align-items: center;
}
tbody td {
  border-bottom: 1px solid #DADADA;
  /* padding: 20px; */
  width: 13%;
  text-align: center;
  display: table-cell;
  /* height: 10rem; */

  align-items: center;

}

tr.prices td {
  border-bottom: none;
}

tr.prices a {
  font-weight: 600;
  color: #BDBDBD;
}

tr.prices a:hover,
tr.prices a:active {
  font-weight: 600;
  color: var(--main-color);
}

td.feature {
  width: 35%;
  text-align: left;
}

table .cell.dark {
  background-color: #F5F5F5;
}

table .cell b {
  display: block;
}

td.cell .f-container {
  display: flex;
  height: 8rem;
  align-items: center;
  justify-content: center;
}

td.cell .os-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
  left: 0;
  top: 75px;
}

td.cell .os-container a {
  color: #BDBDBD;
}

td.cell .os-container a:hover {
  color: rgb(96, 108, 118);
}


/* td.cell .os-container a {
  display: block;
} */



td.cell.feature .f-container {
  justify-content: left;
}
td .box {

}

/* table td svg {} */


.pill {
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 1px solid;
  font-weight: bold;
  font-size: 1.3rem;
}

.pill.white_green {
  border-color: var(--main-color);
  background: #fff;
  color: var(--main-color);
}

.pill.blocked {
  background: #fff;
  color: #161616;
  border-color: #fff;
}

.pill.red {
  background: #ed7467;
  color: #fff;
}

.pill.gray {
  background: #c6c7cb;
  color: #fff;
}

/* Header */
.header {
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  background: #fff;
}

.header > * {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#atf, #atf2 {
  margin-top: 2rem;
}

#atf p, #atf2 p {
  font-size: 2.3rem;
  font-weight: 400;
}

#atf button, #atf2 button, .atf_btn {
  z-index: 99999999;
  position: relative;
  border: 0px;
  background-color: var(--highlight);
}

#enterprise_cta button {
  /* background-color: var(--purple); */
  border: 1px solid var(--highlight);
  background-color: #fff;
  color: var(--highlight);
}

#atf h1, #atf2 h1 {
  font-weight: 700;
  /* text-align: center; */
  color: var(--purple);
  font-size: 3.6rem;
}

#atf2 h1 {
  /* font-size: 2.8em !important; */
}

#atf2 h1 small {
  font-size: 0.4em;
  vertical-align: top;
}

#atf #active-pulse-phone {
  position: relative;
  max-width: 356px;
  margin: 0 auto;
}

#atf .stripe {
  text-align: center;
  width: 100%;
  z-index: 99999999;
  position: relative;
  display: block;
  font-weight: 400;
  color: #bbb;
  font-size: 1.8rem;
}


#atf #smart-vpn-box {
  position: absolute;
  top: 0;
  left:0;
  /* left: 0; */
}

#atf #atf-circles {
  position: absolute;
  top: 220px;
  left: 67px;
  background: rgba(255,255,255,0.1))
  width: 221px;
  height: 221px;
}

#atf-circles .circle {
  position: absolute;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  width: 221px;
  height: 221px;
  -webkit-animation: expandCircle 5s infinite; /* Safari 4+ */
  -moz-animation:    expandCircle 5s infinite; /* Fx 5+ */
  -o-animation:      expandCircle 5s infinite; /* Opera 12+ */
  animation:         expandCircle 5s infinite; /* IE 10+, Fx 29+ */
  /* animation-name: expandCircle; */
  /* animation-duration: 4s; */
  /* animation-iteration-count: infinite; */
  
}

#atf2 svg {
  fill: var(--main-color);
}
#atf2 .stripe {
  display: block;
  font-size: 1.5rem;
  width: 80%;
  text-align: center;
}

#atf2 .stripe a {
  color: rgb(96, 108, 118);
  font-weight: 500;
}

#atf2 button {
    margin-left: 0;
    margin-right: 0;
    width: 80%;
}

#atf2 h1 {
  font-size: 2.8em;
  margin-bottom: 0.5rem;
}

#atf2 #subheadline {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: var(--purple)
}

#atf2 h2 {
  font-size: 2.8rem;
  /* font-weight: 600; */
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  color: var(--purple)
}

#atf2 li {
  font-size: 1.8rem;
  padding-left: 40px;
  margin-bottom: 2rem;
  line-height: 3rem;
}

#atf2 li svg {
  position: absolute;
  left: 20px;
}

.quotes span {
  color: #A1A1A1;
  font-size: 0.89em;
  display: block;

}

#atf2 .quotes svg {
  margin-bottom: 0.8em;
  min-height: 53px;
  fill: #9D9D9D;
}

#atf2 .quotes .column:hover svg {
  fill: var(--purple);
}

.quotes span.quote-date {
  color: #BDBCBC;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.phone {
}

.reports a {
  float: right;
  color: var(--highlight);
}

.reports h4 {
  color: var(--purple);
  /* color: var(--highlight); */
}

.bl1 {
  border-left: 1px solid white;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal.visible {
  display: block;
}

.modal h2 {
  color: #161616;
}

.modal button {
  background-color: var(--highlight);
  margin: 1em 1.3em;
  max-width: 350px;
  width: calc(100% - 2em);
  height: 6em;
  font-size: 0.8em;
  font-family: Avenir Next;
}

.modal button:hover {
  background-color: #57b791;
}

.modal button:active {
  background-color: #429977;
}

/* Modal Content/Box */
.modal-content {
  background-color: #f9f7f6;
  margin: 8% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  position: relative;
}


/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index:9;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 350px;
	width: calc(100% - 2em);
	vertical-align: top;
}

#form-errors, .error {
  position: relative;
  display: inline-block;
  margin: 0 1.3em;
  max-width: 350px;
  width: calc(100%-2em);
  vertical-align: top;
  color: var(--red);
  font-size: 0.8em;
}


.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input-error label::before{
  border: 1px solid var(--red);
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Ichiro */
.input--ichiro {
	margin-top: 2em;
}

.input__field--ichiro {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 100;
	display: block;
	padding: 0 0.55em !important;
	width: calc(100% - 8px) !important;
	height: calc(100% - 8px) !important;
	background: #f0f0f0 !important;
  border: 0;
	color: #7F8994;
	opacity: 0;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.input__label--ichiro {
	width: 100%;
	text-align: left;
	cursor: text;
}

.input__label--ichiro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label-content--ichiro {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
	cursor: default;
	pointer-events: none;
}

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
	-webkit-transform: scale3d(1, 1.5, 1);
	transform: scale3d(1, 1.5, 1);
}

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
	-webkit-transform: translate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1);
	transform: transl
  ate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
}

#internet-under-siege-popup.modal .modal-content{
  overflow-y: scroll;
  height: 85%;
  margin: 4% auto;
}

#internet-under-siege-popup.modal .close {
  position: fixed;
  right: 11%;
  background: #fff;
  padding: 0 10px;
  top: 5%;
}

#internet-under-siege-popup.modal h1,
#why-disconnect-popup.modal h1 {
  color: #161616;
}

#internet-under-siege-popup.modal h2,
#why-disconnect-popup.modal h2 {
  color: #272727;
}

#internet-under-siege-popup ul,
#why-disconnect-popup ul {
  list-style: none;
}

#internet-under-siege-popup a,
#why-disconnect-popup a {
  color: rgb(151,151,151);
  /* width: 100%; */
  display: block;
  float: left;
  background-color: var(--highlight);
  color: #fff;
  margin-bottom: 4.0rem;
}

#internet-under-siege-popup li::after,
#why-disconnect-popup li::after { 
  content: "";
  display: block; 
  clear: both;
}

#internet-under-siege-popup li {
  border-top: 1px dashed rgba(0,0,0,0.2);
  padding-top: 4rem;
  margin-bottom: 4rem;
}

#why-disconnect-popup li {
  border-top: 1px dashed rgba(0,0,0,0.2);
  padding-top: 2rem;
  margin-bottom: 2rem;
}


#by_the_numbers h5 {
  font-weight: 600;
  margin-left: 1.1em;
  color: var(--main-color);
  /* color: var(--highlight); */
}

.b_number {
  font-size: 1.6em;
  font-weight: 600;
  display: block;
  color: var(--main-color);
}

.s_number {
  font-size: 0.8em;
  /* color: var(--main-color); */
}

.carousel {
  border-left: 1px solid rgba(151,151,151,0.6);
  border-right: 1px solid rgba(151,151,151,0.6);
}

.carousel p {
  font-style: oblique;
  font-family: 'Times';
}

.carousel h4 {
  font-family: 'Times';
  font-weight: 600;
  font-size: 1.5em;

}

.carousel .slick-dots li button:before{
  color: var(--secondary-color);
}
/* Payment Receipt */

.payment h1 {
  /* color: var */
  font-size: 3.6rem;
  /* font-weight: 600; */
}

.payment a {
  white-space: pre-wrap;
}

.payment h2 {
  color: var(--main-color);

  font-size: 3rem;
  font-weight: 400;
}

.payment h3 {
  font-weight: 600;
}

.payment li {
  margin-bottom: 3rem;
}

.green-text {
  color: var(--main-color);
}
/* PRESS */
#press-strip, #partners-strip {
  margin: 1rem 0 3rem 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  padding: 2rem 0;
}

#partners-strip-copy {
  margin: 3rem auto 0 auto;
  text-align: center;
  color: #A1A1A1;
  font-size: 0.8em;
}


#partners-strip .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#press-strip > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Use case */
.usecase {
  background: var(--dark-purple);
  /* border: 2px solid var(--purple); */
  border-radius: 10px;
  position: relative;
  color: #fff;
  /* margin-top: 150px; */
}

.usecase strong {
  color: var(--main-color-lighter)
}

.usecase ul {
  list-style: none;
}

.usecase i {
  margin-right: 10px;
  color: var(--main-color);
  min-width: 25px;
  text-align: center;
}

.usecase h4 {
  /* color: var(--main-color-lighter) */
  color: #fff;
}

.usecase .icons li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.tabs {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.tabs li {
  border: 1px solid var(--purple);
    -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 0px;
  padding: 0.5em 1em;
  cursor: pointer;
}

.tabs li:hover {
  background: var(--dark-purple);
  color: #fff;
}

.row .column.profile-pic{
  position: absolute;
  display: flex;
  justify-content: center;
  background: var(--purple);
  clip-path: circle(65px at center);
  top: -90px;
  /* width: 125px; */
  /* height: 125px; */


  /* border: 1px solid var(--purple); */

}
.profile-pic img {
  width: 130px;
  height: 130px;
  clip-path: circle(63px at center);
  position: relative;
  top: 0;
  left: calc(50%-100);
  
}

/* Footer */

#footer {
  font-size: 1.9rem;
}

#footer {
  background: var(--dark-purple);
}

#footer h4 {
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 400;
}

#footer a {
  color: #fff;
  font-weight: 600;
}

#footer a:hover {
  color: var(--highlight)
}

#footer small {
  text-align: center;
  display: block;
  width: 100%;
}




/* milligram overrides */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: var(--main-color);
  border-color: var(--main-color);
  text-transform: initial;
}


.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: var(--main-color-lighter);
  border-color: var(--main-color-lighter);
  color: #fff;
  outline: 0;
}

input[type='color']:focus, 
input[type='date']:focus, 
input[type='datetime']:focus, 
input[type='datetime-local']:focus, 
input[type='email']:focus, 
input[type='month']:focus, 
input[type='number']:focus, 
input[type='password']:focus, 
input[type='search']:focus, 
input[type='tel']:focus, 
input[type='text']:focus, 
input[type='url']:focus, 
input[type='week']:focus, 
input:not([type]):focus, 
textarea:focus, select:focus {
  border-color: var(--blue);
  outline: 0;
}

.button.big {
  font-size: 1.9rem;
  font-weight: 600;
  height: 5.3rem;
  letter-spacing: .1rem;
  line-height: 5.3rem;
  padding: 0 6rem;
}

/* -- end MG overrides */

/* Utilities */
.center {
  text-align: center;
}
.mx-auto {
  margin: 0 auto;
}

.block {
  display: block;
}

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

.purple {
  background-color: var(--purple);
}

.dark-purple {
  background-color: var(--dark-purple);
}

.light-gray {
  background-color: var(--light-gray);
}

.p0 { padding: 0}
.p1 { padding: var(--space-1) }
.p2 { padding: var(--space-2) }
.p3 { padding: var(--space-3) }
.p4 { padding: var(--space-4) }

.mb0 { margin-bottom: 0 }
.mb1 { margin-bottom: var(--space-1) }
.mb2 { margin-bottom: var(--space-2) }
.mb3 { margin-bottom: var(--space-3) }
.mb4 { margin-bottom: var(--space-4) }

.mr0 { margin-right: 0 }
.mr1 { margin-right: var(--space-1) }
.mr2 { margin-right: var(--space-2) }
.mr3 { margin-right: var(--space-3) }
.mr4 { margin-right: var(--space-4) }

.ml0 { margin-left: 0 }
.ml1 { margin-left: var(--space-1) }
.ml2 { margin-left: var(--space-2) }
.ml3 { margin-left: var(--space-3) }
.ml4 { margin-left: var(--space-4) }

.mt0 { margin-top: 0 }
.mt1 { margin-top: var(--space-1) }
.mt2 { margin-top: var(--space-2) }
.mt3 { margin-top: var(--space-3) }
.mt4 { margin-top: var(--space-4) }

.pl1 { padding-left: var(--space-1) }
.pl2 { padding-left: var(--space-2) }
.pl3 { padding-left: var(--space-3) }
.pl4 { padding-left: var(--space-4) }

.pr1 { padding-right: var(--space-1) }
.pr2 { padding-right: var(--space-2) }
.pr3 { padding-right: var(--space-3) }
.pr4 { padding-right: var(--space-4) }

.pt1 { padding-top: var(--space-1) }
.pt2 { padding-top: var(--space-2) }
.pt3 { padding-top: var(--space-3) }
.pt4 { padding-top: var(--space-4) }

.pv1 { padding-top: var(--space-1); padding-bottom: var(--space-1)}
.pv2 { padding-top: var(--space-2); padding-bottom: var(--space-2)}
.pv3 { padding-top: var(--space-3); padding-bottom: var(--space-3)}
.pv4 { padding-top: var(--space-4); padding-bottom: var(--space-4)}

.list-reset { list-style: none; }

.display-none { display: none; }

.right {
  text-align: right;
}

.flex {
  display: flex
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}


.sm-hide {
  display: none!important;
}

.md-hide {
  display: block;;
}

/* Larger than mobile screen */
/* @media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {

    .m-hide {
      display: none;
    }

} */

@media (max-width: 40rem) {
  #atf h1 , #atf2 h2{
    text-align: left;
    margin-top: 5rem;

  }

  #atf2 p {
    font-size: 2.0rem;
  }

  #atf2 h2 {
    font-size: 2.1rem;
    margin-top: 1rem;
  }

  #atf2 h1 {
    font-size: 3.5rem;
  }

  #atf2 .column-50 {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: inherit;
    padding: 0 1.0rem;
    
  }

  #atf2 button{
    margin-left: auto;
    margin-right: auto;
    line-height: 5.3rem;
    width: 100%;
    height: 5.3rem;
    font-size: 1.9rem;
  }

  #atf2 #contact_btn button {
    margin-top: 0;
    background-color: transparent;
    border: 1px solid var(--main-color);
    line-height: 5.3rem;
    height: 5.3rem;
    font-size: 1.9rem;
  }

  #malicious-ads-and-content .spacer {
    margin-top: 1rem;
  }

  #atf2 .stripe {
    width: 100%;
  }

  #atf2 ul {
    width: 100%;
    margin: 0 auto 5rem auto;
    text-align: left;
    font-weight: 500;
  }
}

@media (min-width: 40rem) {
  #atf2 .column-50 {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: inherit;
    padding: 0 1.0rem;
  }

  #atf2 button{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }



}

@media only screen 
    /* and (device-width : 414px) 
    and (device-height : 896px)  */
    and (-webkit-device-pixel-ratio : 3) { 
      
      #atf2 button{
        margin-left: auto;
        margin-right: auto;
        line-height: 5.3rem;
        width: 100%;
        height: 5.3rem;
        font-size: 1.9rem;
      }
    
      #atf2 #contact_btn button {
        margin-top: 0;
        background-color: transparent;
        border: 1px solid var(--main-color);
        line-height: 5.3rem;
        height: 5.3rem;
        font-size: 1.9rem;
      }
    
      #malicious-ads-and-content .spacer {
        margin-top: 1rem;
      }
      
      .row {
        display: flex;
        flex-direction: column;
        padding: 0;
        width: 100%;
        }
        
      .md-hide {
        display: block !important;
      }

      .sm-hide {
        display: none !important;
      }

      .row {
display: flex;
flex-direction: column;
padding: 0;
width: 100%;
}

      
    }

/* Larger than tablet screen */
@media (min-width: 80rem) {

  #atf2 h1, #atf2 h2 {
    text-align: left;
  }

  #atf2 .column-50 {
    flex: 0 0 50%;
    
  }

  #atf2 button {
    margin-left: 0;
    margin-right: 0;
  }

  #atf2 .stripe {
    width: 80%;
  }

  #atf2 ul {
    width: auto;
    margin: 0;
    text-align: left;
  }


  
  .header {
    position: fixed;
  }

  .get-dnt, .get-dnt:hover {
    background: var(--highlight);
    border: 0px;
  }

  #contact_btn button{
    background-color: transparent;
    width: 45%;
    border: 1px solid var(--main-color);
    line-height: 5.3rem;
    height: 5.3rem;
    font-size: 1.9rem;
  }

  #atf2 #main_btn button,
  #atf2 .atf_btn button {
    line-height: 5.3rem;
    height: 5.3rem;
    font-size: 1.9rem;
    border: 1px solid var(--highlight);
    margin-right: 1rem;
  }





  .sm-hide {
    display: block!important;
  }

  .md-hide {
    display: none!important;
  }

  .navigation a {
    display: inline-block;
    color: #919291;
    font-weight: 600;
    margin-right: 2rem;
    font-size: 1.7rem;
    transition: opacity 0.6s;
  }

  .navigation a:last-child {
    color: var(--purple)
  }

  .navigation a.hidden{
    opacity: 0;
  }

  .header section {
    margin: 0 auto;
    margin-top: 0px;
    max-width: 112rem;
    padding: 0 2rem;
    position: relative;
    width: 100%;
  }

  #press-strip > div {
    justify-content: space-between;
  }

  .m-hide {
    display: block;
  }

  #atf, #atf2 {
    margin-top: 15rem;
  }

  #atf h1 {
    text-align: center;
  }
  #atf h1, #atf2 h1 {
    font-weight: 700;
    /* font-size: 6rem; */
  }

  .button.big {
    font-size: 1.9rem;
    font-weight: 600;
    height: 5.3rem;
    letter-spacing: .1rem;
    line-height: 5.3rem;
    padding: 0 5rem;
  }
}

/* Larger than desktop screen */
@media (min-width: 120rem) {
  #atf2 h1, #atf2 h2 {
    text-align: left;
  }

  #atf2 .column-50 {
    flex: 0 0 50%;
    
  }

  #atf2 button {
    margin-left: 0;
    margin-right: 0;
  }

  #atf2 .stripe {
    width: 80%;
  }

  #atf2 ul {
    width: auto;
    margin: 0;
    text-align: left;
  }
  .m-hide-2 {
    display: ;
  }

  #contact_btn button{
    background-color: transparent;
    width: 45%;
    border: 1px solid var(--main-color);
    line-height: 5.3rem;
    height: 5.3rem;
    font-size: 1.9rem;
  }

  #malicious-ads-and-content .spacer {
    margin-top: 10rem;
  }

  #malicious-ads-and-content > div {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.info-block {
  font-size: 0.8em;
  padding: 1em;
  border: 1px solid rgb(151,151,151);
  margin: 2em 0;
  /* color: #161616; */
  /* background: rgba(151,151,151,1.0); */
}
#active-pulse-phone {
  position: relative;
  /* overflow: hidden; */
}

#dashboard {
  position: absolute;
  max-width: 120%;
  left: 0;
}
.info-block .t {
  display: block;
  font-weight: 600;
  color: var(--dark-purple);
}

.info-block a {
  color: var(--highlight);
}

#prevent-tracking {
  margin: 12em 0 8em 0;
}

#prevent-tracking svg,
#inefficiency svg  {
  width: 90%;
}

#integrate-img svg
{
  width: 70%;
}
#powerful-protection > div,
#required-protection > div,
#why-disconnect > div {
  margin: 10rem 0;
}

#required-protection button.learnmore,
#why-disconnect button.learnmore {
  background-color: transparent;
  border: 1px solid var(--highlight);
  color: var(--main-color);
}

#required-protection button.learnmore:hover,
#why-disconnect button.learnmore:hover {
  background-color: var(--highlight);
  color: #fff;

}

#why-disconnect .b_number {
  line-height: 1em;
  display: block;
  margin-bottom: 0.5em;
}


#malicious-ads-and-content svg {
  width: 78%;
}
/* Animations */
.cloud-dash {
  stroke-dasharray: 10;
  animation: dashed-cloud 5s linear infinite;
}


@keyframes dashed-cloud {
  to {
    stroke-dashoffset: 100;
  }
}

@keyframe expandCircle {
  0% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
      opacity 1;
  }
  100% {
      transform: scale(var(--circles-final-scale));
      -webkit-transform: scale(var(--circles-final-scale));
      opacity: 0;
  }
}

@-webkit-keyframes expandCircle {
  0%   { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 1;
   }
  100% { 
    transform: scale(var(--circles-final-scale));
      -webkit-transform: scale(var(--circles-final-scale));
      opacity: 0;
   }
}
@-moz-keyframes expandCircle {
  0%   { 
          transform: scale(1.0);
      -webkit-transform: scale(1.0);
      opacity: 1;
   }
  100% { 
    transform: scale(var(--circles-final-scale));
      -webkit-transform: scale(var(--circles-final-scale));
      opacity: 0;
   }
}
@-o-keyframes expandCircle {
  0%   { 
          transform: scale(1.0);
      -webkit-transform: scale(1.0);
      opacity: 1;
   }
  100% { 
    transform: scale(var(--circles-final-scale));
      -webkit-transform: scale(var(--circles-final-scale));
      opacity: 0;
   }
}
@keyframes expandCircle {
  0%   { 
          transform: scale(1.0);
      -webkit-transform: scale(1.0);
      opacity: 1;
   }
  100% { 
    transform: scale(var(--circles-final-scale));
      -webkit-transform: scale(var(--circles-final-scale));
      opacity: 0;
   }
}