:root {
  --black2: var(--black);
  --white: #fff;
  --black: black;
  --bg-grey: #fafafa;
  --dark-grey-2: #999;
  --dark-grey: #afafafe3;
  --dropdown-background: #000000c2;
  --sea-green: #48944f;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--black2) var(--black2) var(--black2) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  mix-blend-mode: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: url('../images/Header-images-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 220px 30px 120px;
  display: flex;
}

.header.inner_page {
  text-align: center;
  background-image: url('../images/DeepDetect-1.png');
  background-position: 100% 80%;
  background-size: cover;
  flex-flow: column;
}

.header.inner_page.aisoc {
  background-image: url('../images/AISOC-1.png');
  background-position: 100% 35%;
  margin-top: 0;
  padding: 220px 30px 120px;
}

.header.inner_page.deepdetect {
  padding: 220px 30px 150px;
}

.header.inner_page.webalarm {
  background-image: url('../images/webalarm-1.png');
  background-position: 0%;
  margin-top: 0;
  padding: 220px 30px 150px;
}

.header.inner_page.arware {
  background-image: url('../images/arware-1.png');
  background-position: 50% 74%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  padding: 220px 30px 150px;
}

.header.inner_page.pentest {
  background-image: url('../images/pentest-1.png');
  background-position: 100% 40%;
  margin-top: 0;
  padding: 220px 30px 150px;
}

.header.inner_page.managed_security {
  background-image: url('../images/managed_security.png');
  background-position: 100%;
}

.header.inner_page.system_integration {
  background-image: url('../images/system_integration.png');
  background-position: 0 70%;
  padding-bottom: 150px;
}

.header.inner_page.partners {
  background-image: url('../images/partners.png');
}

.header.inner_page.about_us {
  background-image: url('../images/about.png');
  background-position: 100% 20%;
}

.header.inner_page.contact_us {
  background-image: url('../images/cybersecurity.png');
  background-position: 100%;
}

.header.inner_page.contact_partners {
  background-image: url('../images/contact_partners.png');
  background-position: 100%;
}

.header.inner_page.thankyou_contact_us {
  background-image: url('../images/thank_you.png');
  background-position: 100%;
}

.header.inner_page.thankyou_partner {
  background-image: url('../images/thank_you.png');
}

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

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #f6ca02;
  background-color: #fff0;
  border-color: #f6ca02;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
  margin-top: 20px;
}

