@charset "utf-8";

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 57px 9px 30px;
  background-color: #D6DAE0;
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  max-width: 300px;
  border: 1px solid #bbc1cc;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.form-select:disabled {
  cursor: initial;
  padding: 11px 30px 9px 30px
}

.form-select-arrow {
  position: relative;
  display: inline-block
}

.form-select-arrow:after {
  content: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/icon-arrow-down.png');
  display: block;
  position: absolute;
  top: 8px;
  right: 15px;
  pointer-events: none
}

.form-select-arrow.disabled:after {
  content: ''
}

.form-select-arrow select::-ms-expand {
  display: none
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .row.actionbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px
  }
}

.vue-action-box {
  height: 100%
}

.vue-action-box .actionbox-container {
  position: relative;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 44px 20px 32px;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 767px) {
  .vue-action-box .actionbox-container {
    min-width: 335px
  }
}

.vue-action-box .form-select-container {
  display: inline-block;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  min-height: 70px
}

@media only screen and (max-width: 767px) {
  .vue-action-box .form-select-container {
    position: relative;
    text-align: center
  }
}

.vue-action-box .form-select-container .form-select-arrow .form-select {
  background-color: #FFF;
  border: solid 1px #D6DAE0;
  padding-bottom: 11px
}

.vue-action-box .form-select-container .form-select-arrow .form-select:disabled {
  cursor: initial;
  background-color: #D6DAE0;
  color: #4B5563;
  margin: 0;
  opacity: 1
}

.vue-action-box .form-select-container .form-select-arrow:after {
  content: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/icon-arrow-down-blue.png')
}

.vue-action-box .form-select-container .disabled:after {
  content: ''
}

.vue-action-box .box {
  text-align: center;
  border-right: 1px solid #D6DAE0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.vue-action-box .box a {
  color: #000;
  text-decoration: underline
}

