.header {
  position: fixed;
  z-index: 92;
  top: 0;
  right: 0;
  left: 0;
  background: #0E0023;
  direction: ltr;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  height: 4.2578125vw;
}
.header .inner, .header .header-logo {
  display: flex;
}
.header .inner {
  max-width: 86.71875vw;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  height: 100%;
}
.header .header-logo {
  width: 6.0546875vw;
  height: auto;
  margin-left: 0;
  justify-content: center;
  align-items: center;
}
.header .header-logo img {
  max-width: 6.0546875vw;
  width: 6.0546875vw;
}
.header .header_left_part,
.header .header_right_part {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-popup, .header-popup-bg {
  top: 76px;
}
@media all and (max-width: 768px) {
  .header-popup, .header-popup-bg {
    top: 50px;
  }
}

body.admin-bar .header, body.admin-bar .header-popup, body.admin-bar .header-popup-bg {
  margin-top: 32px;
}
.mega-menu {
  width: 100%;
  max-height: 100%;
  padding-left: 0.078125vw;
  direction: ltr;
}
.mega-menu:not(.ready) .sub-menu {
  display: none;
}
.mega-menu ul {
  list-style: none;
}
.mega-menu ul li.current-menu-item > a, .mega-menu ul li.current-menu-parent > a {
  position: relative;
}
.mega-menu ul li.current-menu-item > a:before, .mega-menu ul li.current-menu-parent > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}
.mega-menu > ul {
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.mega-menu > ul > li {
  position: static;
  margin-left: 2.6171875vw;
  margin-top: 0.078125vw;
}
.mega-menu > ul > li:not(:hover) .sub-menu-wrap {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
}
.mega-menu > ul > li > a {
  color: #FFF;
  font-family: "Schibsted Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 0.703125vw;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.mega-menu .sub-menu-wrap {
  background: #fff;
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: 0;
  padding: 30px 6%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.15s linear;
}
.mega-menu .sub-menu-wrap, .mega-menu .sub-menu-wrap a:not(:hover) {
  color: #000;
}
.mega-menu .sub-menu-wrap > .sub-menu {
  max-width: 1714px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.mega-menu .sub-menu-wrap > .sub-menu > li {
  width: 100%;
}
.mega-menu .sub-menu-wrap > .sub-menu > li.menu-item-has-children {
  width: auto;
}
.mega-menu .sub-menu-wrap > .sub-menu > li.menu-item-has-children:not(:last-child) {
  margin-left: 10%;
}
.mega-menu .sub-menu-wrap > .sub-menu > li.menu-item-has-children > a {
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.mega-menu .sub-menu-wrap > .sub-menu > li.menu-item-has-children li:not(:last-child) {
  margin-bottom: 10px;
}
.mega-menu .sub-menu-wrap > .sub-menu > li.menu-item-has-children li .sub-menu {
  margin: 10px 20px 15px 0;
}
.mega-menu .sub-menu-wrap > .sub-menu > li.menu-item-has-children li .sub-menu li:not(:last-child) {
  margin-bottom: 3px;
}
.mega-menu .sub-menu-wrap > .sub-menu > li:not(.menu-item-has-children):not(:last-child) {
  margin-bottom: 10px;
}
.second-menu {
  text-align: right;
}
.second-menu .sub-menu {
  display: none;
}
.second-menu .sub-menu.opened {
  display: block;
}
.second-menu > ul {
  list-style: none;
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.second-menu > ul > li {
  margin-top: 0.078125vw;
}
.second-menu > ul > li:not(:last-child) {
  margin-right: 5.15625vw;
}
.second-menu > ul > li.menu-item-has-children > a {
  line-height: 0.859375vw;
  padding-left: 1.328125vw;
  position: relative;
}
.second-menu > ul > li.menu-item-has-children > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 48%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0.21484375vw 0.3125vw 0.21484375vw;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.second-menu > ul > li.menu-item-has-children a {
  line-height: 0.859375vw;
}
.second-menu > ul > li.menu-item-has-children.opened > a::before {
  transform: rotate(0deg);
}
.second-menu > ul > li > a {
  color: #FFF;
  font-family: "Noto Sans Hebrew", "Helvetica", "Arial", sans-serif;
  font-size: 0.703125vw;
  font-weight: 400;
  line-height: 0.703125vw;
}
.second-menu .sub-menu {
  margin: 0 auto;
  flex-wrap: wrap;
  background: rgba(14, 0, 35, 0.8);
  padding: 0.078125vw 0;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  position: absolute;
  min-width: 10.078125vw;
  top: 100%;
  right: 6.640625vw;
  z-index: 1;
  transition: all 0.3s linear;
}
.second-menu .sub-menu > li {
  width: 100%;
  padding: 0 0.9375vw 0 1.1328125vw;
}
.second-menu .sub-menu > li:not(:last-child) > a {
  border-bottom: 1px #fff solid;
}
.second-menu .sub-menu > li > a {
  color: #FFF;
  font-family: "Noto Sans Hebrew", "Helvetica", "Arial", sans-serif;
  font-size: 0.703125vw;
  font-weight: 400;
  padding: 0.5859375vw 0 0.5859375vw;
  line-height: 0.703125vw;
  display: block;
  height: 100%;
  width: 100%;
}
.second-menu .sub-menu > li:hover {
  background: #240159;
}
@media all and (max-width: 768px) {
  .mobile-menu {
    z-index: 98;
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    border-bottom: 1px #fff solid;
  }
  .mobile-menu * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu.open .mm-bot-inner > ul {
    left: 0;
  }
  .mobile-menu.open .menu-wrapper > ul > li,
  .mobile-menu.open .mm-bot-inner > ul {
    opacity: 1;
  }
  .mobile-menu.open .mm-top {
    background: #fff;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-container {
    transform: rotate(90deg);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar {
    transition-delay: 0.25s;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.topBar {
    transform: translateY(8px) rotate(45deg);
    background-color: #1f1f1f;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.mdBar {
    opacity: 0;
  }
  .mobile-menu.open .mm-top .mm-bt .mm-bar-wrapper .mm-bar.btmBar {
    transform: translateY(2px) rotate(-45deg);
    background-color: #1f1f1f;
  }
  .mobile-menu.open .opened-menu {
    display: block;
  }
  .mobile-menu.open .closed-menu {
    display: none;
  }
  .mobile-menu.open .mm-bot {
    height: auto;
    overflow: auto;
  }
  .mobile-menu.open .mm-bot, .mobile-menu.open .mm-bot .menu-wrapper, .mobile-menu.open .mm-bot .mm-bg, .mobile-menu.open .mm-bot .mm-bot-inner {
    visibility: visible;
  }
  .mobile-menu.open .mm-bot .mm-bg, .mobile-menu.open .mm-bot .mm-bot-inner {
    opacity: 1;
  }
  .mobile-menu.open .mm-bot .mm-bg {
    background: #fff;
    border-radius: 0;
    transform: translateX(0);
  }
  .mobile-menu .mm-top, .mobile-menu .mm-bt {
    display: flex;
    align-items: center;
  }
  .mobile-menu .mm-top {
    height: 73px;
    padding-left: 3%;
    padding-right: 4%;
    position: relative;
    z-index: 1;
    background: #0E0023;
    border-top: 4px solid #fff;
    justify-content: space-between;
  }
  .mobile-menu .logo-wrap {
    text-align: left;
    flex-grow: 1;
  }
  .mobile-menu .mobile-shop-menu {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
  }
  .mobile-menu .header-button {
    position: relative;
    height: 40px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu .header-button:not(:last-child) {
    margin-left: 2%;
  }
  .mobile-menu .header-account-tt {
    font-size: 85%;
    color: #fff;
  }
  .mobile-menu .header-shop-menu-count {
    margin: 0;
    top: 0;
    left: auto;
    right: -4px;
  }
  .mobile-menu .header-shop-menu-ic:after {
    color: #fff;
    margin: 0;
    font-size: 100%;
  }
  .mobile-menu .header-logo {
    display: inline-block;
  }
  .mobile-menu .header-logo img {
    height: 30px;
    width: auto;
  }
  .mobile-menu .opened-menu {
    display: none;
  }
  .mobile-menu .closed-menu {
    display: block;
  }
  .mobile-menu .mm-bt {
    width: 50px;
    height: 100%;
    text-align: center;
    position: relative;
    right: -13px;
  }
  .mobile-menu .mm-bar-container {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    user-select: none;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu .mm-bar-wrapper {
    width: 25px;
    position: relative;
    display: block;
    margin: -9px auto 0;
    top: 50%;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar {
    width: 100%;
    height: 3px;
    display: block;
    position: relative;
    background: #fff;
    transition-delay: 0s;
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.mdBar {
    transform: translateY(5px) rotate(0deg);
  }
  .mobile-menu .mm-bar-wrapper .mm-bar.btmBar {
    transform: translateY(10px) rotate(0deg);
  }
  .mobile-menu .mm-bot {
    position: fixed;
    right: 0;
    width: 100%;
    top: 80px;
    bottom: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .mobile-menu .mm-bg, .mobile-menu .mm-bot-inner {
    visibility: hidden;
    opacity: 0;
  }
  .mobile-menu .mm-bg {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-bottom-left-radius: 500px;
    transform: translateX(100%);
    transition: all 0.3s linear;
  }
  .mobile-menu .mm-bot-inner ul, .mobile-menu .soc-buttons-wr {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-menu .mm-bot-inner {
    position: relative;
    width: 100%;
    min-height: 650px;
    color: #fff;
    padding: 0 19px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
  }
  .mobile-menu .mm-bot-inner ul {
    position: relative;
    margin-bottom: 0;
    list-style: none;
    left: 100%;
    transition: all 0.3s linear;
  }
  .mobile-menu .mm-bot-inner ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .mobile-menu .mm-bot-inner ul li.current-menu-item a, .mobile-menu .mm-bot-inner ul li.current-menu-parent a {
    font-weight: 600;
    color: #2D0070;
  }
  .mobile-menu .mm-bot-inner ul li a {
    width: 100%;
    padding: 10px 0;
    color: #0B0B0B;
    font-weight: 400;
    font-family: "Schibsted Grotesk", sans-serif;
    font-size: 18px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: normal;
    text-transform: uppercase;
  }
  .mobile-menu .mm-bot-inner ul li:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
  }
  .mobile-menu .mm-bot-inner ul:first-child {
    padding-bottom: 25px;
    border-bottom: 1px #131313 solid;
    margin-bottom: 25px;
  }
  .mobile-menu .mm-bot-inner ul:first-child li a {
    text-align: right;
    justify-content: flex-end;
  }
  body.admin-bar #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
  body.admin-bar .mobile-menu {
    top: 61px;
  }
}
@media all and (max-width: 425px) {
  .mobile-menu .header-logo img {
    height: 7.6923076923vw;
  }
  .mobile-menu .mobile-shop-menu {
    font-size: 4.6153846154vw;
  }
  .mobile-menu .header-shop-menu-count {
    height: 4.6153846154vw;
    min-width: 4.6153846154vw;
    padding: 0 1.2820512821vw;
    font-size: 2.5641025641vw;
  }
}
.main-banner {
  background-color: #0E0023;
  overflow: hidden;
  padding-top: 4.2578125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-banner .main-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: lighten;
}
.main-banner .main-banner-bg img {
  object-fit: cover;
  width: 100%;
}
.main-banner .main-banner-bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-banner .main-banner-title {
  color: #FFF;
  font-family: "Schibsted Grotesk", "Helvetica", "Arial", sans-serif;
  font-size: 6.312734375vw;
  font-weight: 400;
  line-height: 6.312734375vw;
}
.main-banner .video-player-mobile {
  display: none;
}
.home .main-banner {
  width: 100%;
  height: 41.796875vw;
  position: relative;
}
.home .main-banner .inner {
  max-width: 68.75vw;
  width: 68.75vw;
}
.home .main-banner .main-banner-title-1 {
  text-align: left;
}
.home .main-banner .main-banner-title-2 {
  text-align: right;
}
.about-as .main-banner {
  width: 100%;
  min-height: 46.5625vw;
  position: relative;
  color: #fff;
}
.about-as .main-banner .main-banner-bg video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.about-as .main-banner .inner {
  max-width: 100%;
  width: 100%;
}
.about-as .main-banner .main-banner-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 6.8248828125vw;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 17.03125vw auto 10.859375vw;
}
.about-as .main-banner .main-banner-title-2 {
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 2.6806640625vw;
  font-weight: 600;
  line-height: 114.24%;
  margin-right: 16.6015625vw;
  margin-bottom: 1.328125vw;
}
.about-as .main-banner .main-banner-title-2 strong {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.about-as .main-banner .main-banner-title-2 strong::after {
  content: "";
  display: block;
  position: absolute;
  left: -1.8359375vw;
  right: -0.625vw;
  top: -0.078125vw;
  bottom: -0.7421875vw;
  transform: rotate(-0.117deg);
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/main-banner/img/text-bg-circle-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-as .main-banner .main-banner-title-3 {
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: normal;
  margin-right: 16.6015625vw;
  margin-bottom: 1.5234375vw;
}
.about-as .main-banner .main-banner-title-3 strong {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
}
.about-as .main-banner .main-banner-statistics {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-right: 16.6015625vw;
  margin-bottom: 6.0546875vw;
  direction: ltr;
}
.about-as .main-banner .statistic-item {
  padding: 2.6953125vw 0;
  text-align: center;
}
.about-as .main-banner .statistic-item-separate {
  width: 1px;
  height: 13.671875vw;
  background-color: #fff;
  position: relative;
}
.about-as .main-banner .statistic-value {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 5.5859375vw;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.about-as .main-banner .statistic-title {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.171875vw;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  direction: rtl;
}
.partners-page .main-banner {
  padding: 5.859375vw 0 10.3515625vw;
  margin-top: 4.2578125vw;
  position: relative;
}
.partners-page .main-banner .inner {
  margin: 0 auto;
  color: #FFF;
}
.partners-page .main-banner .main-banner-title-1 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.550234375vw;
  font-weight: 300;
  line-height: 93.438%;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 1.171875vw;
}
.partners-page .main-banner .main-banner-title-2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 5.9765625vw;
  font-weight: 400;
  line-height: 93.438%;
  text-transform: uppercase;
}
.services-main-banner .main-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43.359375vw;
  position: relative;
}
.services-main-banner .main-banner .inner {
  width: 100%;
  max-width: 100%;
  margin: 0 18.359375vw;
  color: #FFF;
  padding: 3.90625vw 0;
}
.services-main-banner .main-banner .inner.once-title {
  margin: 0 auto;
  width: auto;
}
.services-main-banner .main-banner .main-banner-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 6.8248828125vw;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  direction: ltr;
}
.services-main-banner .main-banner .main-banner-title-1 {
  text-align: left;
}
.services-main-banner .main-banner .main-banner-title-2 {
  text-align: right;
}
.services-main-banner .main-banner .main-banner-title-3 {
  text-align: left;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.550234375vw;
  font-weight: 300;
  line-height: 93.438%;
  text-transform: uppercase;
  margin-bottom: 0.9765625vw;
}
.services-main-banner .main-banner .main-banner-links {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 3.90625vw;
}
.services-main-banner .main-banner .main-banner-links a {
  color: #FFF;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.859375vw;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5859375vw 1.171875vw;
  background: none;
  transition: all 0.3s linear;
}
.services-main-banner .main-banner .main-banner-links a:not(:last-child) {
  border-left: 1px #fff solid;
}
.services-main-banner .main-banner .main-banner-links a:hover {
  background-color: #fff;
  color: #000;
}
.clients-banner .main-banner {
  padding-top: 109px;
  color: #FFF;
}
.clients-banner .main-banner .inner {
  padding: 11.09375vw 0 25.390625vw;
  position: relative;
  max-width: 100%;
}
.clients-banner .main-banner .main-banner-title-1 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.550234375vw;
  font-weight: 300;
  line-height: 93.438%;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 1.171875vw;
}
.clients-banner .main-banner .main-banner-title-2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 5.9765625vw;
  font-weight: 400;
  line-height: 93.438%;
  text-transform: uppercase;
}
.clients-banner .main-banner .main-banner-title-3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 3.6469921875vw;
  font-weight: 400;
  line-height: 3.6469921875vw;
  direction: ltr;
}
.clients-banner .main-banner .main-banner-title-3 strong {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.clients-banner .main-banner .main-banner-title-3 strong::after {
  content: "";
  display: block;
  position: absolute;
  left: -1.8359375vw;
  right: -1.8359375vw;
  top: -0.078125vw;
  bottom: -0.7421875vw;
  transform: rotate(-0.117deg);
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/main-banner/img/text-bg-circle-4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.clients-banner .main-banner .main-banner-description-block {
  position: relative;
}
.clients-banner .main-banner .down-scroll-arrow {
  position: absolute;
  width: 3.7109375vw;
  height: 3.7109375vw;
  left: 0;
  top: 100%;
  cursor: pointer;
}
.client-banner .main-banner {
  padding: 8.6328125vw 0 4.6484375vw;
  margin-top: 4.2578125vw;
  color: #FFF;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.client-banner .main-banner .breadcrumbs {
  font-family: "Noto Sans Hebrew", sans-serif;
  color: #FFF;
  margin: 0 6.71875vw 3.90625vw;
  width: 100%;
  text-align: right;
}
.client-banner .main-banner .breadcrumbs span {
  font-size: 0.703125vw;
  font-weight: 600;
  line-height: 110%;
}
.client-banner .main-banner .breadcrumbs a {
  color: #FFF;
  font-size: 0.78125vw;
  font-weight: 400;
  line-height: 110%;
}
.client-banner .main-banner .inner {
  position: relative;
  max-width: 100%;
  width: 62.5vw;
  margin: 0 10.78125vw;
}
.client-banner .main-banner .main-banner-title-1 {
  text-align: right;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 3.90625vw;
  direction: ltr;
}
.client-banner .main-banner .main-banner-client-block {
  font-family: "Noto Sans Hebrew", sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.client-banner .main-banner .main-banner-client-logo {
  width: 20.078125vw;
  height: 6.71875vw;
  background-color: #fff;
  padding: 0.390625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-banner .main-banner .main-banner-client-logo picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.client-banner .main-banner .main-banner-client-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.client-banner .main-banner .main-banner-quote-block {
  width: 25.625vw;
  margin-right: 6.25vw;
  position: relative;
}
.client-banner .main-banner .main-banner-quote-block::before {
  content: "";
  display: block;
  width: 2.421875vw;
  height: 1.796875vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/main-banner/img/quotes.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -3.59375vw;
}
.client-banner .main-banner .main-banner-quote-text {
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 154%;
  margin-bottom: 0.6640625vw;
}
.client-banner .main-banner .main-banner-quote-author {
  font-size: 0.78125vw;
  font-weight: 600;
  line-height: 154%;
}
.careers-banner .main-banner {
  color: #FFF;
  padding-top: 4.2578125vw;
  font-family: "Schibsted Grotesk", sans-serif;
}
.careers-banner .main-banner .inner {
  padding: 11.09375vw 0 18.59375vw;
  position: relative;
  max-width: 100%;
}
.careers-banner .main-banner .main-banner-title-1 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.550234375vw;
  font-weight: 300;
  line-height: 93.438%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.171875vw;
}
.careers-banner .main-banner .main-banner-title-2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 5.9765625vw;
  font-weight: 400;
  line-height: 93.438%;
  text-transform: uppercase;
}
.careers-banner .main-banner .main-banner-title-3 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 3.515625vw;
  font-weight: 400;
  line-height: 93.438%;
  direction: ltr;
  margin-right: 1.8359375vw;
}
.careers-banner .main-banner .main-banner-title-3 strong {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.careers-banner .main-banner .main-banner-title-3 strong::after {
  content: "";
  display: block;
  position: absolute;
  left: -1.8359375vw;
  right: -1.8359375vw;
  top: -0.078125vw;
  bottom: -0.7421875vw;
  transform: rotate(-0.117deg);
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/main-banner/img/text-bg-circle-4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.careers-banner .main-banner .main-banner-description-block {
  font-family: "Schibsted Grotesk", sans-serif;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 2.578125vw;
}
.careers-banner .main-banner .main-banner-description {
  font-size: 0.945078125vw;
  font-weight: 400;
  line-height: 133%;
  text-transform: uppercase;
  width: 37.890625vw;
  text-align: left;
  direction: ltr;
}
.careers-banner .main-banner .down-scroll-arrow {
  position: relative;
  width: 3.7109375vw;
  height: 3.7109375vw;
  margin-right: 1.8359375vw;
  left: 0;
  top: 0;
  cursor: pointer;
}

.zoom-style .main-banner {
  padding-top: 73px;
}
.zoom-style .video-player {
  display: none;
}
.zoom-style .video-player-mobile {
  display: block;
}
.zoom-style video {
  height: 100%;
}
.zoom-style .home .main-banner {
  padding: 14.1025641026vw 0 14.1025641026vw;
  height: auto;
}
.zoom-style .home .main-banner .main-banner-title-1,
.zoom-style .home .main-banner .main-banner-title-2 {
  text-align: left;
  font-size: 18.9743589744vw;
  line-height: normal;
}
.zoom-style .home .main-banner .inner {
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}
.zoom-style .about-as .main-banner {
  min-height: 0;
}
.zoom-style .about-as .main-banner .inner {
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}
.zoom-style .about-as .main-banner .main-banner-bg video {
  height: 100%;
}
.zoom-style .about-as .main-banner .main-banner-title {
  font-size: 18.7179487179vw;
  margin: 43.3333333333vw auto 12.8205128205vw;
}
.zoom-style .about-as .main-banner .main-banner-title-2 {
  font-size: 6.9230769231vw;
  margin-right: 0;
  margin-bottom: 5.1282051282vw;
}
.zoom-style .about-as .main-banner .main-banner-title-2 strong {
  position: relative;
  display: inline-block;
}
.zoom-style .about-as .main-banner .main-banner-title-2 strong::after {
  left: -3.3333333333vw;
  right: -1.7948717949vw;
  top: -5.3846153846vw;
  bottom: -5.3846153846vw;
  transform: rotate(-0.117deg);
}
.zoom-style .about-as .main-banner .main-banner-title-3 {
  font-size: 4.6153846154vw;
  margin-right: 0;
  margin-bottom: 13.8461538462vw;
}
.zoom-style .about-as .main-banner .main-banner-statistics {
  margin-right: 0;
  margin-bottom: 16.1538461538vw;
  flex-wrap: wrap;
}
.zoom-style .about-as .main-banner .statistic-item {
  padding: 6.4102564103vw 2.5641025641vw;
  text-align: center;
  width: 50%;
}
.zoom-style .about-as .main-banner .statistic-item:nth-child(2) {
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.zoom-style .about-as .main-banner .statistic-item:nth-child(4) {
  border-bottom: 1px #fff solid;
}
.zoom-style .about-as .main-banner .statistic-item:nth-child(6) {
  border-right: 1px #fff solid;
}
.zoom-style .about-as .main-banner .statistic-item-separate {
  display: none;
}
.zoom-style .about-as .main-banner .statistic-value {
  font-size: 12.3076923077vw;
}
.zoom-style .about-as .main-banner .statistic-title {
  font-size: 4.1025641026vw;
}
.zoom-style .services-main-banner .main-banner {
  min-height: 0;
  flex-wrap: wrap;
}
.zoom-style .services-main-banner .main-banner .inner {
  margin: 0 auto;
  padding: 25.641025641vw 10px 7.6923076923vw;
}
.zoom-style .services-main-banner .main-banner .inner.once-title {
  margin: 0 auto;
  width: 100%;
}
.zoom-style .services-main-banner .main-banner .main-banner-title-1,
.zoom-style .services-main-banner .main-banner .main-banner-title-2 {
  font-size: 12.8205128205vw;
  text-align: left;
}
.zoom-style .services-main-banner .main-banner .main-banner-title-3 {
  text-align: left;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 4.6153846154vw;
  margin-bottom: 1.2820512821vw;
}
.zoom-style .services-main-banner .main-banner .main-banner-links {
  position: relative;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 15.3846153846vw;
  padding: 0 10px;
}
.zoom-style .services-main-banner .main-banner .main-banner-links a {
  font-size: 4.1025641026vw;
  padding: 3.8461538462vw 7.6923076923vw 3.8461538462vw 1.5384615385vw;
  width: 100%;
  display: block;
  text-align: left;
}
.zoom-style .services-main-banner .main-banner .main-banner-links a:not(:last-child) {
  border: none;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
}
.zoom-style .careers-banner .main-banner .inner {
  padding: 35.8974358974vw 10px 78.2051282051vw;
  position: relative;
  max-width: 100%;
}
.zoom-style .careers-banner .main-banner .main-banner-title-1 {
  font-size: 4.6153846154vw;
}
.zoom-style .careers-banner .main-banner .main-banner-title-2 {
  font-size: 18.9743589744vw;
  text-align: left;
}
.zoom-style .careers-banner .main-banner .main-banner-title-3 {
  font-size: 12.3076923077vw;
  line-height: 93.438%;
  margin-right: 0;
}
.zoom-style .careers-banner .main-banner .main-banner-title-3 strong {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.zoom-style .careers-banner .main-banner .main-banner-title-3 strong::after {
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  width: 105%;
  right: auto;
  top: -1.2820512821vw;
  bottom: auto;
  height: 120%;
}
.zoom-style .careers-banner .main-banner .main-banner-description-block {
  width: 100%;
  margin-top: 12.8205128205vw;
  flex-wrap: wrap;
}
.zoom-style .careers-banner .main-banner .main-banner-description {
  font-size: 4.6153846154vw;
  width: 100%;
  order: 2;
}
.zoom-style .careers-banner .main-banner .down-scroll-arrow {
  order: 1;
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  margin-bottom: 5.8974358974vw;
}
.zoom-style .clients-banner .main-banner .inner {
  padding: 35.8974358974vw 10px 105.8974358974vw;
  position: relative;
  max-width: 100%;
}
.zoom-style .clients-banner .main-banner .main-banner-title-1 {
  font-size: 4.6153846154vw;
}
.zoom-style .clients-banner .main-banner .main-banner-title-2 {
  font-size: 18.9743589744vw;
  text-align: left;
  margin-bottom: 5.1282051282vw;
}
.zoom-style .clients-banner .main-banner .main-banner-title-3 {
  font-size: 12.3076923077vw;
  line-height: 93.438%;
  margin-right: 0;
}
.zoom-style .clients-banner .main-banner .main-banner-title-3 strong {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.zoom-style .clients-banner .main-banner .main-banner-title-3 strong::after {
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  width: 105%;
  right: auto;
  top: -1.2820512821vw;
  bottom: auto;
  height: 120%;
}
.zoom-style .clients-banner .main-banner .down-scroll-arrow {
  position: absolute;
  width: 24.358974359vw;
  height: 24.358974359vw;
  left: 0;
  top: 100%;
}
.zoom-style .client-banner .main-banner {
  padding: 73px 0 0 0;
  margin-top: 0;
}
.zoom-style .client-banner .main-banner .breadcrumbs {
  margin: 12.8205128205vw 10px;
}
.zoom-style .client-banner .main-banner .breadcrumbs span {
  font-size: 3.5897435897vw;
}
.zoom-style .client-banner .main-banner .breadcrumbs a {
  font-size: 3.5897435897vw;
}
.zoom-style .client-banner .main-banner .inner {
  width: 100%;
  margin: 0 10px;
}
.zoom-style .client-banner .main-banner .main-banner-title-1 {
  font-size: 7.1794871795vw;
  margin-bottom: 10.2564102564vw;
}
.zoom-style .client-banner .main-banner .main-banner-client-block {
  flex-wrap: wrap;
}
.zoom-style .client-banner .main-banner .main-banner-client-logo {
  width: 47.4358974359vw;
  height: 15.641025641vw;
  padding: 0.9230769231vw;
}
.zoom-style .client-banner .main-banner .main-banner-quote-block {
  width: 100%;
  margin-right: 0;
}
.zoom-style .client-banner .main-banner .main-banner-quote-block::before {
  width: 6.9230769231vw;
  height: 5.1282051282vw;
  position: relative;
  right: 0;
  top: 0;
  margin: 7.6923076923vw 0 3.8461538462vw;
}
.zoom-style .client-banner .main-banner .main-banner-quote-text {
  font-size: 4.1025641026vw;
  margin-bottom: 2.5641025641vw;
}
.zoom-style .client-banner .main-banner .main-banner-quote-author {
  font-size: 4.1025641026vw;
  margin-bottom: 12.8205128205vw;
}
.zoom-style .partners-page .main-banner {
  padding: 25.641025641vw 0 42.5641025641vw;
  margin-top: 73px;
}
.zoom-style .partners-page .main-banner .inner {
  margin: 0 auto;
  color: #FFF;
}
.zoom-style .partners-page .main-banner .main-banner-title-1 {
  font-size: 4.1025641026vw;
  margin-bottom: 0;
}
.zoom-style .partners-page .main-banner .main-banner-title-2 {
  font-size: 15.8974358974vw;
  text-align: left;
}
.zoom-style .partners-page .main-banner .category-articles {
  padding: 30.7692307692vw 0 27.1794871795vw;
  margin-top: 73px;
}

@media all and (max-width: 768px) {
  .main-banner {
    padding-top: 73px;
  }
  .main-banner .video-player {
    display: none;
  }
  .main-banner .video-player-mobile {
    display: block;
  }
  .main-banner video {
    height: 100%;
  }
  .home .main-banner {
    padding: 50vw 0 61.2820512821vw;
    height: auto;
  }
  .home .main-banner .main-banner-title-1,
  .home .main-banner .main-banner-title-2 {
    text-align: left;
    font-size: 18.9743589744vw;
    line-height: normal;
  }
  .home .main-banner .inner {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
  .about-as .main-banner {
    min-height: 0;
  }
  .about-as .main-banner .inner {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
  .about-as .main-banner .main-banner-bg video {
    height: 100%;
  }
  .about-as .main-banner .main-banner-title {
    font-size: 18.7179487179vw;
    margin: 43.3333333333vw auto 12.8205128205vw;
  }
  .about-as .main-banner .main-banner-title-2 {
    font-size: 6.9230769231vw;
    margin-right: 0;
    margin-bottom: 5.1282051282vw;
  }
  .about-as .main-banner .main-banner-title-2 strong {
    position: relative;
    display: inline-block;
  }
  .about-as .main-banner .main-banner-title-2 strong::after {
    left: -3.3333333333vw;
    right: -1.7948717949vw;
    top: -5.3846153846vw;
    bottom: -5.3846153846vw;
    transform: rotate(-0.117deg);
  }
  .about-as .main-banner .main-banner-title-3 {
    font-size: 4.6153846154vw;
    margin-right: 0;
    margin-bottom: 13.8461538462vw;
  }
  .about-as .main-banner .main-banner-statistics {
    margin-right: 0;
    margin-bottom: 16.1538461538vw;
    flex-wrap: wrap;
  }
  .about-as .main-banner .statistic-item {
    padding: 6.4102564103vw 2.5641025641vw;
    text-align: center;
    width: 50%;
  }
  .about-as .main-banner .statistic-item:nth-child(2) {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
  }
  .about-as .main-banner .statistic-item:nth-child(4) {
    border-bottom: 1px #fff solid;
  }
  .about-as .main-banner .statistic-item:nth-child(6) {
    border-right: 1px #fff solid;
  }
  .about-as .main-banner .statistic-item-separate {
    display: none;
  }
  .about-as .main-banner .statistic-value {
    font-size: 12.3076923077vw;
  }
  .about-as .main-banner .statistic-title {
    font-size: 4.1025641026vw;
  }
  .services-main-banner .main-banner {
    min-height: 0;
    flex-wrap: wrap;
  }
  .services-main-banner .main-banner .inner {
    margin: 0 auto;
    padding: 25.641025641vw 10px 7.6923076923vw;
  }
  .services-main-banner .main-banner .inner.once-title {
    margin: 0 auto;
    width: 100%;
  }
  .services-main-banner .main-banner .main-banner-title-1,
  .services-main-banner .main-banner .main-banner-title-2 {
    font-size: 12.8205128205vw;
    text-align: left;
  }
  .services-main-banner .main-banner .main-banner-title-3 {
    text-align: left;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
  .services-main-banner .main-banner .main-banner-links {
    position: relative;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 15.3846153846vw;
    padding: 0 10px;
  }
  .services-main-banner .main-banner .main-banner-links a {
    font-size: 4.1025641026vw;
    padding: 3.8461538462vw 7.6923076923vw 3.8461538462vw 1.5384615385vw;
    width: 100%;
    display: block;
    text-align: left;
  }
  .services-main-banner .main-banner .main-banner-links a:not(:last-child) {
    border: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
  }
  .careers-banner .main-banner .inner {
    padding: 35.8974358974vw 10px 78.2051282051vw;
    position: relative;
    max-width: 100%;
  }
  .careers-banner .main-banner .main-banner-title-1 {
    font-size: 4.6153846154vw;
  }
  .careers-banner .main-banner .main-banner-title-2 {
    font-size: 18.9743589744vw;
    text-align: left;
  }
  .careers-banner .main-banner .main-banner-title-3 {
    font-size: 12.3076923077vw;
    line-height: 93.438%;
    margin-right: 0;
  }
  .careers-banner .main-banner .main-banner-title-3 strong {
    position: relative;
    display: inline-block;
    font-weight: 400;
  }
  .careers-banner .main-banner .main-banner-title-3 strong::after {
    content: "";
    display: block;
    position: absolute;
    left: -5%;
    width: 105%;
    right: auto;
    top: -1.2820512821vw;
    bottom: auto;
    height: 120%;
  }
  .careers-banner .main-banner .main-banner-description-block {
    width: 100%;
    margin-top: 12.8205128205vw;
    flex-wrap: wrap;
  }
  .careers-banner .main-banner .main-banner-description {
    font-size: 4.6153846154vw;
    width: 100%;
    order: 2;
  }
  .careers-banner .main-banner .down-scroll-arrow {
    order: 1;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    margin-bottom: 5.8974358974vw;
  }
  .clients-banner .main-banner .inner {
    padding: 35.8974358974vw 10px 105.8974358974vw;
    position: relative;
    max-width: 100%;
  }
  .clients-banner .main-banner .main-banner-title-1 {
    font-size: 4.6153846154vw;
  }
  .clients-banner .main-banner .main-banner-title-2 {
    font-size: 18.9743589744vw;
    text-align: left;
    margin-bottom: 5.1282051282vw;
  }
  .clients-banner .main-banner .main-banner-title-3 {
    font-size: 12.3076923077vw;
    line-height: 93.438%;
    margin-right: 0;
  }
  .clients-banner .main-banner .main-banner-title-3 strong {
    position: relative;
    display: inline-block;
    font-weight: 400;
  }
  .clients-banner .main-banner .main-banner-title-3 strong::after {
    content: "";
    display: block;
    position: absolute;
    left: -5%;
    width: 105%;
    right: auto;
    top: -1.2820512821vw;
    bottom: auto;
    height: 120%;
  }
  .clients-banner .main-banner .down-scroll-arrow {
    position: absolute;
    width: 24.358974359vw;
    height: 24.358974359vw;
    left: 0;
    top: 100%;
  }
  .client-banner .main-banner {
    padding: 73px 0 0 0;
    margin-top: 0;
  }
  .client-banner .main-banner .breadcrumbs {
    margin: 12.8205128205vw 10px;
  }
  .client-banner .main-banner .breadcrumbs span {
    font-size: 3.5897435897vw;
  }
  .client-banner .main-banner .breadcrumbs a {
    font-size: 3.5897435897vw;
  }
  .client-banner .main-banner .inner {
    width: 100%;
    margin: 0 10px;
  }
  .client-banner .main-banner .main-banner-title-1 {
    font-size: 7.1794871795vw;
    margin-bottom: 10.2564102564vw;
  }
  .client-banner .main-banner .main-banner-client-block {
    flex-wrap: wrap;
  }
  .client-banner .main-banner .main-banner-client-logo {
    width: 47.4358974359vw;
    height: 15.641025641vw;
    padding: 0.9230769231vw;
  }
  .client-banner .main-banner .main-banner-quote-block {
    width: 100%;
    margin-right: 0;
  }
  .client-banner .main-banner .main-banner-quote-block::before {
    width: 6.9230769231vw;
    height: 5.1282051282vw;
    position: relative;
    right: 0;
    top: 0;
    margin: 7.6923076923vw 0 3.8461538462vw;
  }
  .client-banner .main-banner .main-banner-quote-text {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
  .client-banner .main-banner .main-banner-quote-author {
    font-size: 4.1025641026vw;
    margin-bottom: 12.8205128205vw;
  }
  .partners-page .main-banner {
    padding: 25.641025641vw 0 42.5641025641vw;
    margin-top: 73px;
  }
  .partners-page .main-banner .inner {
    margin: 0 auto;
    color: #FFF;
  }
  .partners-page .main-banner .main-banner-title-1 {
    font-size: 4.1025641026vw;
    margin-bottom: 0;
  }
  .partners-page .main-banner .main-banner-title-2 {
    font-size: 15.8974358974vw;
    text-align: left;
  }
  .category-articles .partners-page .main-banner {
    padding: 30.7692307692vw 0 27.1794871795vw;
    margin-top: 73px;
  }
}
.clients-section {
  background-color: #fff;
  padding: 5.8203125vw 0 5.3125vw;
  position: relative;
  direction: ltr;
}
.clients-section .inner {
  position: relative;
  max-width: 74.6875vw;
  margin: 0 auto;
}
.clients-section .clients-section-title {
  color: #1D0443;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 2.5vw;
  font-weight: 800;
  line-height: normal;
  margin-right: 3.4375vw;
  margin-bottom: 0.15625vw;
}
.clients-section .clients-section-subtitle {
  color: #1D0443;
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 145%;
  margin-bottom: 1.796875vw;
  margin-right: 3.4375vw;
}
.clients-section .clients-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.clients-section .clients-link-block {
  position: relative;
  border: 1px solid #DADADA;
  box-sizing: content-box;
  width: 21.171875vw;
  height: 10.5859375vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-section .clients-link-block::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #25B0EB 0%, #0185CD 100%);
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 1;
}
.clients-section .clients-link-block::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25B0EB;
  opacity: 0;
  transition: all 0.5s ease;
}
.clients-section .clients-link-block a {
  display: block;
  position: relative;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.8787109375vw;
  font-weight: 600;
  line-height: 114.92%;
  width: 15.078125vw;
  padding-right: 2.109375vw;
  z-index: 4;
}
.clients-section .clients-link-block a:after {
  content: "";
  position: absolute;
  display: block;
  top: 54%;
  transform: translateY(-50%);
  right: 0;
  width: 1.7578125vw;
  height: 3.3203125vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/our-clients/img/slash-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.clients-section .clients-link-block:hover::before {
  opacity: 0;
}
.clients-section .clients-link-block:hover::after {
  opacity: 1;
}
.clients-section .client-block {
  position: relative;
  border: 1px solid #DADADA;
  box-sizing: content-box;
  width: 10.546875vw;
  height: 10.5859375vw;
}
.clients-section .client-block .wmef-field[data-mode=link_url],
.clients-section .client-block .wmef-sel-from-gallery-bt[data-mode=link_url] {
  top: 70%;
}
.clients-section .client-block a, .clients-section .client-block .logo-without-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.clients-section .client-block a img, .clients-section .client-block .logo-without-link img {
  max-height: 6.25vw;
  max-width: 7.8125vw;
  transition: all 0.5s ease;
}
.clients-section .client-block:hover img {
  transform: scale(1.2);
}
.page-template-about-us .clients-section .inner {
  position: relative;
  max-width: 74.6875vw;
  margin: 0.5078125vw auto 0 9.53125vw;
  padding: 0;
}

.clients-page {
  background-color: #fff;
  position: relative;
}
.clients-page .inner {
  top: -13.125vw;
  margin: 0 13.125vw -13.125vw 13.125vw;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
.clients-page .client-block {
  padding: 0 3.515625vw 0 8.5546875vw;
  border-bottom: 1px #000 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 13.125vw;
  font-family: "Noto Sans Hebrew", sans-serif;
}
.clients-page .client-logo-block {
  width: 13.671875vw;
  margin-left: 1.875vw;
  text-align: center;
}
.clients-page .client-text-block {
  width: 30.46875vw;
  text-align: right;
  color: #1D0443;
}
.clients-page .client-link-block {
  width: 2.890625vw;
  margin-right: 13.4765625vw;
}
.clients-page .client-title {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 109.5%;
  margin-bottom: 0.625vw;
}
.clients-page .client-description {
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 154%;
  margin-bottom: 0.625vw;
}
.clients-page .client-link a {
  color: #3C30C2;
  font-size: 0.78125vw;
  font-weight: 600;
  line-height: 154%;
  transition: all 0.3s linear;
}
.clients-page .client-link a:hover {
  color: #1D0443;
}
.clients-page .client-link-block a {
  display: block;
  width: 2.890625vw;
  height: 2.890625vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/our-clients/img/clients-link-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.clients-page .client-link-block a:hover {
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/our-clients/img/clients-link-arrow-blue.svg);
}

.client-post {
  background-color: #fff;
  position: relative;
}
.client-post .inner {
  margin: 6.015625vw 10.78125vw 2.4609375vw;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.client-post .client-textblock-inner {
  width: 100%;
  font-family: "Noto Sans Hebrew", sans-serif;
  text-align: right;
  margin-bottom: 3.90625vw;
  color: #0E0023;
  font-size: 0.78125vw;
  font-weight: 400;
  line-height: 159.5%;
  border-bottom: 1px #0E0023 solid;
  padding-bottom: 1.0546875vw;
}
.client-post .client-textblock-inner .client-textblock-title {
  position: relative;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.8984375vw;
}
.client-post .client-textblock-inner .client-textblock-client-block {
  border-top: 1px #0E0023 solid;
  padding-top: 1.0546875vw;
}
.client-post .client-textblock-inner .client-textblock-quote-author {
  margin-top: 0.8984375vw;
  font-weight: 700;
}
.client-post .client-post-block {
  width: 36.484375vw;
  font-family: "Noto Sans Hebrew", sans-serif;
  text-align: right;
  margin-bottom: 3.90625vw;
  color: #0E0023;
}
.client-post .client-post-block h4 {
  position: relative;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 110%;
  border-bottom: 1px #0E0023 solid;
  padding-bottom: 1.0546875vw;
  margin-bottom: 0.8984375vw;
}
.client-post .client-post-block h4::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/our-clients/img/circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25vw;
}
.client-post .client-post-block p {
  font-size: 0.78125vw;
  font-weight: 400;
  line-height: 159.5%;
}

@media all and (max-width: 1400px) and (min-width: 769px) {
  .page-template-about-us .clients-section .inner {
    position: relative;
    max-width: 78.125vw;
    margin: 0.5078125vw auto 0;
  }
}
@media all and (max-width: 768px) {
  .clients-section {
    padding: 15.3846153846vw 0 17.9487179487vw;
  }
  .clients-section .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .clients-section .clients-section-title {
    font-size: 7.1794871795vw;
    font-weight: 800;
    margin-right: 0;
    margin-bottom: 2.5641025641vw;
  }
  .clients-section .clients-section-subtitle {
    margin-bottom: 5.1282051282vw;
    font-size: 4.1025641026vw;
    margin-right: 0;
  }
  .clients-section .clients-link-block {
    width: 100%;
    order: 16;
    height: 25.641025641vw;
  }
  .clients-section .clients-link-block a {
    font-size: 5.1282051282vw;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  .clients-section .clients-link-block a::after {
    display: none;
  }
  .clients-section .client-block {
    width: 50%;
    box-sizing: border-box;
    height: 25.641025641vw;
  }
  .clients-section .client-block a img, .clients-section .client-block .logo-without-link img {
    width: auto;
    height: auto;
    max-height: 25.1282051282vw;
    max-width: 37.9487179487vw;
  }
  .page-template-about-us .clients-section .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .clients-page .inner {
    top: -85.3846153846vw;
    margin: 0 10px -85.3846153846vw;
    padding: 0;
  }
  .clients-page .client-block {
    padding: 7.6923076923vw 3.8461538462vw;
    min-height: 85.3846153846vw;
    flex-wrap: wrap;
  }
  .clients-page .client-logo-block {
    width: 100%;
    margin-left: 0;
    text-align: right;
  }
  .clients-page .client-logo-block img {
    max-height: 25.1282051282vw;
    width: auto;
  }
  .clients-page .client-text-block {
    width: 100%;
  }
  .clients-page .client-link-block {
    width: 100%;
    margin-right: 0;
  }
  .clients-page .client-title {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
  .clients-page .client-description {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
    line-height: 124%;
  }
  .clients-page .client-link a {
    font-size: 5.1282051282vw;
  }
  .clients-page .client-link-block {
    display: none;
  }
  .client-post {
    background-color: #fff;
    position: relative;
  }
  .client-post .inner {
    margin: 15.3846153846vw 0 0;
  }
  .client-post .client-textblock-inner {
    width: 100%;
    margin-bottom: 10.2564102564vw;
    font-size: 4.1025641026vw;
    padding-bottom: 5.3846153846vw;
  }
  .client-post .client-textblock-inner .client-textblock-title {
    font-size: 7.1794871795vw;
    margin-bottom: 5.1282051282vw;
  }
  .client-post .client-textblock-inner .client-textblock-client-block {
    padding-top: 0.8203125vw;
  }
  .client-post .client-post-block {
    width: 100%;
    margin-bottom: 10.2564102564vw;
  }
  .client-post .client-post-block h4 {
    font-size: 7.1794871795vw;
    padding-bottom: 5.3846153846vw;
    margin-bottom: 5.1282051282vw;
  }
  .client-post .client-post-block h4::after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    background-size: 4.6153846154vw;
    top: 4.6153846154vw;
    transform: none;
  }
  .client-post .client-post-block p {
    font-size: 4.1025641026vw;
  }
}
@media all and (max-width: 1900px) and (min-width: 769px) {
  .clients-section .inner {
    position: relative;
    max-width: 74.7368421053vw;
    margin: 0 auto;
  }
  .clients-section .clients-link-block {
    position: relative;
    border: 1px solid #DADADA;
    box-sizing: content-box;
    width: 21.1578947368vw;
    height: 10.5263157895vw;
  }
  .clients-section .client-block {
    position: relative;
    border: 1px solid #DADADA;
    box-sizing: content-box;
    width: 10.5263157895vw;
    height: 10.5263157895vw;
  }
}
@media all and (max-width: 1360px) and (min-width: 769px) {
  .clients-section .inner {
    max-width: 1420px;
    margin: 0 auto;
    padding: 10px;
  }
  .clients-section .clients-link-block {
    width: 28.2%;
  }
  .clients-section .client-block {
    width: 13.98%;
  }
}
@media all and (max-width: 1099px) and (min-width: 769px) {
  .page-template-about-us .clients-section .inner {
    max-width: 1420px;
    margin: 0 auto;
    padding: 10px;
  }
  .page-template-about-us .clients-section .clients-link-block {
    width: 28.2%;
  }
  .page-template-about-us .clients-section .client-block {
    width: 13.98%;
  }
}
.careers-section {
  background-color: #fefeff;
  padding: 5.8203125vw 0 5.3125vw;
  position: relative;
  direction: ltr;
}
.careers-section .inner {
  position: relative;
  max-width: 100%;
  margin: 0 5.0390625vw;
}
.careers-section .careers-section-title {
  color: #1D0443;
  font-family: "Noto Sans Hebrew", sans-serif;
  text-align: center;
  font-size: 2.1484375vw;
  font-weight: 800;
  line-height: normal;
  direction: rtl;
}
.careers-section .careers-block {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 0.78125vw;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(104, 80, 255, 0.1);
  margin: 0 0.1953125vw;
  width: 21.09375vw !important;
  height: 10.15625vw;
  padding: 1.4453125vw 0.8984375vw 1.4453125vw 3.671875vw;
  direction: ltr;
  transition: all 0.5s ease;
}
.careers-section .careers-block .careers-logo-block {
  max-width: 48%;
}
.careers-section .careers-block .careers-title {
  position: relative;
  color: #150133;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1.171875vw;
  font-weight: 600;
  line-height: 114.92%;
  height: 2.65625vw;
  max-width: 7.421875vw;
  margin-bottom: 1.09375vw;
  text-transform: uppercase;
  text-align: left;
}
.careers-section .careers-block .careers-title::after {
  content: "";
  position: absolute;
  display: block;
  top: 54%;
  transform: translateY(-50%);
  left: -1.484375vw;
  width: 1.08203125vw;
  height: 2.1484375vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/slash-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.careers-section .careers-block .careers-link {
  position: relative;
  color: #0E0023;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 114.92%;
  text-align: left;
  max-width: 7.421875vw;
  transition: all 0.3s ease;
}
.careers-section .careers-block .careers-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 54%;
  transform: translateY(-50%);
  right: 0;
  width: 0.390625vw;
  height: 0.390625vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/careers-link-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.careers-section .slick-list.draggable {
  padding: 0 0.78125vw;
}
.careers-section .careers-section-wrap {
  position: relative;
}
.careers-section .careers-section-slider .slick-list {
  padding-top: 1.7578125vw;
}
.careers-section .careers-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9921875vw;
  height: 1.9921875vw;
  cursor: pointer;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/careers-slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.careers-section .careers-slider-arrow:hover {
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/careers-slider-arrow-blue.svg);
}
.careers-section .careers-arrow-next {
  right: -3.359375vw;
}
.careers-section .careers-arrow-prev {
  left: -3.359375vw;
  transform: translateY(-50%) rotate(180deg);
}

.careers-page {
  background-color: #fff;
  position: relative;
}
.careers-page .inner {
  top: -13.125vw;
  margin: 0 13.125vw;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}
.careers-page .careers-block {
  padding: 0 3.515625vw 0 8.5546875vw;
  border-bottom: 1px #000 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 13.125vw;
  font-family: "Noto Sans Hebrew", sans-serif;
}
.careers-page .careers-logo-block {
  width: 13.671875vw;
  margin-left: 1.875vw;
  text-align: center;
  height: 90%;
}
.careers-page .careers-logo-block a {
  display: block;
  height: 100%;
}
.careers-page .careers-logo-block picture, .careers-page .careers-logo-block img {
  height: 100%;
}
.careers-page .careers-text-block {
  width: 30.46875vw;
  text-align: right;
  color: #1D0443;
}
.careers-page .careers-link-block {
  width: 2.890625vw;
  margin-right: 13.4765625vw;
}
.careers-page .careers-title {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 109.5%;
  margin-bottom: 0.46875vw;
}
.careers-page .careers-description {
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 154%;
  margin-bottom: 0.390625vw;
}
.careers-page .careers-link {
  direction: ltr;
}
.careers-page .careers-link a {
  color: #3C30C2;
  font-size: 0.78125vw;
  font-weight: 600;
  line-height: 154%;
  transition: all 0.3s linear;
}
.careers-page .careers-link a:hover {
  color: #1D0443;
}
.careers-page .careers-link-block a {
  display: block;
  width: 2.890625vw;
  height: 2.890625vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/clients-link-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.careers-page .careers-link-block a:hover {
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/clients-link-arrow-blue.svg);
}

.jobs-page {
  padding: 10.1171875vw 0 6.25vw;
  background-color: #fff;
  position: relative;
}
.jobs-page .inner {
  margin: 0 12.890625vw;
  max-width: 100%;
}
.jobs-page .jobs-title-block {
  position: relative;
  margin-bottom: 5.859375vw;
  direction: ltr;
  text-align: left;
  color: #0E0023;
  text-transform: uppercase;
}
.jobs-page .jobs-pre-title {
  margin-bottom: 0.6390625vw;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.550234375vw;
  font-weight: 300;
  line-height: 93.438%;
}
.jobs-page .jobs-title {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 6.640625vw;
  font-weight: 400;
  line-height: 93.438%;
}
.jobs-page .jobs-back-link {
  position: absolute;
  right: 0;
  top: 0.390625vw;
}
.jobs-page .jobs-back-link a {
  color: #979797;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 93.438%;
  display: flex;
  align-items: center;
}
.jobs-page .jobs-back-link svg {
  margin-right: 0.390625vw;
}
.jobs-page .job-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.953125vw 0;
  border-bottom: 1px #000 solid;
  direction: ltr;
}
.jobs-page .job-link {
  direction: ltr;
}
.jobs-page .job-link a {
  color: #3C30C2;
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.78125vw;
  font-weight: 600;
  line-height: 154%;
}
.jobs-page .job-title {
  direction: rtl;
  margin-bottom: 0.546875vw;
  position: relative;
}
.jobs-page .job-title a {
  color: #1D0443;
  text-align: left;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 109.5%;
  position: relative;
}
.jobs-page .job-title.hot-vacancy a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 105%;
  width: 2.6171875vw;
  height: 1.09375vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/hot-vacancy-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jobs-page .job-info {
  direction: ltr;
  color: #1D0443;
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.78125vw;
  font-weight: 400;
  line-height: 109.5%;
}
.jobs-page.job-single .job-block {
  display: block;
  padding: 0;
  border: none;
  direction: rtl;
}
.jobs-page.job-single .jobs-title-block {
  margin-bottom: 3.90625vw;
}
.jobs-page.job-single .job-title {
  color: #0E0023;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 109.5%;
  margin-bottom: 0.5859375vw;
  text-align: left;
}
.jobs-page.job-single .job-info {
  color: #0E0023;
  text-align: left;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.78125vw;
  font-weight: 400;
  line-height: 109.5%;
  margin-bottom: 1.953125vw;
  direction: rtl;
}
.jobs-page.job-single .job-description-block {
  direction: rtl;
  text-align: left;
  color: #0E0023;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 145%;
}
.jobs-page.job-single .job-description-block h4 {
  font-weight: 700;
  margin-top: 0.9375vw;
}
.jobs-page.job-single .job-description-block ul li {
  margin: 0 1.40625vw;
}
.jobs-page.job-single .job-wrap {
  direction: ltr;
  text-align: left;
}
.jobs-page.job-single .job-form-block {
  width: 33.5546875vw;
}
.jobs-page.job-single .job-form-block .job_form_title {
  color: #0E0023;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 109.5%;
  margin: 3.125vw 0 1.796875vw;
}
.jobs-page.job-single .job-form-block .job_form_row {
  margin-bottom: 0.390625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.jobs-page.job-single .job-form-block .job_form_row input[type=text],
.jobs-page.job-single .job-form-block .job_form_row input[type=tel],
.jobs-page.job-single .job-form-block .job_form_row input[type=email] {
  color: #616161;
  direction: ltr;
  text-align: left;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.703125vw;
  font-weight: 400;
  line-height: 103.688%;
  padding: 0.78125vw 0;
  border: none;
  border-bottom: 1px #0E0023 solid;
}
.jobs-page.job-single .job-form-block .file-field-block {
  border: 1px dashed #949494;
  background: #FCFCFC;
  width: 100%;
  height: 6.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7B7B7;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.546875vw;
  font-weight: 300;
  line-height: 103.688%;
  margin: 0.78125vw 0 1.171875vw;
  flex-wrap: wrap;
}
.jobs-page.job-single .job-form-block .file-field-block > span {
  width: 100%;
  text-align: center;
}
.jobs-page.job-single .job-form-block .file-field-block > span::before {
  content: "";
  position: relative;
  display: block;
  width: 1.40625vw;
  height: 1.40625vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/clip-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.390625vw auto;
}
.jobs-page.job-single .job-form-block .file-row *[data-name=your-cv] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
}
.jobs-page.job-single .job-form-block .file-row *[data-name=your-cv] input {
  width: 100%;
  height: 100%;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree {
  margin-bottom: 0.78125vw;
  color: #A5A5A5;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.546875vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree .wpcf7-list-item {
  width: 0.9375vw;
  min-width: 24px;
  height: 0.9375vw;
  min-height: 24px;
  margin: 0 0.546875vw 0 0;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree .wpcf7-form-control-wrap {
  position: relative;
  top: 0;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree .wpcf7-list-item-label {
  font-size: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: relative;
  width: 0.9375vw;
  min-width: 24px;
  height: 0.9375vw;
  min-height: 24px;
  border: 1px #0E0023 solid;
  top: 0;
  left: 0;
  border-radius: 3px;
  margin-right: 0.546875vw;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree .wpcf7-list-item-label::after {
  content: "";
  display: none;
  position: absolute;
  width: 0.46875vw;
  min-width: 12px;
  height: 0.46875vw;
  min-height: 12px;
  background-color: #0E0023;
  top: 6px;
  left: 6px;
  border-radius: 3px;
  margin-right: 0.546875vw;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.jobs-page.job-single .job-form-block .job_form_row.is-agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.jobs-page.job-single .job-form-block .form-submit-btn {
  display: block;
  position: relative;
  width: 100%;
}
.jobs-page.job-single .job-form-block .form-submit-btn input {
  margin-top: 1.171875vw;
  height: 4.4921875vw;
  width: 100%;
  background: linear-gradient(135deg, #25B0EB 0%, #0185CD 100%);
  border: none;
  box-shadow: none;
  color: #FFF;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.78125vw;
  font-weight: 600;
  line-height: 103.688%;
  text-align: center;
  padding-right: 1.9921875vw;
  cursor: pointer;
}
.jobs-page.job-single .job-form-block .form-submit-btn input:hover {
  background: #fff;
  color: #000;
  border: 1px #000 solid;
}
.jobs-page.job-single .job-form-block .form-submit-btn input:hover::after {
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/submit-arrow-black.svg);
}
.jobs-page.job-single .job-form-block .form-submit-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.25vw;
  height: 0.7421875vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/submit-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 12.1484375vw;
  top: 3.046875vw;
}
.jobs-page.job-single .job-form-block .form-submit-btn:hover::after {
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/submit-arrow-black.svg);
}

@media all and (max-width: 768px) {
  .careers-section {
    padding: 17.9487179487vw 0 12.8205128205vw;
  }
  .careers-section .inner {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .careers-section .careers-section-title {
    font-size: 7.1794871795vw;
    margin-bottom: 1.2820512821vw;
  }
  .careers-section .careers-block {
    margin: 0;
    width: 100% !important;
    height: auto;
    padding: 5.1282051282vw 5.3846153846vw 6.6666666667vw 11.0256410256vw;
  }
  .careers-section .careers-block .careers-title {
    font-size: 6.1538461538vw;
    max-width: 100%;
    height: auto;
    margin-bottom: 15.3846153846vw;
  }
  .careers-section .careers-block .careers-title::after {
    transform: translateY(-50%);
    left: -7.9487179487vw;
    width: 5.641025641vw;
    height: 11.5384615385vw;
  }
  .careers-section .careers-block .careers-link {
    font-size: 4.1025641026vw;
    max-width: 100%;
    left: -7.9487179487vw;
  }
  .careers-section .careers-block .careers-link::before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .careers-section .careers-section-slider {
    width: 100%;
    order: 1;
  }
  .careers-section .careers-section-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .careers-section .careers-slider-arrow {
    width: 13.0769230769vw;
    height: 13.0769230769vw;
    position: relative;
    margin: 2.0512820513vw 2.5641025641vw 5.1282051282vw;
    background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/careers-slider-arrow-mobile.svg);
    top: 0;
  }
  .careers-section .careers-arrow-next {
    transform: none;
    right: 0;
    order: 3;
  }
  .careers-section .careers-arrow-prev {
    left: 0;
    right: 0;
    order: 2;
    transform: rotate(180deg);
  }
  .careers-page .inner {
    top: -60.2564102564vw;
    margin: 0 10px;
    padding: 0;
  }
  .careers-page .careers-block {
    padding: 5.1282051282vw 3.8461538462vw 7.6923076923vw;
    height: auto;
    flex-wrap: wrap;
  }
  .careers-page .careers-block:first-child {
    height: 60.2564102564vw;
  }
  .careers-page .careers-logo-block {
    display: none;
  }
  .careers-page .careers-text-block {
    width: 100%;
  }
  .careers-page .careers-title {
    font-size: 7.1794871795vw;
    margin-bottom: 2.5641025641vw;
  }
  .careers-page .careers-description {
    font-size: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
  .careers-page .careers-link a {
    font-size: 5.1282051282vw;
  }
  .careers-page .careers-link-block {
    display: none;
  }
  .jobs-page {
    padding: 12.8205128205vw 0 17.9487179487vw;
    background-color: #fff;
    position: relative;
    margin-top: 73px;
  }
  .jobs-page .inner {
    margin: 0;
    max-width: 100%;
    padding: 0 10px;
  }
  .jobs-page .jobs-title-block {
    margin-bottom: 0;
  }
  .jobs-page .jobs-pre-title {
    margin-bottom: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
  .jobs-page .jobs-title {
    font-size: 10.7692307692vw;
    margin-bottom: 9.2307692308vw;
  }
  .jobs-page .jobs-back-link {
    position: relative;
    top: 0;
    margin-bottom: 7.6923076923vw;
  }
  .jobs-page .jobs-back-link a {
    font-size: 4.1025641026vw;
  }
  .jobs-page .jobs-back-link svg {
    margin-right: 1.2820512821vw;
  }
  .jobs-page .job-block {
    padding: 5.1282051282vw 0;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .jobs-page .job-info-block {
    order: 1;
    width: 100%;
    text-align: left;
  }
  .jobs-page .job-link {
    order: 2;
    margin-top: 3.8461538462vw;
    width: 100%;
    text-align: left;
  }
  .jobs-page .job-link a {
    font-size: 4.6153846154vw;
  }
  .jobs-page .job-title {
    margin-bottom: 2.5641025641vw;
  }
  .jobs-page .job-title a {
    font-size: 5.1282051282vw;
  }
  .jobs-page .job-title.hot-vacancy a::before {
    width: 13.5897435897vw;
    height: 5.3846153846vw;
  }
  .jobs-page .job-info {
    font-size: 4.1025641026vw;
  }
  .jobs-page.job-single .job-block {
    display: block;
    padding: 0;
    border: none;
  }
  .jobs-page.job-single .jobs-title-block {
    margin-bottom: 0;
  }
  .jobs-page.job-single .job-title {
    font-size: 7.1794871795vw;
    margin-bottom: 2.5641025641vw;
  }
  .jobs-page.job-single .job-info {
    font-size: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
  }
  .jobs-page.job-single .job-description-block {
    font-size: 4.6153846154vw;
  }
  .jobs-page.job-single .job-description-block h4 {
    margin-top: 6.1538461538vw;
  }
  .jobs-page.job-single .job-description-block ul li {
    margin: 0 0 0 6.1538461538vw;
  }
  .jobs-page.job-single .job-form-block {
    width: 100%;
  }
  .jobs-page.job-single .job-form-block .job_form_title {
    font-size: 7.1794871795vw;
    margin: 12.8205128205vw 0 11.7948717949vw;
  }
  .jobs-page.job-single .job-form-block .job_form_row {
    margin-bottom: 2.5641025641vw;
    flex-wrap: wrap;
  }
  .jobs-page.job-single .job-form-block .job_form_row input[type=text],
  .jobs-page.job-single .job-form-block .job_form_row input[type=tel],
  .jobs-page.job-single .job-form-block .job_form_row input[type=email] {
    font-size: 4.6153846154vw;
    padding: 5.1282051282vw 0;
    width: 100%;
  }
  .jobs-page.job-single .job-form-block .file-field-block {
    height: 17.9487179487vw;
    font-size: 3.5897435897vw;
    margin: 7.6923076923vw 0 9.4871794872vw;
  }
  .jobs-page.job-single .job-form-block .file-field-block > span {
    width: 100%;
    text-align: center;
  }
  .jobs-page.job-single .job-form-block .file-field-block > span::before {
    content: "";
    position: relative;
    display: block;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/careers/img/clip-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 0.390625vw auto;
  }
  .jobs-page.job-single .job-form-block .file-row *[data-name=your-cv] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .jobs-page.job-single .job-form-block .file-row *[data-name=your-cv] input {
    width: 100%;
    height: 100%;
  }
  .jobs-page.job-single .job-form-block .job_form_row.is-agree {
    margin-bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .jobs-page.job-single .job-form-block .job_form_row.is-agree .wpcf7-form-control-wrap {
    position: relative;
    top: 1.0256410256vw;
    margin-right: 2.3076923077vw;
  }
  .jobs-page.job-single .job-form-block .form-submit-btn {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 7.6923076923vw;
  }
  .jobs-page.job-single .job-form-block .form-submit-btn input {
    height: 20.5128205128vw;
    width: 100%;
    font-size: 4.6153846154vw;
    padding-right: 5.3846153846vw;
  }
  .jobs-page.job-single .job-form-block .form-submit-btn::after {
    width: 5.1282051282vw;
    height: 4.1025641026vw;
    right: 20.5128205128vw;
    top: 9.4871794872vw;
  }
}
@charset "UTF-8";
.blog-post-page {
  padding: 8.1640625vw 0 6.25vw;
  font-family: "Noto Sans Hebrew", sans-serif;
  text-align: right;
}
.blog-post-page .inner {
  max-width: 100%;
  margin: 0 6.8359375vw;
}
.blog-post-page .blog-post-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-post-page .blog-post-pre-content {
  width: 100%;
}
.blog-post-page .breadcrumbs {
  color: #0E0023;
  line-height: 110%;
  font-style: normal;
  font-size: 0.703125vw;
  font-weight: 600;
  direction: rtl;
}
.blog-post-page .breadcrumbs a {
  color: #0E0023;
  font-size: 0.78125vw;
  font-weight: 400;
}
.blog-post-page .blog-post-title {
  color: #0E0023;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 145%;
}
.blog-post-page .blog-post-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.78125vw 0 2.265625vw;
}
.blog-post-page .blog-post-content-date {
  color: #0E0023;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 145%;
}
.blog-post-page .blog-post-content-date::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.703125vw;
  height: 0.703125vw;
  margin-left: 0.1953125vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/blog-post/img/сalendar-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-post-page .blog-post-author {
  color: #3C30C2;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 145%;
}
.blog-post-page .blog-post-author::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 0.859375vw;
  margin-left: 0.1953125vw;
  background-color: #000;
  margin: 0 1.171875vw;
}
.blog-post-page .blog-post-content {
  width: 55.625vw;
  color: #0E0023;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 154%;
}
.blog-post-page .blog-post-content .fr-text {
  padding-bottom: 1.171875vw;
  margin-bottom: 1.640625vw;
  border-bottom: 1px #000 solid;
}
.blog-post-page .blog-post-content .blog-post-content-image {
  margin-bottom: 20px;
}
.blog-post-page .blog-post-content .p-aligncenter {
  text-align: center;
}
.blog-post-page .blog-post-content .p-alignright {
  text-align: right;
}
.blog-post-page .blog-post-content .p-alignleft {
  text-align: left;
}
.blog-post-page .blog-post-content img, .blog-post-page .blog-post-content iframe {
  max-width: 100%;
}
.blog-post-page .blog-post-content .fr-text p:not(:first-child) {
  margin-top: 1.7578125vw;
}
.blog-post-page .blog-post-content .fr-text p:not(:last-child) {
  margin-bottom: 1.7578125vw;
}
.blog-post-page .blog-post-content .fr-text h4 {
  color: #3C30C2;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 154%;
}
.blog-post-page .blog-sharing-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.blog-post-page .blog-sharing-block a {
  margin-right: 0.78125vw;
  display: block;
  width: 1.875vw;
  height: 1.875vw;
  transition: all 0.3s linear;
}
.blog-post-page .blog-sharing-block a:hover {
  transform: scale(1.2);
}
.blog-post-page .blog-post-tags {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2.734375vw;
}
.blog-post-page .blog-post-tags > span {
  display: block;
  padding: 0.1953125vw 0.390625vw;
  background-color: #efefef;
  color: #373232;
  text-align: center;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.703125vw;
  font-weight: 400;
  line-height: normal;
  margin-left: 0.390625vw;
}
.blog-post-page .blog-post-left {
  width: 22.34375vw;
  text-align: center;
}
.blog-post-page .blog-post-left.blog-posts {
  display: block;
}
.blog-post-page .blog-post-left.blog-posts .blog-post {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.blog-post-page .blog-post-left .blog-post-left-title {
  font-size: 1.40625vw;
  font-weight: 800;
  margin-bottom: 1.171875vw;
}
.blog-post-page .blog-post-left .blog-post {
  width: auto;
  font-family: "Noto Sans Hebrew", sans-serif;
  text-align: right;
}
.blog-post-page .blog-post-left .blog-post .blog-post-top {
  height: 14.1015625vw;
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-post-page .blog-post-left .blog-post .blog-post-image {
  width: 100%;
}
.blog-post-page .blog-post-left .blog-post .blog-post-image img {
  width: 100%;
  transition: all 0.3s linear;
}
.blog-post-page .blog-post-left .blog-post .blog-post-image:hover img {
  transform: scale(1.2);
}
.blog-post-page .blog-post-left .blog-post:not(:last-child) {
  margin-bottom: 30px;
}
.blog-post-page .blog-post-left .blog-post .blog-post-title-h {
  color: #1D0443;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 109.5%;
  margin: 0.78125vw 0 0.390625vw;
  transition: all 0.3s linear;
}
.blog-post-page .blog-post-left .blog-post .blog-post-title-h:hover {
  color: #128fff;
}
.blog-post-page .blog-post-left .blog-post .blog-post-excerpt {
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 154%;
}
.blog-post-page .blog-post-left .blog-post .blog-post-bt {
  color: #3C30C2;
  font-size: 0.78125vw;
  margin-top: 0.78125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
  transition: all 0.3s linear;
}
.blog-post-page .blog-post-left .blog-post .blog-post-bt::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.171875vw;
  height: 0.703125vw;
  margin-right: 0.5859375vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/blog-post/img/article-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.blog-post-page .blog-post-left .blog-post .blog-post-bt:hover::after {
  margin-right: 0.9765625vw;
}

@media all and (max-width: 768px) {
  .blog-post-page {
    padding-top: 73px;
  }
  .blog-post-page .inner {
    margin: 0 auto;
  }
  .blog-post-page .blog-post-content {
    width: 100%;
    font-size: 4.1025641026vw;
    margin-bottom: 36.6666666667vw;
  }
  .blog-post-page .blog-post-content .fr-text {
    padding-bottom: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
  .blog-post-page .blog-post-content .fr-text h4 {
    font-size: 4.1025641026vw;
  }
  .blog-post-page .blog-sharing-block {
    justify-content: space-between;
  }
  .blog-post-page .blog-sharing-block a {
    margin-right: 0;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
  .blog-post-page .blog-post-tags {
    margin-top: 12.8205128205vw;
  }
  .blog-post-page .blog-post-tags > span {
    display: block;
    padding: 1.2820512821vw 2.5641025641vw;
    font-size: 4.1025641026vw;
    margin-left: 4.6153846154vw;
  }
  .blog-post-page .blog-post-left {
    width: 100%;
  }
  .blog-post-page .breadcrumbs {
    width: 100%;
    margin: 12.8205128205vw 0 10.2564102564vw;
    font-size: 4.1025641026vw;
  }
  .blog-post-page .breadcrumbs a {
    font-size: 4.1025641026vw;
  }
  .blog-post-page .blog-post-title {
    font-size: 7.1794871795vw;
  }
  .blog-post-page .blog-post-content-date {
    font-size: 4.1025641026vw;
    width: 100%;
  }
  .blog-post-page .blog-post-author {
    font-size: 5.1282051282vw;
    width: 100%;
    margin-bottom: 3.5897435897vw;
  }
  .blog-post-page .blog-post-author::after {
    display: none;
  }
  .blog-post-page .blog-post-info {
    margin: 2.5641025641vw 0 11.5384615385vw;
    flex-wrap: wrap;
  }
  .blog-post-page .blog-post-left .blog-post-left-title {
    font-size: 7.1794871795vw;
    margin-bottom: 5.1282051282vw;
  }
  .blog-post-page .blog-post-left .blog-post {
    width: 100%;
    max-width: 390px;
  }
  .blog-post-page .blog-post-left .blog-post .blog-post-top {
    height: auto;
  }
  .blog-post-page .blog-post-left .blog-post .blog-post-image {
    width: 100%;
  }
  .blog-post-page .blog-post-left .blog-post .blog-post-image img {
    width: 100%;
  }
  .blog-post-page .blog-post-left .blog-post:not(:last-child) {
    margin-bottom: 10.2564102564vw;
  }
  .blog-post-page .blog-post-left .blog-post .blog-post-title-h {
    font-size: 6.1538461538vw;
    margin: 4.358974359vw 0 2.5641025641vw;
  }
  .blog-post-page .blog-post-left .blog-post .blog-post-excerpt {
    font-size: 5.1282051282vw;
  }
  .blog-post-page .blog-post-left .blog-post .blog-post-bt {
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .blog-post-page .blog-post-left .blog-post .blog-post-bt::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 3.8461538462vw;
    height: 4.6153846154vw;
    margin-right: 2.5641025641vw;
  }
}
.footer-form {
  background-color: #0E0023;
}
.footer-form a {
  color: #fff;
  text-decoration: underline;
}
.footer-form .inner {
  max-width: 100%;
  position: relative;
  padding: 4.5703125vw 7.0703125vw 6.09375vw 5.9375vw;
}
.footer-form .footer-form-bg {
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/footer/img/footer-form-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 3.7109375vw;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  z-index: 1;
}
.footer-form .form-wrap {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans Hebrew", sans-serif;
  text-align: right;
  width: 33.75vw;
}
.footer-form .form-wrap form {
  direction: rtl;
}
.footer-form .footer_form_title {
  color: #F6F6F6;
  font-size: 1.875vw;
  font-weight: 600;
  line-height: 106.08%;
  margin-bottom: 0.9375vw;
}
.footer-form .footer_form_subtitle,
.footer-form .footer_form_info {
  color: #E3E1E5;
  font-size: 0.703125vw;
  font-weight: 300;
  line-height: 103.688%;
  margin-bottom: 0.6640625vw;
}
.footer-form .footer_form_info {
  margin-bottom: 1.8359375vw;
}
.footer-form .footer_form_row {
  position: relative;
  display: flex;
  align-content: flex-end;
  justify-content: space-between;
  margin-bottom: 1.71875vw;
  width: 32.03125vw;
}
.footer-form .footer_form_row input[type=text],
.footer-form .footer_form_row input[type=tel],
.footer-form .footer_form_row input[type=email] {
  width: 100%;
  background: transparent;
  padding: 0.78125vw 0;
  color: #EFEFEF;
  font-size: 0.703125vw;
  font-weight: 400;
  line-height: 103.688%;
  box-shadow: none;
  border: none;
  border-bottom: 1px #fff solid;
}
.footer-form .footer_form_row input[type=text]::placeholder,
.footer-form .footer_form_row input[type=tel]::placeholder,
.footer-form .footer_form_row input[type=email]::placeholder {
  color: #fff;
}
.footer-form .footer_form_row span {
  display: block;
  width: 100%;
}
.footer-form .footer_form_row .file-field-block {
  border: 1px dashed #949494;
  background: #FCFCFC;
  width: 100%;
  height: 6.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7B7B7;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.546875vw;
  font-weight: 300;
  line-height: 103.688%;
  margin: 0.78125vw 0 1.171875vw;
  flex-wrap: wrap;
}
.footer-form .footer_form_row .file-field-block > span {
  width: 100%;
  text-align: center;
}
.footer-form .footer_form_row .file-field-block > span::before {
  content: "";
  position: relative;
  display: block;
  width: 1.40625vw;
  height: 1.40625vw;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/footer/img/clip-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.390625vw auto;
}
.footer-form .footer_form_row.file-row {
  margin-bottom: 0;
}
.footer-form .footer_form_row.file-row *[data-name=your-cv] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
}
.footer-form .footer_form_row.file-row *[data-name=your-cv] input {
  width: 100%;
  height: 100%;
}
.footer-form .footer_form_row.first-row input[type=text],
.footer-form .footer_form_row.first-row input[type=tel],
.footer-form .footer_form_row.first-row input[type=email] {
  width: 10.390625vw;
}
.footer-form .footer_form_row.first-row span {
  width: 10.390625vw;
}
.footer-form .footer_form_row.first-row span:not(:last-child) {
  margin-left: 0.4296875vw;
}
.footer-form .footer_form_row.last-row {
  direction: ltr;
  margin-bottom: 0;
}
.footer-form .footer_form_row.is-agree {
  color: #D3D3D3;
  font-size: 0.546875vw;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}
.footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap {
  width: 0.9375vw;
  margin-left: 0.546875vw;
}
.footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.46875vw;
  height: 0.46875vw;
  background-color: #fff;
  top: 0.2734375vw;
  left: 0.1953125vw;
}
.footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap input + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: relative;
  width: 0.9375vw;
  height: 0.9375vw;
  border: 1px #fff solid;
  top: 0.078125vw;
  left: 0;
}
.footer-form .footer_form_row.is-agree .wpcf7-list-item-label {
  font-size: 0;
  background-color: #0E0023;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.footer-form .wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.footer-form .form-submit-btn {
  position: relative;
  width: 12.5vw;
  height: 3.1847265625vw;
  border: 1px #000 solid;
  background: #fff;
  color: #0E0023;
  text-align: center;
  font-size: 0.78125vw;
  font-weight: 600;
  line-height: 103.688%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-form .form-submit-btn input {
  cursor: pointer;
}
.footer-form .form-submit-btn::before {
  content: "";
  display: block;
  position: relative;
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/footer/img/form-submit-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25vw;
  height: 0.625vw;
  margin-right: 0.546875vw;
  transition: all 0.3s ease;
}
.footer-form .form-submit-btn:hover {
  background: none;
  color: #fff;
  border: 1px #fff solid;
}
.footer-form .form-submit-btn:hover::before {
  background-image: url(https://www.matrixdna.ai/wp-content/themes/wemake-theme/modules/footer/img/form-submit-arrow-white.png);
}
.page-template-careers .footer-form {
  margin-top: -6.875vw;
  position: relative;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 0.8em !important;
  background: #fff;
  padding: 3px 5px !important;
  direction: rtl;
}

.wpcf7-submited-popup {
  position: fixed;
  top: -120%;
  bottom: 120%;
  left: 0;
  right: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
  direction: rtl;
  padding: 0 3%;
  transition: all 0.5s linear;
}
.wpcf7-submited-popup.opened {
  top: 0;
  bottom: 0;
}

.wpcf7-submited-body {
  width: 96%;
  max-width: 480px;
  padding: 32px 16px;
  min-height: 100px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e3e3e;
  font-size: 18px;
  border-top: 6px solid #62984f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background: #0E0023;
  color: #fff;
  padding: 10px 0;
  border-top: 2px #fff solid;
  direction: ltr;
  padding: 2.8515625vw 0 1.9140625vw;
}
.footer .inner {
  max-width: 100%;
  margin: 0 6.8359375vw;
}
.footer .footer-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px #fff solid;
  padding-bottom: 1.8359375vw;
}
.footer .footer-left {
  width: 12.890625vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.footer .footer-left ul {
  padding: 0;
  margin: 0;
}
.footer .footer-left li {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5078125vw 0;
  text-align: left;
}
.footer .footer-left a {
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.546875vw;
  font-weight: 400;
  line-height: 129.2%;
  opacity: 0.6;
}
.footer .socials-link {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .socials-link a {
  margin-right: 0.46875vw;
  margin-bottom: 0.5078125vw;
}
.footer .socials-link.socials-link-mobile {
  display: none;
}
.footer .footer-menu-title {
  text-align: left;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.703125vw;
  font-weight: 700;
  line-height: 129.2%;
  text-transform: uppercase;
  margin-bottom: 1.0546875vw;
}
.footer .company-menu {
  margin-left: 3.671875vw;
  position: relative;
}
.footer .footer-center {
  min-width: 28.6328125vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.703125vw;
}
.footer .footer-center a,
.footer .footer-center .footer_address {
  margin-right: 0.390625vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #9A95A1;
  text-align: right;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.546875vw;
  font-weight: 400;
  line-height: 129.2%;
}
.footer .footer-center a::after,
.footer .footer-center .footer_address::after {
  content: "";
  display: block;
  position: relative;
  top: 0.0390625vw;
  background-color: #9A95A1;
  width: 0.234375vw;
  height: 0.234375vw;
  border-radius: 0.234375vw;
  margin-left: 0.390625vw;
}
.footer .footer-center a:last-child,
.footer .footer-center .footer_address:last-child {
  margin-right: 0;
}
.footer .footer-right {
  width: 17.578125vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
}
.footer .footer-right .footer-logo {
  margin-bottom: 0.78125vw;
  width: 4.5703125vw;
  height: 1.42125vw;
}
.footer .footer-right .footer-text {
  margin-bottom: 2.109375vw;
  color: #FFF;
  font-size: 1.171875vw;
  font-weight: 600;
  line-height: 114.24%;
  direction: rtl;
}
.footer .footer-right .privacy-links {
  margin-bottom: 0.703125vw;
}
.footer .footer-right .privacy-links a {
  color: #9A95A1;
  text-align: right;
  margin-left: 1.2109375vw;
  font-size: 0.546875vw;
  font-weight: 400;
  line-height: 129.2%;
}
.footer .footer-right .privacy-links.privacy-links-mobile {
  display: none;
}
.footer .copyright-block {
  padding: 1.71875vw 0 2.65625vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #9A95A1;
  text-align: right;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.546875vw;
  font-weight: 400;
  line-height: 129.2%;
  text-transform: uppercase;
}
.footer .copyright-block .footer-line {
  width: 3.0078125vw;
  height: 1px;
  background: #FFF;
  margin: 0 0.6640625vw;
}

@media all and (max-width: 1920px) and (min-width: 769px) {
  .footer-form .inner {
    padding: 6.09375vw 9.4270833333vw 8.125vw 7.9166666667vw;
  }
  .footer-form .footer-form-bg {
    left: 4.9479166667vw;
  }
  .footer-form .form-wrap {
    width: 45vw;
  }
  .footer-form .footer_form_title {
    font-size: 2.5vw;
    margin-bottom: 1.25vw;
  }
  .footer-form .footer_form_subtitle,
  .footer-form .footer_form_info {
    font-size: 0.9375vw;
    margin-bottom: 0.8854166667vw;
  }
  .footer-form .footer_form_info {
    margin-bottom: 2.4479166667vw;
  }
  .footer-form .footer_form_row {
    margin-bottom: 2.2916666667vw;
    width: 42.7083333333vw;
  }
  .footer-form .footer_form_row input[type=text],
  .footer-form .footer_form_row input[type=tel],
  .footer-form .footer_form_row input[type=email] {
    padding: 1.0416666667vw 0;
    font-size: 0.9375vw;
  }
  .footer-form .footer_form_row.first-row input[type=text],
  .footer-form .footer_form_row.first-row input[type=tel],
  .footer-form .footer_form_row.first-row input[type=email] {
    width: 13.8541666667vw;
  }
  .footer-form .footer_form_row.first-row span {
    width: 13.8541666667vw;
  }
  .footer-form .footer_form_row.first-row span:not(:last-child) {
    margin-left: 0.5729166667vw;
  }
  .footer-form .footer_form_row.is-agree {
    font-size: 0.7291666667vw;
  }
  .footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap {
    width: 1.25vw;
    margin-left: 0.7291666667vw;
  }
  .footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::after {
    width: 0.625vw;
    height: 0.625vw;
    top: 0.3645833333vw;
    left: 0.2604166667vw;
  }
  .footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap input + .wpcf7-list-item-label::before {
    width: 1.25vw;
    height: 1.25vw;
    top: 0.1041666667vw;
  }
  .footer-form .form-submit-btn {
    width: 16.6666666667vw;
    height: 4.2463020833vw;
    font-size: 1.0416666667vw;
  }
  .footer-form .form-submit-btn::before {
    width: 1.6666666667vw;
    height: 0.8333333333vw;
    margin-right: 0.7291666667vw;
  }
  .page-template-careers .footer-form {
    margin-top: -9.1666666667vw;
  }
  .footer {
    padding: 3.8020833333vw 0 2.5520833333vw;
  }
  .footer .inner {
    margin: 0 9.1145833333vw;
  }
  .footer .footer-top {
    padding-bottom: 2.4479166667vw;
  }
  .footer .footer-left {
    width: 18.75vw;
  }
  .footer .footer-left li {
    margin: 0 0 0.6770833333vw 0;
  }
  .footer .footer-left a {
    font-size: 0.8333333333vw;
  }
  .footer .socials-link a {
    margin-right: 0.625vw;
    margin-bottom: 0.6770833333vw;
  }
  .footer .footer-menu-title {
    font-size: 0.9375vw;
    margin-bottom: 1.40625vw;
  }
  .footer .company-menu {
    margin-left: 4.8958333333vw;
  }
  .footer .footer-center {
    min-width: 38.1770833333vw;
    margin-bottom: 0.9375vw;
  }
  .footer .footer-center a,
  .footer .footer-center .footer_address {
    margin-right: 0.5208333333vw;
    font-size: 0.7291666667vw;
  }
  .footer .footer-center a::after,
  .footer .footer-center .footer_address::after {
    top: 0.0520833333vw;
    width: 0.3125vw;
    height: 0.3125vw;
    border-radius: 0.3125vw;
    margin-left: 0.5208333333vw;
  }
  .footer .footer-right {
    width: 23.4375vw;
  }
  .footer .footer-right .footer-logo {
    margin-bottom: 1.0416666667vw;
    width: 6.09375vw;
    height: 1.895vw;
  }
  .footer .footer-right .footer-text {
    margin-bottom: 2.8125vw;
    font-size: 1.5625vw;
  }
  .footer .footer-right .privacy-links {
    margin-bottom: 0.9375vw;
  }
  .footer .footer-right .privacy-links a {
    margin-left: 1.6145833333vw;
    font-size: 0.7291666667vw;
  }
  .footer .copyright-block {
    padding: 2.2916666667vw 0 3.5416666667vw;
    font-size: 0.7291666667vw;
  }
  .footer .copyright-block .footer-line {
    width: 4.0104166667vw;
    margin: 0 0.8854166667vw;
  }
}
@media all and (max-width: 768px) {
  .footer-form {
    padding: 10.2564102564vw 0 21.7948717949vw;
  }
  .footer-form .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer-form .footer-form-bg {
    display: none;
  }
  .footer-form .form-wrap {
    width: 100%;
  }
  .footer-form .footer_form_title {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  .footer-form .footer_form_subtitle,
  .footer-form .footer_form_info {
    font-size: 4.1025641026vw;
  }
  .footer-form .footer_form_row {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer-form .footer_form_row input[type=text],
  .footer-form .footer_form_row input[type=tel],
  .footer-form .footer_form_row input[type=email] {
    width: 100%;
    padding: 5.1282051282vw 0;
    font-size: 4.1025641026vw;
  }
  .footer-form .footer_form_row input[type=text]::placeholder,
  .footer-form .footer_form_row input[type=tel]::placeholder,
  .footer-form .footer_form_row input[type=email]::placeholder {
    color: #fff;
  }
  .footer-form .footer_form_row span {
    display: block;
    width: 100%;
    margin-bottom: 1.7948717949vw;
  }
  .footer-form .footer_form_row .file-field-block {
    padding: 5.1282051282vw 0;
    font-size: 4.1025641026vw;
    height: auto;
  }
  .footer-form .footer_form_row.first-row input[type=text],
  .footer-form .footer_form_row.first-row input[type=tel],
  .footer-form .footer_form_row.first-row input[type=email] {
    width: 100%;
  }
  .footer-form .footer_form_row.first-row span {
    width: 100%;
  }
  .footer-form .footer_form_row.first-row span:not(:last-child) {
    margin-left: 0;
  }
  .footer-form .footer_form_row.is-agree {
    font-size: 3.5897435897vw;
    padding-right: 8.7179487179vw;
    margin-top: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
  .footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap {
    width: 6.1538461538vw;
    margin-left: 3.5897435897vw;
    position: absolute;
    right: 0;
  }
  .footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    top: 2.0512820513vw;
    left: 1.5384615385vw;
    border-radius: 2px;
  }
  .footer-form .footer_form_row.is-agree .wpcf7-form-control-wrap input + .wpcf7-list-item-label::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    top: 0.5128205128vw;
    border-radius: 2px;
  }
  .footer-form .wpcf7-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer-form .form-submit-btn {
    height: 17.9487179487vw;
    width: 100%;
    font-size: 5.1282051282vw;
  }
  .footer-form .form-submit-btn::before {
    width: 8.2051282051vw;
    height: 4.1025641026vw;
    margin-right: 3.5897435897vw;
  }
  .page-template-careers .footer-form {
    margin-top: -42.3076923077vw;
  }
  .page-template-clients .footer-form {
    margin-top: 0;
  }
  .footer {
    padding: 6.6666666667vw 0 10.2564102564vw;
  }
  .footer .inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer .footer-top {
    flex-wrap: wrap;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    width: 100%;
  }
  .footer .company-menu {
    margin-right: 4.1025641026vw;
  }
  .footer .footer-menu-title {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
  }
  .footer .footer-left a {
    display: block;
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
  .footer .footer-center {
    padding-top: 10.2564102564vw;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 5.1282051282vw;
    margin-top: 10.2564102564vw;
    border-top: 1px #fff solid;
  }
  .footer .footer-center a,
  .footer .footer-center .footer_address {
    display: flex;
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    order: 2;
  }
  .footer .footer-center a::after,
  .footer .footer-center .footer_address::after {
    content: "";
    position: relative;
    display: block;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
    background-color: #9A95A1;
    margin-left: 2.5641025641vw;
  }
  .footer .footer-center .footer_address {
    order: 1;
  }
  .footer .socials-link {
    display: none;
  }
  .footer .socials-link.socials-link-mobile {
    display: flex;
    position: relative;
    margin-top: -7.6923076923vw;
    bottom: 6.6666666667vw;
  }
  .footer .socials-link a {
    margin-right: 3.0769230769vw;
  }
  .footer .socials-link a img {
    height: 5.1282051282vw;
  }
  .footer .footer-right {
    display: none;
  }
  .footer .privacy-links {
    display: none;
  }
  .footer .privacy-links.privacy-links-mobile {
    display: flex;
    margin-bottom: 3.8461538462vw;
    margin-top: 8.9743589744vw;
    justify-content: center;
  }
  .footer .privacy-links a {
    color: #9A95A1;
    margin: 0 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .footer .copyright-block {
    padding: 3.8461538462vw 0 0;
    font-size: 3.5897435897vw;
    flex-wrap: wrap;
  }
  .footer .copyright-block .footer-line {
    display: none;
  }
  .footer .copyright-block div {
    width: 100%;
    text-align: center;
  }
  .footer .copyright-block div:last-child {
    order: 1;
  }
  .footer .copyright-block div:first-child {
    order: 2;
  }
}
.wm-poweredby {
  background-color: #161616;
  direction: ltr;
}
.wm-poweredby[data-dot-effect="1"] .wm-poweredby-letter.l1:before, .wm-poweredby[data-dot-effect="2"] .wm-poweredby-letter.l2:before, .wm-poweredby[data-dot-effect="3"] .wm-poweredby-letter.l3:before, .wm-poweredby[data-dot-effect="4"] .wm-poweredby-letter.l4:before, .wm-poweredby[data-dot-effect="5"] .wm-poweredby-letter.l5:before, .wm-poweredby[data-dot-effect="6"] .wm-poweredby-letter.l6:before {
  visibility: visible;
  animation: jump-animation 0.5s linear;
}
.wm-poweredby[data-dot-effect="7"] .wm-poweredby-letter.l6:after {
  visibility: visible;
  animation: jump-animation-final 0.5s linear;
}
.wm-poweredby .inner {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #8d8d8d;
}
.wm-poweredby .inner, .wm-poweredby .wm-poweredby-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wm-poweredby .wm-poweredby-text {
  display: inline-block;
  margin-right: 7px;
}
.wm-poweredby .wm-poweredby-logo-img {
  height: 15px;
}
.wm-poweredby .wm-poweredby-letter {
  width: 15px;
  height: 15px;
  position: relative;
  display: none;
}
.wm-poweredby .wm-poweredby-letter:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin: 0 -4px -2px;
  width: 6px;
  height: 6px;
  background-color: #747676;
  visibility: hidden;
  border-radius: 50%;
}
.wm-poweredby .wm-poweredby-letter.fill path {
  fill: #959595;
  animation: letter-push-animation 0.3s linear;
}
.wm-poweredby .wm-poweredby-letter.hide-dot.l6:after {
  visibility: hidden;
}
.wm-poweredby .wm-poweredby-letter.l1.fill path, .wm-poweredby .wm-poweredby-letter.l2.fill path {
  fill: #5da8dc;
}
.wm-poweredby .wm-poweredby-letter.l2 {
  left: -2px;
}
.wm-poweredby .wm-poweredby-letter.l3 {
  left: -3px;
}
.wm-poweredby .wm-poweredby-letter.l3:before {
  margin-right: -3px;
}
.wm-poweredby .wm-poweredby-letter.l4 {
  left: -4px;
}
.wm-poweredby .wm-poweredby-letter.l4:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 {
  left: -8px;
}
.wm-poweredby .wm-poweredby-letter.l5:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 .wm-poweredby-svg {
  position: absolute;
  top: -2px;
  right: 0;
  height: 16px;
}
.wm-poweredby .wm-poweredby-letter.l6 {
  left: -13px;
}
.wm-poweredby .wm-poweredby-letter.l6:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  margin-right: -2px;
}
.wm-poweredby .wm-poweredby-letter.l6 .wm-poweredby-svg {
  position: absolute;
  top: -3px;
  right: 0;
  height: 21px;
}
.wm-poweredby .wm-poweredby-svg {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wm-poweredby .wm-poweredby-svg path {
  fill: #5f6161;
  transition: all 0.7s linear;
}

@keyframes jump-animation {
  0% {
    transform: translateX(-13px) translateY(0);
  }
  50% {
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes letter-push-animation {
  0% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump-animation-final {
  0% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(6px) translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateX(13px) translateY(0);
  }
}
@media all and (max-width: 768px) {
  body .wm-poweredby .inner {
    padding: 8px 0 9px;
  }
}