.h1 {
  letter-spacing: -1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1.section_headers {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  color: #000;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.9rem;
  line-height: 1.3;
  display: block;
  position: static;
  overflow: visible;
}

.h1.section_headers.call_to_action {
  text-align: left;
  margin-top: 0;
  margin-left: 70px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  font-size: 2.5rem;
  font-weight: 600;
}

.h1.products {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  font-size: 3.5rem;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.h1.products.page_header {
  text-align: left;
}

.h1.products.page_header.thank_you {
  text-align: center;
}

.paragraph {
  color: #fff;
  width: auto;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph.cc-gray {
  color: #696969;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px;
  padding-bottom: .5rem;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  line-height: 1.7;
  display: flex;
}

.paragraph.cc-gray.subheader {
  color: red;
  align-items: flex-start;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph.cc-gray.paragraph2 {
  order: 0;
  align-self: center;
  text-decoration: none;
  display: block;
}

.paragraph.cc-gray.subcontent {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
}

.paragraph.cc-gray.subcontent.addressblock {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.8rem;
  margin-right: 0;
  padding-right: 0;
}

.paragraph.cc-gray.about {
  text-align: center;
}

.paragraph.cc-grey.subheader {
  color: #636363;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph.page_header {
  text-align: left;
  height: auto;
  position: static;
}

.paragraph.page_header.thank_you {
  text-align: center;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  margin-top: 50px;
  padding: 10px 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #d38725;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.product-page-container {
  z-index: 1;
  float: none;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 53.6rem;
  margin-left: 60px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.product-page-container.cc-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.product-page-container.cc-center.product {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  max-width: 90rem;
  margin: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.product-page-container.cc-center.product.h2-container {
  margin-top: 40px;
  margin-bottom: 49px;
  padding-right: 0;
}

.product-page-container.cc-center.product.thank_you {
  margin-bottom: 220px;
}

.product-page-container.cc-center.services {
  margin-top: 80px;
}

.product-page-container.cc-cta {
  display: flex;
}

.product-page-container.cc-footer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.product-page-container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product-page-container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.product-page-container.cc-contact {
  display: flex;
}

.product-page-container.page_header {
  margin-left: 100px;
  margin-right: 100px;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.h2.cc-center {
  color: var(--black);
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.h2.cc-center.text-span {
  margin-bottom: 25px;
  font-weight: 800;
}

.h2.cc-2-rows {
  direction: ltr;
  text-align: left;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  text-decoration: none;
  display: block;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.showcase_product_name {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: block;
}

.h2.showcase_services_name {
  font-size: 1.3rem;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 40px;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--black2);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  background-color: #fff;
}

.about {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.link {
  color: var(--black2);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.at-a-glance {
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 20px 0;
  display: flex;
}

.at-a-glance.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: auto;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--black2);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 74px 30px 102px;
  display: flex;
}

.footer-column {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.footer-column.cc-footer {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-footer-credits {
  color: #b3b3b3;
  margin-top: 15px;
  padding-bottom: 41px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  flex: 1;
  order: 0;
  width: auto;
  height: auto;
  margin-right: 140px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-links-list.corp_column {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 140px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.footer-links-list.prod_list_column {
  margin-right: 140px;
  padding-right: 0;
}

.link-footer {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-footer.w--current {
  margin-bottom: 0;
  font-size: 15px;
}

.link-footer.listing_content {
  box-sizing: content-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 76px;
  min-width: auto;
  min-height: 1.6em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: static;
}

.link-footer.list_head {
  margin-left: 0;
  margin-right: auto;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--dark-grey-2);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  padding: 180px 0 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inner-category {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--black2);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--black2);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--black2);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--black2);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--black2);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link:hover {
  color: #f6ca02;
}

.nav-link.w--current {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

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

.menu-button {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.icon-3 {
  color: #fff;
}

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

.div-block-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  place-items: start center;
  width: 100%;
  max-width: 64rem;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.div-block-cards.s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  place-content: end stretch;
  place-items: end center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-cards.showcase_services {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-items: center;
}

.div-block-cards.showcase_product_4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-cards.showcase_product_3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-cards._4_items {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4.4rem;
  align-self: center;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-left: .6rem;
  padding-right: .6rem;
}

.div-block-cards._3_items {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.div-block-cards._2_items {
  grid-template-columns: 1fr 1fr;
  max-width: none;
}

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

.showcase_product_image {
  width: 5rem;
  margin-bottom: 10px;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-block-3.showcase_product_description {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.8rem;
}

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

.button-2 {
  background-color: #000;
  margin-top: 15px;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-3 {
  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;
  width: 100%;
  margin: 100px auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.button-3 {
  text-align: center;
  border-radius: 1rem;
  width: 20rem;
  margin: 10px auto 20px;
  padding: 15px 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.div-block-cta {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: #e4e4e4;
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  width: 70em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.final_call_to_action {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.subtopic {
  text-align: left;
  padding-left: 30px;
  padding-right: 40px;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.2;
}

.cc-row1 {
  padding-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
}

.image-3, .image-4, .image-5 {
  width: auto;
}

.at-a-glance-image {
  width: 400px;
}

.call-to-action {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-left: 0;
  font-size: 1.9rem;
  line-height: 1.3;
}

.section {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.showcase_div_block {
  text-align: left;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  display: block;
  position: relative;
}

.section-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.dropdown-toggle:hover {
  color: #f6ca02;
  vertical-align: top;
}

.dropdown-toggle.w--open {
  background-color: #cacaca59;
}

.dropdown_link {
  background-color: var(--black);
  color: var(--white);
  mix-blend-mode: darken;
  flex-flow: column;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown_link:hover {
  background-color: var(--dark-grey);
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.dropdown_link.w--current {
  color: #fff;
  text-decoration: none;
}

.dropdown_link.w--current:hover {
  background-color: var(--dark-grey-2);
  color: #030303;
  text-decoration: none;
}

.dropdown_list {
  color: var(--black);
  background-color: #504d4d4a;
  font-weight: 400;
}

.dropdown_list.w--open {
  background-color: #cacaca59;
}

.partner_container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.partner_logo {
  vertical-align: baseline;
  display: block;
}

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

.grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-left: 10px;
  padding-right: 10px;
}

.grid.partners {
  justify-items: stretch;
  width: auto;
}

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

.text-block-4 {
  text-align: left;
  font-weight: 700;
}

.bold-text {
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.div-block-8, .div-block-video {
  width: 60%;
  height: auto;
}

.div-block-10 {
  flex-flow: column;
  width: 60%;
  height: auto;
  display: flex;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 25px;
}

.button_prod {
  vertical-align: baseline;
  mix-blend-mode: normal;
  background-color: #000;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: static;
}

.button_prod.about {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

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

.text-block-5 {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.text-block-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.text-block-6.main {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.text-block-6.listing {
  margin-bottom: 5px;
  font-size: 14px;
}

.directory {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 40px;
  display: flex;
}

.directory-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-2 {
  text-transform: none;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Libre Franklin, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-2.dorectory {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.link-2.directory {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--white);
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.link-3 {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  text-decoration: none;
}

.link-3.directory {
  font-size: 15px;
}

.link-4 {
  clear: none;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.link-4.directory {
  font-size: 15px;
}

.link-5 {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.dropdown:hover {
  color: #f6ca02;
}

.awards {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  border-radius: 17px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-top: 100px;
  margin-bottom: -51px;
  padding-top: 10px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 20%;
}

.image_awards {
  width: 35%;
}

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

.navbar {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: #fff;
  overflow-wrap: normal;
  background-color: #0000008c;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-9 {
  width: 100px;
  max-width: none;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 10px;
  font-size: 16px;
}

.nav-link-item {
  box-sizing: border-box;
  color: #0000;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 1px 1px #0003;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 0;
  align-self: auto;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.nav-link-item:hover {
  color: #fff;
  text-shadow: none;
  background-color: #ffffff38;
  border: 0 #fff;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-item.w--current {
  box-shadow: none;
  outline-offset: 0px;
  cursor: pointer;
  outline: 0 solid #222;
}

.nav-link-item.w--current:hover {
  color: #0a0a0a;
  background-color: #ffffff38;
  border: 0 #fff;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-item.contact_button {
  color: var(--white);
  background-color: #5ba0d8;
  border-radius: 11px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 25px;
}

.nav-link-item.contact_button:hover {
  color: #fff;
  background-color: #ffffff36;
}

.bold-text-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.nav-menu-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  opacity: 1;
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #ffffff08;
  background-color: #0000;
  border: 0 #000;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 980px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #fff;
}

.text-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  border: 1px #000;
  padding-right: 0;
  display: flex;
}

.icon-5 {
  color: #fff;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.brand {
  margin-top: 3px;
}

.brand.w--current {
  align-self: center;
  width: 200px;
  margin-top: 0;
}

.dropdown_menu {
  border: 0 #000;
  line-height: 20px;
}

.dropdown-link {
  text-decoration: none;
}

.heading {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.paragraph-3 {
  color: #333;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-3.notice {
  line-height: 35px;
}

.image-10 {
  margin-left: -17px;
}

.dropdown-list {
  z-index: auto;
  position: absolute;
  inset: auto;
}

.dropdown-list-2 {
  position: absolute;
}

.text-block-9, .icon-6 {
  color: #fff;
}

.dropdown-3 {
  border: 0 solid #0000;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list-3 {
  color: #fff;
  background-color: #0000008c;
  margin-top: 17px;
}

.dropdown-list-3:hover {
  border: 0 #0000;
  border-radius: 0;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2:hover {
  background-color: #ffffff38;
  border: 0 solid #0000;
}

.dropdown-link-3 {
  color: #fff;
}

.dropdown-link-3:hover {
  background-color: #ffffff38;
  border: 0 #0000;
}

.dropdown-link-4 {
  color: #fff;
  background-color: #fff0;
  border: 0 #0000;
}

.dropdown-link-4:hover {
  background-color: #ffffff38;
  border-style: none;
}

.dropdown-link-5 {
  color: #fff;
}

.dropdown-link-5:hover {
  background-color: #ffffff38;
  border: 0 #0000;
}

.dropdown-toggle-3 {
  background-color: #fff0;
  margin-top: 0;
}

.dropdown-toggle-3:hover {
  background-color: #ffffff38;
  border: 0 solid #0000;
  border-radius: 8px;
}

.dropdown-toggle-4 {
  background-color: #07070700;
  border-radius: 0;
}

.dropdown-toggle-4:hover {
  background-color: #ffffff38;
  border: 0 solid #0000;
  border-radius: 8px;
}

.utility-page-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Inter, sans-serif;
  display: flex;
}

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

._404_button {
  background-color: #000;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 25px;
}

.heading-2 {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.heading-2._404_page {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 25px;
}

.section-4 {
  background-color: var(--black);
}

.div-block-13 {
  width: 100%;
  margin-top: 40px;
}

.container-2 {
  background-color: #0000;
  margin-bottom: 40px;
}

.text-block-10 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 500;
}

.text-block-11 {
  margin-bottom: 40px;
}

.address-block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.cert-wrapper {
  flex-flow: column;
  align-items: center;
  width: 86.5175%;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.hero-certification-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  width: auto;
  margin-top: 30px;
  padding-top: 0;
  display: flex;
}

.text-block-12 {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.link-block, .hero-certification {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.bold-text-4, .bold-text-5, .link-7, .link-8, .link-9, .link-10 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .header-content {
    margin-top: 40px;
  }

  .product-page-container.cc-center.product {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .product-page-container.cc-contact {
    flex-wrap: wrap;
  }

  .product-page-container.page_header {
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 0;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner {
    height: auto;
    margin-top: -96px;
    margin-bottom: auto;
    padding-bottom: 90px;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

  .icon-2 {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fafafa;
    border-radius: 0;
    flex-flow: column;
    font-size: 32px;
    display: flex;
  }

  .menu-button {
    border: 1px solid #fff;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--black2);
  }

  .div-block-cards._4_items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    place-items: start center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-cards._3_items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    place-items: center;
    width: 100%;
    max-width: none;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3.showcase_product_description {
    text-align: left;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-cta {
    text-align: center;
    width: 30em;
  }

  .call-to-action {
    margin-left: 20px;
    margin-right: 20px;
  }

  .showcase_div_block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image_awards {
    width: 70%;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .dropdown-2 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

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

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

  .nav-link-item:hover {
    box-shadow: none;
    border: 0 #fff0;
    border-radius: 0;
  }

  .nav-link-item.w--current {
    box-shadow: none;
    outline-offset: 0px;
    outline: 3px #222;
  }

  .nav-link-item.w--current:hover {
    border: 0 #fff0;
    border-radius: 0;
  }

  .nav-link-item.contact_button {
    background-color: #5ba0d800;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-item.contact_button:hover {
    border-style: none;
    border-radius: 0;
  }

  .nav-menu-2 {
    background-color: #000000c2;
  }

  .icon-4 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .container {
    justify-content: flex-end;
    align-items: center;
  }

  .brand.w--current {
    width: 300px;
  }

  .paragraph-3.notice {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
    padding: 126px 30px 64px;
  }

  .navigation-links {
    display: none;
  }

  .header-content {
    flex-flow: column;
    display: flex;
  }

  .h1 {
    font-size: 3.7rem;
    line-height: 4.6rem;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .paragraph {
    margin-top: 0;
    padding-top: 5px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .paragraph.cc-gray, .paragraph.cc-gray.subheader {
    text-align: center;
  }

  .paragraph.cc-gray.subcontent {
    text-align: center;
    padding-right: 0;
  }

  .paragraph.cc-grey.subheader {
    color: #636363;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .paragraph.page_header {
    margin-bottom: 21px;
  }

  .product-page-container {
    margin-right: 60px;
  }

  .product-page-container.cc-center.services {
    flex-flow: column;
  }

  .product-page-container.cc-cta, .product-page-container.cc-footer {
    flex-wrap: wrap;
  }

  .product-page-container.page_header {
    margin-left: 60px;
    margin-right: 60px;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .at-a-glance {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-flow: column;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    place-content: flex-start center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 8.5rem 0 10rem;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-cards.s {
    grid-auto-flow: column;
    display: flex;
  }

  .div-block-cards.showcase_services {
    margin-top: 20px;
    display: flex;
  }

  .div-block-cards._4_items {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    margin-left: 10rem;
    margin-right: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .div-block-cards._3_items {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10rem;
    margin-right: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .div-block-cards._2_items {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 10rem;
    margin-right: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .showcase_product_image {
    text-align: left;
  }

  .text-block-3.showcase_product_description {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .showcase_services_column {
    margin-top: 40px;
  }

  .div-block-3 {
    margin-top: 10px;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-cta {
    width: 30em;
    margin-left: auto;
  }

  .cc-row1 {
    text-align: center;
  }

  .at-a-glance-image {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 50rem;
    max-width: 60%;
    display: block;
    position: relative;
  }

  .call-to-action {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .showcase_div_block {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .dropdown_link {
    background-color: var(--dropdown-background);
    mix-blend-mode: normal;
    box-shadow: 0 2px 5px #0000;
  }

  .dropdown_list.w--open {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #c5c5c573;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    inset: 0% auto 0;
  }

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

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

  .button_prod.learn-more {
    margin: auto;
  }

  .directory {
    margin-top: 5px;
    padding-top: 10px;
  }

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

  .dropdown {
    color: #303030;
  }

  .div-block-12 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .image_awards {
    width: 70%;
  }

  .navbar {
    inset: 0% 0% auto;
  }

  .nav-link-item.contact_button {
    background-color: #5ba0d800;
    border-style: none;
    border-color: #000;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    background-color: #000000c2;
  }

  .icon-4 {
    -webkit-text-stroke-color: #fff;
    border: 1px solid #fff;
  }

  .brand.w--current {
    width: 300px;
    padding-left: 0;
  }

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

  .heading, .paragraph-3.notice {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    background-position: 40%;
    height: 100%;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header.inner_page {
    height: auto;
  }

  .header.inner_page.aisoc {
    background-position: 40%;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.deepdetect {
    background-position: 50%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.webalarm {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.arware, .header.inner_page.pentest {
    background-position: 60%;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.managed_security {
    background-position: 30%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.system_integration {
    background-position: 65%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.partners {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.about_us {
    background-position: 80%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.contact_us {
    background-position: 0%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.contact_partners {
    background-position: 70%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header.inner_page.thankyou_contact_us, .header.inner_page.thankyou_partner {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .header-content {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 100px;
    padding-top: 20px;
    display: flex;
  }

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

  .h1 {
    text-align: center;
    letter-spacing: 0;
    font-size: 37px;
    line-height: 50px;
  }

  .h1.section_headers {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .h1.products {
    font-size: 2rem;
  }

  .paragraph {
    text-align: center;
    font-size: 1rem;
  }

  .paragraph.cc-gray {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .paragraph.cc-gray.paragraph2 {
    order: 0;
    margin: auto;
    padding-bottom: .5rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph.cc-grey.subheader {
    text-align: center;
  }

  .paragraph.page_header {
    margin-left: 0;
    padding-left: 0;
  }

  .product-page-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-page-container.cc-center.product {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-page-container.cc-center.services {
    margin-left: auto;
    margin-right: auto;
  }

  .product-page-container.cc-footer {
    flex-flow: column;
  }

  .product-page-container.page_header {
    margin-left: 40px;
    margin-right: 40px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.showcase_product_name {
    text-align: center;
  }

  .h3.cc-header {
    clear: none;
    text-align: left;
    position: static;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .at-a-glance {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: -63px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0 60px;
    display: flex;
    position: static;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .inner-category {
    justify-content: flex-start;
    align-items: center;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

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

  .div-block-cards.s {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    margin: .5rem auto;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-cards._4_items {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-cards._3_items {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .showcase_product_image {
    text-align: left;
  }

  .text-block-3.showcase_product_description {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    font-size: .9rem;
    display: block;
  }

  .showcase_product_column_4 {
    margin-top: 50px;
  }

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

  .div-block-3 {
    margin: 10px auto 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    width: 9.9rem;
    margin: 10px 40px 20px;
    padding: 15px 0;
    font-size: 1rem;
  }

  .div-block-cta {
    flex-flow: column;
    grid-auto-flow: column;
    width: 20em;
    height: auto;
    margin-left: auto;
    display: flex;
  }

  .final_call_to_action {
    margin-top: 6px;
  }

  .cc-row1 {
    text-align: center;
  }

  .at-a-glance-image {
    width: 70rem;
    max-width: 100%;
  }

  .call-to-action {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4rem;
    display: flex;
  }

  .showcase_div_block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    display: block;
  }

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

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

  .div-block-video {
    width: 100%;
    margin-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    width: 100%;
  }

  .button_prod {
    width: 50%;
    margin-left: auto;
  }

  .button_prod.about {
    border-radius: 8px;
    width: 80%;
  }

  .directory-column {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    flex: 0 auto;
    grid-auto-flow: column;
    align-self: flex-start;
    place-items: start;
    width: 18em;
    display: flex;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 45px;
    margin-bottom: 84px;
    display: flex;
  }

  .image-6 {
    width: 60%;
    max-width: 80%;
  }

  .image_awards {
    width: 100%;
    max-width: none;
    display: block;
    overflow: visible;
  }

  .navbar {
    inset: 0% 0% auto;
  }

  .image-9 {
    width: 100px;
    max-width: 80px;
  }

  .nav-link-item:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-item.w--current:hover {
    background-color: #ffffff38;
    border: 0 #fff0;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-2 {
    background-color: #000000c2;
  }

  .nav-menu-2:hover {
    opacity: 100;
  }

  .menu-button-2 {
    color: #ca9191;
  }

  .menu-button-2.w--open {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    background-color: #fff0;
    align-self: auto;
  }

  .paragraph-3.notice {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
    display: flex;
  }

  .dropdown-list-3 {
    margin-top: 0;
  }

  .dropdown-toggle-3:hover {
    border-style: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-toggle-4 {
    border: 0 solid #00000005;
  }

  .dropdown-toggle-4:hover {
    border-style: none;
    border-width: 0;
    border-radius: 0;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404_button.w--current {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .image-11 {
    width: 70%;
  }

  .cert-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    display: flex;
  }

  .hero-certification {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_994ccd9a-fd8d-7b4d-6fcb-fe37e1fe2b14-c5dca428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d54d7ae0-2680-8299-81eb-8ee3f4d733ac-c5dca428, #w-node-d54d7ae0-2680-8299-81eb-8ee3f4d733ad-c5dca428 {
  align-self: center;
}

#w-node-_2944ca5e-dce7-f686-a307-e8f409e5879c-c5dca428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d54d7ae0-2680-8299-81eb-8ee3f4d733ae-c5dca428, #w-node-_859e921e-8394-b3e2-4bd2-95db7fe7d2a5-c5dca428 {
  align-self: center;
}

#w-node-_7e8097ac-a0e4-f756-76b0-bd345261bbf6-c5dca428 {
  place-self: start;
}

#w-node-_3e9d3629-e53b-804a-5774-bde2d7a62ec2-c5dca428, #w-node-e9571075-a4b3-3d6c-3336-78b2113051ea-c5dca428, #w-node-_61fe0cab-5ab5-5dce-4d7f-f042d416f6dd-c5dca428, #w-node-b4af5bae-8a5b-a635-3a18-809bc7086610-c5dca428, #w-node-e59d32b0-22c5-48a7-c156-8459005027ef-c5dca428, #w-node-d7ca4903-e029-1b3f-dcc1-1f15b454b08c-c5dca428 {
  align-self: start;
}

#w-node-_40d9c403-69a0-2b96-178d-03ebb5f5f7b1-c5dca428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_01b4ad6b-24ee-49a9-e447-746aab51d810-c5dca432 {
  place-self: start center;
}

#w-node-_01b4ad6b-24ee-49a9-e447-746aab51d818-c5dca432, #w-node-_01b4ad6b-24ee-49a9-e447-746aab51d820-c5dca432, #w-node-_01b4ad6b-24ee-49a9-e447-746aab51d828-c5dca432 {
  align-self: start;
}

#w-node-e5bb5546-36a8-4fd4-7f63-3ace70bb29c7-c5dca432 {
  place-self: start center;
}

#w-node-e5bb5546-36a8-4fd4-7f63-3ace70bb29cd-c5dca432, #w-node-e5bb5546-36a8-4fd4-7f63-3ace70bb29d3-c5dca432, #w-node-e5bb5546-36a8-4fd4-7f63-3ace70bb29d9-c5dca432 {
  align-self: start;
}

#w-node-a3131878-16a2-07c8-2346-31090a99e138-c5dca432 {
  place-self: start center;
}

#w-node-a3131878-16a2-07c8-2346-31090a99e13e-c5dca432, #w-node-a3131878-16a2-07c8-2346-31090a99e144-c5dca432, #w-node-_77198d94-ad9e-2e59-d036-a139e2d24a38-c5dca432, #w-node-_77198d94-ad9e-2e59-d036-a139e2d24a3e-c5dca432, #w-node-_77198d94-ad9e-2e59-d036-a139e2d24a44-c5dca432, #w-node-d81e3843-60ac-3b92-5278-d03033969584-c5dca432 {
  align-self: start;
}

#w-node-_4706f6a3-ebcf-d1c8-c587-f78c5f671e74-c5dca432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5730c56a-d3e3-6d76-21f2-377d64b93fa3-87091f61, #w-node-_5730c56a-d3e3-6d76-21f2-377d64b93fab-87091f61, #w-node-_5730c56a-d3e3-6d76-21f2-377d64b93fb3-87091f61, #w-node-ddc0a84d-406a-0a0b-a811-35da16e4a067-87091f61, #w-node-ddc0a84d-406a-0a0b-a811-35da16e4a06e-87091f61, #w-node-ddc0a84d-406a-0a0b-a811-35da16e4a076-87091f61, #w-node-ddc0a84d-406a-0a0b-a811-35da16e4a07e-87091f61 {
  align-self: start;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-87091f61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_21e8abe2-94a4-61ba-049e-d18c4089d468-c03844e1, #w-node-_21e8abe2-94a4-61ba-049e-d18c4089d46e-c03844e1, #w-node-_21e8abe2-94a4-61ba-049e-d18c4089d474-c03844e1, #w-node-_21e8abe2-94a4-61ba-049e-d18c4089d47a-c03844e1 {
  align-self: start;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-c03844e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5bd9b0cb-977c-2690-eff2-d226bd440981-ea28f3ab, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd440987-ea28f3ab, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd44098d-ea28f3ab, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161b8-ea28f3ab, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161bc-ea28f3ab, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161c0-ea28f3ab, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161c5-ea28f3ab, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161c9-ea28f3ab, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161cd-ea28f3ab {
  align-self: start;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-ea28f3ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5bd9b0cb-977c-2690-eff2-d226bd440981-e0bb61f3, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd440987-e0bb61f3, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd44098d-e0bb61f3, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161b8-e0bb61f3, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161bc-e0bb61f3, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161c0-e0bb61f3, #w-node-_49a61a0b-5116-39b4-c981-1d5a6c91537f-e0bb61f3 {
  align-self: start;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-e0bb61f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5bd9b0cb-977c-2690-eff2-d226bd440981-1a9b69cb, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd440987-1a9b69cb, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd44098d-1a9b69cb {
  align-self: start;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-1a9b69cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_90d66baf-42be-f23f-0a75-63585ef38888-20191525 {
  place-self: start;
}

#w-node-_90d66baf-42be-f23f-0a75-63585ef3888e-20191525, #w-node-_90d66baf-42be-f23f-0a75-63585ef38894-20191525, #w-node-_90d66baf-42be-f23f-0a75-63585ef3889a-20191525 {
  align-self: start;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-20191525 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d2db4f66-7db2-00b6-94de-521d55beb9f6-e79e2059, #w-node-_4d5543f0-a9c5-61aa-3943-a0eda518aed2-e79e2059, #w-node-a0d54951-b6c7-04d7-2d47-184914d1fc58-e79e2059, #w-node-_8f642813-c642-ad21-8a6b-eeafde380bbe-e79e2059, #w-node-_260cbf0e-cacc-6369-9b39-12a96df56bce-e79e2059, #w-node-_7334a8bb-5d8b-009f-c828-901cd8373448-e79e2059, #w-node-_5bb0b3b6-7d44-615f-d99f-103db1cb84dd-e79e2059, #w-node-d3cff918-8397-e0f5-d288-fa29aa4c560c-e79e2059, #w-node-d7564b3b-d5ba-320f-624e-c29780ad97e6-e79e2059, #w-node-df9af0c8-9e8a-b5e6-2248-ec3a31e08114-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f073-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f074-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f075-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f076-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f077-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f078-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f079-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f07a-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f07b-e79e2059, #w-node-_503dfea6-8c89-20fc-2aad-a7d7a3f9f07c-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0e9-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0ea-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0eb-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0ec-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0ed-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0ee-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0ef-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0f0-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0f1-e79e2059, #w-node-_906664cf-22f3-c7b0-f639-b97d3fa2e0f2-e79e2059 {
  place-self: center;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-e79e2059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_21e8abe2-94a4-61ba-049e-d18c4089d468-59fbc5e8, #w-node-_21e8abe2-94a4-61ba-049e-d18c4089d46e-59fbc5e8, #w-node-_21e8abe2-94a4-61ba-049e-d18c4089d474-59fbc5e8, #w-node-_21e8abe2-94a4-61ba-049e-d18c4089d47a-59fbc5e8, #w-node-_5f62a9f1-a182-109c-5a99-3756d565bab7-59fbc5e8, #w-node-_5f62a9f1-a182-109c-5a99-3756d565babd-59fbc5e8, #w-node-_5f62a9f1-a182-109c-5a99-3756d565bac3-59fbc5e8, #w-node-_935e0886-d1fc-32f4-a785-fd57b009ebcb-59fbc5e8, #w-node-_935e0886-d1fc-32f4-a785-fd57b009ebd1-59fbc5e8 {
  align-self: start;
}

#w-node-cce03736-f4e2-602c-f6a7-5c6d069cbeec-59fbc5e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5bd9b0cb-977c-2690-eff2-d226bd440981-2e7a8e7d, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd440987-2e7a8e7d, #w-node-_5bd9b0cb-977c-2690-eff2-d226bd44098d-2e7a8e7d, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161b8-2e7a8e7d, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161bc-2e7a8e7d, #w-node-_8f934baf-591e-3b8b-6b32-7ab3c5c161c0-2e7a8e7d, #w-node-_49a61a0b-5116-39b4-c981-1d5a6c91537f-2e7a8e7d {
  align-self: start;
}


