body.theme-child {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
body.theme-child .skip-link {
  display: none;
}

body.theme-child {
  font-family: "Inter", sans-serif;
}
body.theme-child .elementor-section {
  scroll-margin-top: 160px;
}
body.theme-child .elementor-widget-heading h1.elementor-heading-title,
body.theme-child .elementor-widget-heading h2.elementor-heading-title,
body.theme-child .elementor-widget-heading h3.elementor-heading-title {
  font-family: "Inter Tight", sans-serif;
}
body.theme-child .elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(2.5rem, 2.5rem + 2rem * (100vw - 375px) / (1065px), 4.5rem);
  line-height: 1.16;
  font-family: "Inter Tight", sans-serif;
}
body.theme-child .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(1.875rem, 1.875rem + 1.25rem * (100vw - 375px) / (1065px), 3.125rem);
  line-height: 1.2;
}
body.theme-child .elementor-widget-heading h3.elementor-heading-title {
  font-size: clamp(1.625rem, 1.625rem + 0.875rem * (100vw - 375px) / (1065px), 2.5rem);
  line-height: 1.18;
}
body.theme-child .elementor-widget-heading h4.elementor-heading-title {
  font-size: clamp(1.5rem, 1.5rem + 0.375rem * (100vw - 375px) / (1065px), 1.875rem);
  line-height: 1.25;
}
body.theme-child .elementor-widget-heading h5.elementor-heading-title {
  font-size: clamp(1.125rem, 1.125rem + 0.375rem * (100vw - 375px) / (1065px), 1.5rem);
  line-height: 1.4;
}
body.theme-child .elementor-widget-heading h6.elementor-heading-title {
  font-size: clamp(1rem, 1rem + 0.25rem * (100vw - 375px) / (1065px), 1.25rem);
  line-height: 1.5;
}
body.theme-child .elementor-widget-heading.sub-title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 32px;
}
body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: currentColor;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.theme-child .elementor-widget-heading.alt .elementor-heading-title {
  padding-right: 32px;
}
body.theme-child .elementor-widget-heading.alt .elementor-heading-title::after {
  left: auto;
  display: block;
  right: 0;
}
body.theme-child .elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.6;
}
body.theme-child #technology .e-heading-base {
  font-family: "Inter Tight", sans-serif;
}