.vue-action-box .box a.actionbox-button,
.vue-action-box .box a.try-button {
  min-width: 139px;
  padding: 11px 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c131), to(#399f2d));
  background-image: -webkit-linear-gradient(top, #57c131, #399f2d);
  background-image: -moz- oldlinear-gradient(top, #57c131, #399f2d);
  background-image: -o-linear-gradient(top, #57c131, #399f2d);
  background-image: linear-gradient(to bottom, #57c131, #399f2d);
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin: 20px 0 10px 0;
  font-family: AVGSans_4, Verdana
}

.vue-action-box .box a.actionbox-button:hover,
.vue-action-box .box a.try-button:hover,
.vue-action-box .box a.actionbox-button:focus,
.vue-action-box .box a.try-button:focus,
.vue-action-box .box a.actionbox-button:active,
.vue-action-box .box a.try-button:active {
  background-image: none;
  background-color: #399e2d
}

.vue-action-box .box a .trial-button {
  display: inline-block;
  min-width: 139px;
  padding: 11px 20px 11px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #2a7de1;
  background-color: #FFF;
  border: 1px solid #2a7de1;
  background-position: 9% 50%;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-family: AVGSans_4, Verdana
}

.vue-action-box .box a .trial-button:hover {
  background-color: #408be4;
  color: #FFF
}

.vue-action-box .box a .trial-button.win {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/win-blue.png')
}

.vue-action-box .box a .trial-button.win:hover {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/win-white.png') !important
}

.vue-action-box .box a .trial-button.mac {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/mac-blue.png');
  margin-top: -17px
}

.vue-action-box .box a .trial-button.mac:hover {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/mac-white.png') !important
}

.vue-action-box .box p {
  color: #D6DAE0;
  font-size: 14px;
  padding: 0 20px
}

.vue-action-box .box .installments-wrapper .installments-value {
  font-weight: 600;
  color: #000
}

.vue-action-box .box:last-of-type {
  border-right: none
}

@media only screen and (max-width: 767px) {
  .vue-action-box .box {
    width: 100%;
    border-right: none;
    display: none
  }

  .vue-action-box .box:first-of-type {
    display: block
  }
}

.vue-action-box .actionbox-buy {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media only screen and (max-width: 767px) {
  .vue-action-box .actionbox-buy {
    display: block;
    width: 100%
  }
}

.vue-action-box .actionbox-title {
  color: #4B5563;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  display: block;
  margin-bottom: 25px
}

@media only screen and (min-width: 1056px) {
  .vue-action-box .hide-desktop-title {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .vue-action-box .hide-mobile-title {
    display: none
  }
}

@media only screen and (min-width: 1056px) {
  .vue-action-box .hide-desktop-period {
    display: none
  }
}

.vue-action-box .platforms {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: -20px;
  max-width: 125px;
  min-height: 30px
}

.vue-action-box .actionbox-price-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 50px
}

.vue-action-box .price-wrapper {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-weight: 300;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  font-size: 46px
}

.vue-action-box .price-wrapper.price-row-medium {
  font-size: 36px
}

.vue-action-box .price-wrapper .integer {
  font-size: 1em;
  line-height: .8em;
  letter-spacing: -0.044em
}

.vue-action-box .price-wrapper .decimal {
  font-size: .391em;
  height: 1em;
  line-height: 1em;
  margin-left: 3px
}

.vue-action-box .price-wrapper .price-prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px
}

.vue-action-box .price-wrapper .price-prefix .currency {
  font-size: .391em;
  line-height: 1em
}

.vue-action-box .price-wrapper .price-suffix {
  text-align: left
}

.vue-action-box .price-wrapper .period {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  color: #767683;
  text-align: left;
  margin-left: 5px;
  font-size: .348em;
  line-height: 1.3em
}

.vue-action-box .label {
  background-color: #d4e5f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto 16px;
  padding: 2px 9px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle
}

.vue-action-box .label-table-mobile {
  display: none
}

.vue-action-box .label-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  color: #2a7de1
}

.vue-action-box .label-placeholder {
  height: 24px;
  margin-bottom: 16px
}

.vue-action-box .rendered-price {
  display: inline
}

.vue-action-box .period-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.vue-action-box .old-price {
  display: inline-block;
  font-size: 16px;
  color: #778099;
  text-decoration: line-through
}

.vue-action-box .month-price {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #5C707B
}

.vue-action-box .discount-placeholder {
  height: 24px
}

.vue-action-box .header-footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.vue-action-box .header-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.vue-action-box .labelActive {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -moz-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto
}

.vue-action-box .footer-wrap {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -moz-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto
}

.vue-action-box .footer-wrap .cta-note .renewal-trigger {
  cursor: pointer;
  font-size: 14px;
  width: 90%;
  display: block;
  margin: 0 auto
}

.vue-action-box .button {
  margin-bottom: 8px;
  margin-top: 20px
}

.vue-action-box .button span {
  min-width: 139px
}

.vue-action-box .bottom-text {
  font-size: 13px;
  color: #767683;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 10px
}

.vue-action-box .store-link {
  display: block;
  margin-top: 25px
}

.vue-action-box .horizontal-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto
}

@media only screen and (max-width: 767px) {
  .vue-action-box .horizontal-toggler {
    margin: 0 20px
  }
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbc1cc
}

@media only screen and (max-width: 767px) {
  .vue-action-box .horizontal-toggler .horizontal-toggler-container {
    max-width: 100%
  }
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
  line-height: 32px;
  min-width: 80px;
  margin: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option.disabled {
  cursor: initial;
  background-color: #D6DAE0;
  color: #4B5563;
  line-height: 40px;
  margin: 0
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option:last-child:not(:only-child) {
  border-right: none
}

.vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option.active {
  background-color: #EBECF0;
  color: #000;
  font-weight: bold;
  letter-spacing: -0.3px
}

.actionbox-btm .vue-action-box {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1)
}

.store .vue-action-box .box a.actionbox-button,
.store .vue-action-box .box a.try-button {
  font-size: 18px;
  min-width: 139px;
  background-color: #2a7de1;
  background-image: none;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin: 20px 0 10px 0;
  font-family: AVGSans_4, Verdana;
  padding: 0
}

.store .vue-action-box .box a.actionbox-button span,
.store .vue-action-box .box a.try-button span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 6px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 56px;
  line-height: .85;
  font-weight: bold
}

.store .vue-action-box .box a.actionbox-button:hover,
.store .vue-action-box .box a.try-button:hover,
.store .vue-action-box .box a.actionbox-button:focus,
.store .vue-action-box .box a.try-button:focus,
.store .vue-action-box .box a.actionbox-button:active,
.store .vue-action-box .box a.try-button:active {
  background-image: none;
  background-color: #2a7de1
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .actionbox-facelift .span8 {
    -webkit-flex-basis: 76%;
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
    padding-left: 0
  }
}

.actionbox-facelift .vue-action-box .actionbox-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.actionbox-facelift .vue-action-box .toggler-option.disabled {
  background-color: #FFF;
  color: #4B5563;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 38px
}

.actionbox-facelift .vue-action-box .form-select-arrow .form-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FFF;
  border: solid 1px #D6DAE0;
  padding-bottom: 11px
}

.actionbox-facelift .vue-action-box .form-select-arrow:after {
  content: url(https://cf.value4it.com/share/common/rc/AVG/SecureVPN/icon-arrow-down-blue.png)
}

.actionbox-facelift .vue-action-box .form-select-container {
  display: inline-block;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  min-height: 70px
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .form-select-container {
    position: relative
  }
}

.actionbox-facelift .vue-action-box .box {
  text-align: center;
  border-right: 1px solid #D6DAE0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .box {
    border-right: none
  }
}

.actionbox-facelift .vue-action-box .box a {
  color: #2a7de1;
  padding-bottom: 2px;
  border-bottom: 1px dotted #2a7de1
}

.actionbox-facelift .vue-action-box .box a:hover,
.actionbox-facelift .vue-action-box .box a:focus,
.actionbox-facelift .vue-action-box .box a:active {
  text-decoration: none
}

.actionbox-facelift .vue-action-box .box:last-of-type {
  border-right: none
}

.actionbox-facelift .vue-action-box p {
  color: #4B5563;
  font-size: 14px;
  padding: 0;
  margin: 0
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .actionbox-facelift .vue-action-box {
    width: 100%;
    border-right: none;
    display: none
  }

  .actionbox-facelift .vue-action-box:first-of-type {
    display: block
  }
}

.actionbox-facelift .vue-action-box .actionbox-buy {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .actionbox-buy {
    padding-top: 10px;
    display: block;
    width: 100%
  }
}

.actionbox-facelift .vue-action-box .actionbox-title {
  color: #1e222a;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px
}

.actionbox-facelift .vue-action-box .promotion .price-wrapper {
  color: #2a7de1
}

.actionbox-facelift .vue-action-box .platforms {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 125px;
  min-height: 30px
}

.actionbox-facelift .vue-action-box .actionbox-price-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 50px
}

