.header-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(68, 16, 38) 0.00%,rgb(36, 6, 23) 100.00%);
}
.header-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.header-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-image {
  width: 100px;
  display: none;
  object-fit: cover;
}
.header-navlink {
  display: contents;
}
.header-image1 {
  width: 100px;
  display: none;
  object-fit: cover;
  text-decoration: none;
}
.header-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.header-icon {
  width: 36px;
  height: 36px;
}
.header-links-container {
  width: 100%;
  height: 80px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-link {
  color: var(--dl-color-primary-white50);
  font-style: normal;
  text-decoration: none;
}
.header-link1 {
  color: var(--dl-color-primary-white50);
  font-style: normal;
  text-decoration: none;
}
.header-navlink1 {
  display: contents;
}
.header-image2 {
  width: auto;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
.header-link2 {
  color: var(--dl-color-primary-white50);
  font-style: normal;
  text-decoration: none;
}
.header-link3 {
  color: var(--dl-color-primary-white50);
  font-style: normal;
}
.header-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.header-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.header-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-icon2 {
  width: 24px;
  height: 24px;
}
.header-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-link4 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
}
.header-link5 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
}
.header-link6 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
}
.header-root-class-name {
  background-image: linear-gradient(90deg, rgb(68, 16, 38) 0.00%,rgb(36, 6, 23) 100.00%);
}
@media(max-width: 1600px) {
  .header-image {
    display: none;
  }
}
@media(max-width: 1200px) {
  .header-left-side {
    justify-content: center;
  }
  .header-image {
    display: none;
  }
  .header-links-container {
    max-width: 1100px;
  }
}
@media(max-width: 991px) {
  .header-navbar {
    max-width: 950px;
  }
  .header-image {
    display: none;
  }
}
@media(max-width: 767px) {
  .header-navbar {
    height: auto;
  }
  .header-left-side {
    padding: var(--dl-space-space-doubleunit);
    flex-direction: row;
    justify-content: space-between;
  }
  .header-image {
    width: auto;
  }
  .header-image1 {
    width: auto;
    display: flex;
  }
  .header-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-primary-backlight);
  }
  .header-icon {
    fill: var(--dl-color-gray-white);
  }
  .header-links-container {
    display: none;
  }
  .header-mobile-menu {
    display: none;
    background-color: var(--dl-color-primary-back);
  }
  .header-container {
    justify-content: flex-end;
  }
  .header-close-menu {
    align-items: flex-end;
  }
  .header-icon2 {
    fill: var(--dl-color-gray-white);
  }
  .header-link4 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link5 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link6 {
    color: var(--dl-color-gray-white);
    margin-bottom: 0px;
  }
}
@media(max-width: 479px) {
  .header-left-side {
    align-items: center;
  }
  .header-image {
    width: auto;
  }
  .header-image1 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .header-burger-menu {
    background-color: var(--dl-color-primary-backlight);
  }
  .header-mobile-menu {
    display: none;
    z-index: 100;
  }
  .header-container {
    margin-top: 0px;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-links-container1 {
    width: 100%;
  }
  .header-link4 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link5 {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link6 {
    align-self: flex-start;
  }
}

.footer-footer {
  width: 100%;
  height: 80px;
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  position: relative;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--dl-color-primary-back);
}
.footer-container {
  width: 250px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-navlink {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.footer-navlink1 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.footer-copyright {
  color: var(--dl-color-gray-white);
  font-style: normal;
}

.footer-root-class-name1 {
  background-color: transparent;
}
.footer-root-class-name2 {
  background-color: transparent;
}
.footer-root-class-name3 {
  background-color: transparent;
}


@media(max-width: 1200px) {
  .footer-footer {
    padding: var(--dl-space-space-unit);
    max-width: auto;
  }
}
@media(max-width: 991px) {
  .footer-footer {
    max-width: auto;
  }
}
@media(max-width: 767px) {
  .footer-footer {
    max-width: auto;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    height: auto;
    max-width: auto;
    padding-top: var(--dl-space-space-doubleunit);
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-doubleunit);
  }
  .footer-container {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .footer-root-class-name5 {
    max-width: auto;
  }
}

.what-we-do-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.what-we-do-cybersecurity {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-image: radial-gradient(circle at center, rgba(243, 79, 106, 0.3) 0.00%,rgba(255, 255, 255, 0.3) 100.00%);
}
.what-we-do-content-container {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.what-we-do-hero-text {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-heading {
  color: var(--dl-color-gray-black);
  width: 90%;
  z-index: 100;
  align-self: flex-start;
  text-align: left;
  line-height: 1.22;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text001 {
  color: var(--dl-color-gray-500);
}
.what-we-do-container01 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-image {
  width: 601px;
  height: 829px;
  object-fit: cover;
}
.what-we-do-antivirus-protection {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-container02 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-color: var(--dl-color-primary-back);
}
.what-we-do-container03 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
}
.what-we-do-container04 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-image1 {
  width: 547px;
  object-fit: cover;
}
.what-we-do-container05 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: space-between;
  flex-direction: column;
}
.what-we-do-container06 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text015 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text018 {
  color: var(--dl-color-primary-white50);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text022 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text026 {
  color: var(--dl-color-primary-white50);
}
.what-we-do-business-intelligence {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-image: radial-gradient(circle at center, rgb(255, 255, 255) 1.00%,rgba(243, 79, 106, 0.1) 99.00%);
}
.what-we-do-container07 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container08 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.what-we-do-text036 {
  font-size: 56px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text038 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-text039 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container09 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.what-we-do-text041 {
  color: var(--dl-color-gray-500);
  width: 650px;
  text-align: center;
}
.what-we-do-text042 {
  text-align: center;
}
.what-we-do-container10 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  justify-content: space-between;
}
.what-we-do-container11 {
  flex: 0 0 auto;
  width: 33%;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.what-we-do-container12 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-container13 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-icon {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-container14 {
  flex: 0 0 auto;
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text044 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text047 {
  color: var(--dl-color-gray-500);
}
.what-we-do-container15 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-container16 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-icon02 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-container17 {
  flex: 0 0 auto;
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text051 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text054 {
  color: var(--dl-color-gray-500);
}
.what-we-do-image2 {
  width: 299px;
  height: 547px;
  object-fit: cover;
}
.what-we-do-container18 {
  flex: 0 0 auto;
  width: 33%;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.what-we-do-container19 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-container20 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-icon04 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-container21 {
  flex: 0 0 auto;
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text060 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text063 {
  color: var(--dl-color-gray-500);
}
.what-we-do-container22 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-container23 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-icon06 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-container24 {
  flex: 0 0 auto;
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text069 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text072 {
  color: var(--dl-color-gray-500);
}
.what-we-do-remote-i-t-support {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-color: var(--dl-color-primary-back);
}
.what-we-do-container25 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
}
.what-we-do-container26 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: space-between;
  flex-direction: column;
}
.what-we-do-container27 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text078 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text080 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-text082 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text083 {
  color: var(--dl-color-primary-white50);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text090 {
  color: var(--dl-color-gray-white);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text093 {
  color: var(--dl-color-primary-white50);
}
.what-we-do-image3 {
  width: 560px;
  height: 810px;
  object-fit: cover;
}
.what-we-do-data-analytics {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-tenunits);
  background-image: radial-gradient(circle at center, rgba(243, 79, 106, 0.3) 0.00%,rgba(255, 255, 255, 0.3) 100.00%);
}
.what-we-do-container28 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-container29 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.what-we-do-text099 {
  font-size: 56px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text101 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container30 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.what-we-do-text103 {
  color: var(--dl-color-gray-500);
  width: 600px;
}
.what-we-do-container31 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  justify-content: space-between;
}
.what-we-do-container32 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.what-we-do-container33 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.what-we-do-container34 {
  flex: 0 0 auto;
  width: 380px;
  height: 300px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  position: relative;
  align-self: flex-start;
  align-items: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-primary-white50);
}
.what-we-do-container35 {
  top: -25px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0.5);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius24);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-icon08 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-text105 {
  font-size: 18px;
  margin-top: var(--dl-space-space-tripleunit);
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text108 {
  color: var(--dl-color-gray-500);
}
.what-we-do-container36 {
  flex: 0 0 auto;
  width: 380px;
  height: 300px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  position: relative;
  align-self: flex-start;
  align-items: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-primary-white50);
}
.what-we-do-container37 {
  top: -25px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0.5);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius24);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-icon10 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-text112 {
  font-size: 18px;
  margin-top: var(--dl-space-space-tripleunit);
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text115 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.what-we-do-container38 {
  flex: 0 0 auto;
  width: 380px;
  height: 300px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  position: relative;
  align-self: flex-start;
  align-items: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-primary-white50);
}
.what-we-do-container39 {
  top: -25px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0.5);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius24);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-icon12 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-text119 {
  font-size: 18px;
  margin-top: var(--dl-space-space-tripleunit);
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text122 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.what-we-do-container40 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.what-we-do-container41 {
  flex: 0 0 auto;
  width: 380px;
  height: 350px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  position: relative;
  align-self: flex-start;
  align-items: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-primary-white50);
}
.what-we-do-container42 {
  top: -25px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0.5);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius24);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-icon14 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-text126 {
  font-size: 18px;
  margin-top: var(--dl-space-space-tripleunit);
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text129 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.what-we-do-container43 {
  flex: 0 0 auto;
  width: 380px;
  height: 350px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  position: relative;
  align-self: flex-start;
  align-items: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-primary-white50);
}
.what-we-do-container44 {
  top: -25px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0.5);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius24);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-icon16 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-text135 {
  font-size: 18px;
  margin-top: var(--dl-space-space-tripleunit);
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text138 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.what-we-do-container45 {
  flex: 0 0 auto;
  width: 380px;
  height: 350px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  position: relative;
  align-self: flex-start;
  align-items: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-primary-white50);
}
.what-we-do-container46 {
  top: -25px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0.5);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius24);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.what-we-do-icon18 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-text144 {
  font-size: 18px;
  margin-top: var(--dl-space-space-tripleunit);
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.what-we-do-text147 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.what-we-do-cloud-backup {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
}
.what-we-do-container47 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
}
.what-we-do-image4 {
  width: 560px;
  height: 810px;
  object-fit: cover;
  border-radius: 10px;
}
.what-we-do-container48 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text153 {
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text155 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-text156 {
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-container49 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-container50 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-icon20 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-container51 {
  flex: 0 0 auto;
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text160 {
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text161 {
  color: var(--dl-color-gray-500);
}
.what-we-do-container52 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-container53 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-icon22 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-container54 {
  flex: 0 0 auto;
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text165 {
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text166 {
  color: var(--dl-color-gray-500);
}
.what-we-do-container55 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.what-we-do-container56 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
}
.what-we-do-icon24 {
  fill: #ffb762;
  width: 24px;
  height: 24px;
}
.what-we-do-container57 {
  flex: 0 0 auto;
  width: 85%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.what-we-do-text170 {
  margin-bottom: var(--dl-space-space-tripleunit);
}
.what-we-do-text173 {
  color: var(--dl-color-gray-500);
}
.what-we-do-networking {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-image: radial-gradient(circle at center, rgb(255, 255, 255) 1.00%,rgba(243, 79, 106, 0.1) 99.00%);
}
.what-we-do-container58 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
}
.what-we-do-container59 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.what-we-do-text177 {
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-text178 {
  color: var(--dl-color-gray-500);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.what-we-do-container60 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.what-we-do-container61 {
  flex: 0 0 auto;
  width: 210px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text183 {
  color: var(--dl-color-primary-pink);
  align-self: center;
}
.what-we-do-container62 {
  flex: 0 0 auto;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text184 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container63 {
  flex: 0 0 auto;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text185 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container64 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.what-we-do-container65 {
  flex: 0 0 auto;
  width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text186 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container66 {
  flex: 0 0 auto;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text187 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container67 {
  flex: 0 0 auto;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text188 {
  color: var(--dl-color-primary-pink);
  align-self: center;
}
.what-we-do-container68 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.what-we-do-container69 {
  flex: 0 0 auto;
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text189 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container70 {
  flex: 0 0 auto;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text190 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container71 {
  flex: 0 0 auto;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text191 {
  color: var(--dl-color-primary-pink);
}
.what-we-do-container72 {
  flex: 0 0 auto;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  background-color: #f9deee;
}
.what-we-do-text192 {
  color: var(--dl-color-primary-pink);
  align-self: center;
}
.what-we-do-text193 {
  color: var(--dl-color-gray-500);
}
.what-we-do-image5 {
  width: 560px;
  height: 810px;
  object-fit: cover;
  border-radius: 10px;
}
.what-we-do-footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(68, 16, 38) 0.00%,rgb(36, 6, 23) 100.00%);
}
@media(max-width: 1200px) {
  .what-we-do-container01 {
    width: 45%;
  }
  .what-we-do-image {
    width: 100%;
    height: 100%;
  }
  .what-we-do-container04 {
    width: 45%;
  }
  .what-we-do-image1 {
    width: 100%;
  }
  .what-we-do-image2 {
    width: 30%;
    height: auto;
  }
  .what-we-do-image3 {
    width: 45%;
    height: auto;
  }
  .what-we-do-container34 {
    width: 30%;
    height: 400px;
  }
  .what-we-do-container36 {
    width: 30%;
    height: 400px;
  }
  .what-we-do-container38 {
    width: 30%;
    height: 400px;
  }
  .what-we-do-text119 {
    text-align: center;
  }
  .what-we-do-container41 {
    width: 30%;
    height: 400px;
  }
  .what-we-do-container43 {
    width: 30%;
    height: 400px;
  }
  .what-we-do-container45 {
    width: 30%;
    height: 400px;
  }
  .what-we-do-text144 {
    text-align: center;
  }
  .what-we-do-image4 {
    width: 45%;
    height: auto;
  }
  .what-we-do-networking {
    padding-top: var(--dl-space-space-tenunits);
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-tenunits);
  }
  .what-we-do-image5 {
    width: 45%;
    height: auto;
  }
}
@media(max-width: 991px) {
  .what-we-do-cybersecurity {
    flex-direction: column-reverse;
  }
  .what-we-do-content-container {
    flex-direction: column-reverse;
  }
  .what-we-do-hero-text {
    width: 80%;
  }
  .what-we-do-container03 {
    align-items: center;
    justify-content: flex-start;
  }
  .what-we-do-container04 {
    display: none;
  }
  .what-we-do-image1 {
    display: none;
  }
  .what-we-do-container05 {
    width: 100%;
  }
  .what-we-do-container10 {
    max-width: 1100px;
    flex-direction: column;
    justify-content: space-between;
  }
  .what-we-do-container11 {
    width: 100%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .what-we-do-container13 {
    margin-right: var(--dl-space-space-unit);
  }
  .what-we-do-container15 {
    margin-bottom: 0px;
  }
  .what-we-do-container16 {
    margin-right: var(--dl-space-space-unit);
  }
  .what-we-do-image2 {
    width: 25%;
    height: auto;
    display: none;
    margin-top: var(--dl-space-space-fiveunits);
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container18 {
    width: 100%;
  }
  .what-we-do-container20 {
    margin-right: var(--dl-space-space-unit);
  }
  .what-we-do-container22 {
    margin-bottom: 0px;
  }
  .what-we-do-container23 {
    margin-right: var(--dl-space-space-unit);
  }
  .what-we-do-container25 {
    flex-direction: column;
  }
  .what-we-do-container26 {
    width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container27 {
    flex-direction: column;
  }
  .what-we-do-image3 {
    width: 50%;
    height: auto;
  }
  .what-we-do-container33 {
    flex-direction: column;
  }
  .what-we-do-container34 {
    width: 100%;
    height: auto;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container36 {
    width: 100%;
    height: auto;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container38 {
    width: 100%;
    height: auto;
  }
  .what-we-do-container40 {
    flex-direction: column;
  }
  .what-we-do-container41 {
    width: 100%;
    height: auto;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container43 {
    width: 100%;
    height: auto;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container45 {
    width: auto;
    height: 100%;
  }
  .what-we-do-container47 {
    flex-direction: column;
  }
  .what-we-do-image4 {
    width: 50%;
    height: auto;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container48 {
    width: 100%;
  }
  .what-we-do-container58 {
    flex-direction: column;
  }
  .what-we-do-container59 {
    width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container60 {
    width: 65%;
    align-self: center;
  }
  .what-we-do-container64 {
    width: 65%;
    align-self: center;
  }
  .what-we-do-container68 {
    width: 65%;
    align-self: center;
  }
  .what-we-do-image5 {
    width: 50%;
    height: auto;
  }
}
@media(max-width: 767px) {
  .what-we-do-container60 {
    width: 85%;
  }
  .what-we-do-container64 {
    width: 85%;
  }
  .what-we-do-container68 {
    width: 85%;
  }
}
@media(max-width: 479px) {
  .what-we-do-cybersecurity {
    padding: var(--dl-space-space-tripleunit);
  }
  .what-we-do-hero-text {
    width: 100%;
  }
  .what-we-do-heading {
    width: 100%;
    z-index: 99;
    font-size: 2em;
    text-align: center;
  }
  .what-we-do-container01 {
    width: 100%;
  }
  .what-we-do-image {
    width: 100%;
    height: auto;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-container02 {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-text015 {
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
  .what-we-do-text022 {
    text-align: left;
  }
  .what-we-do-text026 {
    line-height: 2;
  }
  .what-we-do-business-intelligence {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-text036 {
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
  .what-we-do-text041 {
    text-align: left;
  }
  .what-we-do-container12 {
    flex-direction: column;
  }
  .what-we-do-container13 {
    align-self: flex-start;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: var(--dl-space-space-doubleunit);
    margin-bottom: var(--dl-space-space-doubleunit);
    background-color: var(--dl-color-gray-white);
  }
  .what-we-do-container14 {
    width: 100%;
  }
  .what-we-do-text044 {
    font-size: 16px;
  }
  .what-we-do-container15 {
    flex-direction: column;
  }
  .what-we-do-container16 {
    margin-right: var(--dl-space-space-doubleunit);
    margin-bottom: var(--dl-space-space-doubleunit);
    background-color: var(--dl-color-gray-white);
  }
  .what-we-do-container17 {
    width: 100%;
  }
  .what-we-do-text051 {
    font-size: 16px;
  }
  .what-we-do-container19 {
    flex-direction: column;
  }
  .what-we-do-container20 {
    margin-right: var(--dl-space-space-doubleunit);
    margin-bottom: var(--dl-space-space-doubleunit);
    background-color: var(--dl-color-gray-white);
  }
  .what-we-do-container21 {
    width: 100%;
  }
  .what-we-do-text060 {
    font-size: 16px;
  }
  .what-we-do-container22 {
    flex-direction: column;
  }
  .what-we-do-container23 {
    margin-right: var(--dl-space-space-doubleunit);
    margin-bottom: var(--dl-space-space-doubleunit);
    background-color: var(--dl-color-gray-white);
  }
  .what-we-do-container24 {
    width: 100%;
  }
  .what-we-do-text069 {
    font-size: 16px;
  }
  .what-we-do-remote-i-t-support {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-text078 {
    font-size: 2em;
    text-align: center;
  }
  .what-we-do-image3 {
    width: 100%;
  }
  .what-we-do-data-analytics {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-text099 {
    font-size: 2em;
  }
  .what-we-do-text103 {
    text-align: center;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-text105 {
    font-size: 16px;
  }
  .what-we-do-text108 {
    text-align: center;
  }
  .what-we-do-text112 {
    font-size: 16px;
  }
  .what-we-do-text119 {
    font-size: 16px;
  }
  .what-we-do-text126 {
    font-size: 16px;
  }
  .what-we-do-text135 {
    font-size: 16px;
  }
  .what-we-do-text144 {
    font-size: 16px;
  }
  .what-we-do-cloud-backup {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-image4 {
    width: 100%;
  }
  .what-we-do-text153 {
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
  .what-we-do-container50 {
    margin-right: var(--dl-space-space-doubleunit);
  }
  .what-we-do-text160 {
    font-size: 16px;
  }
  .what-we-do-container53 {
    margin-right: var(--dl-space-space-doubleunit);
  }
  .what-we-do-text165 {
    font-size: 16px;
  }
  .what-we-do-container56 {
    margin-right: var(--dl-space-space-doubleunit);
  }
  .what-we-do-text170 {
    font-size: 16px;
  }
  .what-we-do-networking {
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .what-we-do-text177 {
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
  .what-we-do-container60 {
    display: none;
  }
  .what-we-do-container64 {
    display: none;
  }
  .what-we-do-container68 {
    display: none;
  }
  .what-we-do-image5 {
    width: 100%;
  }
}