body.theme-child .elementor-location-header {
  position: sticky;
  background: #fff;
  z-index: 100;
  top: 0;
  border-bottom: solid 1px #e2e8f0;
  box-shadow: 0 4px 8px -4px rgba(2, 6, 23, 0.1);
}
body.theme-child .elementor-location-header .elementor-widget-button .elementor-button {
  font-size: 14px;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li {
  display: flex;
  padding: 0;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li a.elementor-item {
  padding: 8px 16px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu li:last-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown-tablet {
    width: 100%;
  }
  body.theme-child .elementor-location-header .elementor-widget-nav-menu {
    display: flex;
  }
  body.theme-child .elementor-location-header .elementor-menu-toggle {
    background: #fff;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown {
    position: fixed;
    height: 100%;
    width: 100vw;
    max-width: none;
    left: 0;
    top: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    background: #020617;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul {
    width: 100%;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: solid 1px #475569;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul li a.elementor-item {
    font-size: 18px;
    padding: 16px;
    color: #cbd5e1;
    transition: all 0.4s ease;
    width: 100%;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul li a.elementor-item:hover {
    background: transparent;
    color: white;
    background: #1e293b;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul li:last-child {
    padding-top: 32px;
    border-bottom: none;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul li:last-child a.elementor-item {
    color: white;
    background: #2563eb;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul li:last-child a.elementor-item:hover {
    background: #1d4ed8;
  }
}
body.theme-child .site-main {
  min-height: 100vh;
}
body.theme-child.admin-bar .elementor-location-header {
  top: 0;
}
@media (min-width: 1024px) {
  body.theme-child.admin-bar .elementor-location-header {
    top: 32px;
  }
}

body.theme-child .elementor-widget-button {
  height: -moz-fit-content;
  height: fit-content;
}
body.theme-child .elementor-widget-button .elementor-button {
  color: #fff;
  background-color: #2563eb;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
body.theme-child .elementor-widget-button .elementor-button:hover {
  background-color: #1d4ed8;
}
body.theme-child .elementor-widget-button .elementor-button-icon {
  position: relative;
  top: -1px;
}
body.theme-child .elementor-widget-button .elementor-button-text, body.theme-child .elementor-widget-button .elementor-button-icon {
  position: relative;
  z-index: 2;
  transition: all 1s ease-in-out;
}
body.theme-child .elementor-widget-button.link .elementor-button {
  background: transparent;
  padding: 0;
  color: #2563eb;
  fill: #2563eb;
  font-size: 14px;
  text-transform: none;
}
body.theme-child .elementor-widget-button.link .elementor-button::before, body.theme-child .elementor-widget-button.link .elementor-button::after {
  display: none;
}
body.theme-child .elementor-widget-button.link .elementor-button:hover {
  color: #1e40af;
  fill: #1e40af;
}
body.theme-child .elementor-widget-button.elementor-button-info .elementor-button {
  color: white;
  fill: white;
  background-color: #3c4d68;
  box-shadow: 0 4px 6px rgba(2, 6, 23, 0.1), 0 1px 2px rgba(2, 6, 23, 0.1), inset 0 6px 12px rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}
body.theme-child .elementor-widget-button.elementor-button-info .elementor-button:hover {
  background-color: #1F2531;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.0784313725), 0 1px 1px rgba(8, 8, 8, 0.2), inset 0 6px 12px rgba(255, 255, 255, 0.1215686275), inset 0 1px 1px rgba(255, 255, 255, 0.2);
}
body.theme-child .elementor-widget-button.elementor-button-info.link .elementor-button {
  background: transparent;
  padding: 0;
}
body.theme-child .elementor-widget-button.elementor-button-info.link .elementor-button::before, body.theme-child .elementor-widget-button.elementor-button-info.link .elementor-button::after {
  display: none;
}
body.theme-child .elementor-widget-button.small .elementor-button {
  padding: 12px 20px;
  line-height: 1.4;
}

body.theme-child {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
body.theme-child a {
  outline: none;
}
body.theme-child .page-header {
  display: none;
}
body.theme-child .stat-on-image {
  position: absolute;
  padding: 32px 0px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 72px;
  box-shadow: -10px -8px 16px -8px #020617;
}
body.theme-child .stat-on-image::before, body.theme-child .stat-on-image::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
}
body.theme-child .stat-on-image::before {
  background-image: radial-gradient(circle farthest-side at 2% 0%, transparent 90%, white);
  top: -16px;
  left: 92%;
}
body.theme-child .stat-on-image::after {
  background-image: radial-gradient(circle farthest-side at 2% 0%, transparent 90%, white);
  bottom: 0;
  left: -16px;
}
body.theme-child .stat-on-image.alt {
  padding: 16px;
  padding-right: 24px;
  box-shadow: 10px -8px 16px -8px #020617;
}
body.theme-child .stat-on-image.alt img {
  max-height: 48px;
  width: auto;
}
body.theme-child .stat-on-image.alt::before {
  transform: scaleX(-1);
  left: 0;
}
body.theme-child .stat-on-image.alt::after {
  left: auto;
  right: -16px;
  transform: scaleX(-1);
}
body.theme-child .stat-on-image.bottom-left {
  padding-right: 24px;
  box-shadow: 8px -8px 16px -8px #020617;
}
body.theme-child .stat-on-image.bottom-left::before, body.theme-child .stat-on-image.bottom-left::after {
  background-image: radial-gradient(circle farthest-side at 2% 0%, transparent 90%, #dbeafe);
}
body.theme-child .stat-on-image.bottom-left::before {
  transform: scaleX(-1);
  left: 0;
}
body.theme-child .stat-on-image.bottom-left::after {
  right: -16px;
  left: auto;
  transform: scaleX(-1);
}