.actionbox-facelift .vue-action-box .price-wrapper {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px
}

.actionbox-facelift .vue-action-box .price-wrapper .integer {
  font-size: 48px;
  line-height: 40px;
  letter-spacing: normal;
  font-weight: normal
}

.actionbox-facelift .vue-action-box .price-wrapper .currency,
.actionbox-facelift .vue-action-box .price-wrapper .decimal {
  font-size: 22px;
  line-height: 22px
}

.actionbox-facelift .vue-action-box .label {
  font-size: 14px !important;
  background-color: #d4e5f9;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 0;
  padding: 2px 9px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle
}

.actionbox-facelift .vue-action-box .label-table-mobile {
  display: none
}

.actionbox-facelift .vue-action-box .label-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  color: #2a7de1;
  font-weight: bold
}

.actionbox-facelift .vue-action-box .label-placeholder {
  height: 24px;
  margin-bottom: 16px
}

.actionbox-facelift .vue-action-box .period-wrap {
  display: inline;
  margin-bottom: 5px
}

.actionbox-facelift .vue-action-box .discount-placeholder {
  height: 24px
}

.actionbox-facelift .vue-action-box a.actionbox-button {
  font-size: 18px;
  min-width: 139px;
  background-color: #2a7de1;
  background-image: none;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 12px;
  margin-top: 20px;
  font-family: AVGSans_4, Verdana;
  padding: 0
}

.actionbox-facelift .vue-action-box a.actionbox-button span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 6px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 56px;
  line-height: .85;
  font-weight: bold
}

.actionbox-facelift .vue-action-box a.actionbox-button:hover,
.actionbox-facelift .vue-action-box a.actionbox-button:focus,
.actionbox-facelift .vue-action-box a.actionbox-button:active {
  background-image: none;
  background-color: #4796f5
}

.actionbox-facelift .vue-action-box .bottom-text {
  font-size: 14px;
  color: #4B5563;
  font-weight: 500;
  margin: 0 auto
}

.actionbox-facelift .vue-action-box .bottom-text p {
  margin-bottom: 5px
}

.actionbox-facelift .vue-action-box .actionbox-btm .vue-action-box {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1)
}

.actionbox-facelift .vue-action-box .horizontal-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -19px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .horizontal-toggler {
    margin: 0 20px
  }
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(199, 205, 215, 0.6)
}

