:root {
  --dark-orange: #f47920;
  --deep-sky-blue: #49b6ff;
  --royal-blue: #285fac;
  --border-grey: #797777;
  --white: white;
  --grey: #7a7a7a;
  --black-2: black;
  --turquoise: #0e7eaa;
  --black: #7a7a7ab3;
}

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

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

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

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

.image {
  margin-top: 14px;
  padding: 10px;
}

.navbar {
  object-fit: fill;
  background-color: #fff;
  position: static;
  top: 0;
}

.footer {
  color: var(--dark-orange);
  background-color: #f47920;
}

.section_welcome {
  background-image: linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  margin-right: 0;
}

.nav {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  position: sticky;
  top: 0;
}

.nav_link {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 9px;
}

.container_federal {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
  position: static;
}

.container_commerical, .container_our_story, .container_partner, .container_careers {
  padding-left: 4px;
  padding-right: 4px;
}

.container_welcome {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
  position: static;
}

.columns {
  padding-left: 40px;
  padding-right: 40px;
}

.block-quote {
  text-align: center;
  border-left-style: none;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  display: none;
}

.text-block {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.text-span {
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  font-weight: 400;
  position: static;
}

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

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  text-align: center;
}

.person_pic {
  text-align: center;
  border: 1px #000;
  border-radius: 20px;
  max-width: 90%;
  margin-bottom: 8px;
  padding-bottom: 0;
  box-shadow: 3px 6px 8px #0003;
}

.paragraph-6, .person_title {
  text-align: center;
  font-weight: 700;
}

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

.column, .pic_column {
  text-align: center;
}

.list-item {
  margin-left: 20px;
  padding-left: 0;
}

