:root {
  --primary-blue: #010314;
  --secondary-text: #a3acba;
  --white: white;
  --not-selected: rgba(255, 255, 255, .4);
}

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

.body {
  background-color: var(--primary-blue);
  color: var(--secondary-text);
  font-family: Inter, sans-serif;
}

.navbar-link {
  color: var(--white);
  padding: .5rem 1rem;
}

.navbar-link.w--current {
  color: var(--white);
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-navbar-button {
  background-color: var(--white);
  color: var(--primary-blue);
  white-space: nowrap;
  border-style: none;
  border-radius: 999px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-decoration: none;
}

.button.is-navbar-button._12-16 {
  padding: 5px 13px 7px 12px;
  font-size: 12px;
  line-height: 16px;
}

.button.is-navbar-button.is-hidden {
  display: none;
}

.button.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
  position: absolute;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar-component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-section {
  z-index: -1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gradient-light-background {
  width: 100%;
  background-image: url('../images/glow-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-links-wrapper {
  width: 300px;
  height: 45px;
  background-image: url('../images/Nav-Bg.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 999px;
  align-items: center;
  display: flex;
}

.nav-link-right {
  color: var(--white);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-decoration: none;
}

.nav-link-right.is-hidden {
  display: none;
}

.hero-heading-left {
  margin-top: 4.625rem;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.hero-split {
  width: 50%;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-large-inter-24-28-4 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.4px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.feature-image-4 {
  display: none;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-1-segoe-ui-72-72 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.header-section-right-box-1 {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 1.125rem 2rem 3.875rem;
  display: flex;
  position: relative;
}

.gradient-light-background-wrapper {
  z-index: -1000;
  width: 100%;
  height: 600px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-features-1-40 {
  color: var(--white);
  text-align: center;
  font-family: Segoe Ui, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.header-section-right-box-1-wrapper {
  position: relative;
}

.hero-split-right {
  width: 40%;
  height: 100%;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-image-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.feature-image-3 {
  display: none;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-features-2-40, .text-features-3-40, .text-features-4-40 {
  color: var(--white);
  text-align: center;
  font-family: Segoe Ui, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: none;
}

.hero-button-wrapper {
  color: var(--white);
  background-color: #171825;
  border-radius: 999px;
  margin-bottom: 20px;
  padding: 3px 10px;
}

.text-block {
  display: inline-block;
}

.features-section {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.features-cube-image-wrapper {
  z-index: -1;
  max-height: 840px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.features-sub-section-wrapper {
  width: 100%;
  max-width: 1200px;
  grid-row-gap: 6.25rem;
  flex-direction: column;
  display: flex;
}

.features-top-content-wrapper {
  width: 420px;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-button-wrapper-features {
  color: var(--secondary-text);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 3px 10px;
}

.heading-2-segoe-ui-56-58-8 {
  color: var(--white);
  margin-top: 0;
  font-family: Segoe Ui, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58.8px;
}

.body-medium---inter-18-24 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.service-cta {
  color: var(--white);
  background-color: #22262f;
  border-radius: 999px;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.features-section-bottom-wrapper {
  grid-row-gap: 4.25rem;
  background-color: #0e0b1d;
  border-radius: 36px;
  flex-direction: column;
  margin-top: -30px;
  padding: 3.438rem 3.438rem 2.625rem;
  display: flex;
}

.service-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-main-image-1 {
  max-width: 500px;
}

.service-content-wrapper-left-1 {
  max-width: 420px;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-content-wrapper-left-top {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.service-content-wrapper-left-navigation {
  grid-row-gap: .5rem;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-3-segoe-ui-32-38 {
  font-family: Segoe Ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.caption-inter-14-4-22-3 {
  font-size: 14.4px;
  line-height: 22.3px;
}

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

.tab-wrapper-1 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.progress-bar-1-grey {
  width: 100%;
  height: 2px;
  background-color: rgba(227, 229, 232, .16);
}

.progress-bar-1-filled {
  width: 10px;
  height: 2px;
  background-color: var(--white);
  display: none;
}

.progress-bar-1-filled.note-selected {
  background-color: rgba(0, 0, 0, 0);
}

.tab-heading-wrapper {
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.text-inter-16-19-5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
}

.text-inter-16-19-5.selected-stage {
  color: var(--not-selected);
}

.text-inter-16-19-5.tab-2, .text-inter-16-19-5.tab-3, .text-inter-16-19-5.tab-4 {
  color: rgba(255, 255, 255, .4);
}

.tab-description {
  color: var(--white);
}

.cta-section {
  justify-content: center;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  display: flex;
}

.cta-wrapper {
  width: 100%;
  max-width: 1200px;
  background-image: url('../images/CTA-Section.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 3.25rem;
  display: flex;
}

.split-left {
  grid-row-gap: 2.375rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.split-left-top {
  max-width: 550px;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  display: flex;
}

.footer1_credit-text {
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

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

.footer-link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-link.text-14-4-22-3 {
  font-size: 14.4px;
  line-height: 22.3px;
}

.text-size-tiny {
  font-size: .75rem;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.footer1_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: center;
  justify-items: start;
  display: flex;
}

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

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer1_component {
  padding-bottom: 1rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: block;
}

.footer1_menu-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  align-items: start;
  display: flex;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer1_logo-link {
  padding-left: 0;
}

.padding-global {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #2a2b3a;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer1_legal-link {
  color: var(--white);
  font-size: .875rem;
  text-decoration: none;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-items: start;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.hero-section-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-wrapper-splits {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  display: flex;
}

.hero-line {
  width: 70%;
  height: 4px;
  background-image: url('../images/Hero-Line.svg');
  background-position: 0 0;
  background-size: cover;
}

.services-section {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 4.625rem;
  padding: 0 30px 80px;
  display: flex;
  position: relative;
}

.services-main-wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  display: flex;
}

.layout1_image {
  width: 100%;
  height: 100%;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 4rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.service-content-wrapper---page {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-main-image-1-hidden {
  max-width: 500px;
  display: none;
}

.service-main-image-1-visible {
  max-width: 500px;
}

.about-section {
  justify-content: center;
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.about-main-wrapper {
  width: 100%;
  max-width: 920px;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-content-wrapper {
  color: #dfe1f4;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-section {
  justify-content: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
}

.contact-wrapper {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  display: flex;
}

.contact-split-left {
  width: 45%;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.contact-split-top-left {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.contact-sub-heading-wrapper {
  color: #dfe1f4;
}

.contact-split-bottom-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.feature-row {
  grid-column-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.tick-wrapper {
  width: 23px;
  height: 23px;
}

.contact-split-right {
  width: 45%;
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  padding: 2rem 2rem 2.5rem 2.25rem;
}

.form-each-row {
  grid-column-gap: 10%;
  align-items: flex-start;
  display: flex;
}

.submission-buttom-wrapper {
  justify-content: flex-end;
  display: flex;
}

.button-form-submission {
  background-color: var(--white);
  color: var(--primary-blue);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
}

.field-label-wrapper {
  width: 30%;
  color: var(--white);
  margin-top: 10px;
  display: flex;
}

.text-field-wrapper {
  width: 60%;
  grid-column-gap: .5rem;
  flex-direction: row;
  display: flex;
}

.text-field {
  background-color: var(--primary-blue);
  color: var(--white);
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
}

.form {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.paragraph-field {
  height: 180px;
  aspect-ratio: 3 / 2;
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  object-fit: fill;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  overflow: auto;
}

.dropdown {
  width: 110px;
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: .625rem .625rem .625rem 1rem;
  display: flex;
}

.pricing-section {
  justify-content: center;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
}

.pricing-main-wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.pricing-wrapper-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 33% 66%;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-box {
  grid-row-gap: 1rem;
  background-color: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
  flex-direction: column;
  padding: .75rem 1.25rem;
  display: flex;
}

.pricing-features-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.pricing-title-wrapper {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-wrapper-main {
  flex-direction: column;
  display: flex;
}

.features-wrapper-heading {
  grid-column-gap: .375rem;
  align-items: center;
  display: flex;
}

.text-12-16 {
  font-size: 12px;
  line-height: 16px;
}

.feature-heading-wrapper {
  grid-column-gap: 2px;
  color: var(--white);
  align-items: center;
  display: flex;
}

.image {
  width: auto;
  height: auto;
  max-width: none;
}

.line-separator {
  height: .75px;
  background-color: rgba(255, 255, 255, .1);
}

.features-grid-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.pricing-badge {
  border: 1px solid #5e6077;
  border-radius: 999px;
  padding: 2.5px 9px 3px;
}

.previous-features {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  display: flex;
}

.link {
  color: var(--white);
}

.tab-link-tab-1 {
  width: 256px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 30px;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 30px;
}

.tabs-menu {
  justify-content: center;
  margin-top: 4.25rem;
  display: flex;
}

.bottom-row-fotter {
  flex-direction: column;
  margin-top: 5rem;
  display: flex;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 30px;
}

.tab-link-tab-2.w--current {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 30px;
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 30px;
}

.tab-link-tab-3.w--current {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 30px;
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-4.w--current {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 30px;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  background-image: url('../images/Nav-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
  padding: 10px;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar2_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.flex-block {
  align-items: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.textarea {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .navbar-link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    width: 100%;
    height: 100dvh;
    padding-bottom: 6.5rem;
    padding-left: 0%;
    padding-right: 0%;
    transition: height .5s;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
    background-color: var(--white);
    border-radius: 999px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle {
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-container {
    background-color: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    grid-template-columns: .25fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .button.is-navbar-button {
    display: none;
  }

  .button.is-navbar-button.is-hidden {
    width: 100%;
    display: block;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar-logo {
    width: 99px;
    max-width: none;
  }

  .menu-icon-line-bottom {
    width: 18px;
    height: 2px;
    background-color: var(--primary-blue);
    border-radius: 999px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle-inner {
    width: 18px;
    height: 2px;
    background-color: var(--primary-blue);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon-line-up {
    width: 18px;
    height: 2px;
    background-color: var(--primary-blue);
    border-radius: 999px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-links-wrapper {
    width: 100%;
    height: auto;
    grid-row-gap: 2rem;
    background-color: var(--primary-blue);
    background-image: none;
    background-size: auto;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav-link-right {
    display: none;
  }

  .nav-link-right.is-hidden {
    display: block;
  }

  .hero-heading-left {
    margin-top: 2.625rem;
    padding: 0 1.75rem;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 336%;
    margin-bottom: 40px;
  }

  .body-large-inter-24-28-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-1-segoe-ui-72-72 {
    font-size: 32px;
    line-height: 38px;
  }

  .header-section-right-box-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .gradient-light-background-wrapper {
    width: auto;
    height: 300px;
    justify-content: center;
  }

  .text-features-1-40 {
    font-size: 25px;
    line-height: 25px;
  }

  .hero-split-right {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-section {
    padding-left: 0;
    padding-right: 0;
  }

  .features-cube-image-wrapper {
    width: 420px;
  }

  .features-section-top-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .features-top-content-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-2-segoe-ui-56-58-8 {
    font-size: 32px;
    line-height: 38px;
  }

  .features-section-bottom-wrapper {
    padding: 2rem;
  }

  .service-content-wrapper {
    grid-column-gap: 2rem;
    align-items: center;
  }

  .service-content-wrapper-left-1 {
    width: 82%;
  }

  .heading-3-segoe-ui-32-38 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28.4px;
  }

  .cta-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-wrapper {
    background-image: url('../images/CTA-Section.png');
    background-position: 100% 100%;
    background-size: cover;
  }

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

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

  .footer1_component {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 3rem;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .services-section {
    margin-top: 2.625rem;
    padding: 0 1.75rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-main-image-1-hidden {
    display: none;
  }

  .about-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tick-wrapper {
    width: auto;
    height: auto;
  }

  .contact-split-right {
    padding: 1.25rem;
  }

  .form-each-row {
    flex-direction: column;
    align-items: stretch;
  }

  .field-label-wrapper, .text-field-wrapper {
    width: auto;
  }

  .feature-tick {
    width: 23px;
    height: 23px;
    max-width: none;
  }

  .pricing-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pricing-wrapper-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .features-grid-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    background-color: var(--primary-blue);
    background-image: url('../images/glow-img.png');
    background-position: 50% -13%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon2 {
    width: 36px;
    height: 36px;
    background-color: var(--white);
    border-radius: 999px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-bottom {
    width: 18px;
    height: 2px;
    background-color: var(--primary-blue);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    width: 18px;
    height: 2px;
    background-color: var(--primary-blue);
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .button.is-navbar-button, .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .hero-heading-left {
    margin-bottom: 0;
    padding: 60px 15px;
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hero-split, .gradient-light-background-wrapper, .hero-split-right {
    width: auto;
  }

  .service-content-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .service-content-wrapper-left-1 {
    width: auto;
    max-width: none;
  }

  .caption-inter-14-4-22-3.no-wrap {
    white-space: nowrap;
  }

  .tabs-main-wrapper {
    display: flex;
    overflow: hidden;
  }

  .tab-wrapper-1 {
    flex: none;
  }

  .image-logo-cta {
    display: none;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .services-wrapper-splits {
    grid-row-gap: 3.25rem;
  }

  .hero-line {
    width: auto;
    height: 1px;
    background-color: rgba(255, 255, 255, .24);
    background-image: none;
    background-size: auto;
  }

  .services-section {
    margin-top: 0;
    margin-bottom: 3.25rem;
    padding: 60px 15px;
  }

  .services-main-wrapper {
    grid-row-gap: 4.5rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-content-wrapper---page {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .service-main-image-1-hidden {
    display: block;
  }

  .service-main-image-1-visible {
    display: none;
  }

  .about-section, .contact-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-wrapper {
    grid-row-gap: 1.75rem;
    flex-direction: column;
  }

  .contact-split-left, .contact-split-right {
    width: auto;
  }

  .pricing-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-wrapper-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-right: 12px;
  }

  .bottom-row-fotter {
    margin-top: 2rem;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-3, .tab-link-tab-3.w--current, .tab-link-tab-4, .tab-link-tab-4.w--current {
    padding-right: 12px;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-menu.is-page-height-tablet {
    z-index: 1000;
    height: 100vh;
  }

  .navbar-menu-button.w--open {
    z-index: 1000;
  }

  .navbar-component {
    z-index: 999;
  }

  .hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-left {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    width: auto;
    grid-row-gap: 1rem;
  }

  .heading-1-segoe-ui-72-72 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .header-section-right-box-1 {
    padding-bottom: 1.125rem;
  }

  .gradient-light-background-wrapper {
    height: 130px;
  }

  .features-section {
    overflow: hidden;
  }

  .features-cube-image-wrapper {
    width: 280px;
    left: 40%;
  }

  .features-sub-section-wrapper {
    grid-row-gap: 2rem;
  }

  .features-section-top-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-top-content-wrapper {
    grid-row-gap: 12px;
  }

  .body-medium---inter-18-24 {
    font-size: 14.4px;
    line-height: 22.3px;
  }

  .service-content-wrapper-left-1 {
    width: auto;
  }

  .caption-inter-14-4-22-3 {
    font-size: 12px;
  }

  .cta-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-wrapper {
    background-position: 50%;
    border-radius: 16px;
    padding: 1rem;
  }

  .split-left, .split-left-top {
    grid-row-gap: 1rem;
  }

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

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

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .services-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-content-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    width: 130px;
    flex: 1;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link-tab-2 {
    flex: 1;
  }

  .tab-link-tab-2.w--current {
    width: 130px;
  }

  .tab-link-tab-3 {
    flex: 1;
  }

  .tab-link-tab-3.w--current {
    width: 130px;
  }

  .tab-link-tab-4 {
    flex: 1;
  }

  .tab-link-tab-4.w--current {
    width: 130px;
  }
}

#w-node-_78ba477b-42d3-e305-89dd-5029e4f1f656-e4f1f654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78ba477b-42d3-e305-89dd-5029e4f1f658-e4f1f654 {
  justify-self: center;
}

#w-node-_78ba477b-42d3-e305-89dd-5029e4f1f65f-e4f1f654 {
  justify-self: end;
}

#w-node-_442df041-b8b3-33f0-7f60-e7d897e4a3da-c6f26f0b, #w-node-dcaeaa6e-05ff-2ce9-a5ed-eb23cfe11f2e-c6f26f0b, #w-node-b60f721a-5fd9-f9ea-c2b5-30ccf1598a8d-c6f26f0b, #w-node-_3252ccd6-9573-7f3c-05c6-4e32831a9304-c6f26f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}