.nav-section {
  position: fixed;
  z-index: 2000;
  width: 100%;
}
@media (max-width: 1024px) {
  .nav-section {
    top: 0;
  }
}
.nav-section.nav-section-dark {
  background-color: #000;
}
.nav-section.header-sticky {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #000;
}
@media (max-width: 1024px) {
  .nav-section.header-sticky {
    box-shadow: none;
  }
}

.header-wrap {
  display: flex;
  height: 55px;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .header-wrap {
    justify-content: space-between;
    align-items: center;
  }
}
.header-wrap .hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .header-wrap .hamburger {
    display: flex;
  }
}

.nav-section__content {
  flex: 1 1;
  display: flex;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .nav-section__content {
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    overflow-y: scroll;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
    background-color: #fff;
    transform: translateX(105%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    flex-direction: column;
    justify-content: space-between;
  }
}
.nav-section__content.active {
  transform: translateX(0);
}
.nav-section__content .social {
  display: none;
  margin-top: 36px;
}
.nav-section__content .social .icon {
  width: 30px;
  height: 30px;
}
@media (max-width: 1024px) {
  .nav-section__content .social {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    margin-bottom: 140px;
  }
}

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 30px;
  height: 100%;
}
@media (max-width: 1024px) {
  .main-menu {
    width: 100%;
    padding: 53px 25px 0;
    flex-direction: column;
    position: relative;
    height: calc(100% + 120px);
  }
}
.main-menu > li {
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.main-menu > li:hover {
  border-bottom: solid 4px #AA076B;
}
@media (max-width: 1024px) {
  .main-menu > li:hover {
    border-bottom: solid 1px #E0E0E0;
  }
}
.main-menu > li.hidden-desktop {
  display: none;
}
@media (max-width: 1024px) {
  .main-menu > li.hidden-desktop {
    display: block;
  }
}
.main-menu > li.current_page_item, .main-menu > li.current-menu-item {
  border-bottom: solid 4px #AA076B;
}
.main-menu > li.current_page_item.no-active, .main-menu > li.current-menu-item.no-active {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .main-menu > li.current_page_item.no-active, .main-menu > li.current-menu-item.no-active {
    border-bottom: solid 1px #E0E0E0;
  }
}
.main-menu > li.current_page_item.no-active:hover, .main-menu > li.current-menu-item.no-active:hover {
  border-bottom: solid 4px #AA076B;
}
@media (max-width: 1024px) {
  .main-menu > li.current_page_item.no-active:hover, .main-menu > li.current-menu-item.no-active:hover {
    border-bottom: solid 1px #E0E0E0;
  }
}
@media (max-width: 1024px) {
  .main-menu > li.current_page_item, .main-menu > li.current-menu-item {
    border-bottom: solid 1px #E0E0E0;
  }
}
@media (max-width: 1024px) {
  .main-menu > li {
    max-height: 48%;
    flex-direction: column;
    border-bottom: solid 1px #E0E0E0;
    height: 65px;
    justify-content: center;
    align-items: flex-start;
  }
  .main-menu > li.dropdown.show {
    height: auto;
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .main-menu > li {
    max-height: 38%;
  }
}
@media (max-width: 1024px) {
  .main-menu > li.dropdown {
    position: relative;
  }
  .main-menu > li.dropdown::after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.78632 7.27286C6.1783 7.67223 6.8217 7.67224 7.21368 7.27287L12.1922 2.20047C12.8131 1.56786 12.3649 0.5 11.4785 0.5H1.52147C0.635059 0.5 0.186885 1.56786 0.80779 2.20047L5.78632 7.27286Z' fill='%23AA076B'/%3E%3C/svg%3E%0A");
    width: 13px;
    height: 8px;
    display: block;
    content: "";
    background-size: cover;
    position: absolute;
    right: 0;
    margin-top: -10px;
    transition: transform 0.3s;
    top: 34px;
  }
  .main-menu > li.dropdown.show:after {
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
}
@media (max-width: 1024px) {
  .main-menu > li.dropdown > .menu-link {
    width: fit-content;
  }
}
.main-menu > li > .menu-link {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .main-menu > li > .menu-link {
    color: #AA076B;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    max-height: 60px;
  }
}
.main-menu > li .submenu--level-2 {
  list-style: none;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 10;
  flex-direction: column;
  column-gap: 10px;
  flex-wrap: wrap;
  max-width: calc(100% - 20px);
  width: 100%;
  padding: 25px 34px 45px !important;
  border-radius: 10px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  max-height: 490px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main-menu > li .submenu--level-2 {
    max-width: 900px;
    max-height: 630px;
    height: 630px;
    position: static;
    box-shadow: none;
    padding: 0 4px 0 0 !important;
    transform: none;
    overflow-y: scroll;
    flex-wrap: nowrap;
  }
}
.main-menu > li .submenu--level-2::-webkit-scrollbar {
  width: 11px;
}
.main-menu > li .submenu--level-2::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #E0E0E0;
}
.main-menu > li .submenu--level-2::-webkit-scrollbar-thumb {
  background-color: #AA076B;
  border-radius: 10px;
  border: 2px solid #E0E0E0;
  border-bottom: none;
  border-top: none;
}
.main-menu > li .submenu--level-2 li {
  margin: 0;
  box-sizing: border-box;
}
.main-menu > li .submenu--level-2 li::before {
  content: none;
}
@media (max-width: 1024px) {
  .main-menu > li .submenu--level-2 li {
    padding: 0;
  }
}
.main-menu > li .submenu--level-2 li a {
  text-decoration: none;
  font-size: 16px;
  color: #AA076B;
  font-weight: 700;
  text-transform: uppercase;
}
.main-menu > li .submenu--level-2 li a:hover {
  color: #AA076B;
}
.main-menu > li .submenu--level-2 > li {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .main-menu > li .submenu--level-2 > li:last-child .submenu--level-3 {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  .main-menu > li .submenu--level-2 > li > a {
    display: none;
  }
}
.main-menu > li .submenu--level-3 {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
  padding-left: 15px;
  background: none;
}
@media (max-width: 1024px) {
  .main-menu > li .submenu--level-3 {
    padding-bottom: 20px;
    border-bottom: solid 1px #E0E0E0;
    margin: 0;
  }
}
.main-menu > li .submenu--level-3 li {
  flex: content;
}
.main-menu > li .submenu--level-3 li a {
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  color: #263238;
}
.main-menu > li .submenu--level-3 li a:hover {
  color: #AA076B;
}
@media (max-width: 1024px) {
  .main-menu > li .submenu--level-3 li a {
    display: block;
  }
}
.main-menu > li.show > .submenu--level-2 {
  display: flex !important;
}
.main-menu li.btn-close {
  position: absolute;
  top: 20px;
  right: 23px;
  height: 18px;
  display: none;
}
@media (max-width: 1024px) {
  .main-menu li.btn-close {
    display: block;
  }
}

.header__wrap {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

:root {
  --landing-font: "Geist", sans-serif;
}

.landing {
  font-family: var(--landing-font);
}
.landing [data-wpr-lazyrender] {
  content-visibility: visible;
}
.landing p, .landing input, .landing div, .landing select {
  font-family: var(--landing-font);
}
.landing footer {
  font-family: var(--font--family);
}
.landing footer p, .landing footer input, .landing footer div, .landing footer select {
  font-family: var(--font--family);
}
.landing .main-menu > li > .menu-link {
  color: #263238;
  font-family: var(--landing-font);
  font-weight: 400;
}
.landing .nav-section.header-sticky {
  background-color: #fff;
}
.landing_btn {
  padding: 10px 24px;
  font-family: var(--landing-font);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
}
.landing .main-menu {
  column-gap: 24px;
}

.main-menu > li {
  font-family: var(--font--family);
}

.nav-section.new_header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  font-family: "Geist", sans-serif;
  box-shadow: unset;
  transition: 0.3s all;
}
.nav-section.new_header.active {
  background: #fff;
}
.nav-section.new_header .main-menu > li > .menu-link {
  color: #263238;
  font-family: "Geist", sans-serif;
  box-shadow: unset;
}

.new_header p, .new_header input, .new_header div, .new_header select {
  font-family: "Geist", sans-serif;
}

.new_header .main-menu > li {
  height: 100%;
  font-family: "Geist", sans-serif;
}
.new_header .main-menu > li:hover {
  border: none;
}
.new_header .main-menu > li:hover > a.menu-link {
  color: #AA076B;
}
.new_header .main-menu > li .submenu--level-2 {
  border-radius: 0;
  max-width: 100%;
  column-gap: 40px;
  grid-template-columns: repeat(5, 1fr);
  padding: 18px 15px 38px !important;
  box-shadow: unset;
  max-height: max-content;
}
.new_header .main-menu > li .submenu--level-2::before {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  height: 100%;
  max-width: 100vw !important;
  width: 100vw;
  z-index: -1;
}
.new_header .main-menu > li .submenu--level-3 {
  margin: 30px 0 0;
}
.new_header .main-menu > li .submenu--level-2 li a {
  position: relative;
  display: block;
  text-transform: unset;
  font-size: 17px;
  color: #263238;
  font-weight: 600;
  transition: 0.3s all;
}
.new_header .main-menu > li .submenu--level-2 li a::after {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  bottom: -16px;
  left: 0;
}
.new_header .main-menu > li .submenu--level-2 li a:hover {
  color: #AA076B;
}
.new_header .main-menu > li .submenu--level-3 li {
  line-height: 100%;
}
.new_header .main-menu > li .submenu--level-3 li a {
  font-size: 15px;
  color: #5D6375;
  font-weight: 400;
  transition: 0.3s all;
}
.new_header .main-menu > li .submenu--level-3 li a::after {
  display: none;
}
.new_header .main-menu > li .submenu--level-3 li a:hover {
  color: #AA076B;
}
.new_header .main-menu > li.show > .submenu--level-2 {
  display: grid !important;
}
.new_header .submenu-wrapper {
  padding: 40px 15px;
  position: absolute;
  top: 100%;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  column-gap: 36px;
}
.new_header .submenu-wrapper::before {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  height: 100%;
  max-width: 100vw !important;
  width: 100vw;
  z-index: -1;
}
.new_header .main-menu > li .submenu--level-2 {
  display: grid;
  position: static;
  background: transparent;
  transform: unset;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 !important;
  gap: 36px;
}
.new_header .main-menu > li .submenu--level-2::before {
  display: none;
}
.new_header .submenu-banner {
  position: relative;
  overflow: hidden;
  padding: 39px 20px;
  background: #F5F5F7;
  border-radius: 4px;
  width: 100%;
  max-width: 264px;
  min-height: 476px;
}
.new_header .submenu-banner h3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
}
.new_header .submenu-banner p {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  display: block;
  color: #5D6375;
  font-size: 15px;
  font-weight: 400;
}
.new_header .submenu-banner__btn-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 17px;
  margin-top: 20px;
}
.new_header .submenu-banner__btn-wrap svg {
  width: 29px;
  height: 29px;
}
.new_header .submenu-banner__btn-wrap svg rect, .new_header .submenu-banner__btn-wrap svg path {
  transition: 0.3s all;
}
.new_header .submenu-banner__btn-wrap:hover svg rect {
  fill: #AA076B;
}
.new_header .submenu-banner__btn-wrap:hover svg path {
  fill: #FFFFFF;
}
.new_header .submenu-banner__btn {
  font-size: 17px;
  color: #263238;
}
.new_header .submenu-banner__img {
  position: absolute;
}
.new_header .submenu-banner__img.animated-gradient-bands {
  width: 594px;
  height: 407px;
  transform: rotate(75deg) scale(1.4);
  left: -45%;
  bottom: -97%;
}
.new_header .submenu-banner__img.animated-svg-circles {
  right: -12%;
  bottom: -47%;
  width: 456px;
  height: 456px;
}
.new_header .main-menu > li .submenu--level-2 > li {
  padding-top: 0;
  width: 100%;
  max-width: 214px;
}
.new_header .main-menu > li .submenu--level-3 {
  gap: 11px;
}
.new_header .main-menu > li.show > .submenu-wrapper {
  display: flex !important;
}
.new_header .main-menu li:last-child {
  display: none;
}
.new_header .submenu-wrapper.technologies .submenu--level-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
.new_header .submenu-wrapper.technologies .submenu--level-3 li {
  flex: unset;
  display: flex;
}
.new_header .submenu-wrapper.technologies .submenu--level-3 li:last-child::after {
  display: none;
}
.new_header .submenu-wrapper.technologies .submenu--level-3 li::after {
  content: "|";
  margin: 0 9px;
  font-size: 15px;
  color: #5D6375;
  font-weight: 400;
}
.new_header .logo-ancor__wrap {
  display: block;
  width: 134px;
  height: 27px;
}
.new_header .logo-ancor__wrap svg {
  width: 100%;
  height: 100%;
}
.new_header .btn-animate {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  min-width: 200px;
  justify-content: center;
  transition: 0.3s all;
  line-height: 1.1;
  background-color: var(--primary--color);
  color: var(--white);
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s all;
}
.new_header .btn-animate::after {
  content: "";
  position: static;
  width: 0;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.03159 1.75H4.37534V3.0625H5.03159H10.0097L1.94255 11.1297L1.47852 11.5938L2.40659 12.5219L2.87063 12.0578L10.9368 3.99159V8.96875V9.625H12.2493V8.96875V2.625C12.2493 2.14176 11.8575 1.75 11.3743 1.75H5.03159Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
  animation: none;
  transition: 0.3s all;
}
.new_header .btn-animate::before {
  display: none;
}
.new_header .btn-animate:hover {
  color: var(--white) !important;
  background-color: var(--primary--color) !important;
}
.new_header .btn-animate:hover::after {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.new_header .btn-animate-empty {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  min-width: 200px;
  justify-content: center;
  transition: 0.3s all;
  line-height: 1.1;
  background-color: transparent;
  color: var(--primary--color);
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid var(--primary--color);
  transition: 0.3s all;
}
.new_header .btn-animate-empty::after {
  content: "";
  position: static;
  width: 0;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.03159 1.75H4.37534V3.0625H5.03159H10.0097L1.94255 11.1297L1.47852 11.5938L2.40659 12.5219L2.87063 12.0578L10.9368 3.99159V8.96875V9.625H12.2493V8.96875V2.625C12.2493 2.14176 11.8575 1.75 11.3743 1.75H5.03159Z' fill='%23AA076B'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
  animation: none;
  transition: 0.3s all;
}
.new_header .btn-animate-empty::before {
  display: none;
}
.new_header .btn-animate-empty:hover::after {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .landing .wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
  .new_header .header-wrap .hamburger {
    width: 72px;
    height: 40px;
    border-radius: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F7;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .new_header .header-wrap .hamburger span {
    width: 18px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #AA076B;
    display: block;
    transform-origin: left center;
    transition: all 0.3s ease;
    transform-origin: center center;
  }
  .new_header .header-wrap .hamburger span:last-child {
    margin-bottom: 0;
  }
  .new_header .header-wrap .hamburger.open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .new_header .header-wrap .hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .new_header .header-wrap .hamburger.open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
  .new_header .nav-section__content {
    top: 100%;
    width: 100%;
    box-shadow: unset;
  }
  .new_header .main-menu {
    padding: 40px 15px 0;
  }
  .new_header .main-menu li.btn-close {
    display: none;
  }
  .new_header .main-menu > li {
    padding: 15px 23px;
    background-color: #F5F5F7;
    border-radius: 4px;
    border: none;
    margin-bottom: 8px;
  }
  .new_header .main-menu > li:last-child {
    margin-bottom: 0;
  }
  .new_header .main-menu > li > .menu-link {
    text-transform: unset;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
  }
  .new_header .main-menu > li.dropdown::after {
    margin: 0;
    right: 20px;
    top: 15px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10L12 14L8 10' stroke='%23263238' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .new_header .main-menu > li:hover > a.menu-link {
    color: unset;
  }
  .new_header .main-menu > li.show > .submenu-wrapper {
    position: static;
    transform: unset;
    padding: 25px 20px;
  }
  .new_header .submenu-banner {
    display: none;
  }
  .new_header .main-menu > li .submenu--level-2 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 0 !important;
  }
  .new_header .main-menu > li .submenu--level-3 {
    display: none;
  }
  .new_header .submenu-wrapper::before {
    display: none;
  }
  .new_header .main-menu > li {
    height: auto;
  }
  .new_header .main-menu > li .submenu--level-2 li a::after {
    display: none;
  }
  .new_header .nav-section__content {
    justify-content: flex-start;
  }
  .new_header .main-menu {
    height: auto;
  }
  .new_header .main-menu > li .submenu--level-2 > li {
    margin-bottom: 24px;
  }
  .new_header .main-menu > li .submenu--level-2 > li:last-child {
    margin-bottom: 0;
  }
  .new_header .main-menu > li .submenu--level-2 > li a {
    font-weight: 400;
    color: #5D6375;
  }
  .new_header .main-menu > li.show > .menu-link {
    color: #AA076B !important;
  }
  .new_header .submenu-wrapper.technologies .submenu--level-3 {
    display: none;
  }
  .new_header .main-menu > li {
    max-height: 100% !important;
  }
  .new_header .main-menu li:last-child {
    display: flex;
  }
  .new_header .nav-section__content .social {
    padding: 0 43px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .new_header .landing_btn {
    display: none;
  }
  .new_header .logo-ancor__wrap {
    display: block;
    width: 95px;
    height: 19px;
  }
  .landing .wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
  .landing_btn {
    padding: 8px 13px;
  }
  .landing .header__wrap {
    column-gap: 15px;
  }
}