.list-item-2, .list-item-3 {
  margin-left: 20px;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  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 {
  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 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .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: #1a1b1fbf;
}

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

.column-2 {
  border-right: 3px solid var(--deep-sky-blue);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  border-right: 3px solid var(--deep-sky-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-4 {
  border-right: 3px solid var(--deep-sky-blue);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  float: right;
  clear: none;
  outline-offset: 0px;
  object-fit: fill;
  outline: 3px #333;
  margin-top: 21px;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
  inset: 38% 0% auto auto;
}

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

.section_hero {
  width: 100%;
  height: auto;
}

.slide-11 {
  object-fit: cover;
  background-image: url('../images/Armavel-website-Architecture-slide.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: static;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 1728px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% 0% 38%;
  overflow: visible;
}

.slider {
  height: 500px;
  margin-top: 0;
}

.slide-2 {
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/medical_background.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.slide-3 {
  background-image: url('../images/Armavel-website-NIST-slide.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: cover;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.heading {
  font-size: 48px;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
  font-size: 120px;
}

.heading-4 {
  color: #fff;
  font-size: 100px;
}

.text-block-3 {
  color: var(--royal-blue);
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  background-color: #ffffffb8;
  margin-top: 67px;
  margin-left: 712px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.container-3 {
  object-fit: contain;
  position: static;
}

.columns-2 {
  margin-right: 0;
  display: block;
}

.column-6 {
  text-align: right;
  right: 78px;
}

.column-7 {
  padding-left: 0;
  left: -5px;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  margin-top: 92px;
  font-size: 36px;
  line-height: 26px;
}

.paragraph-8 {
  object-fit: contain;
  margin-right: 541px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  overflow: visible;
}

.paragraph-9, .paragraph-10 {
  font-size: 20px;
  line-height: 24px;
}

.paragraph-11, .paragraph-12 {
  font-size: 20px;
}

.content-p {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 16px;
  line-height: 28px;
}

.content-p.welcome {
  margin-top: 20px;
  margin-right: 0;
}

.section_federal {
  border: 1px solid var(--border-grey);
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  margin-bottom: -5px;
}

.section_commerical {
  background-color: #49b6ff;
  background-image: linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  text-align: left;
}

.section_partner {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
}

.section_story {
  background-image: linear-gradient(#fff, #fff);
}

.section_careers {
  background-color: var(--deep-sky-blue);
  background-image: none;
}

.columns-3 {
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.column-8 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list {
  font-size: 20px;
  line-height: 24px;
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

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

.div-block {
  height: auto;
  position: static;
  top: 0;
}

.paragraph-17 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.list-item-4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.list-3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.heading-5, .list-4, .list-5 {
  font-size: 20px;
  line-height: 24px;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-left: 227px;
  font-size: 72px;
  line-height: 80px;
  position: static;
}

.heading-section {
  text-transform: uppercase;
  margin-top: 41px;
}

.heading-8 {
  font-size: 20px;
  line-height: 24px;
}

.image-4 {
  float: left;
  clear: none;
  text-align: left;
  object-fit: cover;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.image-5 {
  display: block;
  position: relative;
}

.container-4 {
  display: block;
  overflow: visible;
}

.columns-4 {
  object-fit: cover;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-2 {
  margin-top: 115px;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-9 {
  color: #fff;
  margin-top: 112px;
}

.heading-10 {
  color: #fff;
}

.heading-11 {
  color: #fff;
  margin-top: 9px;
  font-size: 60px;
  line-height: 64px;
}

.text-block-4 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-left: 321px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.heading-12 {
  margin-top: 20px;
}

.text-block-6 {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -4px;
}

.text-block-7 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.column-9 {
  color: #000;
  text-align: center;
}

.list-6 {
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
}

.slide-6 {
  background-image: url('../images/cyberlock.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/cloud-modernation-fun.png');
  background-position: 50%;
  background-size: cover;
}

.text-block-8 {
  color: #fff;
  text-align: right;
  margin-top: 41px;
  margin-right: 79px;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.icon {
  margin-top: 230px;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  margin-top: 31px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.image-6 {
  object-fit: contain;
  margin-bottom: -1px;
  display: block;
  overflow: visible;
}

.image-9 {
  margin-top: -2px;
}

.callout-headline {
  color: var(--dark-orange);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0;
  padding-left: 10px;
}

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

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

.callout-heading-partner {
  background-color: #ffffffbf;
  border-radius: 10px;
  padding-left: 10px;
}

.columns-5 {
  color: #fff;
}

.column-10 {
  color: #000;
  padding-right: 40px;
}

.button {
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  position: static;
}

.div-block-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.text-block-10 {
  color: var(--royal-blue);
  text-align: right;
  background-color: #fff9;
  margin-left: 60%;
  margin-right: 0;
  padding-right: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.heading-30, .heading-31, .heading-32, .heading-33 {
  text-align: left;
}

.person-title {
  font-weight: 700;
}

.image-10 {
  clear: left;
  flex: 0 auto;
  margin-top: 51px;
  display: block;
}

.callout-column2 {
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.pic-cyber {
  border: 4px solid var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 24px;
  margin-right: 20px;
}

.column-12 {
  text-align: center;
  border-radius: 10px;
  margin-top: 0;
}

.pic-digital_trans {
  border: 4px solid var(--white);
  border-radius: 20px;
  margin-top: 17px;
}

.pic-cloud {
  border: 4px solid var(--white);
  border-radius: 20px;
  margin-top: 14px;
}

.callout-highlight-comm-top {
  background-color: #ffffff80;
  border-radius: 20px 20px 0 0;
  margin: 20px 40px 0;
  padding: 20px;
}

.columns-7 {
  margin-top: 34px;
  margin-bottom: 19px;
}

.callout-column1 {
  padding-left: 10px;
}

.callout-subtitle {
  color: var(--grey);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.callout-p {
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 16px;
  line-height: 28px;
}

.callout-p.welcome {
  margin-top: 20px;
  margin-right: 0;
}

.pic-cloud2 {
  border: 4px solid var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 24px;
  margin-right: 20px;
}

.pic-dt {
  border: 4px solid var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 25px;
  margin-right: 20px;
}

.pic-gov {
  border: 4px solid var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 24px;
  margin-right: 20px;
}

.callout-p-comm {
  text-align: left;
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.callout-p-comm.welcome {
  margin-top: 20px;
  margin-right: 0;
}

.callout-columns-comm {
  background-color: #ffffffbf;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  box-shadow: 9px 9px 11px #0003;
}

.callout-icon-comm {
  display: block;
}

.image-11, .image-12 {
  display: none;
}

.heading-subtitle {
  text-transform: uppercase;
  margin-top: 41px;
  font-weight: 500;
}

.headline-subtitle {
  color: var(--white);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.headline-subtitle-dark {
  color: var(--grey);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.callout-headline-comm {
  color: var(--royal-blue);
  text-transform: uppercase;
  background-color: #ffffffbf;
  border-radius: 10px;
  margin-top: 40px;
  padding-left: 10px;
}

.callout-subtitle-comm {
  color: #ffffffbf;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.callout-partner {
  background-color: #ffffffb3;
  border-radius: 20px;
  margin: 40px;
  padding: 20px;
  box-shadow: 9px 9px 10px #0003;
}

.column-13 {
  color: #000;
}

.columns-8 {
  background-color: #49b6ffb3;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  box-shadow: 7px 7px 8px 3px #0003;
}

.column-14 {
  border-right: 4px solid var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  left: 40px;
}

.principle {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column wrap;
  align-content: center;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.column-15 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-16 {
  border-left: 4px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.callout-highlight-top {
  background-color: #ffffff80;
  border-radius: 0;
  margin: 0 40px;
  padding: 20px 40px;
  box-shadow: 10px 10px 9px 4px #0003;
}

.callout-highlight-comm {
  background-color: #ffffff80;
  border-radius: 0;
  margin: 0 40px;
  padding: 20px;
}

.callout-highlight-comm-bottom {
  background-color: #ffffff80;
  border: 1px #000;
  border-radius: 0 0 20px 20px;
  margin: 0 40px;
  padding: 20px;
}

.column-17 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.column-18, .column-19, .column-20 {
  justify-content: center;
  display: flex;
}

.callout-highlight-fed {
  background-color: #ffffff80;
  border-radius: 20px;
  margin: 40px 40px 20px;
  padding: 20px;
  box-shadow: 9px 9px 10px 3px #0003;
}

.core-principle {
  outline-color: var(--deep-sky-blue);
  outline-offset: 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.callout-principle {
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.columns-9 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-2 {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 10px;
}

.callout-headline-story {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 0;
  padding-left: 10px;
}

.core-principle-career {
  outline-offset: 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  outline: 3px solid #ffffffbf;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.career-benefit {
  outline-offset: 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffffbf;
  border-radius: 10px;
  outline: 3px #ffffffbf;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.headline-subtitle-story {
  color: var(--grey);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.pp-p {
  padding-left: 20px;
}

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

.lockaiimageslide {
  background-image: url('../images/cyberlock.png');
  background-position: 0 0;
  background-size: cover;
}

.text-block-20 {
  color: var(--deep-sky-blue);
  text-align: right;
  background-color: #00000080;
  margin-top: 120px;
  margin-left: 60%;
  margin-right: 0;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
}

.mountainpeopleslide {
  background-image: url('../images/skydiving2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-34 {
  color: #fff;
  text-align: center;
  align-items: flex-end;
  margin-top: 355px;
  margin-left: 10px;
  font-size: 34px;
  font-weight: 400;
  display: block;
}

.heading-35 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: -19px;
  margin-left: 10px;
  font-size: 72px;
  line-height: 74px;
}

.heading-36 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1px;
  margin-left: 60px;
  font-size: 60px;
  line-height: 80px;
}

.div-block-4 {
  background-color: #7a7a7a80;
}

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

.slide-8 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/cloud-modernation-fun.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  height: 50%;
  position: relative;
}

.slide-nav {
  object-fit: fill;
  object-position: 50% 100%;
}

.whitehouseslide {
  object-fit: contain;
  background-image: url('../images/wash_capital.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.text-block-11 {
  color: var(--black-2);
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  background-color: #fff6;
  margin-top: 67px;
  margin-left: 674px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.container-11 {
  object-fit: fill;
  max-width: 1400px;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-simple {
  color: var(--dark-orange);
  background-color: #f47920;
}

.image-13 {
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.slide-12 {
  background-image: url('../images/Armavel-website-FedRAMP-slide.png');
  background-position: 0%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Armavel-website-Team-slide.png');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.text-block-11a {
  color: var(--black-2);
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  background-color: #fff6;
  margin-top: 41px;
  margin-left: 598px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.text-block-11b {
  color: var(--black-2);
  text-align: right;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  background-color: #ffffff82;
  margin-top: 41px;
  margin-left: 598px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.text-block-11a-copy {
  color: var(--black-2);
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  background-color: #fff6;
  margin-top: 67px;
  margin-left: 674px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.text-block-11c {
  color: var(--white);
  text-align: right;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  background-color: #fff0;
  margin-top: 41px;
  margin-left: 598px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.text-block-11d {
  color: var(--royal-blue);
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  background-color: #fff6;
  margin-top: 41px;
  margin-left: 598px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.container-12, .container-13 {
  max-width: 1400px;
  max-height: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.osdbuslide {
  object-fit: contain;
  background-image: url('../images/OSDBU-slide-2.jpg');
  background-position: 50% 90%;
  background-size: 140%;
  background-attachment: fixed;
}

.osdbuslidetextblock {
  opacity: 1;
  color: var(--dark-orange);
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #c1c1c154;
  background-clip: border-box;
  margin-top: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.pic_column-copy {
  text-align: center;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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 #0000000d;
  }

  .nav-link {
    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;
  }

  .image-2 {
    object-fit: fill;
  }

  .container-2 {
    max-width: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .heading-4 {
    margin-left: -72px;
  }

  .text-block-3 {
    margin-top: 39px;
    margin-left: 184px;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-6 {
    margin-top: -92px;
    margin-left: -88px;
    font-size: 60px;
    line-height: 62px;
  }

  .heading-9 {
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-11 {
    margin-left: 20px;
    font-size: 40px;
    line-height: 42px;
  }

  .text-block-4 {
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-5 {
    margin-left: 147px;
  }

  .slide-6, .slide-5 {
    background-position: 50%;
  }

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

  .text-block-9 {
    font-size: 42px;
    line-height: 44px;
  }

  .heading-13 {
    margin-top: 115px;
    margin-left: -72px;
  }

  .heading-14 {
    margin-left: -72px;
  }

  .text-block-10 {
    margin-left: 50%;
  }

  .lockaiimageslide {
    background-position: 50%;
  }

  .text-block-20 {
    margin-left: 50%;
    font-size: 42px;
    line-height: 44px;
  }

  .text-block-11 {
    margin-top: 39px;
    margin-left: 184px;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

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

  .text-block-11a {
    margin-top: 82px;
    margin-left: 341px;
    margin-right: 0;
    font-size: 45px;
    line-height: 55px;
    inset: 0% 0% auto auto;
  }

  .text-block-11b {
    margin-top: 0;
    margin-left: 156px;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .text-block-11a-copy {
    margin-top: 39px;
    margin-left: 370px;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .text-block-11c {
    margin-top: 61px;
    margin-left: 287px;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .text-block-11d {
    margin-left: 434px;
    inset: 0% 0% auto auto;
  }

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

  .container-13 {
    max-width: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .osdbuslide {
    background-image: url('../images/OSDBU-slide-2.jpg');
    background-position: 50% 100%;
  }

  .osdbuslidetextblock {
    margin-top: 4px;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .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 {
    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 #0000000d;
  }

  .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-size: cover;
  }

  .slide-11 {
    background-position: 50% 100%;
  }

  .slide-2 {
    background-position: 50%;
  }

  .heading-4 {
    color: var(--deep-sky-blue);
    margin-left: -57px;
  }

  .text-block-3 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 1px;
    font-size: 40px;
    line-height: 45px;
    inset: 0% auto auto 0%;
  }

  .heading-6 {
    margin-top: -125px;
    margin-left: -44px;
    font-size: 42px;
    line-height: 44px;
  }

  .div-block-2 {
    margin-top: 38px;
  }

  .heading-9 {
    color: #fff;
    margin-top: 295px;
    margin-left: 222px;
  }

  .heading-11 {
    color: #feffff;
    margin-left: 222px;
  }

  .text-block-4 {
    margin-left: 222px;
  }

  .text-block-5 {
    margin-left: 59px;
  }

  .text-block-6 {
    text-align: center;
  }

  .text-block-7 {
    margin-left: 200px;
  }

  .column-9 {
    text-align: center;
  }

  .list-6 {
    margin-left: 191px;
  }

  .text-block-9 {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-13 {
    color: #fff;
    margin-top: 253px;
    margin-left: -57px;
  }

  .heading-14 {
    color: #fff;
    margin-left: -57px;
  }

  .columns-5 {
    text-align: left;
  }

  .text-block-10 {
    margin-left: 30%;
  }

  .pic-cyber, .pic-cloud2, .pic-dt, .pic-gov {
    max-width: 50%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-20 {
    margin-left: 30%;
    padding-left: 0;
    font-size: 32px;
    line-height: 34px;
  }

  .whitehouseslide {
    background-position: 50% 100%;
  }

  .text-block-11 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 1px;
    font-size: 40px;
    line-height: 45px;
    inset: 0% auto auto 0%;
  }

  .slide-12 {
    background-position: 100% 0;
  }

  .slide-13 {
    background-position: 30% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-11a {
    margin-top: 35px;
    margin-left: 192px;
    margin-right: 1px;
    font-size: 40px;
    line-height: 45px;
    inset: 0% auto auto 0%;
  }

  .text-block-11b {
    margin-top: 0;
    margin-left: 79px;
    margin-right: 1px;
    font-size: 40px;
    line-height: 45px;
    inset: 0% auto auto 0%;
  }

  .text-block-11a-copy {
    margin-top: 35px;
    margin-left: 192px;
    margin-right: 1px;
    font-size: 40px;
    line-height: 45px;
    inset: 0% auto auto 0%;
  }

  .text-block-11c {
    text-align: right;
    margin-top: 60px;
    margin-left: 166px;
    margin-right: 11px;
    font-size: 40px;
    line-height: 45px;
    inset: 0% auto auto 0%;
  }

  .text-block-11d {
    margin-top: 29px;
    margin-left: 333px;
    font-size: 40px;
    line-height: 45px;
    position: static;
  }

  .osdbuslide {
    background-image: url('../images/OSDBU-slide-2.jpg');
    background-position: 50%;
    background-size: 175%;
  }

  .osdbuslidetextblock {
    margin-top: 55px;
    font-size: 40px;
    line-height: 45px;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .container_federal {
    padding-left: 0;
  }

  .container_commerical {
    margin-top: -3px;
  }

  .container_careers {
    margin-top: -15px;
  }

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

  .person_pic {
    aspect-ratio: auto;
  }

  .paragraph-7 {
    text-align: center;
    margin-left: 10px;
  }

  .container {
    max-width: none;
  }

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

  .image-2 {
    text-align: center;
    display: block;
  }

  .slide-2 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/Armavel-website-NIST-slide.png');
    background-position: 100%;
    background-size: cover;
  }

  .container-2 {
    object-fit: scale-down;
    padding-left: 11px;
  }

  .heading-4 {
    margin-top: 3px;
    margin-bottom: -50px;
    margin-left: 0;
    font-size: 60px;
    line-height: 62px;
  }

  .text-block-3 {
    text-align: left;
    margin-top: 17px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .container-3 {
    display: block;
  }

  .content-p {
    padding-left: 10px;
  }

  .column-8 {
    position: static;
  }

  .div-block {
    background-image: url('../images/wave-blue-to-orange.png');
    background-position: 50%;
    background-size: cover;
    min-height: 20px;
  }

  .paragraph-17, .heading-5 {
    margin-left: 10px;
  }

  .heading-6 {
    margin-top: -111px;
    margin-left: 16px;
    font-size: 26px;
    line-height: 28px;
  }

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

  .heading-8 {
    margin-left: 10px;
  }

  .heading-9 {
    margin-top: 297px;
    margin-left: 55px;
    font-weight: 400;
  }

  .heading-11 {
    margin-top: 8px;
    margin-left: 55px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-4 {
    margin-left: 55px;
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-5 {
    margin-left: 66px;
  }

  .heading-12, .text-block-6, .text-block-7, .list-6 {
    margin-left: 10px;
  }

  .slide-6, .slide-5 {
    background-position: 50%;
  }

  .text-block-8 {
    margin-top: 260px;
    margin-right: 7px;
  }

  .text-block-9 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-13 {
    color: #fff;
    margin-top: 294px;
    margin-bottom: -4px;
    margin-left: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-14 {
    color: #fff;
    margin-top: 48px;
    margin-left: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .image-6 {
    object-fit: fill;
    min-height: 20px;
    display: none;
  }

  .image-7 {
    min-height: 20px;
    margin-top: -3px;
  }

  .image-8 {
    margin-top: -5px;
  }

  .image-9 {
    margin-top: -3px;
    margin-bottom: 0;
    display: inline-block;
  }

  .heading-15 {
    padding-left: 9px;
  }

  .callout-headline, .bold-text-2 {
    padding-left: 10px;
  }

  .heading-17 {
    padding-left: 11px;
  }

  .heading-18 {
    margin-left: 10px;
  }

  .bold-text-3 {
    margin-left: 0;
  }

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

  .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .callout-heading-partner, .heading-28, .heading-29 {
    margin-left: 10px;
  }

  .text-block-10 {
    margin-left: 0%;
    padding-right: 40px;
  }

  .callout-subtitle, .callout-p, .callout-p-comm {
    padding-left: 10px;
  }

  .callout-icon-comm {
    text-align: left;
  }

  .headline-subtitle, .headline-subtitle-dark {
    padding-left: 10px;
  }

  .callout-headline-comm {
    float: none;
    clear: none;
    padding-left: 10px;
    overflow: visible;
  }

  .callout-subtitle-comm {
    padding-left: 10px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .callout-headline-story, .headline-subtitle-story {
    padding-left: 10px;
  }

  .lockaiimageslide {
    background-position: 50%;
  }

  .text-block-20 {
    margin-left: 0%;
    padding-right: 40px;
    font-size: 42px;
    line-height: 44px;
  }

  .mountainpeopleslide {
    background-position: 50%;
  }

  .heading-34 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-35 {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-36 {
    text-align: center;
    line-height: 65px;
  }

  .right-arrow {
    text-align: right;
    inset: 0% 0% auto;
  }

  .text-block-11 {
    text-align: left;
    margin-top: 17px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .slide-12 {
    background-position: 100%;
  }

  .slide-13 {
    background-position: 0 0;
  }

  .text-block-11a {
    text-align: right;
    margin-top: 91px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-11b {
    text-align: left;
    margin-top: 91px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-11a-copy {
    text-align: right;
    margin-top: 225px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-11c {
    text-align: left;
    margin-top: 91px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-11d {
    text-align: left;
    margin: 279px 20px 328px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .osdbuslide {
    box-sizing: content-box;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-image: url('../images/OSDBU-slide-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 320%;
    background-clip: border-box;
    width: auto;
    position: relative;
  }

  .osdbuslidetextblock {
    text-align: left;
    margin-top: 16px;
    font-size: 32px;
    line-height: 34px;
    position: relative;
  }
}

#w-node-_53aa0c39-a237-7fb3-f2af-6054ecacc529-7b2e1ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e969f985-2f30-ab03-d190-803312355d2a-7b2e1ece {
  align-self: stretch;
}

#w-node-c00352cd-04ec-1749-7738-c71dcc71361b-7b2e1ece {
  place-self: stretch;
}

#w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a1766-7b2e1ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a1768-7b2e1ece {
  align-self: stretch;
}

#w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a176a-7b2e1ece {
  place-self: stretch;
}

#w-node-_464ad69e-b49c-874d-661f-3670661c6e1d-7b2e1ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_464ad69e-b49c-874d-661f-3670661c6e1f-7b2e1ece {
  align-self: stretch;
}

#w-node-_171339e9-c952-17e9-cdaf-f425c39727d3-7b2e1ece, #w-node-_5cc7fbf3-c809-4910-a348-4a3534da6773-7b2e1ece, #w-node-_773008a9-766c-16f5-1a57-7c02396f3304-7b2e1ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_464ad69e-b49c-874d-661f-3670661c6e21-7b2e1ece {
  place-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_53aa0c39-a237-7fb3-f2af-6054ecacc529-7b2e1ece, #w-node-_2096fbd2-59dd-3269-2e45-bbcc9d8a1766-7b2e1ece {
    justify-self: stretch;
  }

  #w-node-_464ad69e-b49c-874d-661f-3670661c6e21-7b2e1ece {
    place-self: stretch;
  }
}