@media only screen and (max-width: 767px) {
  .actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container {
    max-width: 100%
  }
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option {
  background-color: #FFF;
  color: #000;
  cursor: pointer;
  line-height: 40px;
  min-width: 80px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option.disabled {
  cursor: initial;
  color: #4B5563
}

.actionbox-facelift .vue-action-box .horizontal-toggler .horizontal-toggler-container .toggler-option:last-child:not(:only-child) {
  border-right: none
}

.action-box-trial .box {
  height: 100%
}

.action-box-trial .actionbox-title {
  margin-bottom: 50px
}

.action-box-trial .actionbox-subtitle {
  color: #4B5563
}

.footer-wrap .cta-note .renewal-trigger,
.footer-wrap .subscription-trigger {
  cursor: pointer;
  white-space: nowrap
}

.footer-wrap .cta-note .renewal-trigger .icon-info,
.footer-wrap .subscription-trigger .icon-info {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  top: 3px;
  left: 3px;
  background: url('https://static2.avg.com/4/web/i/ico/ico-info-16x16-white.png') no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px
}

.footer-wrap .cta-note .renewal-trigger:hover .icon-info,
.footer-wrap .subscription-trigger:hover .icon-info {
  background: url('https://static2.avg.com/4/web/i/ico/ico-info-16x16-dark.png') no-repeat;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px
}

.en-gb .footer-wrap .cta-note .renewal-trigger {
  white-space: unset
}

.try-box {
  height: 100%;
  width: 100%
}

@media only screen and (max-width: 767px) {
  .try-box {
    display: none
  }
}

.try-box[class*=span] {
  padding-left: 0
}

.try-box .form-select-container {
  position: relative;
  display: inline-block
}

.try-box .try-box-container {
  position: relative;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 44px 20px 32px;
  width: 100%;
  height: 100%
}

.try-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}

.try-box .box:last-of-type {
  border-right: none
}

@media only screen and (max-width: 767px) {
  .try-box .header-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .try-box .header-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 119px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 119px;
    flex: 0 0 119px
  }
}

.try-box .actionbox-price-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 50px
}

.try-box .title {
  color: #4B5563;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  display: block;
  padding-bottom: 50px
}

.try-box .text {
  font-size: 14px;
  text-align: center;
  color: #4B5563
}

.try-box .tip {
  display: none;
  color: #767683;
  font-size: 13px;
  margin-bottom: 0
}

.try-box .tip.active {
  display: block
}

.try-box a.try-button {
  padding: 11px 19px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #2a7de1;
  text-decoration: none;
  margin: 20px 0 10px;
  font-family: AVGSans_4, Verdana;
  border: 1px solid #2a7de1
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .try-box a.try-button {
    padding: 11px;
    font-size: 14px
  }
}

@media only screen and (max-width: 767px) {
  .try-box--visible-on-mobile {
    display: block
  }
}

.actionbox-btm .try-box {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1)
}

.trybox-facelift {
  margin-left: -4px;
  max-width: 246px
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .trybox-facelift {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
  }
}

.trybox-facelift .try-box-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.trybox-facelift .title {
  color: #1e222a;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px
}

.trybox-facelift a.try-button {
  font-size: 18px;
  min-width: 139px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #00b451;
  background-color: #FFF;
  display: inline-block;
  color: #00b451;
  text-decoration: none;
  margin: 20px 0 8px 0;
  padding: 0
}

.trybox-facelift a.try-button span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 6px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 56px;
  line-height: .85;
  font-weight: bold
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .trybox-facelift a.try-button span {
    padding: 6px 19px;
    line-height: 1.2
  }
}

.trybox-facelift a.try-button:hover,
.trybox-facelift a.try-button:focus,
.trybox-facelift a.try-button:active {
  background-image: none;
  background-color: #00b451;
  color: #FFF;
  text-decoration: none
}

.trybox-facelift .tip {
  color: #4B5563
}

html.no-js .js-platform-switch .js-pc {
  position: relative;
  left: auto
}

html.no-js .js-platform-switch .js-android,
html.no-js .js-platform-switch .js-android-market,
html.no-js .js-platform-switch .js-ios,
html.no-js .js-platform-switch .js-mac {
  position: absolute;
  left: -9999px
}

html.js-pc .js-platform-others .js-pc {
  display: none
}

html.js-pc .js-platform-switch .js-android,
html.js-pc .js-platform-switch .js-android-market,
html.js-pc .js-platform-switch .js-ios,
html.js-pc .js-platform-switch .js-mac {
  display: none
}

html.js-android .js-platform-others .js-android {
  display: none
}

html.js-android .js-platform-switch .js-pc,
html.js-android .js-platform-switch .js-android-market,
html.js-android .js-platform-switch .js-ios,
html.js-android .js-platform-switch .js-mac {
  display: none
}

html.js-ios .js-platform-others .js-ios {
  display: none
}

html.js-ios .js-platform-switch .js-android,
html.js-ios .js-platform-switch .js-android-market,
html.js-ios .js-platform-switch .js-pc,
html.js-ios .js-platform-switch .js-mac {
  display: none
}

html.js-mac .js-platform-others .js-mac {
  display: none
}

html.js-mac .js-platform-switch .js-android,
html.js-mac .js-platform-switch .js-android-market,
html.js-mac .js-platform-switch .js-pc,
html.js-mac .js-platform-switch .js-ios {
  display: none
}

.money-back {
  padding-top: 30px
}

