:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.section {
  background-image: linear-gradient(127deg, #edddfe, #fff4dd 67%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: block;
  overflow: hidden;
}

.section.cybersecurityhome {
  background-color: #000d2b;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  margin-top: auto;
  margin-left: 10%;
  margin-right: auto;
  padding-top: 5%;
  display: block;
}

.container.home {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 95vh;
  margin-left: auto;
  padding-top: 0;
  display: flex;
}

.big-home-heading {
  width: 45vw;
  font-family: Exo, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.big-home-heading.orange {
  color: #f66f01;
  text-align: center;
  padding-top: 15%;
  font-size: 4.5rem;
  font-weight: 700;
}

.big-home-heading.orange.infrastructure-hero {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-size: 3.8rem;
}

.big-home-heading.formpage {
  color: #f70;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  display: flex;
}

.big-home-heading.formpage.companies {
  width: 60vw;
}

.text-span {
  color: #ff6f00;
}

.cell {
  display: block;
}

.quick-stack {
  grid-column-gap: 37px;
  width: 90vw;
  margin: auto;
}

.quick-stack.virtual {
  width: 80vw;
}

.container-2 {
  margin-left: auto;
}

.home-hero-paragraph {
  width: 50vw;
}

.paragraph {
  flex-flow: column;
  width: 45vw;
  margin-bottom: 5%;
  padding-top: 2.5%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Inconsolata, monospace;
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
}

.paragraph.white {
  color: #fff;
  padding-top: 5%;
}

.paragraph.small {
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.paragraph.section-2 {
  background-color: rgba(43, 43, 43, 0);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-size: 1.1rem;
}

.paragraph.cyber {
  color: #c0bd9c;
  width: 80vw;
  padding-bottom: 5%;
}

.paragraph.cyber.cards {
  font-size: 1.1rem;
}

.paragraph.cyber.cards.change {
  width: 25vw;
}

.paragraph.cyber.header-below {
  width: 40vw;
}

.paragraph.infrastructure {
  font-size: 1.1rem;
}

.paragraph.infrastructure-2 {
  margin-bottom: 5vh;
  font-size: 1.1rem;
}

.paragraph.hero {
  padding-left: 5%;
  font-size: 1.1rem;
}

.paragraph.about {
  width: 75vw;
}

.paragraph.virtualization {
  width: auto;
}

.paragraph.about2 {
  width: 80vw;
}

.paragraph.cta {
  width: 90vw;
}

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

.home-hero-cta-button {
  background-color: #f66f01;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 4rem;
  margin-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  display: flex;
}

.home-hero-cta-button.white {
  color: #f66f01;
  background-color: #fff;
  width: 10vw;
  margin-left: 20px;
  box-shadow: 0 0 0 1px #f66f01;
}

.home-hero-cta-button.cyber {
  width: 20vw;
}

.cell-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5%;
  display: flex;
}

.button {
  background-color: #fff;
  border-radius: 20px;
}

.section-2 {
  background-color: #2b2b2b;
  justify-content: center;
  align-items: flex-start;
  height: 35vh;
  display: flex;
}

.section-2.homepage {
  color: #2b2b2b;
  background-color: #fff;
  height: 40vh;
}

.section-2.virtual {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 45vh;
}

.home-h2-orange {
  color: #48dcdd;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.6;
  display: block;
}

.home-h2-orange.black {
  color: #000;
  font-weight: 100;
}

.home-h2-orange.black.thicker {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-weight: 200;
}

.home-h2-orange.black.infrastructure {
  color: #0400ff;
  font-size: 2rem;
  font-weight: 300;
}

.home-h2-orange.thickerwhite {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
}

.home-h2-orange.red {
  color: red;
  width: 90%;
  font-size: 2rem;
  font-weight: 200;
}

.home-h2-orange.thicker {
  font-weight: 300;
}

.home-h2-orange.thicker.orange {
  color: #f66f01;
}

.home-h2-orange.white {
  color: #fff;
}

.home-h2-orange.virtualization {
  font-size: 2.5rem;
}

.cell-3 {
  padding-top: 20px;
}

.quick-stack-2 {
  width: 80vw;
  margin-top: 3%;
  margin-left: 5%;
  margin-right: 5%;
}

.section-3 {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  padding: 40px 0 10% 15%;
  display: flex;
}

.section-3.vandi {
  background-color: #fff;
  height: auto;
  padding-top: 0;
  padding-bottom: 5%;
  padding-left: 0%;
}

.section-4 {
  background-image: linear-gradient(#eff3ff, #ffece7);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

.section-4.cybersecurity {
  background-image: linear-gradient(#000329, #470101);
  height: 60vh;
}

.section-4.infrastructure {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-5 {
  background-color: #2b2b2b;
  height: 60vh;
  padding-top: 5%;
}

.section-5.home {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-5.virtual {
  background-image: linear-gradient(#fff, #fff);
  height: auto;
  padding-bottom: 5%;
  font-weight: 400;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-6 {
  background-color: #00347c;
  height: 35vh;
  padding-top: 2.5%;
}

.section-6.cyber {
  background-color: #2b2b2b;
}

.footer-light {
  color: #000;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 1px;
  padding: 80px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  font-family: Inconsolata, monospace;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.container-5 {
  margin-top: 0;
}

.container-6 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.section-7 {
  height: 90vh;
}

.image {
  width: 40vw;
  max-width: none;
  height: auto;
  padding-top: 0%;
}

.cybersecurityhome {
  background-color: #010e2b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  padding-top: 60px;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100vw;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  position: fixed;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .23);
}

.navbar.cyber {
  color: #fff;
  background-color: #5a5a5a;
}

.nav-link {
  color: #292727;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.cyber {
  color: #fff;
}

.nav-link.cyber.w--current {
  color: #fffefe;
}

.nav-link-2 {
  color: #222;
}

.nav-link-2.w--current {
  color: #00bfff;
}

.virtual-home {
  background-color: #182243;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  padding-top: 10%;
  display: flex;
}

.virtual-home-image {
  border-radius: 100px;
  position: relative;
  top: 5%;
}

.text-span-2 {
  color: #fdb136;
}

.ml-home {
  background-color: #010c26;
}

.section-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  display: flex;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100vw;
  display: flex;
}

.form-block {
  flex-flow: row;
  display: flex;
}

.div-block, .div-block-2 {
  justify-content: space-between;
  display: flex;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  width: 20vw;
}

.div-block-3 {
  justify-content: space-around;
  width: 80vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-4, .div-block-5 {
  margin-right: 5%;
}

.text-field-5 {
  width: 45vw;
}

.form {
  flex-flow: column;
  height: 60vh;
  padding: 40px 40px 20px;
  display: flex;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .25);
}

.submit-button {
  width: 20vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.textarea {
  width: 45vw;
}

.div-block-6 {
  flex-flow: column;
  width: 20vw;
  height: 60vh;
  display: flex;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

.image-2 {
  width: 5%;
  height: 5%;
}

.image-3 {
  height: auto;
}

.image-4 {
  opacity: 1;
  mix-blend-mode: normal;
  max-width: 40vw;
}

.image-5 {
  width: 40vw;
  max-width: 40vw;
  overflow: visible;
}

.image-6 {
  width: 50px;
  height: 50px;
}

.image-6.cyber {
  background-image: linear-gradient(45deg, #ffac4e 11%, #0015ff 88%);
  border-radius: 100px;
}

.heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-image: radial-gradient(circle, rgba(255, 166, 0, .32), rgba(67, 0, 252, .2));
  flex-flow: row;
  width: auto;
  padding-top: 0%;
  display: flex;
}

.div-block-8 {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-9 {
  flex-flow: column;
  padding-top: 60px;
  display: block;
}

.image-7 {
  border-radius: 0;
  max-width: 100%;
}

.section-10 {
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  padding-top: 0;
  display: block;
}

.div-block-10 {
  background-image: linear-gradient(135deg, #daeafc, #fff2e0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.button-2 {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  font-family: Inconsolata, monospace;
  font-size: 1.3rem;
  display: flex;
  box-shadow: 0 0 0 1px #000;
}

.button-2:hover {
  background-color: #b1b5b9;
  background-image: linear-gradient(135deg, #94caff, #ffc471);
  box-shadow: 0 0 0 1px #000;
}

.button-2:active {
  color: #fff;
  box-shadow: 0 0 6px 5px rgba(0, 140, 255, .94), 0 0 0 1px #000;
}

.image-8 {
  width: 140px;
}

.section-11 {
  background-color: #2b2b2b;
  height: 75vh;
}

.container-8 {
  background-color: rgba(255, 5, 5, .06);
  background-image: linear-gradient(90deg, rgba(255, 233, 186, .88), rgba(255, 219, 219, .39));
  border-radius: 20px;
  width: 40vw;
  height: 4.8rem;
  line-height: 4.8rem;
}

.div-block-11 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 8%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.div-block-12 {
  width: 25vw;
  height: 40vh;
}

.div-block-13 {
  width: 75vw;
  height: 40vh;
}

.div-block-14 {
  padding-bottom: 0;
}

.div-block-15 {
  flex-flow: column;
  display: flex;
}

.home-content-nav {
  flex-flow: column;
  margin-top: 10%;
  display: flex;
}

.content-item {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  border-radius: 7px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  height: auto;
  margin-right: auto;
  font-family: Droid Serif, serif;
  font-size: 1.6rem;
  display: block;
  box-shadow: 0 0 1px 20px rgba(255, 136, 0, .4);
}

.content-item.red {
  border-radius: 7px;
  box-shadow: 0 0 1px 20px rgba(255, 0, 0, .42);
}

.content-item.blue {
  border-radius: 7px;
  box-shadow: 0 0 1px 20px rgba(0, 0, 255, .44);
}

.content-item.purple {
  border-radius: 7px;
  box-shadow: 0 0 1px 20px rgba(128, 0, 128, .38);
}

.nav-item {
  font-family: Exo, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.nav-number {
  font-size: 1rem;
}

.heading-2 {
  color: #60f;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.heading-2.cyber {
  color: #84ff00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 1.5rem;
  display: flex;
}

.heading-2.cyber.card3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.heading-3 {
  color: #0500ff;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.heading-4 {
  color: red;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.heading-5 {
  color: #f78001;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 10px;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 10px;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 10px;
  display: grid;
}

.code-block {
  border-radius: 20px;
  width: 60vw;
  font-size: 1rem;
  line-height: 1.2;
}

.section-12 {
  background-color: #2b2b2b;
}

.text-span-3 {
  color: #84ff00;
}

.text-span-4 {
  color: #fc9a00;
}

.text-span-5 {
  color: #f39706;
}

.text-span-6 {
  color: #84ff00;
}

.image-9, .image-10, .image-11 {
  border-radius: 20px;
  max-width: 50%;
}

.image-12 {
  border-radius: 18px;
  max-width: 50%;
}

.cybersecurity-card {
  background-color: #342e42;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  height: 50vh;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  box-shadow: 0 0 5px 2px rgba(0, 248, 8, .15);
}

.quick-stack-3 {
  grid-column-gap: 18px;
}

.cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11 {
  justify-content: center;
  align-items: center;
}

.infrastructure-card {
  background-color: rgba(246, 111, 1, .24);
  border-radius: 13px;
  width: 30vw;
  height: 50vh;
}

.infrastructure-card._2 {
  color: #000;
  background-color: #fff;
  width: 85vw;
  height: auto;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 6px 9px rgba(0, 0, 0, .2);
}

.infrastructure-heading {
  color: #ff5e00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  display: flex;
}

.infrastructure-heading.blue {
  color: #136ef2;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5%;
  display: flex;
}

.div-block-20 {
  width: 45vw;
  padding-top: 5px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  padding-right: 2%;
  display: flex;
  overflow: visible;
}

.div-block-22 {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, .62);
}

.image-13 {
  border-radius: 100px;
}

.div-block-24, .div-block-25 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.image-14, .image-15 {
  overflow: hidden;
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

.container-9 {
  margin-bottom: 0%;
}

.image-16 {
  width: 80%;
  height: 80%;
}

.image-17 {
  width: 80%;
}

.image-18 {
  border-radius: 15px;
  height: auto;
  padding-right: 0%;
  box-shadow: 0 0 5px rgba(246, 93, 3, .82);
}

.image-19 {
  border-radius: 15px;
  box-shadow: 0 0 5px 2px rgba(0, 64, 255, .58);
}

.image-20 {
  border-radius: 15px;
  box-shadow: 0 0 5px 2px rgba(246, 93, 3, .45);
}

.heading-6 {
  font-family: Exo, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
}

.div-block-26 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-27 {
  border-top: 1px solid #000;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 10%;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  display: flex;
}

.button-3.small {
  font-size: 9px;
}

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

.div-block-30 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  padding-left: 5%;
  display: inline-flex;
}

.div-block-31 {
  width: 45vw;
  height: 75vh;
  padding-top: 3%;
  display: block;
}

.div-block-32 {
  width: 30vw;
}

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

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  padding-top: 10%;
  display: flex;
}

.div-block-35 {
  width: 45vw;
  height: 60vh;
}

.div-block-36 {
  width: 45vw;
  padding-top: 5%;
}

.navbar-logo-left {
  background-color: #535353;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-21 {
  background-color: #f66f01;
  border-radius: 1000px;
  max-width: 50px;
}

.div-block-37, .div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo_option_2 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, .25);
}

.div-block-40 {
  width: 90vw;
  display: flex;
}

.div-block-41 {
  width: 40vw;
}

.div-block-42 {
  width: 45vw;
  padding-top: 5%;
}

.div-block-43 {
  width: 45vw;
  margin-top: -50px;
}

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

.button-4 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  background-color: rgba(236, 56, 56, 0);
  border: 1px solid #000;
  border-radius: 20px;
  width: 10vw;
  margin-top: 10px;
}

.button-4:hover {
  background-image: linear-gradient(90deg, #fae5c5, #e1cdff);
}

.button-4.cyber {
  color: #fff;
  border-color: #fff;
}

.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;
}

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

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

.recaptcha {
  margin-top: 10px;
}

.recaptcha-2 {
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (min-width: 1440px) {
  .section {
    justify-content: center;
    align-items: center;
  }

  .container.home {
    padding-top: 0%;
  }

  .big-home-heading {
    width: 35vw;
    margin-top: auto;
    font-size: 4rem;
  }

  .quick-stack {
    grid-column-gap: 102px;
    width: 50vw;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .paragraph.white {
    padding-left: 5%;
  }

  .paragraph.infrastructure-2 {
    width: 30vw;
  }

  .paragraph.hero {
    width: 30vw;
    margin-left: 0;
  }

  .home-hero-cta-button {
    width: 14rem;
    font-size: 1rem;
  }

  .home-hero-cta-button.white {
    width: 8rem;
  }

  .image {
    max-width: 35vw;
  }

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

  .virtual-home {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 90vh;
    padding-top: 10%;
    padding-bottom: 15%;
    padding-left: 15%;
    display: flex;
  }

  .image-4 {
    max-width: 35vw;
  }

  .image-5 {
    width: 40rem;
    max-width: 40rem;
    margin-left: auto;
  }

  .div-block-11 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .infrastructure-card._2 {
    width: 60vw;
  }

  .div-block-20 {
    width: 35vw;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-31 {
    width: 35vw;
  }

  .div-block-36 {
    padding-top: 0%;
  }

  .div-block-41 {
    width: 40vw;
    padding-top: 10%;
  }

  .div-block-42 {
    padding-top: 10%;
  }

  .div-block-43 {
    width: 40vw;
  }

  .div-block-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 140px;
  }

  .nav-menu {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .big-home-heading {
    font-size: 3rem;
  }

  .big-home-heading.orange.infrastructure-hero {
    font-size: 2.7rem;
  }

  .paragraph, .paragraph.section-2 {
    font-size: .9rem;
  }

  .paragraph.cyber, .paragraph.cyber.cards.change {
    font-size: 1rem;
  }

  .paragraph.infrastructure-2 {
    font-size: .9rem;
  }

  .paragraph.hero {
    font-size: 1rem;
  }

  .home-hero-cta-button {
    width: 25vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .home-hero-cta-button.white {
    width: 12vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-h2-orange.black {
    font-size: 2.5rem;
  }

  .home-h2-orange.black.infrastructure {
    font-size: 1.8rem;
  }

  .home-h2-orange.thickerwhite {
    font-size: 2.5rem;
  }

  .home-h2-orange.red {
    font-size: 1.5rem;
  }

  .home-h2-orange.thicker.orange {
    font-size: 2rem;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image-5 {
    margin-top: 0;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    width: 20vw;
  }

  .section-11 {
    height: 85vh;
  }

  .div-block-11 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    height: auto;
  }

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

  .heading-2.cyber {
    text-align: center;
    margin-bottom: 6vh;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .heading-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.5rem;
    display: flex;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .code-block {
    font-size: .9rem;
  }

  .image-9, .image-10, .image-11, .image-12 {
    max-width: 70%;
  }

  .cybersecurity-card {
    width: 30vw;
    height: 60vh;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cell-5 {
    font-size: 1.6rem;
  }

  .cell-11 {
    font-size: 1.5rem;
  }

  .div-block-30 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-31 {
    padding-top: 0%;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 70vh;
    padding-top: 5%;
    display: block;
  }

  .container-10 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-color: rgba(255, 255, 255, 0);
    height: 110vh;
    overflow: visible;
  }

  .big-home-heading {
    width: 50vw;
    font-size: 2rem;
  }

  .big-home-heading.orange {
    text-align: left;
    width: 45vw;
    font-size: 3rem;
    display: block;
  }

  .big-home-heading.orange.infrastructure-hero {
    font-size: 2rem;
  }

  .big-home-heading.formpage {
    margin-left: 25%;
  }

  .paragraph.white {
    font-size: .8rem;
  }

  .paragraph.small {
    width: 50vw;
    font-size: .9rem;
  }

  .paragraph.section-2 {
    font-size: .8rem;
  }

  .paragraph.cyber.cards.change {
    width: 80vw;
  }

  .paragraph.hero {
    font-size: .8rem;
  }

  .home-hero-cta-button {
    text-align: center;
    width: 30vw;
  }

  .home-hero-cta-button.cyber {
    width: 45vw;
    font-size: .8rem;
  }

  .section-2 {
    height: 70vh;
  }

  .section-2.homepage {
    height: 60vh;
  }

  .section-2.virtual {
    height: 90vh;
  }

  .home-h2-orange.black {
    font-size: 2rem;
  }

  .home-h2-orange.black.thicker {
    margin-bottom: 0;
  }

  .home-h2-orange.thickerwhite {
    font-size: 1.8rem;
  }

  .home-h2-orange.red {
    font-size: 1.2rem;
  }

  .home-h2-orange.thicker.orange {
    font-size: 1.5rem;
  }

  .section-3 {
    padding-left: 5px;
  }

  .section-4 {
    height: 50vh;
  }

  .section-4.cybersecurity, .section-5, .section-5.home {
    height: 100vh;
  }

  .section-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    display: flex;
  }

  .footer-light {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .cybersecurityhome {
    height: 110vh;
  }

  .virtual-home {
    height: 110vh;
    padding-top: 5%;
  }

  .section-8 {
    justify-content: center;
    align-items: flex-start;
    height: 130vh;
    padding-top: 15%;
    display: flex;
  }

  .text-field {
    width: 40vw;
  }

  .text-field-2 {
    width: 35vw;
  }

  .text-field-3 {
    width: 40vw;
  }

  .text-field-4 {
    width: 35vw;
  }

  .div-block-3 {
    flex-flow: column;
    width: 90vw;
  }

  .form {
    width: 90vw;
  }

  .textarea {
    width: 80vw;
  }

  .div-block-6 {
    flex-flow: row;
    width: 90vw;
    height: 20vh;
    margin-top: 20px;
    margin-left: 5%;
  }

  .button-2 {
    width: 25vw;
  }

  .section-11 {
    height: auto;
  }

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

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

  .nav-number {
    font-size: .7rem;
  }

  .nav-text {
    font-size: 1.5rem;
  }

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

  .heading-2.cyber {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    display: block;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 1.2rem;
  }

  .code-block {
    width: 90vw;
    height: 70vh;
    font-size: .75rem;
  }

  .image-9, .image-10, .image-11, .image-12 {
    max-width: 100%;
  }

  .cybersecurity-card {
    flex-flow: row;
    width: 80vw;
    height: auto;
    margin-bottom: 4rem;
    display: block;
  }

  .infrastructure-card._2 {
    height: auto;
  }

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

  .div-block-26 {
    justify-content: center;
    align-items: center;
  }

  .div-block-27 {
    border-top-width: 0;
    border-left: 1px solid #000;
    border-radius: 0;
  }

  .button-3 {
    width: 30vw;
    margin-top: 10%;
  }

  .div-block-31 {
    width: 50vw;
  }

  .div-block-33 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-35 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-36 {
    padding-top: 4rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .body {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(90deg, #edddfd, #fef5dd);
  }

  .body-2 {
    background-color: #030e2b;
  }

  .div-block-42 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-43 {
    margin-top: -10px;
  }

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

  .div-block-45 {
    width: 90vw;
    margin-left: 5%;
  }

  .form-block-2 {
    width: 90vw;
  }

  .image-22 {
    width: 20vh;
    max-width: 100%;
    height: 20vh;
    max-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 115vh;
    padding-top: 20px;
  }

  .container.home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 105vh;
    padding-top: 100px;
    display: flex;
  }

  .big-home-heading {
    text-align: center;
    width: 80vw;
    font-size: 1.8rem;
  }

  .big-home-heading.orange {
    width: 90vw;
    font-size: 2.6rem;
  }

  .big-home-heading.orange.infrastructure-hero {
    width: 80vw;
  }

  .big-home-heading.formpage {
    margin-left: 0%;
    font-weight: 300;
  }

  .container-2 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-paragraph {
    width: 80vw;
  }

  .paragraph {
    width: 83vw;
    padding-left: 5%;
    font-size: 1.1rem;
  }

  .paragraph.white {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }

  .paragraph.small {
    width: 80vw;
  }

  .paragraph.section-2 {
    width: 80vw;
    font-size: 1.1rem;
  }

  .paragraph.cyber.header-below {
    width: 90vw;
  }

  .paragraph.hero {
    width: 80vw;
    font-size: 1.1rem;
  }

  .paragraph.about {
    font-size: 1.1rem;
  }

  .paragraph.virtualization {
    width: 90vw;
  }

  .home-hero-cta-button {
    width: 60vw;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 1.1rem;
  }

  .home-hero-cta-button.white {
    width: 30vw;
    margin-top: 0;
  }

  .home-hero-cta-button.cyber {
    width: 55vw;
  }

  .section-2.homepage {
    height: 60vh;
  }

  .section-2.virtual {
    height: 80vh;
  }

  .home-h2-orange {
    font-weight: 300;
  }

  .home-h2-orange.black {
    font-weight: 400;
  }

  .home-h2-orange.black.infrastructure {
    font-size: 1.4rem;
  }

  .home-h2-orange.red {
    font-size: 2rem;
  }

  .home-h2-orange.thicker.orange {
    font-size: 1.8rem;
  }

  .home-h2-orange.virtualization {
    font-weight: 300;
  }

  .quick-stack-2 {
    width: 80vw;
  }

  .section-3 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    overflow: hidden;
  }

  .section-3.vandi, .section-4.infrastructure {
    height: 100vh;
  }

  .section-5.home {
    height: 75vh;
  }

  .section-5.virtual {
    height: 80vh;
  }

  .section-6 {
    height: 45vh;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image {
    width: 90vw;
  }

  .cybersecurityhome {
    height: 120vh;
  }

  .navbar {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .13);
  }

  .navbar.cyber {
    flex-flow: row;
    display: block;
  }

  .nav-link {
    border-bottom: 1px solid #000;
  }

  .nav-link.w--current {
    border-top: 0 solid #000;
    border-bottom: 1px solid #000;
  }

  .virtual-home {
    height: 100vh;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    height: 160vh;
    padding-top: 0;
    display: flex;
  }

  .form {
    height: 60vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textarea {
    width: 85vw;
    height: 10vh;
  }

  .div-block-6 {
    flex-flow: column;
    height: 50vh;
    margin-left: 0%;
  }

  .image-4 {
    max-width: 90vw;
    margin-left: 0;
    overflow: hidden;
  }

  .image-5 {
    width: 80vw;
    max-width: 80vw;
    margin-left: 20px;
    padding-left: 0;
  }

  .image-6 {
    margin-top: 4px;
  }

  .image-6.cyber {
    width: 30px;
    height: 30px;
  }

  .heading {
    text-align: center;
  }

  .div-block-7 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 80vh;
  }

  .section-10 {
    height: 90vh;
  }

  .button-2 {
    width: 50vw;
  }

  .home-content-nav {
    width: 80vw;
    margin-left: -200px;
  }

  .content-item {
    width: 83vw;
    margin-left: -66px;
  }

  .nav-number {
    font-size: 1rem;
  }

  .nav-text {
    font-size: 2rem;
  }

  .code-block {
    width: 98vw;
    height: 50vh;
    font-size: 1rem;
  }

  .quick-stack-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .infrastructure-card._2 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .infrastructure-heading {
    width: 80vw;
  }

  .section-13 {
    height: 100vh;
    padding-top: 10px;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    display: flex;
  }

  .div-block-21 {
    width: 75vw;
  }

  .div-block-22 {
    width: 80vw;
  }

  .div-block-23 {
    width: 5rem;
    height: 5rem;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .div-block-27 {
    border-top-width: 1px;
    border-left-width: 0;
    padding-bottom: 5%;
  }

  .div-block-28 {
    width: 90vw;
  }

  .button-3 {
    width: auto;
    height: 10px;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .div-block-29 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    display: flex;
  }

  .div-block-30 {
    flex-flow: row;
    width: 90vw;
    display: flex;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    margin-top: 40px;
    display: flex;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 30vh;
    padding-top: 0;
    display: flex;
  }

  .div-block-33 {
    flex-flow: column-reverse;
    width: 90vw;
  }

  .div-block-34 {
    margin-top: 0;
  }

  .div-block-35, .div-block-36 {
    width: 90vw;
  }

  .container-10 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-38 {
    height: 50vh;
  }

  .div-block-39 {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
  }

  .quick-stack-4, .quick-stack-5, .quick-stack-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-2 {
    background-color: #030e2b;
  }

  .logo_option_2 {
    width: 4.5rem;
    height: 4.5rem;
  }

  .div-block-40 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

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

  .div-block-42 {
    width: 80vw;
  }

  .div-block-43 {
    width: 100vw;
  }

  .div-block-45 {
    margin-left: 0;
  }

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

  .button-4 {
    width: 40vw;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #000;
  }

  .recaptcha {
    margin-left: 20px;
  }

  .recaptcha-2 {
    margin-top: 10px;
  }
}

#w-node-_7f353740-852e-9702-baa6-f52e9e10bd64-db887d86 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_933a674e-1270-6369-a59b-6b221c35496f-db887d86 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-dcca35ac-8dcf-cf10-0424-bcd41cfbb7c6-db887d86 {
  grid-column: span 2 / span 2;
}

#w-node-_4c195515-4e2a-f6cc-4ac4-b91e0f1cc615-db887d86 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f0c86692-f170-b248-c015-30de8164b0d2-db887d86 {
  grid-column: span 2 / span 2;
}

#w-node-a7106c93-e4a5-02ab-d235-fc1baf2900f5-db887d86 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a302ca08-e5ff-5b28-b7a2-07319fdbcd44-db887d86 {
  grid-column: span 2 / span 2;
}

#w-node-_7f3f6805-d0c9-f9eb-222e-3462cd2f9669-db887d86 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_05db4027-d104-759b-c0db-bb443beb14bb-db887d86 {
  grid-column: span 2 / span 2;
}

#w-node-_7f353740-852e-9702-baa6-f52e9e10bd64-7edda99a, #w-node-_7f353740-852e-9702-baa6-f52e9e10bd64-81ab76a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_933a674e-1270-6369-a59b-6b221c35496f-db887d86 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-a7106c93-e4a5-02ab-d235-fc1baf2900f5-db887d86 {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_7f3f6805-d0c9-f9eb-222e-3462cd2f9669-db887d86 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_933a674e-1270-6369-a59b-6b221c35496f-db887d86 {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f353740-852e-9702-baa6-f52e9e10bd64-db887d86, #w-node-_7f353740-852e-9702-baa6-f52e9e10bd64-7edda99a, #w-node-_7f353740-852e-9702-baa6-f52e9e10bd64-81ab76a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


