@font-face {
  font-family: Brink;
  src: url('../fonts/Brink-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/Nexa-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa light;
  src: url('../fonts/NexaLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.landingcontainer {
  width: 100vw;
  height: 100vh;
  padding: 20px;
}

.landingcontainer_inner {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.navbar {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px 32px;
  font-family: Nexa, Arial, sans-serif;
  display: flex;
  box-shadow: 0 2px 14px #0000000f;
}

.h_logo {
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  display: flex;
}

.menu_links {
  justify-content: space-around;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.menu_item {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.link {
  color: #000;
  font-family: Nexa light, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link:visited {
  color: #000;
}

.link.w--current {
  color: #bd202f;
}

.action_block {
  justify-content: flex-end;
  align-items: center;
  width: 11%;
  display: flex;
}

.image {
  width: 100%;
}

.link-block {
  width: 150px;
}

.complaints_button {
  background-image: linear-gradient(#bd202e, #bd202e);
  border-radius: 40px;
  width: 150px;
  margin-left: 26px;
}

.link-block-2 {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.text-block {
  color: #fff;
  text-align: center;
  padding: 8px 32px;
  font-family: Nexa light, Arial, sans-serif;
  text-decoration: none;
}

.image-2 {
  width: 100%;
}

.h_responsive-menu {
  width: 34px;
  display: none;
}

.landing_hero {
  background-image: linear-gradient(88deg, #000, #0000 39%), linear-gradient(#0006, #0006), url('../images/Hexaract_1.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  height: 70%;
  margin-top: 13px;
}

.div-block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 76px 16px 0;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-family: Brink, Arial, sans-serif;
  font-size: 2.5vw;
  line-height: 1em;
}

.heading.b {
  color: #fff;
  margin-top: 0;
}

.heading.w {
  color: #000;
  margin-top: 0;
}

.landing-heading-block {
  margin-bottom: 32px;
}

.paragraphlight {
  width: 30%;
  font-family: Nexa light, Arial, sans-serif;
}

.paragraphlight.w {
  color: #fff;
  margin-bottom: 36px;
}

.learnmore_button {
  opacity: 1;
  background-image: linear-gradient(#ffffff2e, #ffffff2e);
  border-radius: 40px;
  width: 150px;
  margin-left: 0;
}

.landingparagraph {
  width: 100%;
  margin-bottom: 25px;
}

.hexarct_brand-video {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 35px;
  padding: 16px 54px 0 16px;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 200px;
  padding: 23px;
}

.link-block-3 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-3 {
  width: 25px;
  margin-right: 17px;
}

.text-block-2 {
  font-family: Nexa light, Arial, sans-serif;
}

.hero_solutionists {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
}

.h_solutions {
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  padding: 17px 17px 0 0;
  display: flex;
}

.h_aboutus {
  width: 20%;
  padding: 17px 0 0 17px;
}

.flex-block {
  border-radius: 20px;
  justify-content: space-between;
  width: 49.5%;
  height: 100%;
  padding: 15px;
}

.flex-block.serviceprovider {
  background-image: url('../images/Hexaract_2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
}

.flex-block.enterprise {
  background-image: linear-gradient(#bd202e, #bd202e);
  justify-content: flex-end;
}

.div-block-6 {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 14px #0000000f;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Brink, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1em;
}

.heading-2.b {
  color: #363636;
}

.paragraph {
  color: #fff;
  margin-bottom: 21px;
  font-family: Nexa light, Arial, sans-serif;
}

.link-block-4 {
  width: 25px;
}

.explore_button {
  opacity: 1;
  background-image: linear-gradient(#000000c9, #000000c9);
  border-radius: 40px;
  width: 200px;
  margin-left: 0;
}

.div-block-7 {
  width: 100%;
  height: 20%;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: auto;
}

.h_base-layout {
  width: 100vw;
  height: auto;
  padding: 20px;
}

.flex-block-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/Hexaract_solutions.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.flex-block-3 {
  width: 50%;
}

.paragraph-2 {
  margin-top: 34px;
  font-family: Nexa light, Arial, sans-serif;
}

.flex-block-4 {
  background-image: url('../images/Hexaract_background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding: 78px;
}

.flex-block-5 {
  width: 100%;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Brink, Arial, sans-serif;
}

.heading-3.black {
  color: #000;
  font-size: 4em;
  line-height: 48px;
}

.div-block-10 {
  width: 100%;
  margin-top: 34px;
}

.div-block-11 {
  border-bottom: 1px solid #fff;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 23px;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Brink, Arial, sans-serif;
}

.image-5 {
  width: auto;
  height: 100px;
  margin-bottom: 32px;
}

.paragraph-3 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  width: 50%;
  display: flex;
}

.flex-block-2-copy {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 18px;
  padding: 59px;
  box-shadow: 0 2px 14px #0003;
}

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

.heading-5 {
  font-family: Brink, Arial, sans-serif;
}

.paragraph-4 {
  width: 50%;
  font-family: Nexa light, Arial, sans-serif;
}

.flex-block-6 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 29px;
}

.text-block-3 {
  margin-bottom: 22px;
  font-family: Brink, Arial, sans-serif;
}

.image-6 {
  height: 50px;
  margin-bottom: 15px;
}

.paragraph-5 {
  color: #000;
  font-family: Nexa light, Arial, sans-serif;
}

.flex-block-7 {
  border-bottom: 1px solid #000;
  width: 510px;
  margin-left: 32px;
}

.flex-block-8 {
  width: 100%;
}

.div-block-14-copy {
  width: 100%;
  margin-top: 41px;
  display: flex;
}

.footer {
  background-color: #bd202e;
  padding: 78px;
}

.flex-block-9 {
  width: 100%;
}

.div-block-15 {
  width: 40%;
}

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

.div-block-16 {
  flex-flow: row;
  display: flex;
}

.text-block-3-copy {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 19px;
  padding-bottom: 13px;
  padding-right: 60px;
  font-family: Brink, Arial, sans-serif;
}

.text-block-4 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
}

.div-block-17 {
  margin-left: 24px;
}

.link-2 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-18 {
  margin-bottom: 15px;
}

.text-block-5 {
  color: #fff;
  font-family: Brink, Arial, sans-serif;
  font-size: 25px;
  line-height: 27px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  margin-top: 27px;
  font-family: Nexa light, Arial, sans-serif;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
}

.servicedescr {
  background-image: url('../images/Hexaract_background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding: 101px;
  display: flex;
}

.flex-block-10 {
  justify-content: space-between;
  width: 25%;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-6 {
  color: #fff;
  font-family: Brink, Arial, sans-serif;
}

.div-block-21 {
  border-left: 4px solid #fffcfc;
  width: 100%;
  padding-left: 21px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 73px;
  display: none;
}

.flex-block-11 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 25px;
  padding: 23px;
}

.flex-block-12 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 18px;
}

.div-block-23 {
  background-color: #bd202e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-right: 12px;
  padding: 16px;
  display: flex;
}

.text-block-7 {
  font-family: Brink, Arial, sans-serif;
}

.div-block-24 {
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 0;
}

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

.text-block-8 {
  font-family: Brink, Arial, sans-serif;
  font-size: 10px;
}

.paragraph-6 {
  font-family: Nexa light, Arial, sans-serif;
}

.paragraph-7 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
}

.industries {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 18px;
  padding: 59px;
  box-shadow: 0 2px 14px #0003;
}

.about_hero {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/hne_ict.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.image-7 {
  vertical-align: baseline;
  display: block;
}

.image-8 {
  width: 50px;
}

.flex-block-2-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/Hexaract_solutions.jpg');
  background-position: 0 0, 50%;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.case-studies {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 18px;
  padding: 0 59px 59px;
  box-shadow: 0 2px 14px #0003;
}

.flex-block-13 {
  width: 100%;
}

.flex-block-14 {
  flex-flow: row;
  flex: none;
  width: 80%;
  overflow: auto;
}

.flex-block-14-copy {
  border-bottom: 1px solid #000;
  width: 20%;
  margin-right: 23px;
}

.div-block-26 {
  border: 1px solid #000;
  border-radius: 20px;
  flex: none;
  width: 600px;
  margin-right: 31px;
  padding: 24px;
}

.text-block-9 {
  color: #fff;
  margin-bottom: 23px;
  font-family: Brink, Arial, sans-serif;
  font-size: 2em;
}

.bold-text {
  color: #bd202e;
  font-family: Brink, Arial, sans-serif;
  font-size: 20px;
}

.paragraph-8 {
  font-family: Nexa light, Arial, sans-serif;
}

.text-block-10 {
  font-family: Brink, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.text-span {
  font-size: 4em;
}

.bold-text-2 {
  color: #bd202e;
}

.flex-block-15 {
  background-image: url('../images/hne_ict.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 65px;
}

.flex-block-16 {
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  padding: 38px;
}

.bold-text-copy {
  color: #000;
  font-family: Brink, Arial, sans-serif;
}

.text-block-9-copy {
  color: #fff;
  margin-bottom: 23px;
  font-family: Brink, Arial, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.image-9 {
  border-radius: 20px;
  width: 100%;
}

.paragraph-9 {
  border-bottom: 1px dashed #000;
  padding-bottom: 11px;
  font-family: Nexa light, Arial, sans-serif;
}

.flex-block-2-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 18px;
  padding: 73px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.text-span-2 {
  color: #4b4b4b;
}

.text-span-3 {
  color: #bd202e;
}

.paragraph-2-copy {
  color: #000;
  margin-top: 19px;
  font-family: Nexa light, Arial, sans-serif;
}

.flex-block-2-copy-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/hne_casestudies-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 610px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.contact-us {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 21px 36px 81px;
  box-shadow: 0 2px 14px #0003;
}

.flex-block-17 {
  width: 100%;
}

.flex-block-18 {
  width: 50%;
}

.text-block-11 {
  margin-bottom: 17px;
  font-family: Brink, Arial, sans-serif;
}

.button {
  background-color: #bd202e;
  border-radius: 20px;
  padding-left: 58px;
  padding-right: 58px;
  font-family: Nexa light, Arial, sans-serif;
}

.div-block-27 {
  margin-bottom: 38px;
}

.team {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 59px;
  box-shadow: 0 2px 14px #0003;
}

.flex-block-19 {
  flex-flow: row;
  width: 100%;
  margin-top: 23px;
}

.div-block-28 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  width: 50%;
  height: 450px;
  padding: 21px;
}

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

.text-span-5 {
  font-family: Brink, Arial, sans-serif;
  font-size: 20px;
}

.div-block-28-copy {
  background-color: #bd202e;
  border: 1px #000;
  width: 50%;
  padding: 21px;
}

.team-bio-2 {
  color: #fff;
  margin-bottom: 22px;
  font-family: Brink, Arial, sans-serif;
}

._2 {
  color: #000;
}

.flex-block-19-cop {
  border: 1px #000;
  flex-flow: row;
  width: 100%;
  margin-top: 23px;
}

.div-block-28-co {
  border: 0 #000;
  width: 50%;
  padding: 21px;
}

.bold-text-4 {
  color: #fff;
}

.bold-text-5 {
  color: #fff;
  font-family: Brink, Arial, sans-serif;
  font-size: 20px;
}

.solutions_hero, .aboutus_hero {
  width: 100vw;
  height: auto;
  padding: 20px;
}

.mission_hero {
  width: 100vw;
  height: auto;
  padding: 20px 93px;
}

.flex-block-18-copy {
  background-image: url('../images/Hexaract_contact.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 400px;
}

.industries_hero {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/Hexaract_industries.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100vw;
  height: auto;
  padding: 64px 80px;
}

.flex-block-20 {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff24;
  border-radius: 20px;
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  width: 400px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 16px;
}

.text-block-12 {
  color: #fff;
  margin-bottom: 17px;
  font-family: Brink, Arial, sans-serif;
}

.paragraph-10 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-11 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
}

.flex-block-21 {
  border: 1px #000;
  margin-top: 108px;
  margin-bottom: 44px;
  overflow: auto;
}

.hexaract_cta {
  background-image: url('../images/hne_ict.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  padding: 78px;
}

.hexaract_client {
  padding: 80px;
}

.heading-6-copy {
  color: #000;
  font-family: Brink, Arial, sans-serif;
}

.flex-block-22 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 29px;
}

.image-10 {
  width: 200px;
  margin: 19px;
}

.flex-block-23 {
  background-color: #fff;
  width: 50%;
  padding: 32px;
}

.button-2 {
  background-color: #bd202e;
  padding-left: 37px;
  padding-right: 37px;
  font-family: Brink, Arial, sans-serif;
}

.responsive-menu {
  display: none;
}

.div-block-30 {
  flex: 0 auto;
  width: 100%;
}

.heading-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Brink, Arial, sans-serif;
  font-size: 2.5vw;
  line-height: 1em;
}

.heading-copy.b {
  color: #fff;
  margin-top: 0;
}

.heading-copy.w {
  color: #000;
  margin-top: 0;
}

.link-block-6 {
  color: #303030;
  background-color: #363636;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-span-6 {
  color: #bd202e;
  font-size: 14px;
}

.div-block-31 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
}

.text-span-7 {
  font-size: 28px;
}

.bold-text-6 {
  line-height: 28px;
}

.paragraph-12 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
}

.service1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/network-cables-connected-network-switches-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.bold-text-7 {
  color: #fff;
  text-decoration: none;
}

.paragraph-13 {
  margin-top: 16px;
  font-family: Nexa light, Arial, sans-serif;
}

.text-span-8 {
  font-size: 24px;
}

.flex-block-25 {
  width: 100%;
  overflow: auto;
}

.div-block-32 {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  width: 20%;
  margin-right: 27px;
  padding: 24px;
}

.text-block-14 {
  margin-bottom: 11px;
  font-family: Brink, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-14 {
  font-family: Nexa light, Arial, sans-serif;
}

.paragraph-15 {
  color: #fff;
  margin-bottom: 28px;
  font-family: Nexa light, Arial, sans-serif;
}

.service2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/internet-technology-network-cyber-security-concept-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.service7 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.service6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/futuristic-woman-wearing-augmented-reality-glasses-night-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.service5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/team-leader-server-room-teaching-intern-how-monitor-performance-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.service4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/person-working-html-computer-min.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.service3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#0000 48%, #000), url('../images/programming-background-with-person-working-with-codes-computer-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  margin-top: 18px;
  padding: 427px 59px 65px;
  position: static;
  box-shadow: 0 2px 14px #0003;
}

.services {
  background-image: url('../images/Hexaract_background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  padding: 101px;
  display: flex;
}

.image-12 {
  width: 20px;
  margin-right: 10px;
}

.link-5 {
  color: #fff;
  font-family: Nexa light, Arial, sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .landingcontainer, .landingcontainer_inner {
    padding: 10px;
  }

  .navbar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .h_logo {
    width: 15%;
  }

  .menu_links {
    width: 70%;
    display: none;
  }

  .link {
    font-size: 10px;
  }

  .action_block {
    width: 15%;
  }

  .complaints_button {
    width: 100px;
    display: none;
  }

  .text-block {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .h_responsive-menu {
    display: flex;
  }

  .heading {
    font-size: 3em;
  }

  .heading.b {
    font-size: 2em;
  }

  .heading.w {
    font-size: 3em;
  }

  .paragraphlight.w {
    width: 70%;
  }

  .learnmore_button {
    width: 150px;
    display: block;
  }

  .hexarct_brand-video {
    padding-right: 23px;
  }

  .hero_solutionists {
    flex-flow: column;
    height: 260px;
  }

  .h_solutions {
    width: 100%;
    height: 60%;
    padding-top: 5px;
    padding-right: 0;
  }

  .h_aboutus {
    width: 100%;
    height: 40%;
    padding-top: 10px;
    padding-left: 0;
  }

  .flex-block {
    padding: 11px;
  }

  .div-block-6 {
    padding: 15px;
  }

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

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

  .link-block-4 {
    width: 15px;
  }

  .explore_button {
    width: 180px;
    display: block;
  }

  .h_base-layout {
    padding: 10px 15px;
  }

  .flex-block-2 {
    padding: 211px 25px 25px;
  }

  .flex-block-4 {
    padding: 36px 30px;
  }

  .heading-3.black {
    font-size: 3em;
  }

  .div-block-12 {
    padding: 13px;
  }

  .paragraph-4 {
    width: 80%;
  }

  .flex-block-6 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-block-7 {
    width: 200px;
    margin-left: 14px;
  }

  .div-block-14-copy {
    flex-flow: column;
  }

  .footer {
    padding: 34px;
  }

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

  .div-block-15 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .div-block-17 {
    margin-left: 9px;
  }

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

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

  .servicedescr {
    flex-flow: column;
    padding: 10px 28px;
  }

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

  .div-block-21 {
    margin-top: 22px;
    margin-bottom: 24px;
  }

  .industries {
    padding: 25px;
  }

  .about_hero, .flex-block-2-copy {
    padding: 211px 25px 25px;
  }

  .case-studies {
    padding: 25px;
  }

  .flex-block-14 {
    width: 100%;
  }

  .flex-block-14-copy {
    width: auto;
  }

  .div-block-26 {
    width: 400px;
    margin-top: 15px;
  }

  .text-block-10 {
    padding-bottom: 10px;
  }

  .flex-block-15 {
    padding: 24px;
  }

  .flex-block-16 {
    padding: 18px;
  }

  .bold-text-copy {
    font-size: 1em;
  }

  .text-block-9-copy {
    font-size: 2em;
  }

  .flex-block-2-copy, .flex-block-2-copy-copy {
    padding: 211px 25px 25px;
  }

  .contact-us {
    padding: 25px;
  }

  .team {
    padding: 25px 34px;
  }

  .solutions_hero, .aboutus_hero {
    padding: 10px;
  }

  .mission_hero {
    padding: 10px 30px;
  }

  .industries_hero {
    padding: 10px 15px;
  }

  .hexaract_cta {
    padding: 38px;
  }

  .hexaract_client {
    padding: 32px;
  }

  .flex-block-22 {
    flex: 1;
    overflow: scroll;
  }

  .image-10 {
    flex: 1;
    margin: 4px;
  }

  .flex-block-23 {
    width: 70%;
  }

  .responsive-menu {
    text-align: right;
    background-color: #bc202e;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    height: 80vw;
    margin-top: 97px;
    padding-top: 24px;
    padding-left: 65px;
    padding-right: 36px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .link-3 {
    color: #fff;
    margin-top: 29px;
    font-family: Nexa light, Arial, sans-serif;
    text-decoration: none;
  }

  .image-11 {
    width: 100%;
  }

  .link-block-5 {
    width: 34px;
  }

  .button-3 {
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 25px;
    font-family: Nexa light, Arial, sans-serif;
  }

  .heading-copy {
    font-size: 3em;
  }

  .heading-copy.b {
    font-size: 2em;
  }

  .heading-copy.w {
    font-size: 3em;
  }

  .link-4 {
    color: #1b1b1b;
    text-align: right;
    margin-top: 8px;
    font-family: Nexa light, Arial, sans-serif;
    text-decoration: none;
  }

  .flex-block-24 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .service1 {
    padding: 211px 25px 25px;
  }

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

  .div-block-32 {
    width: 100%;
    margin-bottom: 14px;
  }

  .paragraph-14 {
    margin-bottom: 0;
  }

  .service2, .service7, .service6, .service5, .service4, .service3 {
    padding: 211px 25px 25px;
  }

  .services {
    flex-flow: column;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    width: 30%;
  }

  .text-block {
    padding-left: 13px;
    padding-right: 13px;
  }

  .hexarct_brand-video {
    padding-right: 25px;
  }

  .hero_solutionists {
    height: 250px;
    margin-top: 15px;
  }

  .h_solutions {
    padding: 10px;
  }

  .h_aboutus {
    flex-flow: row;
    padding: 10px;
    display: block;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
  }

  .heading-2.b {
    margin-bottom: 0;
  }

  .paragraph {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .explore_button {
    width: 150px;
  }

  .div-block-7 {
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    height: 100%;
    display: flex;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    height: 100%;
    display: flex;
  }

  .image-4 {
    height: 100%;
  }

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

  .flex-block-3 {
    width: 100%;
  }

  .paragraph-2 {
    margin-left: 46px;
    display: none;
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .flex-block-7 {
    width: 100%;
    margin-top: 17px;
    margin-left: 0;
  }

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

  .div-block-15 {
    width: 100%;
    margin-bottom: 14px;
  }

  .div-block-16 {
    text-align: center;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .text-block-3-copy {
    padding-right: 0;
  }

  .div-block-17 {
    margin: 15px;
  }

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

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

  .div-block-23 {
    border-radius: 10px;
    width: 10%;
    padding: 10px;
  }

  .industries, .about_hero {
    flex-flow: column;
  }

  .image-8 {
    width: 75px;
  }

  .flex-block-2-copy, .case-studies {
    flex-flow: column;
  }

  .flex-block-16 {
    width: 70%;
  }

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

  .paragraph-2-copy {
    margin-left: 46px;
    display: block;
  }

  .flex-block-2-copy-copy, .contact-us, .flex-block-17 {
    flex-flow: column;
  }

  .flex-block-18 {
    width: 100%;
  }

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

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

  .team, .flex-block-19 {
    flex-flow: column;
  }

  .div-block-28, .div-block-28-copy {
    width: 100%;
  }

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

  .div-block-28-co {
    width: 100%;
  }

  .flex-block-18-copy {
    width: 100%;
    margin-top: 24px;
  }

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

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

  .hexaract_cta {
    padding: 36px;
  }

  .flex-block-22 {
    overflow: auto;
  }

  .flex-block-23 {
    padding: 21px;
  }

  .responsive-menu {
    height: 110vw;
  }

  .service1, .service2, .service7, .service6, .service5, .service4, .service3 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .h_logo {
    width: 40%;
  }

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

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

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

  .heading {
    text-align: center;
    font-size: 2em;
  }

  .landing-heading-block {
    margin-bottom: 9px;
  }

  .paragraphlight.w {
    width: 100%;
  }

  .landingparagraph {
    text-align: center;
  }

  .hexarct_brand-video {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 16px;
    display: flex;
  }

  .div-block-2 {
    padding: 10px;
  }

  .hero_solutionists {
    height: 260px;
    padding-bottom: 7px;
  }

  .h_solutions {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h_aboutus {
    height: 40%;
    padding: 0;
  }

  .flex-block {
    border-radius: 10px;
    padding: 5px;
  }

  .heading-2 {
    font-size: .9em;
  }

  .heading-2.b {
    font-size: .7em;
  }

  .paragraph {
    font-size: 9px;
    line-height: 9px;
  }

  .h_base-layout {
    padding-left: 11px;
    padding-right: 11px;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: 0;
  }

  .flex-block-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .heading-3.black {
    font-size: 2em;
    line-height: 36px;
  }

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

  .heading-4 {
    font-size: 19px;
    line-height: 21px;
  }

  .div-block-13, .paragraph-4 {
    width: 100%;
  }

  .div-block-16 {
    text-align: center;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-block-3-copy {
    padding-right: 0;
  }

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

  .servicedescr {
    flex-flow: column;
    padding: 19px;
  }

  .flex-block-10 {
    width: 100%;
    margin-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-11 {
    padding: 12px;
  }

  .div-block-23 {
    width: 20%;
  }

  .div-block-26 {
    width: 200px;
  }

  .bold-text {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-8 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-10 {
    line-height: .8em;
  }

  .bold-text-2 {
    font-size: .8em;
  }

  .bold-text-3 {
    font-size: .7em;
    line-height: .4em;
  }

  .flex-block-16 {
    width: 100%;
  }

  .bold-text-copy {
    font-size: .7em;
    line-height: 10px;
  }

  .text-block-9-copy {
    line-height: .6em;
  }

  .paragraph-2-copy {
    text-align: center;
    margin-left: 0;
  }

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

  .team {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .solutions_hero, .aboutus_hero, .mission_hero {
    padding-left: 11px;
    padding-right: 11px;
  }

  .industries_hero {
    background-image: linear-gradient(#000000c4, #000000c4), url('../images/Hexaract_industries.jpg');
    background-position: 0 0, 50%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .flex-block-20 {
    padding: 6px;
  }

  .flex-block-21 {
    margin-top: 48px;
  }

  .hexaract_cta {
    padding: 17px;
  }

  .heading-6-copy {
    font-size: 25px;
    line-height: 26px;
  }

  .flex-block-22 {
    overflow: auto;
  }

  .flex-block-23 {
    width: 100%;
  }

  .responsive-menu {
    height: 250vw;
    padding-left: 136px;
  }

  .heading-copy {
    text-align: center;
    font-size: 2em;
  }

  .bold-text-6 {
    line-height: 30px;
  }

  .services {
    flex-flow: column;
    padding: 19px;
  }
}


@font-face {
  font-family: 'Brink';
  src: url('../fonts/Brink-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa light';
  src: url('../fonts/NexaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}