.money-back p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.money-back p span {
  font-size: 14px;
  color: #5D707B
}

.money-back p img {
  margin-right: 10px
}

#support {
  background-color: #FFF
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support {
    padding: 30px 60px
  }
}

#support h2 {
  text-align: center;
  margin-bottom: 70px
}

#support .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer
}

#support .toggler {
  margin-left: auto;
  position: relative
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support .toggler {
    margin-right: 25px
  }
}

#support .accordion-item {
  padding: 30px 20px 30px 20px;
  border-top: 1px solid #ceced9
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support .accordion-item {
    padding: 30px 0 30px 0
  }
}

#support .accordion-item ul {
  margin: 0 0 10px 0;
  list-style-type: disc;
  padding-left: revert
}

#support .accordion-item.first {
  border: none
}

#support .accordion-item .accordion-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#support .accordion-item .accordion-title h4 {
  text-align: left;
  margin-bottom: 0;
  line-height: normal
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #support .accordion-item .accordion-title h4 {
    margin-right: 180px
  }
}

@media only screen and (max-width: 767px) {
  #support .accordion-item .accordion-title h4 {
    max-width: 90%
  }
}

#support .accordion-item.expand {
  background: #FFF
}

#support .accordion-item.expand .toggler {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  -moz-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg)
}

#support .accordion-item.expand .accordion-content {
  margin-top: 28px
}

#support .accordion-item .accordion-content {
  font-size: 18px;
  color: #000;
  text-align: left;
  padding-bottom: 0;
  cursor: default
}

#support .accordion-item .toggler {
  cursor: pointer;
  display: block
}

#support .accordion-item .toggler:after {
  content: '';
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -3px
}

#support .accordion-item .expanded {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  position: relative
}

@media only screen and (max-width: 767px) {
  #support .accordion-item .expanded {
    position: static
  }
}

#support .accordion-item.expand .expanded {
  max-height: 5000px;
  opacity: 1;
  color: #5c707b
}

.grayBg {
  background-color: #eaeef4
}

.sticky-bar {
  position: fixed;
  background: #fff;
  padding: .75rem 0;
  -webkit-box-shadow: 0 20px 50px rgba(30, 34, 42, 0.1);
  -moz-box-shadow: 0 20px 50px rgba(30, 34, 42, 0.1);
  box-shadow: 0 20px 50px rgba(30, 34, 42, 0.1);
  -webkit-transform: translateY(-220%);
  -moz-transform: translateY(-220%);
  -ms-transform: translateY(-220%);
  -o-transform: translateY(-220%);
  transform: translateY(-220%);
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  top: 0;
  left: 0;
  right: 0
}

.sticky-bar__badge {
  display: none;
  color: #1E222A
}

@media only screen and (min-width: 1056px) {
  .sticky-bar__badge {
    display: inline-block
  }
}

.sticky-bar__badge img {
  height: 32px
}

.sticky-bar__badge span:not(.sticky-bar__badge-note) {
  display: inline-block;
  margin-left: 16px;
  font-size: 13px
}

.sticky-bar__badge-note {
  color: #1E222A;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: Roboto, Arial, Helvetica, sans-serif
}

.sticky-bar__badge-note::before {
  content: '•';
  margin: 0 24px
}

