.nx-skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 10000;
  background: #0143EB;
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 6px 0;
}
.nx-skip-link:focus {
  left: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #0143EB;
  outline-offset: 3px;
}

.nexurion-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 0;
}
.nexurion-logo {
  display: block;
  width: auto;
  height: auto;
}
.nexurion-logo--full {
  max-height: 46px;
  width: auto;
  max-width: 220px;
}
.nexurion-logo--icon {
  width: 48px;
  height: 48px;
  max-width: 48px;
}
.tgmenu__nav .logo .nexurion-brand,
.offCanvas__logo .nexurion-brand,
.tgmobile__menu .nav-logo .nexurion-brand {
  background: #fff;
  padding: 5px 10px;
  border-radius: 8px;
}
.tgmenu__nav .logo .nexurion-logo--full,
.offCanvas__logo .nexurion-logo--full,
.tgmobile__menu .nav-logo .nexurion-logo--full {
  max-height: 48px;
  max-width: 230px;
}
.footer__logo .nexurion-logo--icon {
  width: 52px;
  height: 52px;
  max-width: 52px;
}
.footer__logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-bottom: 18px;
}
.footer__everify {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
}
.footer__everify img {
  display: block;
  width: auto;
  height: 28px;
  max-width: 150px;
}
@media (max-width: 575px) {
  .footer__everify img {
    height: 24px;
    max-width: 130px;
  }
}
@media (max-width: 1199px) {
  .tgmenu__nav .logo .nexurion-logo--full {
    max-height: 38px;
    max-width: 168px;
  }
}
@media (max-width: 575px) {
  .tgmenu__nav .logo .nexurion-logo--full {
    max-height: 34px;
    max-width: 150px;
  }
}

.tgmenu__nav .mobile-nav-toggler {
  background: var(--tg-color-gray-1, #eef1ff);
  border: 0;
  padding: 0;
  color: inherit;
}
.tgmobile__menu .close-btn {
  background: transparent;
  border: 0;
}
.choose__list a {
  color: inherit;
}
.nx-process .col-lg {
  flex: 1 1 18%;
  max-width: 20%;
}
@media (max-width: 991.98px) {
  .nx-process .col-lg {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 575.98px) {
  .nx-process .col-lg {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.offCanvas__close-icon button,
.tgmobile__menu .close-btn {
  cursor: pointer;
}

.nx-alert {
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-weight: 600;
}
.nx-alert--success {
  background: #e8f8ef;
  color: #0d6a38;
  border: 1px solid #b7e4c7;
}
.nx-alert--error {
  background: #fdecec;
  color: #9b1c1c;
  border: 1px solid #f5c2c2;
}

.form-grp label {
  display: block;
  font-weight: 600;
  color: #0A165E;
  margin-bottom: 8px;
}
.form-grp .nx-hint {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #7E86B1;
}
.nx-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 22px;
}
.nx-consent input {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.nx-hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nx-process {
  counter-reset: nxstep;
}
.nx-process__item {
  height: 100%;
  background: #fff;
  border: 1px solid #e0e2ea;
  border-radius: 12px;
  padding: 32px 28px 28px;
  position: relative;
}
.nx-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0143EB;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 18px;
}
.nx-process__item h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.nx-value__item,
.nx-why__item {
  background: #fff;
  border: 1px solid #e0e2ea;
  border-radius: 12px;
  padding: 30px 26px;
  height: 100%;
}
.nx-value__item h3,
.nx-why__item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.nx-solution-card {
  background: #fff;
  border: 1px solid #e0e2ea;
  border-radius: 16px;
  padding: 36px 30px 30px;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.nx-solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(10, 22, 94, 0.08);
}
.nx-solution-card .services__icon {
  margin-bottom: 18px;
}
.nx-solution-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.nx-solution-card h3 a {
  color: inherit;
}

.nx-note {
  background: #eef1ff;
  border-radius: 10px;
  padding: 14px 18px;
  color: #0A165E;
  margin-bottom: 30px;
}

.job__item .nx-role-status {
  display: inline-block;
  background: #eef1ff;
  color: #0A165E;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.nx-article h2 {
  margin-top: 28px;
  margin-bottom: 12px;
}
.nx-article p {
  margin-bottom: 16px;
}
.nx-share a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
  font-weight: 600;
}

.breadcrumb__content .title {
  text-transform: none;
}

.nx-cta-band {
  min-height: auto;
  padding: 120px 0;
}
.nx-cta-band__content {
  max-width: 560px;
  text-align: left;
}
.nx-cta-band__content p {
  text-transform: none;
}
.nx-cta-band .choose__img {
  background-color: #0b1b3a;
}
.nx-cta-band .tg-btn,
.error__content .tg-btn,
.tg-btn + .tg-btn {
  margin: 8px 6px 0 0;
}
.nx-rounded-img {
  border-radius: 16px;
}
.nx-cta-band .title {
  margin-bottom: 18px;
  text-transform: none;
}

.contact__form-wrap .form-grp input[type="file"] {
  padding-top: 12px;
}

.nx-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 22px;
  color: #0143EB;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .tgmenu__action .header-btn .tg-btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 575px) {
  .footer__cta-wrap .title {
    font-size: 32px;
  }
  .nx-consent {
    align-items: flex-start;
  }
  .slider__content .title {
    font-size: 34px;
  }
}
