:root {
  --dark-slate-gray-2: #404047;
  --continu-blue: #346cb1;
  --continu-red: #cf2129;
  --white-smoke: #ecf0f1;
  --white-smoke-2: #edeff2;
  --dim-gray-3: #676770;
  --dodger-blue: #2e9dff;
  --dark-slate-gray: #2d3e4f;
  --indian-red: #cf404d;
  --continu-dark-blue: #1d3a5e;
  --steel-blue: #2e80b6;
  --light-sea-green: #25ccbf;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown: #e4b962;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --black: #192024;
  --light-slate-gray: #8e8e9c;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark-slate-gray-2);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dark-slate-gray-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  background-color: var(--continu-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: var(--continu-blue);
}

.button.blue-button {
  background-color: var(--continu-red);
  text-align: center;
  object-fit: fill;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.button.blue-button.big-button {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 60px;
  display: flex;
}

.button.schedule-call-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 70px;
  margin-left: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  display: none;
}

.button.schedule-call {
  width: 100%;
}

.button.assessment-button {
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 60px;
  margin-left: auto;
  display: flex;
}

.button.optin-button {
  background-color: var(--continu-blue);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 200px;
}

.button.download-btn {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 60px;
  margin-left: auto;
  display: flex;
}

.button.free-trial-button {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 70px;
  margin-left: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.navigation-link {
  color: var(--continu-blue);
  transition: all .3s ease-in-out;
  display: none;
  position: relative;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: var(--continu-blue);
  padding-left: 15px;
  padding-right: 15px;
}

.navigation-bar {
  z-index: 9999999;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navigation-menu {
  margin-top: 15px;
  padding-left: 0;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  display: none;
  position: relative;
}

.section.accent {
  background-color: var(--continu-blue);
  margin-top: 0;
  padding: 0;
  display: flex;
}

.section.accent.datacenter-growth-section {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  padding-left: 0;
  display: flex;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--continu-blue);
  text-align: center;
  object-fit: fill;
  background-image: url('../images/bld_blue.png'), linear-gradient(#346cb19c, #2e9dff38), url('../images/securcorehero.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-bottom: 4px solid #69b9ff;
  justify-content: center;
  align-items: center;
  height: 50vh;
  max-height: 100vh;
  padding-top: 195px;
  padding-bottom: 195px;
  display: none;
}

.hero-section.centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #346cb1;
  text-align: center;
  background-image: url('../images/bld_blue.png'), linear-gradient(#346cb19c, #2e9dff38), url('../images/securcorehero.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: cover, auto, cover;
  border-bottom: 4px solid #69b9ff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 50vh;
  max-height: 100vh;
  padding-top: 195px;
  padding-bottom: 195px;
  display: flex;
}

.hero-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  width: auto;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 55px;
}

.hero-subheading {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: none;
  width: auto;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
}

.hollow-button.all-caps:hover {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
}

.hollow-button.all-caps {
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 10px;
  margin-left: 100px;
  font-family: Open Sans, sans-serif;
}

.hollow-button.all-caps:hover {
  color: #ecf0f1;
  border-color: #ecf0f1;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #404047;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 45px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: var(--dark-slate-gray-2);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.left {
  color: #404047;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.left.off-white {
  color: #e8e8e8;
  text-align: left;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
  display: flex;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  margin-top: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 0;
}

.footer-text {
  color: var(--white-smoke);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  border-radius: 8px;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.white-text.header {
  text-align: center;
}

.form {
  margin-top: 40px;
}

.image {
  max-width: 200px;
}

.container {
  max-width: 1200px;
}

.column {
  flex-direction: column;
  display: flex;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: #fff;
  margin-top: -27px;
  display: none;
}

.column-2 {
  flex-direction: column;
  display: flex;
}

.columns {
  margin-top: 36px;
}

.heading {
  color: var(--dark-slate-gray-2);
  text-align: center;
  margin-top: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.text-block {
  color: var(--dark-slate-gray-2);
  margin-bottom: 19px;
  font-size: 18px;
}

.heading-2 {
  color: var(--dark-slate-gray-2);
  margin-top: 89px;
}

.text-block-2 {
  color: #d33;
  text-align: center;
  margin-top: 23px;
  font-size: 18px;
  font-weight: 600;
}

.container-2 {
  flex-direction: column;
  display: flex;
}

.image-3 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  display: flex;
}

.tab-pane-tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  text-align: left;
}

.tab-pane-tab-2 {
  margin-left: auto;
  margin-right: auto;
}

.section-copy {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  display: none;
  position: relative;
}

.section-copy.accent {
  background-color: #192024;
}

.container-3 {
  margin-top: 65px;
}

.body {
  background-color: #fff;
}

.paragraph-2 {
  text-align: left;
  font-size: 18px;
}

.column-3 {
  padding-left: 32px;
}

.image-4 {
  margin-right: 10px;
}

.columns-2 {
  max-width: 1200px;
}

.business-exec-button {
  background-color: var(--continu-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.business-exec-button:hover {
  background-color: #2e9dff;
}

.business-exec-button.w--current {
  background-color: #2e80b6;
}

.business-exec-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.business-exec-button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.business-exec-button.tab:hover {
  background-color: #2e80b6;
}

.business-exec-button.tab.w--current {
  background-color: var(--continu-blue);
}

.it-professional-button {
  background-color: var(--continu-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.it-professional-button:hover {
  background-color: #2e9dff;
}

.it-professional-button.w--current {
  background-color: #2e80b6;
}

.it-professional-button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.it-professional-button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.it-professional-button.tab:hover {
  background-color: #2e80b6;
}

.it-professional-button.tab.w--current {
  background-color: var(--continu-blue);
}

.security-assessment-image {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Contact-Us-03a-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.hero-overlay.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-3 {
  font-size: 50px;
}

.s {
  color: var(--white-smoke-2);
  margin-top: -23px;
  font-size: 18px;
}

.heading-4 {
  margin-top: 32px;
}

.heading-5 {
  margin-top: 41px;
}

.heading-6 {
  text-align: center;
  margin-bottom: 100px;
}

.paragraph-4 {
  color: #2a2a2e;
  font-size: 18px;
}

.body-2 {
  color: var(--dim-gray-3);
  background-color: #fff;
}

.heading-7, .heading-8, .heading-9 {
  margin-bottom: 46px;
  font-size: 45px;
}

.heading-10 {
  margin-top: 34px;
}

.heading-11 {
  margin-top: 29px;
  font-size: 27px;
}

.div-block-2 {
  display: flex;
}

.section-3 {
  background-image: url('../images/Business-Executive-13-1920x1280-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  margin-top: 41px;
  display: block;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.container-4 {
  flex-direction: row;
  align-items: center;
  height: 40%;
  display: flex;
}

.div-block-3 {
  background-color: #cf2129;
  width: 80vw;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-4 {
  background-color: #fff;
  margin-top: 45px;
  display: block;
}

.paragraph-5 {
  margin-top: 30px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 400;
}

.columns-3 {
  margin: -60px auto 62px;
}

.column-4 {
  display: flex;
}

.column-5 {
  display: none;
}

.siem-feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.siem-feature-section.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-image-mask {
  width: 1500px;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.paragraph-6 {
  font-size: 18px;
}

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

.section-5 {
  display: block;
}

.list {
  font-size: 18px;
  line-height: 25px;
}

.paragraph-7 {
  margin-top: 26px;
  font-size: 18px;
}

.div-block-4 {
  flex-direction: column;
  display: flex;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  background-color: #fff;
}

.image-6 {
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
}

.column-6 {
  flex-direction: column;
  display: flex;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
}

.column-7, .column-8, .column-9, .column-10, .column-11 {
  flex-direction: column;
  display: flex;
}

.heading-15 {
  color: var(--continu-red);
  text-align: center;
}

.columns-4 {
  margin-bottom: 60px;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
  display: flex;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 350px;
  max-width: 350px;
  height: 156px;
  margin-left: auto;
  margin-right: auto;
}

.feature-image-2.security-assessment {
  width: 125px;
  height: 114px;
}

.heading-16 {
  font-size: 35px;
}

.paragraph-8 {
  font-size: 18px;
}

.list-style {
  margin-top: 25px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.heading-17 {
  margin-bottom: 30px;
}

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

.h4 {
  font-size: 25px;
  line-height: 35px;
}

.div-block-5 {
  min-width: 575px;
}

.feature-image-mask-3 {
  width: 90%;
  margin-right: 40px;
  display: flex;
}

.paragraph-9 {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 39px;
  font-size: 25px;
}

.lets-talk-section-2 {
  background-color: #fff;
  margin-top: 73px;
  display: block;
}

.lets-talk-section-1 {
  background-color: #fff;
  margin-top: 20px;
  display: block;
}

.tab-link-tab-1 {
  background-color: var(--continu-blue);
}

.tab-link-tab-1.w--current {
  opacity: 1;
}

.tabs-menu {
  padding-bottom: 0;
}

.tab {
  background-color: var(--continu-blue);
  color: #fff;
}

.tab.w--current {
  background-color: var(--dodger-blue);
}

.heading-19 {
  text-align: left;
}

.list-2 {
  line-height: 25px;
}

.heading-20 {
  text-align: left;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
}

.column-12, .column-13 {
  flex-direction: column;
  display: flex;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  max-width: 180px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
}

.column-14 {
  flex-direction: column;
  display: flex;
}

.paragraph-10 {
  text-decoration: underline;
}

.heading-21 {
  text-align: left;
}

.testimonial-section {
  display: none;
}

.heading-22 {
  text-align: left;
  text-transform: uppercase;
}

.div-block-6 {
  background-color: var(--continu-blue);
  height: 5px;
}

.column-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 105px;
  display: flex;
}

.certifications-column {
  margin-top: 12px;
  margin-bottom: 13px;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-16 {
  justify-content: center;
  align-items: center;
  height: 140px;
  display: flex;
}

.heading-23 {
  margin-top: 10px;
}

.data-centers-section {
  margin-top: 51px;
  display: block;
}

.div-block-7 {
  display: flex;
}

.heading-24 {
  text-align: left;
}

.text-span {
  color: var(--continu-red);
}

.tab-link-tab-1-2 {
  color: #fff;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--continu-blue);
  color: #fff;
}

.tab-link-tab-1-2.show-more-tab {
  background-color: #346cb1cf;
}

.text-span-2 {
  color: var(--continu-red);
}

.list-3 {
  font-weight: 300;
  line-height: 25px;
}

.heading-25 {
  margin-top: 21px;
}

.heading-26 {
  margin-top: 16px;
}

.container-6 {
  margin-top: 32px;
}

.heading-27 {
  font-size: 35px;
}

.column-17 {
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.column-18 {
  display: flex;
}

.columns-5, .columns-6, .columns-7, .columns-8 {
  margin-bottom: 15px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 130px;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-3, .icon {
  color: var(--continu-blue);
}

.contact-us-section {
  margin-top: 16px;
  margin-bottom: 0;
}

.column-19 {
  flex-direction: column;
  justify-content: center;
  height: 500px;
  display: flex;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.small-text {
  text-align: center;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.schedule-call-section {
  margin-top: 37px;
  margin-bottom: 56px;
  display: none;
}

.image-11 {
  width: 300px;
  height: 300px;
}

.column-20 {
  justify-content: center;
  align-items: center;
  height: 330px;
  display: flex;
}

.column-21 {
  flex-direction: column;
  justify-content: center;
  height: 300px;
  display: flex;
}

.feature-image-mask-4 {
  width: 500px;
  margin-right: 40px;
}

.feature-image-3 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.paragraph-11 {
  color: var(--dim-gray-3);
}

.text-block-3, .text-block-4 {
  text-transform: none;
}

.privacy-footer-link {
  color: var(--white-smoke);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.dropdown-list {
  background-color: var(--dim-gray-3);
}

.dropdown-list.w--open, .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  color: var(--white-smoke-2);
}

.dropdown-list-2 {
  background-color: var(--dim-gray-3);
}

.dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11, .dropdown-link-12 {
  color: var(--white-smoke-2);
}

.heading-28 {
  color: var(--dark-slate-gray-2);
  text-transform: uppercase;
}

.business-executive-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Business-Executive-1c.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.business-executive-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.it-pro-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/IT-Professional-01a.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.it-pro-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.hero-subtitle {
  color: var(--white-smoke-2);
  margin-top: -23px;
  font-size: 18px;
}

.about-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Vision-Leadership-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.about-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.managed-security-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/managed-security-01-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.managed-security-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.security-assessment-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Security-Assessment-01a-1-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.security-assessment-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.advanced-it-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Advanced-IT-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.advanced-it-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.training-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/awareness-training-01a.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.training-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.staffing-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Staffing-01a-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.staffing-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.compliance-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Compliance-01a-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.compliance-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.clientele-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/ClientHandshake.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: visible;
}

.clientele-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.cert-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/credentials-01-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cert-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.data-center-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Data-Centers-01-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.data-center-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.careers-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/careers-02-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.careers-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.cookie-settings-link {
  color: var(--white-smoke);
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-7 {
  height: 100vh;
}

.thank-you-hero {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Contact-Us-03a-1.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.thank-you-hero.business-exec-hero {
  background-image: linear-gradient(to bottom, null, null), url('../images/Business-Executive-1c.jpg');
}

.stats-section {
  display: block;
}

.hero-overlay-2 {
  clear: none;
  color: #fff;
  background-color: #0009;
  background-image: url('../images/blogpostheader.jpg'), linear-gradient(#000, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 450px;
  margin-bottom: -1px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-2 {
  background-color: var(--continu-blue);
  color: #fff;
}

.rich-text-block {
  margin-top: 21px;
  margin-bottom: 23px;
}

.image-12 {
  border-radius: 100%;
  max-width: 80%;
}

.heading-29 {
  text-align: left;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-5 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
}

.heading-30 {
  letter-spacing: 3px;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.column-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  color: var(--white-smoke-2);
}

.div-block-9 {
  width: 400px;
  height: 300px;
}

.heading-31 {
  margin-top: 30px;
}

.heading-32 {
  text-align: center;
}

.heading-32.blog-index-title {
  text-align: left;
  margin-top: 6px;
  font-size: 25px;
}

.text-block-6 {
  text-align: left;
  font-style: italic;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hp-blog-list-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hp-blog-list-section {
  margin-top: 41px;
  margin-bottom: 100px;
}

.blog-list-title {
  text-align: left;
  margin-top: 1px;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.text-block-7 {
  font-style: italic;
}

.heading-33 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.bold-text {
  font-size: 55px;
}

.hero-header {
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 50px;
  position: static;
}

.redhawk-notice {
  padding-top: 100px;
  padding-bottom: 100px;
}

.redhawk-notice.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-4 {
  text-decoration: underline;
}

.paragraph-13 {
  margin-top: 38px;
  font-size: 20px;
  font-weight: 400;
}

.heading-34 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-span-5 {
  text-decoration: underline;
}

.heading-35 {
  color: var(--dark-slate-gray-2);
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: none;
}

.heading-36 {
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.hero-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 11px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 400px;
  padding-left: 0;
  display: flex;
}

.heading-37 {
  color: #fff;
  text-align: center;
  width: 550px;
  margin-top: 31px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
}

.button-3 {
  background-color: var(--continu-blue);
  color: var(--white-smoke-2);
}

.hero-image-mask-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: -41px;
  margin-left: 40px;
  display: flex;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 200vw;
  max-width: 80%;
  height: auto;
  margin-top: 60px;
}

.paragraph-14 {
  color: #fff;
  width: 450px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 400;
}

.collection-item-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.securecore-image {
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 300px;
  height: 45px;
  margin-bottom: 0;
}

.form-block {
  margin-left: 0;
}

.text-block-8 {
  margin-bottom: -20px;
}

.text-block-9 {
  margin-bottom: -21px;
}

.italic-text {
  text-decoration: underline;
}

.call-to-action {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-38 {
  font-size: 40px;
  font-weight: 800;
}

.body-3 {
  background-color: #fff;
}

.paragraph-15 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.list-4 {
  color: var(--dark-slate-gray-2);
  font-size: 18px;
  line-height: 25px;
}

.paragraph-16 {
  font-weight: 400;
}

.rich-text-block-2 {
  font-size: 10px;
}

.sources-rich-text {
  font-size: 12px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.body-4 {
  background-color: #fff;
}

.rm-area-blog-footer {
  width: auto;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}

.body-5 {
  background-color: #fff;
}

.container-12 {
  justify-content: center;
  align-items: center;
  display: none;
}

.collection-list-wrapper {
  flex-direction: column;
  display: flex;
}

.text-block-10 {
  font-style: italic;
}

.heading-39 {
  font-size: 33px;
}

.collection-item-3 {
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.container-13 {
  margin-top: 40px;
}

.heading-40 {
  text-align: center;
}

.heading-40.blog-header {
  margin-bottom: 40px;
  font-size: 65px;
}

.body-6 {
  background-color: #fff;
}

.flex-container-2 {
  flex-direction: row-reverse;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask-5 {
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: 50%;
  margin-right: 40px;
  display: flex;
}

.feature-image-4 {
  box-shadow: 4px 4px 3px 0 var(--dim-gray-3);
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.flex-container-2-copy {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.vulnerability-assess-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vulnerability-assess-section.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-19 {
  text-align: justify;
  padding-right: 40px;
}

.asset-discovery-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.asset-discovery-section.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.network-intrusion-detection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.network-intrusion-detection.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.asset-discovery-section-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.asset-discovery-section-copy.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.endpoint-detection-response {
  padding-top: 100px;
  padding-bottom: 100px;
}

.endpoint-detection-response.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flow-packet-capture {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flow-packet-capture.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.file-integrity-monitoring {
  padding-top: 100px;
  padding-bottom: 100px;
}

.file-integrity-monitoring.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.centralized-config {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.centralized-config.security-assessment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.securcore-subheadline {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-20 {
  text-align: center;
  margin-bottom: 0;
}

.section-8 {
  margin-top: 40px;
}

.paragraph-21, .paragraph-22, .securcore-paragraph {
  margin-bottom: 20px;
}

.securcore-headline {
  text-align: center;
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
}

.bold-text-2 {
  color: var(--dark-slate-gray-2);
  width: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.securcore-hero-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  width: 1200px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 55px;
}

.securcore-hero-subheading {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: none;
  width: 1000px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.heading-41, .heading-42 {
  padding-right: 40px;
}

.body-7 {
  background-color: #fff;
}

.call-to-action-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.org-position-label {
  z-index: 2;
  opacity: .5;
  color: #000;
  height: 26px;
  margin-top: 0;
  margin-bottom: -50px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 33px;
  position: relative;
}

.login-label {
  z-index: 2;
  opacity: .5;
  color: #000;
  height: 26px;
  margin-top: 0;
  margin-bottom: -26px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 33px;
  position: relative;
}

.login-label.last-name-label {
  margin-left: 50%;
}

.industry-label {
  z-index: 2;
  opacity: .5;
  color: #000;
  height: 26px;
  margin-top: 0;
  margin-bottom: -50px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 33px;
  position: relative;
}

.select-field {
  background-color: #fff;
  border-radius: 4px;
  height: 70px;
  margin-top: 28px;
}

.sign-up-field-wrapper {
  display: flex;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.login-form {
  margin-top: 60px;
  margin-bottom: 60px;
}

.password-link {
  color: #cf212a;
  border-bottom: 1px dashed #cf212a;
  padding-top: 20px;
  font-weight: 400;
  line-height: 1.8em;
  display: inline-block;
}

.annual-rev-label {
  z-index: 2;
  opacity: .5;
  color: #000;
  height: 26px;
  margin-top: 0;
  margin-bottom: -50px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 33px;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #cf212a;
  background-image: radial-gradient(circle closest-corner, #0000, #ffffff1a);
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 19px;
  padding: 13px 22px;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  box-shadow: 0 10px 20px -5px #0d436933;
}

.button-4:active {
  color: #fff;
}

.button-4.w--current {
  color: #fff;
  background-image: radial-gradient(circle closest-corner, #0000, #ffffff1a);
}

.button-4.signup-button {
  background-color: var(--continu-blue);
  width: 100%;
  margin-left: 0;
}

.company-size-label {
  z-index: 2;
  opacity: .5;
  color: #000;
  height: 26px;
  margin-top: 0;
  margin-bottom: -50px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 33px;
  position: relative;
}

.login-field {
  border-radius: 3px;
  height: 70px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 1px 3px #0000000d;
}

.login-field:hover {
  font-weight: 400;
}

.login-field:focus {
  z-index: 1;
  border: 1px solid var(--continu-blue);
  box-shadow: inset 0 1px 3px 0 #0000000d, 0 0 6px 0 var(--continu-blue);
}

.login-field.last-name-field {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.login-field.last-name-field:focus {
  border-color: var(--continu-blue);
  box-shadow: inset 0 1px 3px 0 #0000000d, 0 0 6px 0 var(--continu-blue);
}

.login-field.first-name-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.login-field.first-name-field:focus {
  border-color: var(--continu-blue);
  box-shadow: inset 0 1px 3px 0 #0000000d, 0 0 6px 0 var(--continu-blue);
}

.login-head {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-43 {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}

.body-8 {
  background-color: #fff;
}

.div-block-18 {
  margin-top: 40px;
}

.list-5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.hero {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-3 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.main-content, .cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.call-to-action-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-19 {
  text-align: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-overlay-3 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 50vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-14 {
  float: right;
  display: block;
}

.image-15 {
  max-width: 200px;
}

.dropdown-toggle {
  display: none;
}

.dropdown-link-13, .dropdown-link-14 {
  color: #edeff2;
}

.navigation-link-2 {
  color: #346cb1;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
}

.navigation-link-2:hover {
  color: #2e9dff;
}

.navigation-link-2.w--current {
  color: #346cb1;
  padding-left: 15px;
  padding-right: 15px;
}

.navigation-menu-2 {
  margin-top: 15px;
  padding-left: 0;
  display: block;
}

.dropdown-link-15, .dropdown-link-16, .dropdown-link-17 {
  color: #edeff2;
}

.dropdown-list-3 {
  background-color: #676770;
}

.dropdown-list-3.w--open {
  color: #edeff2;
}

.dropdown-2 {
  display: none;
}

.dropdown-link-18, .dropdown-link-19, .dropdown-link-20, .dropdown-link-21 {
  color: #edeff2;
}

.icon-2 {
  color: #346cb1;
}

.dropdown-link-22, .dropdown-link-23 {
  color: #edeff2;
}

.text-span-6 {
  color: #346cb1;
}

.dropdown-list-4 {
  background-color: #676770;
}

.dropdown-toggle-2, .image-16 {
  display: none;
}

.data-centers-section-2 {
  margin-top: 51px;
  display: block;
}

.column-23 {
  justify-content: center;
  align-items: center;
  height: 140px;
  display: flex;
}

.heading-44 {
  margin-top: 10px;
}

.container-15, .container-16, .container-17 {
  display: none;
}

.container-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #346cb1;
  border-radius: 4px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-5:hover {
  background-color: #2e9dff;
}

.button-5.w--current {
  background-color: #2e80b6;
}

.hero-subheading-2 {
  color: #ecf0f1;
  letter-spacing: 3px;
  text-transform: none;
  width: auto;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.columns-9 {
  display: none;
}

.centered-container-3 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #346cb1;
  border-radius: 4px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-6:hover {
  background-color: #2e9dff;
}

.button-6.w--current {
  background-color: #2e80b6;
}

.feature-image-mask-6 {
  width: 1500px;
  margin-right: 40px;
}

.heading-45 {
  font-size: 35px;
}

.feature-image-5 {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.container-20 {
  display: none;
}

.div-block-22 {
  margin-left: auto;
}

.siem-feature-section-2 {
  margin-left: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-23 {
  font-size: 18px;
}

.div-block-21 {
  margin-right: auto;
}

.flex-container-4, .flex-container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: grid;
  overflow: hidden;
}

.div-block-23 {
  margin-right: auto;
}

.heading-46 {
  font-size: 35px;
}

.paragraph-24 {
  font-size: 18px;
}

.div-block-24 {
  margin-left: auto;
}

.container-21 {
  display: block;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 0%;
  min-height: 0%;
  margin: 25px 0 20px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  background-color: #ccc;
  border: 0 solid #000;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  align-items: center;
  min-width: 20%;
  max-width: 20%;
  height: auto;
  min-height: 20rem;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.container-22 {
  flex: 1;
  min-width: 0%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  min-width: 30%;
  max-width: 35%;
  height: auto;
  min-height: 20rem;
  margin-right: 10px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  min-width: 40%;
  max-width: 45%;
  height: auto;
  min-height: 20rem;
  margin-right: 10px;
  display: flex;
}

.image-17 {
  flex: 0 auto;
  max-width: 10rem;
  display: none;
}

.image-18 {
  max-width: 15rem;
  display: none;
}

.image-19 {
  max-width: 10rem;
  display: none;
}

.heading-47 {
  color: var(--dark-slate-gray);
  -webkit-text-stroke-color: var(--dim-gray-3);
  flex: 0 auto;
  font-size: 2rem;
}

.heading-48 {
  color: var(--dark-slate-gray);
  font-size: 2rem;
}

.heading-49 {
  font-size: 2rem;
}

.list-6 {
  text-align: left;
  align-self: flex-start;
}

.list-item, .list-item-2 {
  text-align: left;
}

.status-stamp {
  color: var(--indian-red);
  background-color: #f3f3f3;
  border: 1px solid #000;
  min-width: 15rem;
  padding: 5px 5px 10px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  top: auto;
  bottom: 5rem;
  right: auto;
  transform: rotate(-30deg);
}

.div-block-28 {
  margin-right: 10px;
}

.list-7, .list-8 {
  text-align: left;
}

.heading-50 {
  color: var(--dark-slate-gray);
  font-size: 2rem;
}

.heading-51 {
  font-size: 2rem;
}

.heading-52 {
  color: var(--white-smoke-2);
  text-align: center;
  padding-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
}

.paragraph-25 {
  font-size: 2rem;
  font-weight: 600;
}

.paragraph-26 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: normal;
  column-count: auto;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.section-9 {
  background-color: var(--continu-dark-blue);
  padding: 5rem 15rem;
}

.text-block-11 {
  text-align: center;
  margin-bottom: 15px;
}

.heading-53 {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-54 {
  margin-bottom: 0;
}

.paragraph-27, .paragraph-28, .paragraph-29 {
  margin-top: 0;
}

.heading-55, .heading-56 {
  margin-bottom: 0;
}

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

.columns-10 {
  margin-bottom: 20px;
}

.text-block-12 {
  font-size: 1.5rem;
}

.text-block-13, .text-block-14, .text-block-15 {
  font-size: 1.8rem;
}

.div-block-29 {
  margin-top: 20px;
}

.list-item-3 {
  font-weight: 300;
}

.heading-57 {
  margin-bottom: 0;
}

.paragraph-31 {
  margin-top: 0;
}

.heading-58 {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-32 {
  margin-top: 0;
}

.heading-59 {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-33 {
  margin-top: 0;
}

.heading-60 {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-34 {
  margin-top: 0;
}

.recaptcha {
  margin-top: 20px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    z-index: auto;
    color: #ffffff85;
    object-fit: fill;
    position: relative;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.s, .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .hero-image-2 {
    max-width: 100%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .navigation-link-2 {
    z-index: auto;
    color: #ffffff85;
    object-fit: fill;
    position: relative;
  }

  .navigation-link-2.w--current {
    color: #fff;
  }

  .navigation-menu-2 {
    background-color: #3b99d9;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.s, .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .business-exec-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .business-exec-button.tab {
    font-size: 12px;
  }

  .it-professional-button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .it-professional-button.tab {
    font-size: 12px;
  }

  .hero-overlay, .siem-feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-mask-3 {
    margin-right: 0;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .feature-image-mask-4 {
    margin-right: 0;
  }

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

  .business-executive-hero, .it-pro-hero, .about-hero, .managed-security-hero, .security-assessment-hero, .advanced-it-hero, .training-hero, .staffing-hero, .compliance-hero, .clientele-hero, .cert-hero, .data-center-hero, .careers-hero, .thank-you-hero, .hero-overlay-2, .redhawk-notice, .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe-form, .call-to-action {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-mask-5 {
    margin-right: 0;
  }

  .feature-image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-container-2-copy {
    flex-direction: column;
  }

  .vulnerability-assess-section, .asset-discovery-section, .network-intrusion-detection, .asset-discovery-section-copy, .endpoint-detection-response, .flow-packet-capture, .file-integrity-monitoring, .centralized-config {
    padding: 40px 20px;
  }

  .securcore-hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .securcore-hero-subheading {
    font-size: 18px;
  }

  .call-to-action-2 {
    padding: 40px 20px;
  }

  .org-position-label, .login-label, .industry-label {
    height: 20px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 27px;
  }

  .login-form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .password-link {
    padding-top: 10px;
  }

  .annual-rev-label, .company-size-label {
    height: 20px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 27px;
  }

  .login-field {
    height: 64px;
    padding-top: 13px;
    font-size: 16px;
  }

  .login-head {
    font-size: 24px;
    line-height: 40px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .main-content, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .call-to-action-3 {
    padding: 40px 20px;
  }

  .image-13 {
    float: right;
    clear: none;
    text-align: left;
  }

  .hero-overlay-3 {
    padding: 40px 20px;
  }

  .hero-subheading-2 {
    font-size: 18px;
  }

  .feature-image-mask-6 {
    margin-right: 0;
  }

  .feature-image-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .siem-feature-section-2 {
    padding: 40px 20px;
  }

  .flex-container-4, .flex-container-5 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 0;
    margin-left: 0;
  }

  .button.blue-button.big-button, .button.assessment-button {
    width: 300px;
  }

  .button.optin-button {
    clear: left;
    object-fit: contain;
    width: auto;
    position: static;
    overflow: auto;
  }

  .button.free-trial-button {
    width: 260px;
  }

  .hero-section.s {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section.centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    position: static;
    overflow: visible;
  }

  .hero-heading {
    text-align: center;
    width: auto;
    font-size: 35px;
    line-height: 45px;
  }

  .hero-subheading {
    width: 300px;
    line-height: 25px;
  }

  .hollow-button.all-caps {
    width: 220px;
    min-width: 0;
    max-width: 100%;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 10px;
    display: block;
    position: static;
    overflow: visible;
  }

  .section-subheading.center, .section-subheading.left {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .business-exec-button, .it-professional-button {
    margin-bottom: 25px;
  }

  .centered-container {
    text-align: left;
  }

  .section-3 {
    height: 90vh;
  }

  .heading-12 {
    width: 300px;
    margin-top: 60px;
  }

  .heading-13 {
    width: 300px;
    margin-top: 40px;
    margin-left: 10px;
  }

  .section-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .flex-container {
    height: auto;
  }

  .paragraph-7 {
    width: 300px;
  }

  .heading-19 {
    width: 300px;
    margin-left: 10px;
  }

  .heading-20 {
    width: 300px;
  }

  .testimonial-section {
    width: 300px;
    margin-left: 10px;
  }

  .data-centers-section {
    padding-right: 10px;
  }

  .feature-image-mask-4 {
    display: flex;
  }

  .feature-image-3 {
    width: 90vw;
  }

  .clientele-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 30rem;
    display: block;
  }

  .data-center-hero {
    text-align: center;
    display: flex;
  }

  .container-8 {
    align-items: center;
  }

  .hp-blog-list-section {
    display: flex;
  }

  .paragraph-13 {
    width: 300px;
  }

  .hero-2 {
    height: auto;
  }

  .div-block-14 {
    width: 90%;
    height: 100%;
  }

  .heading-37 {
    width: 300px;
    margin-top: 40px;
    font-size: 35px;
  }

  .hero-image-2 {
    height: auto;
  }

  .paragraph-14 {
    text-align: center;
    align-self: center;
    width: 300px;
  }

  .collection-item-2 {
    margin-bottom: 100px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .form-block {
    object-fit: contain;
    align-self: center;
    position: static;
    overflow: visible;
  }

  .paragraph-16 {
    width: 300px;
  }

  .container-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .container-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-17, .paragraph-18 {
    width: 300px;
  }

  .bold-text-2 {
    font-size: 27px;
    line-height: 10px;
  }

  .securcore-hero-heading {
    text-align: center;
    width: 300px;
    font-size: 30px;
    line-height: 35px;
  }

  .securcore-hero-subheading {
    width: 300px;
    line-height: 25px;
  }

  .call-to-action-2 {
    padding-top: 0;
  }

  .login-container {
    min-width: 0;
  }

  .button-4 {
    order: 0;
    align-self: auto;
    max-width: 300px;
    padding: 10px 18px 9px;
    font-size: 14px;
  }

  .container-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .container-18 {
    align-items: center;
    margin-bottom: auto;
    padding-bottom: 10px;
  }

  .button-5 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 10px;
    display: flex;
  }

  .hero-subheading-2 {
    width: 300px;
    line-height: 25px;
  }

  .container-19 {
    margin-top: auto;
  }

  .centered-container-3 {
    text-align: left;
  }

  .button-6 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 10px;
    display: block;
  }

  .flex-container-4, .flex-container-5 {
    height: auto;
    display: block;
  }

  .flex-block {
    flex-flow: column;
  }

  .div-block-25 {
    max-width: none;
    margin-bottom: 20px;
  }

  .div-block-26 {
    max-width: none;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .div-block-27 {
    max-width: none;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .paragraph-26 {
    line-height: 2.5rem;
  }

  .section-9 {
    padding: 1rem;
  }

  .text-block-15 {
    line-height: 1.8rem;
  }

  .div-block-30 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }
}

#w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495dc-231e6e7c, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495dc-14d6fae6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495cc-231e6e7c, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495d0-231e6e7c, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495d4-231e6e7c, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495d8-231e6e7c, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495cc-14d6fae6, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495d0-14d6fae6, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495d4-14d6fae6, #w-node-f23a4c21-2a78-2c3e-d65b-0b4d480495d8-14d6fae6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