.sticky-bar .container {
  width: auto;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

@media only screen and (max-width: 767px) {
  .sticky-bar .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media only screen and (min-width: 1056px) {
  .sticky-bar .container {
    padding-left: 125px;
    padding-right: 125px
  }
}

.sticky-bar.is-sticky {
  display: block;
  z-index: 7777;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.sticky-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sticky-bar__right {
  width: 100%;
  text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .sticky-bar__right {
    width: auto;
    text-align: right
  }
}

.sticky-bar .logo-erb {
  display: none
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .sticky-bar .logo-erb {
    display: block
  }
}

.sticky-bar .logo-erb .lp-avg-logo {
  margin-top: 7px;
  margin-bottom: 6px;
  height: 40px
}

.sticky-bar .product-awards,
.sticky-bar .sticky-awards {
  display: none
}

@media only screen and (min-width: 1056px) {

  .sticky-bar .product-awards,
  .sticky-bar .sticky-awards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.sticky-bar .product-awards span,
.sticky-bar .sticky-awards span {
  margin-left: 1rem;
  font-size: 1rem * .75
}

.sticky-bar .dot,
.sticky-bar .sticky-dot {
  display: none;
  margin: 0 1rem*1.5 0 1rem*1.5
}

@media only screen and (min-width: 1056px) {

  .sticky-bar .dot,
  .sticky-bar .sticky-dot {
    display: block
  }
}

.sticky-bar .get-free,
.sticky-bar p.get-free,
.sticky-bar .sticky-text {
  @extend .h7;
  margin: 0 1rem 0 0
}

.sticky-bar .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sticky-bar .button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 24px 9px 24px;
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  margin: 5px 12px;
  min-width: 130px;
  line-height: 1.2
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .sticky-bar .button:first-of-type {
    margin-left: 24px
  }
}

.sticky-bar .button small {
  font-size: inherit
}

.sticky-bar .button-outline {
  border: 1px solid #C7CDD7;
  color: #4D5566
}

.sticky-bar .button-outline:hover {
  background-color: #4D5566;
  border-color: #4D5566;
  color: #fff
}

.sticky-bar .button-flat {
  background-color: #008941;
  color: #fff;
  border: 1px solid #008941;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s
}

.sticky-bar .button-flat:hover {
  color: #fff;
  background-color: #007035
}

.sticky-bar .or {
  display: none;
  margin: 0 1rem
}

@media only screen and (min-width: 1056px) {
  .sticky-bar .or {
    display: inline-block
  }
}

@media only screen and (max-width: 767px) {
  .sticky-bar .btn:not(.btn-stay) {
    display: none
  }

  .sticky-bar .btn-stay {
    @include btn-spring;
    @include btn-shadow('spring');
  }
}

#hero {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/hero.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #F8F9FA;
  padding: 4.25rem 0 3rem
}

#hero .trustpilot-widget {
  margin: 2.5rem 0 3.75rem;
  height: 40px
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #hero .trustpilot-widget {
    height: 20px
  }
}

#hero .try-box .try-box-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

#hero .try-box .try-box-container .header-wrap .text {
  font-size: 14px
}

#hero .try-box .try-box-container .header-wrap .title {
  font-size: 16px;
  font-weight: bold;
  color: #1e222a;
  padding-bottom: 45px;
  font-family: Roboto, Arial, Helvetica, sans-serif
}

#hero .try-box .try-box-container .footer-wrap {
  font-size: 14px
}

@media only screen and (min-width:1056px) and (max-width:1223px) {
  #hero .try-box .try-box-container .footer-wrap {
    margin-bottom: 22px
  }
}

@media only screen and (min-width:768px) and (max-width:1014px) {
  #hero .try-box .try-box-container .footer-wrap {
    margin-bottom: 22px
  }
}

@media only screen and (min-width: 1300px) {
  #hero .try-box .try-box-container .footer-wrap {
    margin: 0
  }
}

#hero .try-box .try-box-container .button {
  margin-bottom: 8px
}

#hero .try-box .try-box-container .button:hover {
  background-color: #00b451
}

#hero .hero-hint .money-back {
  padding: 0
}

#hero .hero-hint .money-back p {
  margin-bottom: 1.5rem
}

#hero .hero-hint .money-back p span {
  color: #FFF
}

#hero .hero-hint a {
  color: #FFF;
  border-bottom: 2px dashed #FFF;
  text-decoration: none;
  display: inline-block
}

.hero-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (max-width: 767px) {
  .hero-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .hero-title h1,
  .hero-title h2 {
    margin-left: 0
  }
}

.hero-title h1,
.hero-title h2 {
  color: #FFF;
  margin: 0
}

@media only screen and (min-width: 1056px) {

  .hero-title h1,
  .hero-title h2 {
    margin-left: 1.5rem;
    font-size: 56px;
    line-height: 64px
  }
}

.hero-subheadline {
  font-size: 20px;
  line-height: 30px;
  max-width: 600px;
  margin: 0 auto
}

.row.actionbox {
  margin-bottom: 1.5rem
}

.sticky-bar .sticky-bar__right .button span {
  display: inline-block
}

.usp-stripe {
  background-color: #1E222A;
  color: #FFF;
  padding: 1.5rem 0 3rem;
  margin-top: -1px
}

.usp-stripe .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (min-width: 1056px) {
  .usp-stripe .container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.usp-stripe .container .usp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2.5px;
  font-weight: 800;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem
}

@media only screen and (min-width: 768px) and (max-width: 1055px) {
  .usp-stripe .container .usp-item {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
  }
}

@media only screen and (max-width: 767px) {
  .usp-stripe .container .usp-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.ru-ru #hero {
  background-image: none;
  position: relative;
  min-height: 770px;
  background-color: #0a0806;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ru-ru #hero::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/banner-background-secure-vpn-windows_2000x500.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0a0806
}

.ru-ru #hero .container {
  position: relative;
  z-index: 1
}

.ru-ru #hero .container h1 {
  margin-bottom: 50px;
  color: white;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500
}

#highlights {
  padding: 5.5rem 0
}

