* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
:root {
  --gjs-t-color-primary: #43cbff;
  --gjs-t-color-secondary: #ffffff;
  --gjs-t-color-accent: #b224ef;
  --gjs-t-color-success: #0b2336;
  --gjs-t-color-warning: #ffc107;
  --gjs-t-color-error: #dc3545;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
.gjs-t-body {
  background-color: #080808;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "DM Sans";
}
.gjs-t-h1 {
  color: var(--gjs-t-color-secondary);
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: "Bricolage Grotesque";
}
.gjs-t-h2 {
  color: var(--gjs-t-color-secondary);
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "Bricolage Grotesque";
}
.gjs-t-button {
  background-color: var(--gjs-t-color-accent);
  color: white;
  border-radius: 10rem;
}
.gjs-t-link {
  color: var(--gjs-t-color-secondary);
  text-decoration: none;
}
.gjs-t-border {
  border-radius: 10rem;
  border-color: #ffffff1a;
}
.gjs-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.gjs-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.gjs-plg-flex-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.gjs-plg-flex-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.text-gradient {
  display: inline-block;
  color: #43cbff;
}
.highlight {
  color: #43cbff;
}
.sub-title {
  display: block;
  font-size: 14px;
  color: #ffffff;
  background-clip: border-box;
  font-weight: 300;
}
.center-align {
  text-align: center;
}
.btn {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.header-section {
  padding: 24px 0;
  background: rgba(15, 10, 10, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-menu {
  display: flex;
  gap: 2rem;
}
.nav-link {
  font-weight: 500;
  font-size: 16px;
  background-color: #15192f;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-link:hover {
  color: #43cbff;
}
.header-cta {
  display: block;
}
.hero-section {
  padding-top: 150px;
  undefined: undefined;
  padding-bottom: 100px;
  background-image: radial-gradient(
    circle at 50% 50%,
    rgba(67, 203, 255, 0.1) 0%,
    rgba(15, 10, 10, 0) 50%
  );
}
.hero-row {
  align-items: center;
  gap: 30px;
}
.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.features-grid {
  margin-top: 32px;
  gap: 25px;
}
.feature-card {
  padding: 32px;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  background-image: linear-gradient(
    209deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: 0px 0px;
  background-size: 100% 100%;
  flex: 1 1 0%;
}
.feature-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.05);
}
.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  color: #43cbff;
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
}
.feature-title {
  margin-bottom: 8px;
}
.about-images {
  margin-top: 48px;
}
.about-img {
  width: 100%;
  border-radius: 8px;
  opacity: 0.8;
  transition: opacity 0.3s;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
}
.about-img:hover {
  opacity: 1;
}
.services-section {
  padding-bottom: 128px;
}
.services-grid {
  margin-top: 48px;
  background-image: url("https://cdn.grapesjs.com/workspaces/cmc4xkttt0df99wj7woejj4g8/assets/e13765e4-e46a-448f-b09c-73c21bcdafc3__service-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}
.service-card {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  flex: 1 1 0%;
  justify-content: space-between;
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(40px);
  border-top-color: #ffffff1a;
  border-right-color: #ffffff1a;
  border-bottom-color: #ffffff1a;
  border-left-color: #ffffff1a;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
.service-card:hover {
  border-color: #b224ef;
  box-shadow: 0 10px 40px rgba(178, 36, 239, 0.1);
}
.service-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.service-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.service-link {
  color: #43cbff;
  font-weight: 600;
  margin-top: 16px;
  display: inline-block;
}
.service-link:hover {
  color: #9708cc;
}
.cta-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cta-title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 289px;
  line-height: 346px;
  letter-spacing: 5px;
  color: #121521;
}
.cta-text {
  font-size: 19px;
  max-width: 600px;
  margin: 0 auto 32px;
}
.btn-large {
  padding: 16px 40px;
  font-size: 18px;
}
.footer-section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-row {
  align-items: flex-start;
}
.footer-brand h3 {
  margin-bottom: 16px;
}
.footer-heading {
  font-size: 18px;
  margin-bottom: 24px;
  color: #ffffff;
}
.footer-list li {
  margin-bottom: 13px;
}
.footer-list a {
  color: #999999;
}
.footer-list a:hover {
  color: #43cbff;
}
.footer-bottom {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  color: #555;
}
.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
}
.social-link:hover {
  background: #43cbff;
  color: #190201;
}
.gjs-link-box {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}
#is28bk {
  width: 35px;
  height: 35px;
}
.navbar-cnt {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.navbar-menu-toggle {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: none;
  cursor: pointer;
}
.navbar-items-c {
  display: inline-block;
  float: right;
}
.navbar-menu-nav {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand {
  vertical-align: top;
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  min-height: 40px;
  color: inherit;
  text-decoration: none;
}
.gjs-t-button:hover {
  background-color: #43cbff;
}
.gjs-t-button {
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero-subtitle {
  margin-top: 6px;
  margin-bottom: 32px;
}
.hero-content {
  align-items: flex-start;
  flex: 0 1 75%;
}
.gjs-t-border {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
.gjs-icon {
  display: inline-block;
  text-decoration: none;
  fill: currentColor;
}
.navbar {
  color: #ddd;
  min-height: 50px;
  width: 100%;
}
.navbar-container {
  max-width: 950px;
  margin: 0 auto;
  width: 95%;
}
.navbar-container::after {
  content: "";
  clear: both;
  display: block;
}
.navbar-menu-link {
  margin: 0;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
}
.navbar-burger {
  margin: 10px 0;
  width: 45px;
  padding: 5px 10px;
  display: none;
  float: right;
  cursor: pointer;
}
.navbar-burger-line {
  padding: 1px;
  background-color: white;
  margin: 5px 0;
}
.logo-text {
  font-size: 36px;
  line-height: 44px;
}
.gjs-icon.feature-icon {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.05) 1%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: 0px 0px;
  background-size: auto auto;
  background-repeat: repeat;
  background-attachment: scroll;
  background-origin: padding-box;
}
.section-title {
  font-weight: 500;
}
.subtitle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subtitle-icon {
  width: 18px;
  height: 18px;
  color: #43cbff;
}
.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon {
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 10px;
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
  color: #ffffff;
  background-color: #00020f;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.service-title {
  font-size: 26px;
  line-height: 34px;
}
.hero-image-wrapper {
  flex: 0 1 auto;
}
.service-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.service-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 10px;
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
  color: #ffffff;
  background-color: #b224ef;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  transition: all 0.3s ease 0s;
}
.service-icon:hover {
  background-color: #43cbff;
}
.service-image {
  width: 100%;
}
#irn1i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-2-grid {
  margin-top: 32px;
  gap: 25px;
}
.features-2-card {
  padding: 32px;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  background-image: linear-gradient(
    209deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: 0px 0px;
  background-size: 100% 100%;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.feature-2-icon {
  width: 60px;
  height: 60px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  color: #43cbff;
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
  flex: 0 1 auto;
}
.feature-2-title-left {
  flex: 1 1 0%;
  text-align: right;
  font-size: 20px;
  line-height: 30px;
}
.feature-2-title-right {
  flex: 1 1 0%;
  font-size: 20px;
  line-height: 30px;
}
.sponsorship-grid {
  padding: 32px;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  background-image: linear-gradient(
    215deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: 0px 0px;
  background-size: 100% 100%;
  align-self: center;
  padding-top: 69px;
  position: relative;
}
.sponsorship-subtitle {
  align-items: center;
  margin-bottom: 20px;
  flex: 1 1 0%;
  flex-direction: row;
  position: absolute;
  bottom: 106px;
}
.sponsorship-subtitle-container {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  background-color: #0b2336;
  background-position: 0px 0px;
  background-size: 100% 100%;
  flex: 1 1 0%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 104px;
  left: 30%;
  right: 30%;
}
.sponsosrhip-image-container {
  align-items: stretch;
  margin-bottom: 20px;
  flex: 1 1 0%;
  flex-direction: row;
  margin-top: 38px;
  justify-content: center;
}
.sponsorship-img {
  width: 100%;
}
#irn1i-2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#iq6sp7-3 {
  margin-right: 15px;
}
.projects-container {
  margin-top: 32px;
  padding-top: 50px;
  padding-right: 200px;
  padding-bottom: 50px;
  padding-left: 83px;
}
.project-title {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 56px;
}
.project-content {
  align-items: flex-start;
  gap: 10px;
  padding-top: 39px;
  padding-right: 39px;
  padding-bottom: 39px;
  padding-left: 39px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.71) 1%, rgba(0, 0, 0, 0.71) 100%),
    url("https://cdn.grapesjs.com/workspaces/cmc4xkttt0df99wj7woejj4g8/assets/457c4866-5cce-426b-aafd-db2f4e22d7d1__noise.webp");
  background-position:
    0px 0px,
    center;
  background-size:
    100% 100%,
    cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
}
.project-technology-img {
  width: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.industry-icons {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 10px;
  color: #43cbff;
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.05) 1%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: 0px 0px;
  background-size: auto auto;
}
.industry-card {
  padding: 32px;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  background-image: linear-gradient(
    209deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: 0px 0px;
  background-size: 100% 100%;
  flex: 1 1 0%;
  align-items: center;
}
.industry-title {
  text-align: center;
}
#iNc48 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.input-field {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff1a;
  border-right-color: #ffffff1a;
  border-bottom-color: #ffffff1a;
  border-left-color: #ffffff1a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 1 1 0%;
  color: #ffffff;
}
.btn-primary.gjs-t-button {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.form-card {
  background-image: linear-gradient(
    209deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: padding-box;
  padding: 32px;
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  flex: 1 1 0%;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.card {
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  background-image: linear-gradient(-105deg, rgb(67, 203, 255), #9708cc 100%);
  background-position: 0px 0px;
  background-size: 100% 100%;
  margin-top: 52px;
  flex: 1 1 0%;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
}
.gjs-t-h1 {
  font-weight: 400;
}
.testimony {
  font-size: 16px;
  line-height: 20px;
  margin-top: 23px;
  margin-bottom: 40px;
}
.testimonial-img {
  width: 57px;
  border-top-left-radius: 113px;
  border-top-right-radius: 113px;
  border-bottom-left-radius: 113px;
  border-bottom-right-radius: 113px;
  height: 57px;
}
.testimonial-name {
  font-size: 20px;
  line-height: 30px;
}
.testimonial-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #00020f;
}
.news-title {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.news-date {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
}
.news-card {
  border-radius: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.05);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
  background-image: linear-gradient(
    209deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  background-position: 0px 0px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.news-grid {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.footer-nav-subtitle {
  text-transform: uppercase;
  color: #b2b3b7;
}
.footer-container {
  width: 100%;
}
.footer-nav-title {
  font-size: 42px;
  line-height: 60px;
}
.footer-nav-col {
  align-items: center;
}
.footer-social-icon {
  width: 20px;
  height: 20px;
}
.footer-social-col {
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #262833;
  border-right-color: #262833;
  border-bottom-color: #262833;
  border-left-color: #262833;
}
.footer-social-label {
  text-transform: uppercase;
}
.footer-social-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social-btn {
  width: 25px;
  height: 25px;
}
#footer-3 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#i8piez {
  max-width: 100%;
}
#ipodfp {
  flex: 1 1 25%;
}
#iptksh {
  width: 100%;
  gap: 0px;
}
#im2qc9 {
  max-width: 100%;
}
#footer-3-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.footer-about-col {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #262833;
  border-bottom-color: #262833;
  border-left-color: #262833;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#iuyc1z {
  flex: 1 1 25%;
}
#i1eaf9 {
  flex: 1 1 50%;
  justify-content: center;
}
.footer-about-icon {
  width: 30px;
  height: 30px;
  color: #43cbff;
}
.section-title-row {
  margin-bottom: 30px;
}
#iwnaru {
  white-space: pre-wrap;
}
#i40o7 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#iqogp {
  width: 600px;
}
#ic51z9-3 {
  background-color: #2e3a59;
}
#ic51z9-2 {
  background-color: #2e3a59;
}
@media (max-width: 992px) {
  #ic51z9-2 {
    display: none;
  }
  .logo-text {
    font-size: 30px;
    line-height: 38px;
  }
  .nav-link.gjs-t-link.gjs-t-border {
    font-size: 14px;
  }
  .gjs-t-h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .gjs-t-body {
    font-size: 14px;
    line-height: 20px;
  }
  .gjs-t-h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .features-grid {
    flex-wrap: wrap;
  }
  .industry-card {
    flex: 0 1 auto;
  }
  .cta-title {
    font-size: 215px;
    line-height: 238px;
  }
}
@media (max-width: 768px) {
  .navbar-menu {
    display: none;
  }
  .navbar-menu-toggle {
    display: block;
  }
  .navbar-menu-nav {
    width: 100%;
    flex-direction: column;
  }
  .navbar-items-c {
    display: none;
    width: 100%;
  }
  .navbar-burger {
    display: block;
  }
  .navbar-menu-link {
    display: block;
  }
}
@media (max-width: 480px) {
  .cta-title {
    font-size: 85px;
    line-height: 105px;
  }
  .navbar-menu-toggle {
    align-self: center;
    display: flex;
  }
  .navbar-menu-nav {
    align-items: center;
  }
  .nav-link.gjs-t-link.gjs-t-border {
    width: 136px;
    text-align: center;
  }
  .hero-row {
    flex-direction: column;
  }
  .section-title-row {
    flex-direction: column;
  }
  .hero-section {
    padding-top: 41px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  .services-grid {
    flex-direction: column;
  }
  .feature-2-title-left {
    font-size: 18px;
    line-height: 28px;
  }
  .feature-2-title-right {
    font-size: 18px;
    line-height: 28px;
  }
  .project-content {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .projects-container {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .card {
    flex-direction: column;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .form-row {
    flex-direction: column;
  }
  .news-grid {
    flex-direction: column;
  }
  .footer-row {
    flex-direction: column;
    align-items: center;
  }
  #iptksh {
    flex-direction: column;
  }
}
