:root {
  --white: white;
  --primary-color: #004aad;
  --secondry-color: #38b6ff;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.container-large {
  max-width: 1240px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  order: -1;
  justify-content: flex-start;
  align-items: center;
}

.menu-button {
  order: 1;
}

.menu-button.w--open {
  background-color: var(--white);
}

.center-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Exo, sans-serif;
  display: flex;
}

.header {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.center-text {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 10px 20px;
  text-decoration: none;
}

.center-text:hover {
  background-color: var(--secondry-color);
}

.overlay {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  position: relative;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 120px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: var(--secondry-color);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-2 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.1em;
}

.paragraph {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.hero-button {
  background-color: var(--primary-color);
  padding: 10px 25px;
}

.hero-button:hover {
  background-color: var(--secondry-color);
  color: var(--white);
}

.hero-button.hero-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

.why {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.cta-title {
  color: #3b3f3f;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.cta-title.cta-white {
  color: #fff;
  width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  line-height: 1.3em;
}

.cta-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.cta-wrapper.cta-wrapper-2 {
  display: flex;
}

.cta-subtitle {
  color: #3b3f3f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}

.cta-subtitle.cta-white {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.cta-2 {
  background-color: #fcc509;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-2.cta2 {
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .5) 100%, rgba(0, 0, 0, .2)), url('../images/antimalware-cta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.footer-link-text {
  letter-spacing: .8px;
  font-family: Exo, sans-serif;
}

.disclaimer-title {
  color: #3b3f3f;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

.disclaimer-paragraph {
  color: #3b3f3f;
  letter-spacing: 1px;
  padding-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.footer-links {
  color: #3b3f3f;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.footer-links:hover {
  color: #fcc509;
}

.footer-wrapper {
  border-top: 1px solid #d7d7d7;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secrets-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.secrets-card {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
}

.secrets-card:hover {
  transform: none;
  box-shadow: 0 2px 14px -2px rgba(0, 0, 0, .2);
}

.secrets-heading {
  font-size: 16px;
  line-height: 24px;
}

.secrets-para {
  text-align: center;
  letter-spacing: .8px;
}

.secrets-main-heading {
  margin-bottom: 30px;
}

.secret-subhead {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.body {
  font-family: Exo, sans-serif;
}

.main-heading {
  color: var(--primary-color);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
}

.main-heading.choose-padding {
  margin-bottom: 30px;
}

.text-block {
  letter-spacing: 1px;
  font-size: 14px;
}

.text-block-2 {
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.why-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  border-radius: 8px;
  max-width: 80%;
}

.why-anti-section, .choose-section, .expert-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.rich-text-block {
  letter-spacing: 1px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph-2 {
  color: var(--primary-color);
  font-weight: 500;
}

.lottie-animation {
  width: 33px;
}

.nav-menu {
  background-color: var(--primary-color);
  max-width: 50%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-link {
  color: var(--white);
  font-weight: 500;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.text-span {
  color: var(--primary-color);
  font-weight: 700;
}

.text-block-3 {
  color: #000;
}

.privacy-policy-section {
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.rich-text-block-2 {
  letter-spacing: .8px;
  font-family: Exo, sans-serif;
}

.mobile-modal {
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: 1700px;
  }

  .center-header {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    z-index: 1;
  }

  .hero-content {
    padding: 30px;
  }

  .heading {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 38px;
  }

  .heading-2 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 24px;
  }

  .paragraph {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .cta-content {
    padding: 30px;
  }

  .cta-title {
    font-size: 28px;
  }

  .disclaimer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .disclaimer-content, .footer-wrapper {
    padding: 30px;
  }

  .secrets-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .image-4 {
    max-width: 100%;
  }

  .why-anti-section, .choose-section, .expert-section {
    padding: 30px;
  }

  .close-modal {
    width: 30px;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .middle-block-modal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bottom-block-modal {
    background-color: var(--secondry-color);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal-link {
    color: var(--white);
    font-family: Exo, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1em;
    text-decoration: none;
  }

  .modal-link:hover {
    color: #fff;
  }

  .center-modal-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal-image {
    max-width: 60%;
  }

  .mobile-modal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(100px, 100px) minmax(auto, 1fr) minmax(100px, 100px);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .center-modal-link {
    color: #3b3f3f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Exo, sans-serif;
    font-size: 26px;
    line-height: 1.1em;
  }

  .top-block-modal {
    background-color: var(--secondry-color);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 26px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .paragraph {
    font-size: 12px;
  }

  .why {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    align-self: center;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-menu {
    padding-top: 20px;
  }

  .secrets-wrapper {
    grid-template-columns: 1fr;
  }

  .image-4 {
    max-width: 100%;
  }

  .text-block-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .center-text {
    display: none;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .paragraph {
    display: none;
  }

  .hero-button.hero-margin {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px;
  }

  .cta-title.cta-white {
    font-size: 34px;
  }

  .cta-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta-subtitle.cta-white {
    font-size: 16px;
  }

  .cta-2.cta2 {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .66) 100%, rgba(0, 0, 0, .2)), url('../images/antimalware-cta.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-menu {
    flex-flow: column;
    padding-top: 20px;
  }

  .main-heading {
    font-size: 18px;
  }

  .close-modal {
    width: 18px;
  }

  .modal-link {
    font-size: 20px;
  }

  .center-modal-link {
    text-align: center;
    font-size: 18px;
    line-height: 1em;
  }
}

#w-node-_8dc394da-49f5-4982-4591-831d5a170099-01ed069d {
  align-self: center;
  justify-self: center;
}

#w-node-ebd29a0f-a76f-134e-09c5-211ed019bc83-01ed069d {
  align-self: start;
}

#w-node-_38d3562f-e697-fa63-d602-41db3a56ff70-3a56ff6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


