:root {
  --light-gray-wyescan: #f4f7fa;
  --wyescan: Lato, sans-serif;
  --wyescan-green: #3f8231;
  --advanced-blue: #4b8ac5;
  --white: white;
  --black: black;
  --font: #333;
  --dark-wyescan: #252529;
  --wyescan-border-size: .5px;
  --wyescan-border: #b6b6b6;
  --purple-foundation: #803182;
  --orange-growing: #ff7043;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  border: .25px solid var(--light-gray-wyescan);
  font-family: var(--wyescan);
  color: #333;
  font-size: 16px;
  line-height: 18px;
}

a {
  margin-left: -105px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.hero {
  min-height: 100px;
  font-family: Lato, sans-serif;
}

.menu {
  max-width: none;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
}

.hero-container {
  max-width: 750px;
  margin-top: 16px;
}

.nav-link {
  border-top: .5px #000;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.nav-link:hover {
  border-radius: 10px;
  font-weight: 900;
}

.navbar {
  background-color: rgba(221, 221, 221, .9);
  border-radius: 10px;
}

.image {
  width: 75px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block {
  float: right;
  color: #000;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.brand {
  margin-left: -200px;
}

.nav-menu {
  min-width: 510px;
  margin-right: -200px;
}

.button, .button-2 {
  margin-left: 0;
}

.loginbutton {
  float: left;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #333;
  background-clip: border-box;
  border-radius: 20px;
  min-width: 85px;
  margin-top: 15px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
}

.loginbutton:hover {
  background-color: var(--wyescan-green);
}

.signupbutton {
  float: right;
  text-align: center;
  background-color: #3f8231;
  border-radius: 20px;
  min-width: 85px;
  margin-top: 15px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
}

.signupbutton:hover {
  background-color: var(--advanced-blue);
}

.buttoncontainer {
  float: right;
  min-width: 175px;
}

.nav-link-2 {
  margin-top: 5px;
  text-decoration: none;
}

.nav-link-2:hover {
  font-weight: 900;
}

.nav-link-3 {
  margin-top: 5px;
  text-decoration: none;
}

.nav-link-3:hover {
  font-weight: 900;
}

.nav-link-4 {
  margin-top: 5px;
  text-decoration: none;
}

.nav-link-4:hover {
  font-weight: 900;
}

.heroblock {
  margin-top: 190px;
}

.button-3 {
  border: 1px solid var(--white);
  background-color: rgba(255, 255, 255, .1);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 17px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.button-3:hover {
  background-image: linear-gradient(to bottom, var(--wyescan-green), var(--wyescan-green));
  border-style: none;
}

.heading {
  color: var(--white);
  min-width: 600px;
  max-width: 500px;
  margin-top: -24px;
  margin-bottom: 20px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.paragraph {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 75px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.content-box-1 {
  color: var(--black);
  background-color: #f4f7fa;
  border: .5px solid #b6b6b6;
  border-radius: 5px;
  max-width: 1180px;
  min-height: 460px;
  margin: 52px auto -20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-4 {
  background-color: var(--font);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 75px;
  font-size: 14px;
  line-height: 16px;
}

.button-4:hover {
  background-color: var(--wyescan-green);
}

.heading-2 {
  color: var(--font);
  max-width: 590px;
  margin-top: 77px;
  padding-left: 75px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-2 {
  padding-left: 75px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.image-2 {
  max-width: 80%;
  margin-top: 53px;
  margin-bottom: 0;
  margin-left: 15px;
}

.blind-spot-container {
  max-width: 1080px;
  margin-top: 100px;
}

.heading-3 {
  color: var(--font);
  max-width: 814px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 65px;
  line-height: 69px;
}

.paragraph-3 {
  margin-bottom: 120px;
  margin-left: 7px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.black-background {
  background-color: var(--dark-wyescan);
  min-width: 100%;
  max-width: none;
  min-height: 304px;
}

.centralized-dashboard {
  aspect-ratio: auto;
  object-fit: none;
  max-width: 900px;
  min-height: 425px;
  padding-bottom: 100px;
}

.column {
  padding-left: 5px;
  padding-right: 5px;
}

.callouts {
  background-color: #f4f7fa;
  border: .5px solid #b6b6b6;
  border-radius: 5px;
  min-width: 215px;
  min-height: 275px;
  margin-top: -75px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.calloutbutton {
  float: none;
  clear: none;
  background-color: #3f8231;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.calloutbutton:hover {
  background-color: var(--advanced-blue);
}

.calloutheading {
  min-height: 70%;
  max-height: 70%;
  margin-left: -5px;
  margin-right: 30px;
  padding-top: 20px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.columns {
  min-height: 200px;
  padding-top: 40px;
}

.text-dashboard {
  min-height: 200px;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 50px;
}

.dashboard-photo {
  min-height: 0;
  margin-top: 70px;
}

.signup-button-black {
  background-color: var(--font);
  color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
}

.signup-button-black:hover {
  background-color: var(--wyescan-green);
}

.heading-4 {
  margin-top: 4px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 65px;
  line-height: 69px;
}

.text-block-2 {
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.image-3 {
  border: var(--wyescan-border-size) solid var(--wyescan-border);
  border-radius: 10px;
  min-width: 500px;
  max-width: 30%;
  margin-left: -20px;
  margin-right: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.container-4 {
  min-width: 0;
  max-width: 8000px;
  margin-left: 250px;
  margin-right: 250px;
}

.stay-ahead-content-box {
  background-color: #f4f7fa;
  border: .5px solid #b6b6b6;
  border-radius: 5px;
  max-width: 1180px;
  min-height: 300px;
  max-height: 450px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.budge-content {
  max-width: 1180px;
  min-height: 400px;
  margin-bottom: 60px;
}

.columns-2, .column-2, .column-3 {
  min-height: 450px;
}

.button-5 {
  background-color: #3f8231;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 80px;
  padding-left: 20px;
}

.button-5:hover {
  background-color: var(--advanced-blue);
}

.heading-5 {
  font-size: 55px;
}

.heading-6 {
  font-size: 55px;
  line-height: 59px;
}

.text-block-3 {
  font-size: 22px;
  line-height: 24px;
}

.text-block-4 {
  font-size: 22px;
}

.text-block-5 {
  min-width: 0;
  max-width: 420px;
  margin-left: 80px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-7 {
  color: var(--font);
  max-width: 450px;
  margin-top: 72px;
  margin-left: 80px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 54px;
}

.grid {
  grid-template-rows: minmax(40px, 1fr) minmax(40px, 1fr) minmax(40px, 1fr) minmax(40px, 1fr) minmax(40px, 1fr);
  grid-template-columns: .75fr;
  margin-top: 95px;
  margin-left: 100px;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  background-color: #373a3f;
  border-radius: 2px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.text-block-7 {
  background-color: #373a3f;
}

.text-block-8, .text-block-9 {
  color: #fff;
  text-align: left;
  background-color: #373a3f;
  border-radius: 2px;
  padding-top: 10px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.text-block-10 {
  color: var(--white);
  text-align: left;
  background-color: #373a3f;
  border-radius: 2px;
  padding-top: 10px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.text-block-11 {
  color: #fff;
  text-align: left;
  background-color: #373a3f;
  border-radius: 2px;
  padding-top: 10px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.heading-8 {
  min-width: 500px;
  max-width: 3000px;
  font-size: 40px;
}

.text-block-12 {
  font-size: 20px;
  line-height: 22px;
}

.text-block-13 {
  max-width: 1000px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-9 {
  font-size: 55px;
  line-height: 59px;
}

.heading-10 {
  font-family: var(--wyescan);
  color: var(--font);
  min-width: 800px;
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

.column-4 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.column-5, .column-6 {
  color: #000;
}

.text-block-14, .text-block-15 {
  font-size: 20px;
  line-height: 22px;
}

.text-block-16 {
  border: .5px solid var(--wyescan-border);
  color: var(--font);
  text-align: center;
  background-color: #f4f7fa;
  border-radius: 5px;
  min-width: 33%;
  max-width: 340px;
  min-height: 65px;
  max-height: 100px;
  margin-top: 45px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ready-content {
  border-top: var(--wyescan-border-size) solid var(--wyescan-border);
  border-bottom: var(--wyescan-border-size) solid var(--wyescan-border);
  background-color: var(--light-gray-wyescan);
  text-align: center;
  min-width: 100px;
  max-width: none;
  min-height: 450px;
  max-height: 500px;
}

.columns-3 {
  border: var(--wyescan-border-size) none var(--wyescan-border);
  background-color: var(--light-gray-wyescan);
  min-width: 0;
  max-width: 1500px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 220px;
  padding-right: 0;
}

.column-7 {
  text-align: center;
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  min-height: 450px;
}

.heading-11 {
  color: var(--font);
  text-align: left;
  min-width: 250px;
  max-width: 390px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  line-height: 59px;
}

.get-started-today-button6 {
  background-color: var(--wyescan-green);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 20px;
}

.get-started-today-button6:hover {
  background-color: var(--advanced-blue);
}

.image-4 {
  text-align: left;
  min-width: 400px;
  max-width: 0%;
  max-height: 450px;
  margin: 25px 0 auto auto;
  padding: 20px 0;
  position: static;
}

.footer {
  background-color: var(--dark-wyescan);
  max-width: 100%;
  min-height: 275px;
  margin-top: 100px;
}

.container-6 {
  max-width: 1180px;
}

.container-7 {
  aspect-ratio: auto;
  background-color: var(--light-gray-wyescan);
  max-width: 95%;
  min-height: 1px;
  max-height: 1px;
}

.heading-12 {
  font-family: var(--wyescan);
  color: var(--white);
  text-align: center;
  max-width: none;
  margin-top: -15px;
  margin-left: 0;
  padding-left: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.image-5 {
  max-width: 150px;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
}

.footer-nav-bar {
  background-color: var(--dark-wyescan);
  font-family: var(--wyescan);
  color: var(--white);
  margin: 150px 23px 0 134px;
  padding-bottom: 0;
  padding-left: 0;
}

.footer-nav-link-4, .footer-nav-link-2, .footer-nav-link-3, .foot-nav-link-1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: -20px;
}

.navbar-2 {
  background-color: var(--dark-wyescan);
}

.container-8 {
  background-color: var(--dark-wyescan);
  max-width: 100%;
  margin-top: 20px;
}

.columns-4 {
  max-width: 95%;
  margin-top: 20px;
}

.link {
  color: var(--white);
  max-width: none;
  margin-left: 0;
}

.link-2 {
  color: var(--white);
  margin-left: 0;
}

.text-block-17 {
  font-family: var(--wyescan);
  color: var(--white);
  text-align: right;
  margin-top: -10px;
  margin-left: 0;
  margin-right: -18px;
}

.column-9 {
  margin-top: -10px;
  padding-left: 0;
}

.column-10 {
  opacity: 0;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 0 #555;
  margin-top: -10px;
}

.nav-menu-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.buttonholder {
  margin-top: -35px;
  padding-top: 0;
}

.learnmoreheadings {
  min-height: 225px;
}

.footerlinkblock {
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  text-decoration: none;
}

.footerlinkblock:visited {
  text-decoration: none;
}

.footerlinkblock.w--current {
  margin-left: 18px;
}

.columns-5 {
  margin-left: 0;
  margin-right: 0;
}

.footerlink {
  color: var(--white);
  max-width: none;
  margin-left: -13px;
  padding-left: 20px;
  text-decoration: none;
}

.link-2-copy {
  color: var(--white);
  margin-left: 0;
}

.column-11 {
  color: var(--font);
}

.div-block {
  margin-left: -20px;
}

.container-9 {
  margin-bottom: 50px;
}

.container-10 {
  margin-top: 30px;
  margin-bottom: -66px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-about {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Security.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  min-height: 600px;
  max-height: 0;
}

.column-15 {
  min-height: 55px;
}

.column-16 {
  min-height: 55px;
  margin-top: 15px;
  padding-left: 0;
}

.hero-features {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Features.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 650px;
}

.hero-pricing {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Pricing.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  min-height: 600px;
  max-height: 600px;
}

.columns-6 {
  border: 1px #000;
  min-width: 1000px;
  max-width: 1000px;
  margin-left: 0;
  margin-right: 0;
}

.column-17, .column-18, .column-19 {
  min-height: 55px;
}

.text-block-18 {
  color: var(--purple-foundation);
  text-align: center;
  min-width: 180px;
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-19 {
  color: var(--orange-growing);
  text-align: center;
  min-width: 180px;
  max-width: 180px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-20 {
  color: var(--advanced-blue);
  text-align: center;
  min-width: 180px;
  max-width: 180px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-21 {
  color: var(--wyescan-green);
  text-align: center;
  min-width: 180px;
  max-width: 180px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-22 {
  border-bottom: .5px solid var(--wyescan-border);
  margin-top: 25px;
  margin-left: 0;
  margin-right: -700px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.container-11, .container-12, .amount-of-domains, .amount-of-domains-column {
  max-width: 1000px;
}

.grid-2 {
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 65px;
}

.text-block-23 {
  font-family: var(--wyescan);
  color: var(--purple-foundation);
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-24 {
  font-family: var(--wyescan);
  color: var(--orange-growing);
  text-align: center;
  border: 1px #000;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-25 {
  color: var(--purple-foundation);
  text-align: center;
  margin-top: -10px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-block-26 {
  color: var(--purple-foundation);
  margin-top: -10px;
  font-family: Lato, sans-serif;
}

.text-block-27 {
  font-family: var(--wyescan);
  color: var(--orange-growing);
  text-align: center;
  margin-top: -10px;
  font-size: 20px;
  line-height: 22px;
}

.text-block-28 {
  font-family: var(--wyescan);
  color: var(--orange-growing);
  margin-top: -10px;
}

.text-block-29 {
  font-family: var(--wyescan);
  color: var(--advanced-blue);
  margin-top: -10px;
  font-size: 20px;
  line-height: 22px;
}

.text-block-30 {
  color: var(--advanced-blue);
  text-align: center;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-31 {
  font-family: var(--wyescan);
  color: var(--advanced-blue);
  margin-top: -10px;
}

.text-block-32 {
  color: var(--wyescan-green);
  text-align: center;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-33 {
  font-family: var(--wyescan);
  color: var(--wyescan-green);
  margin-top: -10px;
  font-size: 20px;
  line-height: 22px;
}

.text-block-34 {
  font-family: var(--wyescan);
  color: var(--wyescan-green);
  margin-top: -10px;
}

.text-block-35 {
  border-bottom: 1px solid var(--wyescan-border);
  text-align: left;
  border-radius: .5px;
  margin: 10px -750px 5px -20px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-block-36 {
  border-bottom: .5px solid var(--wyescan-border);
  font-family: var(--wyescan);
  text-align: left;
  margin: 20px -750px 5px -20px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 20px;
  line-height: 22px;
}

.heading-13 {
  margin-top: 80px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 53px;
}

.text-block-37 {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
}

.image-6 {
  border-style: solid;
  border-width: .25px .25px 0;
  border-color: var(--wyescan-border) var(--wyescan-border) var(--black);
  border-radius: 5px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-6:hover {
  max-width: 115%;
}

.image-6:focus {
  max-width: 100%;
}

.container-13 {
  background-color: var(--dark-wyescan);
  min-width: 100%;
  max-width: 0;
  min-height: 300px;
  max-height: 0;
  margin-top: -300px;
}

.threat-detection {
  border: .5px solid var(--wyescan-border);
  background-color: var(--light-gray-wyescan);
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.columns-7 {
  border-radius: 5px;
  min-height: 400px;
}

.heading-14 {
  margin-top: 90px;
  margin-left: 60px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 52px;
}

.text-block-38 {
  margin-left: 60px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.button-6 {
  background-color: var(--wyescan-green);
  border-radius: 20px;
  margin-top: 28px;
  margin-left: 60px;
}

.button-6:hover {
  background-color: var(--advanced-blue);
}

.text-block-39 {
  margin: 0 auto 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-40, .text-block-41 {
  font-family: var(--wyescan);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-42 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-43 {
  font-family: var(--wyescan);
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.column-20 {
  margin-top: 110px;
  padding-left: 16px;
}

.list {
  font-family: var(--wyescan);
  margin-right: 15px;
  padding-right: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  padding-top: 10px;
}

.grid-part-2, .grid-part-2-copy, .grid-3 {
  display: none;
}

.column-22 {
  border: .5px solid var(--wyescan-border);
  background-color: var(--light-gray-wyescan);
  border-radius: 5px;
  min-height: 380px;
  max-height: 400px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  overflow: visible;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column-23 {
  border: .5px solid var(--wyescan-border);
  background-color: var(--light-gray-wyescan);
  border-radius: 5px;
  min-height: 380px;
  max-height: 400px;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column-24, .column-25 {
  border: .5px solid var(--wyescan-border);
  background-color: var(--light-gray-wyescan);
  border-radius: 5px;
  max-height: 400px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-7, .se, .button-9, .button-10 {
  margin-left: 0;
}

.heading-15 {
  color: var(--purple-foundation);
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.heading-16 {
  color: var(--orange-growing);
  text-align: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.heading-17 {
  color: var(--advanced-blue);
  text-align: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.heading-18 {
  color: var(--wyescan-green);
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.heading-19 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.heading-20 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.heading-21, .heading-22 {
  font-family: var(--wyescan);
  text-align: center;
  font-size: 40px;
  line-height: 42px;
}

.text-block-44 {
  text-align: center;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-45, .text-block-46, .text-block-47 {
  font-family: var(--wyescan);
  text-align: center;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.select-button {
  background-color: var(--dark-wyescan);
  border-radius: 20px;
  margin: 18px 50px 16px 22px;
  padding: 7px 50px;
}

.select-button:hover {
  background-color: var(--wyescan-green);
}

.text-block-48 {
  font-weight: 300;
}

.columns-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.rich-text-block {
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
}

.rich-text-block-2, .list-item-6, .list-item-7 {
  font-size: 24px;
  line-height: 25px;
}

.text-block-49 {
  margin-bottom: 15px;
}

.list-2 {
  margin-bottom: 18px;
}

.text-block-50, .text-block-51, .text-block-52 {
  margin-bottom: 15px;
}

.rich-text-block-3, .rich-text-block-4, .rich-text-block-5 {
  margin-bottom: 26px;
}

.grid-features {
  min-height: 450px;
  max-height: 0;
}

.heading-23 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 71px;
  font-size: 50px;
  line-height: 52px;
}

.grid-4 {
  grid-row-gap: 28px;
}

.text-block-53 {
  color: var(--purple-foundation);
  max-width: 300px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.image-7 {
  max-width: 50px;
}

.growing-div {
  margin-top: 0;
  margin-left: 15px;
}

.text-block-54 {
  color: var(--orange-growing);
  max-width: 350px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-55 {
  font-size: 22px;
  line-height: 24px;
}

.text-block-56 {
  color: var(--advanced-blue);
  max-width: 350px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-57 {
  color: var(--wyescan-green);
  max-width: 250px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-58, .text-block-59, .text-block-60, .text-block-61 {
  max-width: 400px;
  padding-top: 5px;
}

.questions {
  border: .5px solid var(--wyescan-border);
  background-color: var(--light-gray-wyescan);
  border-radius: 5px;
  min-height: 400px;
  margin-top: 84px;
  margin-bottom: 100px;
  padding-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-11 {
  background-color: var(--wyescan-green);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-11:hover {
  background-color: var(--advanced-blue);
}

.heading-24 {
  min-width: 450px;
  max-width: 0;
  margin-top: 0;
  margin-left: 50px;
  font-size: 34px;
  line-height: 36px;
}

.text-block-62 {
  line-height: 22px;
}

.text-block-63 {
  min-width: 450px;
  margin-left: 50px;
  font-size: 20px;
  line-height: 22px;
}

.image-8 {
  border-radius: 5px;
  max-width: 385px;
  margin-top: 65px;
  margin-left: 36px;
  padding-left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column-26 {
  margin-top: 85px;
}

.bg1-line {
  background-image: url('../images/BG1.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 500px;
  margin-top: -354px;
}

.foundational-div {
  margin-top: 0;
  margin-left: 38px;
}

.advanced-div {
  margin-top: 65px;
  margin-left: 38px;
}

.enterprise-div {
  margin-top: 65px;
  margin-left: 15px;
}

.bg2 {
  filter: saturate(200%);
  background-image: url('../images/BG2.png');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  margin-top: -430px;
}

.html-embed {
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 20px;
}

.container-21 {
  margin-bottom: 0;
}

.phone1, .phone2 {
  display: none;
}

.slider {
  object-fit: fill;
  background-color: #c71a1a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 0;
  min-height: 650px;
}

.slide-1 {
  background-image: url('../images/hero-laptop-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 0;
  min-height: 650px;
  position: relative;
}

.slide-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 1304px;
  height: auto;
}

.mask {
  min-height: 0;
  margin-top: -80px;
  position: absolute;
}

.heading-about {
  color: var(--white);
  min-width: 900px;
  max-width: 2000px;
  margin-top: -57px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.grid-text-mobile {
  grid-row-gap: 28px;
  display: none;
}

.foundational-mobile {
  color: var(--advanced-blue);
  max-width: 300px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.growing-mobile {
  color: var(--orange-growing);
  max-width: 350px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.advanced-mobile {
  color: var(--wyescan-green);
  max-width: 350px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.enterprise-mobile-text {
  color: var(--purple-foundation);
  max-width: 325px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.foundational-attributes, .growing-attributes, .advanced-attributes, .enterprise-attributes {
  max-width: 400px;
}

.slide-nav {
  margin-top: 0;
}

._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 0;
  min-height: 650px;
}

._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/6.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 0;
  min-height: 650px;
}

.features-container, .about-hero {
  max-width: 750px;
  margin-top: 33px;
}

.section-2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-25 {
  font-family: var(--wyescan);
  margin-top: 45px;
}

.text-block-64 {
  font-weight: 900;
}

.terms-text {
  font-weight: 300;
}

.bold-text {
  font-weight: 700;
}

.text-block-65 {
  font-weight: 300;
}

.bold-text-2 {
  font-size: 14px;
  font-weight: 400;
}

.rich-text-block-6 {
  margin: 50px 120px;
  font-size: 14px;
}

.heading-26 {
  font-size: 14px;
}

.heading-27 {
  padding-left: 20px;
  font-size: 14px;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  padding-left: 20px;
}

.heading-28 {
  padding-left: 10px;
}

.paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  padding-left: 20px;
}

.list-3 {
  padding-left: 60px;
}

.paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28 {
  padding-left: 20px;
}

.list-4 {
  padding-left: 60px;
}

.heading-29 {
  padding-left: 10px;
}

.menuhero {
  min-height: 100px;
  font-family: Lato, sans-serif;
}

.heading-30 {
  margin-top: 0;
}

.security-policy-hero {
  min-height: 100px;
  font-family: Lato, sans-serif;
}

.section-4 {
  min-height: 500px;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

.image-9 {
  max-width: 50%;
  margin-left: 65px;
  margin-right: 65px;
}

.back-to-home {
  background-color: var(--wyescan-green);
  border-radius: 20px;
  margin-top: 28px;
  margin-left: 15px;
  margin-right: 15px;
}

.back-to-home:hover {
  background-color: var(--advanced-blue);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--wyescan-green);
  border-radius: 20px;
}

.submit-button:hover {
  background-color: var(--advanced-blue);
}

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

.code-embed {
  padding-top: 20px;
}

.code-embed-2 {
  padding-top: 40px;
}

.columns-10 {
  padding-left: 39px;
}

.column-28 {
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.columns-11 {
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  margin-top: 100px;
}

.ready-section {
  border: var(--wyescan-border-size) solid var(--wyescan-border);
  background-image: linear-gradient(to bottom, var(--light-gray-wyescan), var(--light-gray-wyescan));
  margin-top: 100px;
}

.column-29 {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.columns-12 {
  min-height: 300px;
  max-height: 500px;
}

.column-30 {
  text-align: right;
  padding-right: 60px;
}

@media screen and (max-width: 991px) {
  a {
    padding-left: 0;
  }

  .hero {
    background-image: none;
    min-height: 100px;
  }

  .hero-container {
    max-width: 708px;
    margin-top: 35px;
    margin-left: 90px;
  }

  .navbar {
    margin-left: -10px;
    margin-right: -10px;
  }

  .brand {
    margin-left: -230px;
    padding-left: 0;
  }

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

  .button-3 {
    margin-left: 0;
  }

  .heading {
    min-width: auto;
    margin-top: -78px;
  }

  .paragraph {
    font-weight: 400;
  }

  .content-box-1 {
    max-width: 700px;
  }

  .button-4 {
    margin-top: 15px;
    margin-left: 50px;
  }

  .heading-2 {
    margin-top: 55px;
    padding-left: 50px;
    line-height: 36px;
  }

  .paragraph-2 {
    margin-right: 19px;
    padding-left: 50px;
  }

  .image-2 {
    max-width: 100%;
    margin-top: 115px;
    margin-left: -22px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .paragraph-3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .callouts {
    min-width: 165px;
    max-width: 170px;
    margin-right: 0;
  }

  .calloutheading {
    margin-left: 0;
    margin-right: 0;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-dashboard {
    margin-top: 40px;
  }

  .dashboard-photo {
    margin-top: 0;
  }

  .signup-button-black {
    margin-bottom: 25px;
    margin-left: 40px;
  }

  .heading-4 {
    max-width: 90%;
    margin-left: 40px;
    margin-right: auto;
    font-size: 56px;
    line-height: 62px;
  }

  .text-block-2 {
    max-width: 90%;
    margin-left: 40px;
    margin-right: auto;
  }

  .image-3 {
    border: .5px solid #999;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .container-4 {
    margin-right: 25px;
  }

  .stay-ahead-content-box {
    max-width: 700px;
    max-height: 800px;
  }

  .budge-content {
    max-width: 90%;
    margin-bottom: 100px;
  }

  .column-2 {
    margin-top: -39px;
  }

  .column-3 {
    margin-top: -78px;
    margin-bottom: -10px;
  }

  .button-5 {
    text-align: left;
    margin-left: -31px;
    margin-right: auto;
    padding-left: 20px;
  }

  .text-block-5 {
    text-align: left;
    margin-left: 100px;
    margin-right: auto;
    font-family: Lato, sans-serif;
  }

  .heading-7 {
    text-align: left;
    margin-top: 89px;
    margin-left: 100px;
    margin-right: auto;
  }

  .grid {
    margin-top: 100px;
    margin-left: 130px;
  }

  .text-block-6 {
    min-width: 0;
    max-width: 400px;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
    max-width: 400px;
  }

  .text-block-13 {
    font-family: Lato, sans-serif;
  }

  .heading-10 {
    min-width: 700px;
    max-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-16 {
    font-weight: 400;
  }

  .ready-content {
    margin-bottom: 100px;
  }

  .heading-11 {
    margin-top: 40px;
    font-size: 50px;
    line-height: 53px;
  }

  .image-4 {
    min-width: 350px;
    max-width: 80%;
    margin-top: 78px;
    margin-left: 9px;
  }

  .footer {
    margin-top: 0;
  }

  .footer-nav-bar {
    margin-right: 25px;
  }

  .columns-4 {
    margin-left: 10px;
    margin-right: -30px;
  }

  .text-block-17 {
    margin-right: -31px;
  }

  .column-10 {
    padding-left: 0;
  }

  .footerlinkblock.w--current {
    margin-left: -6px;
  }

  .footerlink {
    aspect-ratio: auto;
    min-width: 0;
    max-width: 0;
    margin-left: 0;
    overflow: visible;
  }

  .menu-button {
    margin-left: 75px;
  }

  .menu-button.w--open {
    margin-left: 0;
  }

  .column-11 {
    margin-bottom: 58px;
  }

  .div-block {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    max-width: 15.5%;
    margin-left: 130px;
    margin-right: auto;
  }

  .icon {
    aspect-ratio: auto;
    font-size: 35px;
    line-height: 30px;
  }

  .icon-2 {
    margin-top: -16px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
  }

  .container-10 {
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .hero-pricing {
    background-image: linear-gradient(to bottom, null, null), url('../images/Pricing.png');
    mix-blend-mode: normal;
    background-position: 0 0, 50%;
  }

  .text-block-23 {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-24 {
    border: 1px #000;
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-25, .text-block-27, .text-block-29 {
    margin-top: -10px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-30, .text-block-32 {
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-33 {
    margin-top: -10px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-35 {
    margin-top: 17px;
    margin-right: -530px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-36 {
    margin-right: -530px;
    font-size: 16px;
    line-height: 18px;
  }

  .image-6 {
    max-width: 90%;
    margin-left: 15px;
    margin-right: 0;
  }

  .heading-14 {
    margin-top: 0;
    margin-left: 50px;
    font-size: 40px;
    line-height: 42px;
  }

  .text-block-38, .button-6 {
    margin-left: 50px;
  }

  .column-20 {
    margin-top: 75px;
    margin-bottom: 50px;
  }

  .column-21 {
    margin-top: 75px;
  }

  .dashboard {
    margin-left: 40px;
  }

  .desk-tab-grid {
    margin-left: 70px;
    margin-right: 70px;
  }

  .grid-part-2, .grid-part-2-copy, .grid-3 {
    display: none;
  }

  .column-22 {
    flex: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-23, .column-24, .column-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .select-button {
    margin-left: 58px;
  }

  .columns-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 31px;
  }

  .heading-23 {
    max-width: 500px;
    margin-left: 130px;
    padding-left: 0;
  }

  .growing-div {
    margin-right: 25px;
  }

  .text-block-58, .text-block-59, .text-block-60 {
    max-width: 275px;
  }

  .text-block-61 {
    max-width: 275px;
    margin-right: 25px;
  }

  .questions {
    max-width: 700px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-11 {
    margin-left: 40px;
  }

  .heading-24 {
    min-width: 300px;
    margin-top: -16px;
    margin-left: 35px;
    padding-left: 0;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-63 {
    min-width: 0;
    max-width: 250px;
    margin-left: 35px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-8 {
    max-width: 95%;
    margin-top: 87px;
    margin-left: -20px;
  }

  .bg1-line {
    background-position: 50%;
    max-width: 85%;
    margin-top: -275px;
    margin-left: 50px;
    margin-right: 0;
    padding-left: 0;
  }

  .bg2 {
    max-width: 800px;
    margin-top: -337px;
    margin-left: -15px;
  }

  .plans {
    max-width: 600px;
  }

  .html-embed {
    margin-top: 100px;
  }

  .container-21 {
    margin-top: 182px;
    margin-bottom: 458px;
  }

  .container-22 {
    max-width: 700px;
  }

  .phone2 {
    display: none;
  }

  .slider {
    background-color: #ecebeb;
  }

  .slide-1 {
    min-width: 0;
  }

  .mask {
    position: absolute;
  }

  .heading-about {
    min-width: auto;
    margin-left: -25px;
  }

  .enterprise-attributes {
    margin-right: 25px;
  }

  .slide-nav {
    background-image: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  ._2, ._3 {
    min-width: 0;
  }

  .features-container, .about-hero {
    max-width: 708px;
    margin-top: 18px;
    margin-left: 90px;
  }

  .rich-text-block-6 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .menuhero {
    background-image: none;
    min-height: 100px;
  }

  .section-3 {
    margin-top: -28px;
  }

  .heading-30 {
    margin-top: 0;
  }

  .security-policy-hero {
    background-image: none;
    min-height: 100px;
  }

  .section-4 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .columns-10 {
    padding-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 30%;
    min-height: 650px;
  }

  .hero-container {
    max-width: 90%;
    margin-top: 50px;
    margin-left: 59px;
  }

  .navbar {
    margin-left: -25px;
    margin-right: -25px;
  }

  .brand {
    margin-left: -233px;
    padding-left: 0;
  }

  .heroblock {
    max-width: 90%;
  }

  .button-3 {
    margin-left: 0;
  }

  .heading {
    max-width: 90%;
    margin-top: -109px;
    line-height: 64px;
  }

  .paragraph {
    min-width: 500px;
    max-width: 90%;
    font-weight: 400;
  }

  .content-box-1 {
    max-width: 520px;
  }

  .button-4 {
    margin-top: 15px;
  }

  .heading-2, .paragraph-2 {
    max-width: 90%;
  }

  .image-2 {
    min-width: 100px;
    max-width: 90%;
    margin-top: -23px;
    margin-left: 35px;
    padding-bottom: 17px;
    padding-left: 0;
  }

  .heading-3 {
    line-height: 68px;
  }

  .callouts {
    max-width: 90%;
    margin-bottom: 100px;
    margin-left: 150px;
    margin-right: 150px;
  }

  .calloutheading {
    max-width: 90%;
    font-family: Lato, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .heading-4 {
    font-size: 65px;
    line-height: 68px;
  }

  .image-3 {
    min-width: 450px;
    max-width: 100%;
    margin-top: -4px;
  }

  .stay-ahead-content-box {
    max-width: 520px;
    max-height: 1000px;
  }

  .column-3 {
    margin-top: -22px;
    margin-bottom: 50px;
  }

  .button-5 {
    margin-left: -7px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5 {
    max-width: 90%;
    margin-left: 20px;
    font-family: Lato, sans-serif;
  }

  .heading-7 {
    max-width: 90%;
    margin-top: 75px;
    margin-left: 20px;
    font-size: 65px;
    line-height: 68px;
  }

  .grid {
    margin-left: 76px;
  }

  .text-block-6 {
    min-width: 350px;
    max-width: 0;
    min-height: 10px;
    max-height: 70px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .text-block-8 {
    min-height: 65px;
    max-height: 200px;
    padding-top: 20px;
    line-height: 22px;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    padding-top: 20px;
    line-height: 22px;
  }

  .text-block-13 {
    max-width: 90%;
    font-family: Lato, sans-serif;
  }

  .heading-10 {
    min-width: 500px;
    max-width: 90%;
    font-size: 55px;
    line-height: 58px;
  }

  .ready-content {
    border: var(--wyescan-border-size) solid var(--wyescan-border);
    min-height: 700px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .columns-3 {
    border-style: none;
    min-height: 400px;
    max-height: 700px;
    margin-top: 11px;
  }

  .column-7 {
    min-height: 200px;
    max-height: 300px;
    margin-top: 28px;
    margin-bottom: -153px;
  }

  .column-8 {
    margin-bottom: 38px;
    padding-bottom: 0;
  }

  .heading-11 {
    min-width: 50px;
    margin-top: 0;
    margin-left: 92px;
    font-size: 55px;
    line-height: 58px;
  }

  .get-started-today-button6 {
    margin-left: 98px;
  }

  .image-4 {
    min-width: 100px;
    max-width: 80%;
    margin-top: 12px;
    margin-left: 0;
  }

  .footer {
    min-height: 0;
  }

  .text-block-17 {
    margin-top: -86px;
    margin-right: -19px;
  }

  .buttonholder {
    margin-top: 10px;
  }

  .learnmoreheadings {
    min-height: 175px;
  }

  .footerlinkblock {
    padding-left: 5px;
  }

  .footerlink {
    margin-left: -20px;
  }

  .div-block-2 {
    max-width: 23%;
    margin-left: 32px;
    padding-left: 0;
  }

  .icon {
    margin-top: 4px;
    margin-right: -25px;
    padding-right: 0;
  }

  .column-14 {
    margin-bottom: -49px;
  }

  .menu-button-2 {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    margin: 40px 0 -3px;
    padding-bottom: 13px;
    padding-left: 50px;
    padding-right: 40px;
  }

  .hero-about {
    min-height: 550px;
  }

  .column-16 {
    margin-top: 0;
  }

  .hero-pricing {
    background-image: linear-gradient(to bottom, null, null), url('../images/Pricing.png');
    background-position: 0 0, 50%;
  }

  .column-17 {
    margin-top: 0;
  }

  .text-block-18 {
    text-align: center;
    margin-top: 15px;
  }

  .text-block-22 {
    max-width: 550px;
    margin-right: 0;
  }

  .grid-2 {
    grid-template-columns: .25fr 1fr 1fr;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . Area";
    grid-auto-flow: row;
    margin-left: -301px;
  }

  .text-block-23 {
    min-width: 450px;
    margin-left: -19px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-24 {
    margin-left: -217px;
    padding-left: 0;
  }

  .text-block-25, .text-block-26 {
    margin-left: -19px;
  }

  .text-block-27, .text-block-28 {
    margin-left: -217px;
  }

  .text-block-35, .text-block-36 {
    margin-left: 25px;
    margin-right: -500px;
    padding-left: 0;
  }

  .heading-13 {
    margin-top: 0;
    margin-left: 0;
  }

  .image-6, .threat-detection {
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-14 {
    margin-right: 104px;
  }

  .text-block-38 {
    margin-right: 67px;
    padding-right: 0;
  }

  .list {
    margin-top: -40px;
    padding-left: 74px;
  }

  .dashboard {
    margin-top: -5px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .desk-tab-grid {
    display: none;
  }

  .grid-part-2, .grid-part-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .grid-3 {
    display: block;
  }

  .column-22 {
    min-height: 0;
    max-height: 500px;
  }

  .select-button {
    margin-left: 41px;
  }

  .columns-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-23 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-56 {
    margin-top: -49px;
  }

  .text-block-57 {
    margin-top: -49px;
    margin-right: 25px;
  }

  .text-block-60, .text-block-61 {
    margin-right: 25px;
  }

  .questions {
    max-width: 500px;
    margin-top: -2px;
  }

  .heading-24 {
    min-width: 400px;
    margin-right: 0;
  }

  .image-8 {
    margin-top: 35px;
    margin-bottom: 33px;
    margin-left: 12px;
  }

  .bg1-line {
    margin-top: -281px;
    margin-left: 52px;
  }

  .bg2 {
    margin-top: -331px;
  }

  .columns-9 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .phone1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 27px;
    display: grid;
  }

  .phone2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -51px;
    margin-left: 27px;
    display: grid;
  }

  .enterprise-text {
    color: var(--wyescan-green);
    margin-bottom: 15px;
    margin-left: -49px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
  }

  .advanced-text {
    color: var(--advanced-blue);
    margin-bottom: 15px;
    margin-left: 101px;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
  }

  .weekly-text {
    color: var(--wyescan-green);
    margin-top: -10px;
    margin-left: -49px;
    font-size: 18px;
    line-height: 20px;
  }

  ._8-text {
    color: var(--advanced-blue);
    margin-top: -10px;
    margin-left: 100px;
  }

  .bi-weekly-text {
    color: var(--advanced-blue);
    margin-top: -10px;
    margin-left: 100px;
    padding-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  ._16-text {
    color: var(--wyescan-green);
    margin-top: -10px;
    margin-left: -49px;
    text-decoration: none;
  }

  .scan-2 {
    border-bottom: 1px solid var(--wyescan-border);
    text-align: left;
    border-radius: .5px;
    margin: 17px -462px 5px 25px;
    padding-bottom: 5px;
  }

  .scanned-2 {
    border-bottom: 1px solid var(--wyescan-border);
    text-align: left;
    border-radius: .5px;
    margin: 20px -462px 5px 25px;
    padding-bottom: 5px;
  }

  .heading-about {
    max-width: 90%;
    margin-top: -124px;
    margin-left: -18px;
    line-height: 64px;
  }

  .utility-page-content {
    margin-top: -75px;
  }

  .advanced-mobile {
    margin-top: -49px;
  }

  .enterprise-mobile-text {
    margin-top: -49px;
    margin-right: 25px;
  }

  .growing-attributes, .enterprise-attributes {
    margin-right: 25px;
  }

  .features-container {
    max-width: 90%;
    margin-top: 14px;
    margin-left: 69px;
  }

  .about-hero {
    max-width: 90%;
    margin-top: 71px;
  }

  .rich-text-block-6 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .menuhero {
    background-image: none;
    min-height: 100px;
  }

  .heading-30 {
    margin-top: 0;
  }

  .security-policy-hero {
    background-position: 30%;
    min-height: 650px;
  }

  .section-4 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .button-12 {
    background-color: var(--wyescan-green);
    color: var(--white);
    border-radius: 20px;
    margin-top: 28px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-9 {
    max-width: 50%;
    margin-left: 60px;
    margin-right: 60px;
  }

  .back-to-home {
    background-color: var(--wyescan-green);
    color: var(--white);
    border-radius: 20px;
    margin-top: 28px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-27 {
    padding-left: 18px;
  }

  .ready-section {
    min-height: 650px;
    max-height: 800px;
    margin-bottom: 67px;
  }

  .column-30 {
    padding-right: 100px;
  }

  .columns-13 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 25%;
    background-size: cover;
    min-height: 500px;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container {
    object-fit: cover;
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 45px;
    padding-bottom: 50px;
  }

  .navbar {
    margin-left: -8px;
    margin-right: -8px;
  }

  .image {
    max-width: 80%;
  }

  .text-block {
    font-size: 28px;
  }

  .brand {
    margin-left: -248px;
    padding-left: 0;
  }

  .heroblock {
    max-width: 90%;
  }

  .heading {
    max-width: 80%;
    margin-top: -120px;
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph {
    float: none;
    min-width: 350px;
    max-width: 100%;
    padding-right: 115px;
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
  }

  .content-box-1 {
    max-width: 300px;
  }

  .button-4 {
    margin-top: 15px;
    margin-left: 15px;
  }

  .heading-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 18px;
    line-height: 21px;
  }

  .image-2 {
    margin-top: -55px;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 48px;
  }

  .paragraph-3 {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
  }

  .centralized-dashboard {
    max-width: 90%;
    margin-bottom: 90px;
    padding-bottom: 0;
  }

  .callouts {
    min-width: 180px;
    max-width: 250px;
    min-height: 250px;
    margin: 35px 25px 38px;
    padding-left: 25px;
    padding-right: 0;
  }

  .calloutheading {
    font-size: 28px;
  }

  .columns {
    margin-top: 30px;
    padding-top: 0;
  }

  .dashboard-photo {
    padding-left: 0;
    padding-right: 0;
  }

  .signup-button-black {
    margin-left: 19px;
  }

  .heading-4 {
    color: var(--font);
    margin-top: 0;
    margin-left: 19px;
    font-size: 45px;
    line-height: 48px;
  }

  .text-block-2 {
    margin-left: 19px;
    font-size: 18px;
    line-height: 21px;
  }

  .image-3 {
    border-radius: 5px;
    min-width: 250px;
    margin-top: 21px;
    line-height: 10px;
  }

  .container-4 {
    max-width: 0;
  }

  .stay-ahead-content-box {
    max-width: 300px;
  }

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

  .column-3 {
    margin-top: -61px;
  }

  .button-5 {
    margin-left: -68px;
    padding-left: 20px;
  }

  .text-block-5 {
    max-width: 95%;
    margin-left: 9px;
    margin-right: 0;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 21px;
  }

  .heading-7 {
    margin-left: 9px;
    font-size: 45px;
    line-height: 48px;
  }

  .grid {
    margin-left: 124px;
  }

  .text-block-6 {
    min-width: 200px;
    max-width: 410px;
    margin-left: -90px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

  .text-block-8 {
    margin-left: -90px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

  .text-block-9 {
    margin-left: -90px;
    padding-top: 10px;
    padding-left: 11px;
    font-size: 21px;
  }

  .text-block-10, .text-block-11 {
    margin-left: -90px;
    padding-top: 10px;
    font-size: 20px;
  }

  .text-block-13 {
    margin-left: auto;
    margin-right: auto;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 21px;
  }

  .heading-10 {
    min-width: 50px;
    font-size: 35px;
    line-height: 38px;
  }

  .ready-content {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .columns-3 {
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-11 {
    margin-top: 242px;
    margin-left: -123px;
    margin-right: auto;
    font-size: 45px;
    line-height: 48px;
  }

  .get-started-today-button6 {
    text-align: center;
    margin-left: -121px;
    padding-left: 20px;
  }

  .image-4 {
    min-width: 300px;
    margin-top: 31px;
    margin-left: 0;
  }

  .footer {
    margin-top: 50px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 30px;
  }

  .footer-nav-bar {
    margin-top: 3px;
  }

  .navbar-2 {
    margin-top: 151px;
    margin-left: -27px;
    padding-left: 0;
  }

  .text-block-17 {
    text-align: center;
    margin: 44px 15px 0 51px;
    padding-top: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .column-9 {
    margin-top: -15px;
    padding-top: 0;
  }

  .column-10 {
    margin-top: -64px;
    padding-top: 0;
    padding-left: 0;
  }

  .buttonholder {
    margin-top: -10px;
  }

  .footerlink {
    margin-left: -14px;
    padding-left: 21px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .footerlink.w--current {
    margin-left: -17px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: -28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block {
    line-height: 0;
  }

  .div-block-2 {
    margin-left: 85px;
  }

  .body {
    object-fit: fill;
  }

  .column-12 {
    margin-top: -50px;
    padding-top: 0;
  }

  .column-13 {
    margin-top: -50px;
  }

  .column-14 {
    margin-top: -50px;
    margin-bottom: 3px;
  }

  .menu-button-2 {
    margin-left: 0;
    margin-right: -31px;
  }

  .section {
    margin-bottom: 0;
  }

  .container-10 {
    margin-bottom: -51px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 40px;
  }

  .hero-about {
    min-height: 500px;
  }

  .hero-pricing {
    background-image: linear-gradient(to bottom, null, null), url('../images/Pricing.png');
    background-position: 0 0, 50%;
  }

  .grid-2 {
    max-width: 300px;
    margin-left: -160px;
  }

  .text-block-23 {
    min-width: auto;
    margin-left: 0;
    padding-left: 187px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-24 {
    margin-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-35 {
    margin-right: -160px;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-13 {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-37 {
    margin-right: 39px;
  }

  .image-6 {
    max-width: 100%;
    margin-left: 0;
  }

  .container-13 {
    min-height: 150px;
    max-height: 300px;
    margin-top: -159px;
  }

  .heading-14 {
    margin-left: 15px;
    margin-right: 36px;
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-38 {
    margin-left: 15px;
    margin-right: 28px;
    font-size: 18px;
    line-height: 21px;
  }

  .button-6 {
    margin-left: 15px;
  }

  .list {
    margin-top: -35px;
    padding-left: 43px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .dashboard {
    margin-top: -20px;
  }

  .list-item-5 {
    font-size: 24px;
    line-height: 26px;
  }

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

  .select-button {
    margin-left: 40px;
  }

  .columns-8 {
    max-width: 285px;
  }

  .grid-features {
    margin-left: 39px;
    margin-right: 25px;
  }

  .heading-23 {
    margin: 87px auto 34px;
    font-size: 48px;
    line-height: 50px;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 0;
  }

  .text-block-53 {
    margin-left: -10px;
  }

  .growing-div {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-54 {
    margin-top: 15px;
    margin-left: -10px;
  }

  .text-block-56 {
    margin-top: 5px;
    margin-left: -10px;
  }

  .text-block-57 {
    margin-top: 10px;
    margin-left: -10px;
  }

  .text-block-58, .text-block-59, .text-block-60, .text-block-61 {
    margin-left: -10px;
  }

  .questions {
    max-width: 300px;
    margin-top: 470px;
  }

  .button-11 {
    margin-left: 10px;
  }

  .heading-24 {
    margin-top: -38px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-63 {
    margin-left: 10px;
  }

  .image-8 {
    max-width: 85%;
    margin-top: 30px;
    margin-bottom: 38px;
    margin-left: 20px;
  }

  .bg1-line {
    justify-content: center;
    align-items: center;
    margin-top: -235px;
    margin-left: -105px;
    display: none;
  }

  .foundational-div {
    margin-left: 0;
  }

  .advanced-div, .enterprise-div {
    margin-top: 0;
    margin-left: 0;
  }

  .bg2 {
    max-width: 100%;
    margin-top: -535px;
    margin-left: 0;
    display: none;
  }

  .plans {
    max-width: 285px;
  }

  .phone1 {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .phone2 {
    display: none;
  }

  .heading-about {
    max-width: 80%;
    margin-top: -155px;
    font-size: 48px;
    line-height: 50px;
  }

  .mobile-grid-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    min-height: 400px;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }

  .grid-text-mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin: 41px 0 39px;
    padding-top: 0;
    display: block;
  }

  .foundational-mobile {
    color: var(--purple-foundation);
    margin-left: 0;
  }

  .growing-mobile {
    margin-top: 15px;
    margin-left: 0;
  }

  .advanced-mobile {
    color: var(--advanced-blue);
    margin-top: 15px;
    margin-left: 0;
  }

  .enterprise-mobile-text {
    color: var(--wyescan-green);
    margin-top: 15px;
    margin-left: 0;
  }

  .foundational-attributes {
    margin-bottom: 0;
    margin-left: 0;
  }

  .growing-attributes {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .advanced-attributes, .enterprise-attributes {
    margin-left: 0;
  }

  .icon-3 {
    margin-left: 5px;
    margin-right: 20px;
    padding-left: 0;
  }

  .icon-4 {
    margin-right: 5px;
  }

  .features-container {
    object-fit: cover;
    max-width: 90%;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 45px;
    padding-bottom: 50px;
  }

  .about-hero {
    object-fit: cover;
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 45px;
    padding-bottom: 50px;
  }

  .rich-text-block-6 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .menuhero {
    background-image: none;
    min-height: 100px;
  }

  .section-3 {
    padding-left: 0;
  }

  .heading-30 {
    margin-top: 0;
  }

  .security-policy-hero {
    background-position: 25%;
    background-size: cover;
    min-height: 500px;
  }

  .section-4 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-9 {
    max-width: 45%;
    margin-left: 65px;
    margin-right: 65px;
  }

  .columns-10 {
    padding-left: 0;
  }

  .column-28 {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .columns-13 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4754cffe-c443-24b8-8234-7ab843bfcfec-c7d36b3d, #w-node-_774e5b3a-6664-3d0d-3979-38988b90f124-51a4b2f8, #w-node-f416042c-189c-1124-c865-4841ea61dd28-51a4b2f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