@media only screen and (min-width: 1056px) {
  #highlights .container {
    padding: 0
  }
}

#highlights .highlights-subheadline {
  max-width: 900px;
  margin: 0 auto
}

#highlights .highlights-wrapper {
  margin: 3.5rem 0
}

#highlights .highlights-wrapper .highlight {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 0 1rem
}

#highlights .highlights-wrapper .highlight h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1rem
}

#highlights .highlights-wrapper .highlight p {
  margin: 0
}

#highlights .signal-link {
  display: inline-block;
  border-bottom: 2px dashed #2276D9;
  color: #2276D9;
  font-weight: 500;
  text-decoration: none
}

#trial .container {
  background-color: #F8F9FA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#trial .container>div {
  width: 50%
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #trial .container>div {
    width: 100%
  }
}

#trial .container .trial-right {
  max-width: 432px;
  margin: 0 auto
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #trial .container .trial-right {
    margin-top: 2rem
  }
}

@media only screen and (min-width: 1056px) {
  #trial .container .trial-right h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 1.5rem
  }
}

#features {
  padding-top: 5.5rem
}

#features .features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem 0 5.75rem;
  gap: 3.5rem
}

#features .features-wrapper .feature {
  width: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  #features .features-wrapper .feature {
    width: 100%
  }
}

#features .features-wrapper .feature img {
  margin-right: 1rem
}

#features .features-wrapper .feature h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px
}

#features .features-wrapper .feature p {
  margin: 0
}

#highlights-bottom .container {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background-color: #F8F9FA
}

#highlights-bottom .container .highlights-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#highlights-bottom .container .highlights-bottom-wrapper .highlight-bottom {
  max-width: 200px
}

#highlights-bottom .container .highlights-bottom-wrapper .highlight-bottom img {
  margin-bottom: 1rem
}

#highlights-bottom .container .highlights-bottom-wrapper .highlight-bottom h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1rem
}

#access .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#access .container>div {
  width: 50%
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #access .container>div {
    width: 100%
  }
}

#access .container .access-left {
  max-width: 432px;
  margin: 0 auto
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #access .container .access-left {
    margin-top: 2rem
  }
}

@media only screen and (min-width: 1056px) {
  #access .container .access-left h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 2rem
  }
}

#access .container .access-left .access-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

#access .container .access-left .access-text a {
  color: #1E222A;
  text-decoration: underline
}

#access .container .access-left .access-text h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0
}

#access .container .access-left .access-text .img-check {
  margin-right: 1rem
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #access .container .access-right {
    margin-top: 2rem
  }
}

#sysreq .container {
  background-color: #F8F9FA;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem
}

#sysreq .container .sysreq-section {
  padding: 2rem 0
}

#sysreq .container .sysreq-section h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.5rem
}

#sysreq .container .sysreq-section ol {
  list-style-type: none;
  counter-reset: ol-item
}

@media only screen and (max-width: 767px) {
  #sysreq .container .sysreq-section ol {
    padding: 0 1rem
  }
}

#sysreq .container .sysreq-section ol li {
  position: relative;
  padding-left: 40px;
  counter-increment: ol-item;
  line-height: 34px;
  padding-bottom: 0
}

#sysreq .container .sysreq-section ol li:before {
  content: counter(ol-item) ' ';
  position: absolute;
  left: 0;
  top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  color: #1E222A;
  border: 1.8px solid #1E222A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700
}

#sysreq .container .sysreq-section ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#sysreq .container .sysreq-section ul li {
  max-width: 200px;
  margin-right: 2rem
}

#sysreq .container .sysreq-section ul li img {
  display: block;
  margin-bottom: 1rem
}

@media only screen and (max-width: 767px) {
  #sysreq .container .sysreq-section ul li {
    position: relative;
    padding-left: 3rem;
    max-width: 100%
  }

  #sysreq .container .sysreq-section ul li img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
  }
}

#sysreq .container .sysreq-section a {
  text-decoration: underline
}

#sysreq .container .sysreq-section img {
  margin-bottom: 1rem
}

#sysreq .container .sysreq-section.border {
  border-bottom: 1px solid #E5E7EB
}

#sysreq .container h2 {
  margin-bottom: 4rem
}

#sysreq .container .faq-container {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px
}

#sysreq .container .faq-container .accordion-item {
  border-bottom: 1px solid #dbdfe5
}

#sysreq .container .faq-container .accordion-item:last-child {
  border-bottom: none
}

#sysreq .container .faq-container .question {
  position: relative;
  cursor: pointer
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #sysreq .container .faq-container .question {
    padding: 39px 128px 39px 48px
  }
}

@media only screen and (max-width: 767px) {
  #sysreq .container .faq-container .question {
    padding: 20px 63px 20px 24px
  }
}

#sysreq .container .faq-container .question:not(:first-child) {
  border-top: 1px solid #EBECF0
}

#sysreq .container .faq-container .question::after {
  position: absolute;
  content: '';
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D6DAE0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/SecureVPN/ico-plus-blue.png)
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #sysreq .container .faq-container .question::after {
    top: 24px;
    right: 32px;
    width: 56px;
    height: 56px
  }
}

@media only screen and (max-width: 767px) {
  #sysreq .container .faq-container .question::after {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px
  }
}

#sysreq .container .faq-container .question:hover:not(.expand)::after {
  background-color: #00b451;
  border: none;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/SecureVPN/ico-plus-white.png)
}

#sysreq .container .faq-container .question.expand::after {
  background-color: transparent;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/SecureVPN/ico-close-blue.png)
}

#sysreq .container .faq-container .question.expand:hover::after {
  background-color: #00b451;
  border: none;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/SecureVPN/ico-close-white.png)
}

#sysreq .container .faq-container .answer {
  -webkit-transition: max-height .3s ease-out;
  -o-transition: max-height .3s ease-out;
  -moz-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out;
  height: auto;
  max-height: 0;
  overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #sysreq .container .faq-container .answer {
    padding: 0 128px 0 80px
  }
}

@media only screen and (max-width: 767px) {
  #sysreq .container .faq-container .answer {
    padding: 0 64px 0 24px
  }
}

@media only screen and (max-width: 767px) {

  #sysreq .container .faq-container .answer h5,
  #sysreq .container .faq-container .answer li,
  #sysreq .container .faq-container .answer p {
    font-size: 12px;
    line-height: 18px
  }
}

#sysreq .container .faq-container .answer h5 {
  margin-bottom: 0
}

#sysreq .container .faq-container .answer ol {
  -webkit-padding-start: 40px;
  -moz-padding-start: 40px;
  padding-inline-start: 40px
}

#sysreq .container .faq-container .answer ul li {
  padding-bottom: 0;
  padding-left: 40px;
  position: relative
}

#sysreq .container .faq-container .answer ul li:before {
  content: '·';
  display: inline-block;
  width: auto;
  height: auto;
  color: #00b451;
  position: absolute;
  left: 20px;
  font-size: 2.5rem;
  line-height: 23px
}

@media only screen and (max-width: 767px) {
  #sysreq .container .faq-container .answer ul li:before {
    line-height: 17px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  #sysreq .container .faq-container .answer p:last-child {
    margin-bottom: 39px
  }
}

@media only screen and (max-width: 767px) {
  #sysreq .container .faq-container .answer p:last-child {
    margin-bottom: 16px
  }
}

#sysreq .container .faq-container div.expand+div {
  max-height: 600px
}

#bft .container {
  background-color: #F8F9FA;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/SecureVPN/bg-rectangle-grey.png');
  background-repeat: no-repeat;
  background-position: bottom center
}

#bft .container h2 {
  color: #1E222A
}

#bft .container .row.actionbox {
  margin-top: 3.5rem
}

#bft .container .span3.no-mobile,
#bft .container .span4.no-mobile {
  display: none
}

#bft .container .row.money-back {
  padding: 0
}

#bft .container .row.money-back p {
  margin-bottom: 0
}

#blogposts {
  padding: 5.5rem 0 4rem
}

@media only screen and (max-width: 767px) {
  #blogposts {
    padding: 4rem 0
  }
}

#blogposts h2 {
  line-height: 3.75rem
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #blogposts h2 {
    margin-bottom: 0
  }
}

#blogposts .link-all {
  text-align: left;
  margin-bottom: 0
}

@media only screen and (min-width: 1056px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #blogposts .link-all {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

#blogposts .button.secondary {
  border: 0
}

#blogposts .button.secondary span {
  border-bottom: 2px dashed #2276D9;
  font-weight: 500
}

#blogposts .container {
  padding-bottom: 56px
}

@media only screen and (max-width: 767px) {
  #blogposts .container {
    padding-bottom: 48px
  }
}

#blogposts a:hover {
  text-decoration: none
}

#blogposts h4 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDFE5
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  #blogposts h4 {
    font-size: 16px
  }
}

#blogposts p {
  color: #4B5563;
  text-decoration: none;
  font-size: 14px
}

.no-mobile {
  display: block
}

@media (max-width:767px) {
  .no-mobile {
    display: none
  }
}

.no-desktop {
  display: none
}

@media (max-width:767px) {
  .no-desktop {
    display: block
  }
}

.navigation-top .icon-flag {
  margin-right: .5rem
}

/*# sourceMappingURL=secure-vpn-pc-v2.css.map */
