@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

* {
  box-sizing: border-box
}

html {
  font-size: 17px;
  scroll-behavior: smooth!important;
}

@media (max-width: 900px) {
  html {
    font-size: 15px
  }
}

@media (max-width: 400px) {
  html {
    font-size: 13px
  }
}

html {
  font-size: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  color: #1d1f2e;
  background: white;
  font-size: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  direction: rtl
}

body.overflow {
  overflow: hidden
}

.header {
  border-bottom: 1px solid #eaeaea;
}

.container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 80px
}

.content-wrapper {
  position: relative;
  width: calc(100% - 220px);
  max-width: 1280px;
  margin: auto
}

.bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important
}

.hero {
  background: url('../images/hero-ph.jpg');
}

.bannerBack {
  background: url('../images/banner-3.jpg');
}

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.26s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.vimeo-wrapper video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.vimeo-wrapper .image {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

::-webkit-input-placeholder {
  color: #1d1f2e !important;
  font-family: "Rubik", sans-serif;
  font-weight: 600
}

::-moz-placeholder {
  color: #1d1f2e !important;
  font-family: "Rubik", sans-serif;
  font-weight: 600
}

:-ms-input-placeholder {
  color: #1d1f2e !important;
  font-family: "Rubik", sans-serif;
  font-weight: 600
}

:-moz-placeholder {
  color: #1d1f2e !important;
  font-family: "Rubik", sans-serif;
  font-weight: 600
}

input, textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important
}

.cookies-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  transform: translateY(130%) !important;
  -webkit-transform: translateY(130%) !important;
  transition: all 0.44s ease-out
}

.cookies-notice.show {
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important
}

.cookies-notice p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 20px
}

.cookies-notice p a {
  border-bottom: 1px solid;
  margin-left: 6px
}

.cookies-notice .button {
  height: 30px;
  width: 120px;
  line-height: 30px;
  font-size: 14px
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .container {
    padding-top: 60px
  }

  .content-wrapper,
  .partners-list {
    width: calc(100% - 40px);
    max-width: 600px
  }

  .cookies-notice p {
    width: calc(100% - 138px);
    margin-right: 18px;
    font-size: 13px
  }
}

h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 54px
}

h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px
}

h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500
}

p {
  font-size: 17px;
  line-height: 24px
}

strong {
  font-weight: 700
}

.button {
  position: relative;
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  background: #1d1f2e;
  color: white;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.26s ease-out
}

.button:hover {
  background: #ef539e
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 32px
  }

  h3 {
    font-size: 20px;
    line-height: 26px
  }

  h5 {
    font-size: 17px;
    line-height: 24px
  }

  p {
    font-size: 15px;
    line-height: 24px
  }

  .button {
    width: 180px;
    height: 44px;
    line-height: 44px
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  z-index: 999;
  transition: all 0.26s ease-out
}

header.scrolled {
  border-bottom: 1px solid #eaeaea
}

header .content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

header .content-wrapper .on-left {
  position: relative
}

header .content-wrapper .on-left .logo {
  position: relative;
  height: 30px
}

header .content-wrapper .on-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

header .content-wrapper .on-right .button {
  background: #00AFD0;
  height: 36px;
  line-height: 36px;
  width: 140px
}

header .content-wrapper .on-right .langs {
  position: relative;
  margin-right: 24px;
  direction: ltr;
  font-size: 15px
}

header .content-wrapper .on-right .langs .lang {
  opacity: 0.5;
  margin-left: 6px;
  transition: all 0.26s ease-out
}

header .content-wrapper .on-right .langs .lang:hover {
  opacity: 1
}

header .content-wrapper .on-right .langs .lang.active {
  opacity: 1
}

header .menu-button-wrapper {
  display: none
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  header {
    height: 60px
  }

  header .content-wrapper {
    max-width: 100%
  }

  header .content-wrapper .on-right .langs {
    display: none
  }

  header .content-wrapper .on-left .logo {
    height: 22px
  }

  header .content-wrapper .on-right .button {
    height: 34px;
    line-height: 34px;
    width: 132px;
    font-size: 16px
  }
}

.home-wrapper {
  position: relative
}

.home-wrapper .hero {
  position: relative;
  height: 540px;
  max-height: 62vh;
  background: #F0F8FF
}

.home-wrapper .hero .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%
}

.home-wrapper .hero .content-wrapper .inner {
  position: relative;
  color: white;
  text-align: right
}

.home-wrapper .hero .content-wrapper .inner h1 {
  max-width: 660px;
  font-size: 54px;
  line-height: 56px;
  font-weight: 700
}

.home-wrapper .hero .content-wrapper .inner p {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  max-width: 540px
}

.home-wrapper .hero .content-wrapper .inner .button {
  margin: 30px 0 0;
  background: #FBBA00;
  display: block;
  color: #1d1f2e
}

.home-wrapper .intro {
  position: relative;
  padding: 100px 0 120px
}

.home-wrapper .intro .ipad-1 {
  position: absolute;
  width: 540px;
  height: auto;
  top: -400px;
  left: -40px
}

.home-wrapper .intro .text-wrapper {
  position: relative;
  margin: auto;
  max-width: 720px;
  text-align: center;
  padding-top: 50px
}

.home-wrapper .intro .icons {
  position: relative;
  margin: 60px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center
}

.home-wrapper .intro .icons .icon-wrapper {
  position: relative;
  width: calc(100% / 3 - 40px);
  max-width: 360px;
  margin: 0 20px
}

.home-wrapper .intro .icons .icon-wrapper img {
  height: 72px;
  margin: auto;
  display: block
}

.home-wrapper .intro .icons .icon-wrapper h3 {
  margin-top: 20px
}

.home-wrapper .intro .icons .icon-wrapper p {
  margin-top: 10px
}

.divider {
  position: relative;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  margin: 80px auto
}

.home-wrapper .intro .text-2 {
  position: relative;
  margin: auto;
  max-width: 790px;
  text-align: center
}

.home-wrapper .intro .text-2 p {
  margin-top: 10px
}

.home-wrapper .solution-wrapper {
  position: relative;
  background: #f2f5fa;
  padding: 100px 0
}

.home-wrapper .solution-wrapper h2 {
  text-align: center;
  max-width: 720px;
  margin: auto
}

.home-wrapper .solution-wrapper .icons {
  position: relative;
  margin: 60px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center
}

.home-wrapper .solution-wrapper .icons .icon-wrapper {
  position: relative;
  width: calc(100% / 4 - 40px);
  max-width: 360px;
  margin: 0 20px
}

.home-wrapper .solution-wrapper .icons .icon-wrapper img {
  height: 72px;
  margin: auto;
  display: block
}

.home-wrapper .solution-wrapper .icons .icon-wrapper h3 {
  margin-top: 20px
}

.home-wrapper .solution-wrapper .icons .icon-wrapper p {
  margin-top: 10px
}

.home-wrapper .sides {
  position: relative;
  margin: 20px 0 60px
}

.home-wrapper .sides .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.home-wrapper .sides .content-wrapper .diagonal {
  position: absolute;
  right: 40px;
  width: 400px;
  top: 76px;
  opacity: 0.6
}

.home-wrapper .sides .content-wrapper .on-right {
  position: relative;
  max-width: 540px;
  margin-left: 40px
}

.home-wrapper .sides .content-wrapper .on-right ul {
  margin-top: 10px;
  position: relative;
  font-size: 17px;
  line-height: 24px
}

.home-wrapper .sides .content-wrapper .on-right ul li {
  position: relative;
  padding-right: 24px;
  margin-bottom: 12px
}

.home-wrapper .sides .content-wrapper .on-right ul li .bullet {
  position: absolute;
  top: 6px;
  right: 0;
  width: 13px
}

.home-wrapper .sides .content-wrapper .on-left {
  position: relative;
  max-width: 320px;
  padding: 80px 0;
  margin-right: 40px
}

.home-wrapper .sides .content-wrapper .on-left img {
  width: 100%;
  height: auto;
  display: block
}

.home-wrapper .sides-b {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 60px
}

.home-wrapper .sides-b .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.home-wrapper .sides-b .content-wrapper .diagonal {
  position: absolute;
  left: 200px;
  width: 400px;
  top: -40px;
  opacity: 0.6
}

.home-wrapper .sides-b .content-wrapper .on-left {
  position: relative;
  max-width: 480px;
  margin-right: 60px
}

.home-wrapper .sides-b .content-wrapper .on-left ul {
  margin-top: 10px;
  position: relative;
  font-size: 17px;
  line-height: 24px
}

.home-wrapper .sides-b .content-wrapper .on-left ul li {
  position: relative;
  padding-right: 24px;
  margin-bottom: 12px
}

.home-wrapper .sides-b .content-wrapper .on-left ul li .bullet {
  position: absolute;
  top: 6px;
  right: 0;
  width: 13px
}

.home-wrapper .sides-b .content-wrapper .on-right {
  position: relative;
  max-width: 660px;
  margin-left: 40px
}

.home-wrapper .sides-b .content-wrapper .on-right img {
  width: 100%;
  height: auto;
  display: block
}

.home-wrapper .banner {
  position: relative;
  padding: 100px 0
}

.home-wrapper .banner .overlay {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 80%)
}

.home-wrapper .banner .text-wrapper {
  position: relative;
  max-width: 780px;
  margin: auto;
  text-align: center;
  color: white
}

.home-wrapper .banner .text-wrapper p {
  margin-top: 10px;
  font-weight: 500
}

.home-wrapper .banner .text-wrapper .button {
  margin: 20px auto 0;
  background: #FBBA00;
  color: #1d1f2e
}

.home-wrapper .contact-wrapper {
  position: relative;
  padding: 100px 0;
  background: #f2f5fa
}

.home-wrapper .contact-wrapper h2 {
  text-align: center
}

.home-wrapper .contact-wrapper .form-wrapper {
  position: relative;
  margin: 40px auto 0
}

.home-wrapper .contact-wrapper .form-wrapper form {
  direction: rtl
}

.home-wrapper .contact-wrapper .form-wrapper .form-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.home-wrapper .contact-wrapper .form-wrapper .form-row .part {
  position: relative;
  width: calc(100% / 3 - 20px)
}

.home-wrapper .contact-wrapper .form-wrapper .form-row .part input {
  width: 100%;
  border: 1px solid;
  padding: 0 20px;
  background: white;
  font-size: 17px;
  font-weight: 500;
  color: #1d1f2e;
  outline: 0;
  height: 50px
}

.home-wrapper .contact-wrapper .form-wrapper .form-row .part input.html5-not-valid {
  border-color: red
}

.home-wrapper .contact-wrapper .form-wrapper input[type=submit] {
  position: relative;
  margin: 40px auto 0;
  display: block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  border: 0;
  font-family: "Rubik", sans-serif;
  border-radius: 30px !important;
  background: #FBBA00;
  color: #1d1f2e;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  cursor: pointer
}

.submitMessage-hidden {
  display: none
}

.submitMessage-visible {
  display: flex;
  justify-content: center;
  border: 0;
  margin-top: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.submitMessage-visible {
  color: #1d1f2e;
}

.html5 input[type=email], .html5 input[type=tel], .html5 input[type=url] {
  direction: rtl
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .home-wrapper .hero .content-wrapper .inner {
    max-width: 380px;
    margin: auto
  }

  .home-wrapper .hero .content-wrapper .inner h1 {
    font-size: 38px;
    line-height: 38px
  }

  .home-wrapper .hero .content-wrapper .inner p {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 24px
  }

  .home-wrapper .hero .content-wrapper .inner .button {
    margin: 20px 0 0
  }

  .home-wrapper .hero {
    height: 360px
  }

  .home-wrapper .intro {
    padding: 40px 0
  }

  .home-wrapper .intro .ipad-1 {
    position: relative;
    width: 100%;
    max-width: 240px;
    margin: auto;
    display: block;
    top: 0;
    left: 0
  }

  .home-wrapper .intro .text-wrapper {
    padding-top: 10px
  }

  .home-wrapper .intro .icons {
    margin: 40px auto 0;
    display: block
  }

  .home-wrapper .intro .icons .icon-wrapper {
    width: 100%;
    max-width: 360px;
    margin: 30px auto
  }

  .home-wrapper .intro .icons .icon-wrapper img {
    height: 54px
  }

  .home-wrapper .intro .icons .icon-wrapper p {
    margin-top: 4px
  }

  .home-wrapper .intro .divider {
    margin: 40px 0
  }

  .home-wrapper .solution-wrapper {
    padding: 40px 0
  }

  .home-wrapper .solution-wrapper .icons {
    margin: auto;
    flex-wrap: wrap
  }

  .home-wrapper .solution-wrapper .icons .icon-wrapper {
    width: calc(100% / 2 - 20px);
    align-self: stretch;
    max-width: 360px;
    margin: 30px 10px 0
  }

  .home-wrapper .solution-wrapper .icons .icon-wrapper img {
    height: 48px
  }

  .home-wrapper .solution-wrapper .icons .icon-wrapper h3 {
    margin-top: 14px
  }

  .home-wrapper .sides {
    padding: 40px 0
  }

  .home-wrapper .sides .content-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse
  }

  .home-wrapper .sides .content-wrapper .on-right {
    width: 100%;
    margin-left: 0
  }

  .home-wrapper .sides .content-wrapper .on-left {
    margin: 0 auto 20px;
    max-width: 200px;
    padding: 0
  }

  .home-wrapper .sides-b {
    padding: 0 0 40px
  }

  .home-wrapper .sides-b .content-wrapper {
    flex-wrap: wrap
  }

  .home-wrapper .sides-b .content-wrapper .on-right {
    margin: 0 auto 40px;
    max-width: 320px
  }

  .home-wrapper .sides-b .content-wrapper .on-left {
    margin-right: 0
  }

  .home-wrapper .banner {
    padding: 40px 20px
  }

  .home-wrapper .contact-wrapper {
    padding: 40px 0
  }

  .home-wrapper .contact-wrapper .form-wrapper .form-row {
    display: block
  }

  .home-wrapper .contact-wrapper .form-wrapper .form-row .part {
    margin-top: 20px;
    width: 100%
  }

  .home-wrapper .contact-wrapper .form-wrapper {
    margin: 30px auto 0
  }

  .home-wrapper .contact-wrapper .form-wrapper input[type=submit] {
    margin: 30px auto 0
  }

  .home-wrapper .sides .content-wrapper .diagonal {
    width: auto;
    height: 60%;
    top: auto;
    bottom: -16px;
    right: 0
  }

  .home-wrapper .sides {
    margin: 0 auto 20px
  }

  .home-wrapper .sides-b .content-wrapper .diagonal {
    width: auto;
    height: 60%;
    top: auto;
    bottom: -16px;
    right: 0
  }

  .home-wrapper .sides-b {
    padding: 0
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .home-wrapper .sides .content-wrapper .diagonal {
    width: auto;
    height: 60%;
    top: auto;
    bottom: -16px;
    right: -82px
  }

  .home-wrapper .sides-b .content-wrapper .diagonal {
    width: auto;
    height: 60%;
    top: auto;
    bottom: -16px;
    right: -82px
  }
}

.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: all 0.26s ease-out
}

.popup-wrapper.show {
  opacity: 1;
  visibility: visible
}

.popup-wrapper.show .inner-contact {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important
}

.popup-wrapper.show .inner-career {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important
}

.popup-wrapper .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer
}

.popup-wrapper .center-wrapper {
  padding: 32px 64px
}

.popup-wrapper .inner-contact {
  position: relative;
  background: #F0F8FF;
  border: 4px solid white;
  width: calc(100% - 40px);
  max-width: 480px;
  margin: auto;
  padding: 50px;
  transform: scale(0.95) !important;
  -webkit-transform: scale(0.95) !important;
  transition: all 0.26s ease-out
}

.popup-wrapper .inner-contact p a {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid
}

.popup-wrapper .inner-career {
  position: relative;
  background: #F0F8FF;
  border: 4px solid white;
  width: calc(100% - 40px);
  max-width: 780px;
  margin: auto;
  padding: 60px;
  transform: scale(0.95) !important;
  -webkit-transform: scale(0.95) !important;
  transition: all 0.26s ease-out
}

.popup-wrapper .inner-career h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: -6px;
  line-height: 1.2
}

.popup-wrapper .inner-career p {
  margin-top: 10px
}

.popup-wrapper .inner-career h5 {
  margin-top: 24px;
  font-size: 20px
}

.popup-wrapper .inner-career ul {
  margin-top: 14px;
  font-size: 16px;
  line-height: 25px;
  list-style-type: disc;
  padding-left: 20px
}

.popup-wrapper .inner-career .button {
  margin-top: 30px
}

.popup-wrapper .x-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: all 0.26s ease-out;
  cursor: pointer;
  z-index: 10
}

.popup-wrapper .x-button:hover {
  transform: rotate(45deg)
}

.popup-wrapper .x-button .line {
  position: absolute;
  width: 12px;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
  background: #1d1f2e
}

.popup-wrapper .x-button .line.one {
  transform: rotate(45deg)
}

.popup-wrapper .x-button .line.two {
  transform: rotate(-45deg)
}

@media screen and (max-width: 1024px) {
  .popup-wrapper {
    width: 100vw
  }

  .popup-wrapper .center-wrapper {
    padding: 20px 0
  }

  .popup-wrapper .inner-video {
    padding: 4px;
    width: calc(100vw - 20px) !important
  }

  .popup-wrapper .inner-gallery {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 1.25)
  }

  .popup-wrapper .inner-gallery .image-wrapper {
    height: calc((100vw - 40px) * 1.25)
  }

  .popup-wrapper .inner-gallery .arrow {
    display: none
  }

  .popup-wrapper .inner-contact {
    padding: 30px
  }

  .popup-wrapper .inner-contact h3 {
    font-size: 24px
  }

  .popup-wrapper .inner-career {
    padding: 20px
  }

  .popup-wrapper .inner-career h3 {
    font-size: 24px;
    margin-bottom: 0
  }
}

footer {
  position: relative;
  background: #1f1e2b;
  color: white;
  padding: 60px 0
}

footer .logo {
  display: block;
  height: 32px;
  margin: auto
}

footer .rights {
  margin: 30px auto 0;
  text-align: center
}

footer .linkedin {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px
}

footer .linkedin img {
  height: 100%
}

footer .links {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

footer .langs {
  display: none
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  footer {
    padding: 40px 0
  }

  footer .logo {
    height: 24px
  }

  footer .rights {
    margin: 10px auto 0
  }

  footer .linkedin {
    position: relative;
    top: 0;
    margin: 20px auto 0;
    display: block;
    height: 44px;
    width: 44px
  }

  footer .links {
    position: relative;
    justify-content: center;
    text-align: center;
    margin: 20px 0 0
  }

  footer .langs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin: 20px 0 0;
    direction: ltr
  }

  footer .langs .lang {
    margin: 0 6px;
    opacity: 0.5
  }

  footer .langs .lang.active {
    opacity: 1
  }
}

.dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  z-index: 8888;
  transition: all 0.26s ease-out;
  visibility: hidden;
  opacity: 0;
  display: none
}

.dark.show {
  visibility: visible;
  opacity: 1
}

.dark.show {
  visibility: visible;
  opacity: 1
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 90px);
  background: white;
  z-index: 9999;
  height: 100%;
  max-width: 280px;
  padding: 60px 30px;
  transform: translateX(100%) !important;
  -webkit-transform: translateX(100%) !important;
  transition: all 0.26s ease-out
}

.side-menu.show {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important
}

.side-menu .x-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: all 0.26s ease-out;
  cursor: pointer;
  z-index: 10
}

.side-menu .x-button .line {
  position: absolute;
  width: 12px;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
  background: #1d1f2e
}

.side-menu .x-button .line.one {
  transform: rotate(45deg)
}

.side-menu .x-button .line.two {
  transform: rotate(-45deg)
}

.side-menu .items {
  position: relative;
  font-size: 17px;
  font-weight: 500
}

.side-menu .items li {
  position: relative;
  margin-bottom: 24px
}

.side-menu .items li.special {
  border: 1px solid;
  border-radius: 30px;
  padding: 12px 20px;
  transition: all 0.26s ease-out;
  background: #1d1f2e;
  color: white;
  text-align: center;
  font-size: 15px;
  width: 180px
}

.legal-wrapper {
  position: relative;
  padding: 60px 0
}

.legal-wrapper .content-wrapper {
  max-width: 720px;
  margin: auto
}

.legal-wrapper .content-wrapper .wysiwyg {
  position: relative;
  margin-top: 30px
}

.legal-wrapper .content-wrapper .wysiwyg h2, .legal-wrapper .content-wrapper .wysiwyg h3, .legal-wrapper .content-wrapper .wysiwyg h4, .legal-wrapper .content-wrapper .wysiwyg h5, .legal-wrapper .content-wrapper .wysiwyg h6, .legal-wrapper .content-wrapper .wysiwyg p {
  position: relative;
  margin-bottom: 20px
}

.legal-wrapper .content-wrapper .wysiwyg h2 {
  font-size: 21px
}

.legal-wrapper .content-wrapper .wysiwyg ol, .legal-wrapper .content-wrapper .wysiwyg ul {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-right: 20px
}

.legal-wrapper .content-wrapper .wysiwyg ul {
  list-style-type: disc
}

.legal-wrapper .content-wrapper .wysiwyg ol {
  list-style-type: decimal
}

.legal-wrapper .content-wrapper .wysiwyg ol, .legal-wrapper .content-wrapper .wysiwyg p, .legal-wrapper .content-wrapper .wysiwyg ul {
  text-align: justify;
  font-size: 16px;
  line-height: 25px
}

.legal-wrapper .content-wrapper .wysiwyg b, .legal-wrapper .content-wrapper .wysiwyg strong {
  font-weight: 700
}

.legal-wrapper .content-wrapper .wysiwyg a {
  border-bottom: 1px solid
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .legal-wrapper {
    padding: 30px 0
  }

  .legal-wrapper h1 {
    font-size: 34px
  }

  .legal-wrapper .content-wrapper .wysiwyg {
    margin-top: 20px
  }

  .legal-wrapper .content-wrapper .wysiwyg h2, .legal-wrapper .content-wrapper .wysiwyg h3, .legal-wrapper .content-wrapper .wysiwyg h4, .legal-wrapper .content-wrapper .wysiwyg h5, .legal-wrapper .content-wrapper .wysiwyg h6, .legal-wrapper .content-wrapper .wysiwyg p {
    margin-bottom: 10px
  }
}

body.go-en {
  direction: ltr
}

body.go-en h2 {
  font-weight: 500;
  font-size: 30px
}

body.go-en h3 {
  font-weight: 500;
  font-size: 22px
}

body.go-en p {
  font-size: 16px
}

body.go-en header .content-wrapper {
  flex-direction: row-reverse
}

body.go-en .home-wrapper .hero .content-wrapper .inner {
  text-align: left
}

body.go-en .home-wrapper .hero .content-wrapper .inner h1 {
  font-size: 50px;
  line-height: 54px
}

body.go-en .home-wrapper .intro .ipad-1 {
  right: -40px;
  left: auto
}

body.go-en .home-wrapper .intro .text-wrapper {
  max-width: 780px
}

body.go-en .home-wrapper .intro .text-2 {
  max-width: 860px
}

body.go-en .home-wrapper .solution-wrapper h2 {
  max-width: 540px
}

body.go-en .home-wrapper .sides .content-wrapper .on-right {
  margin-left: 0;
  margin-right: 40px
}

body.go-en .home-wrapper .sides .content-wrapper .on-right h2 {
  font-size: 26px;
  line-height: 32px
}

body.go-en .home-wrapper .sides .content-wrapper .on-right ul {
  font-size: 16px;
  margin-top: 16px
}

body.go-en .home-wrapper .sides .content-wrapper .on-right ul li {
  padding-right: 0;
  padding-left: 24px
}

body.go-en .home-wrapper .sides .content-wrapper .on-right ul li .bullet {
  right: auto;
  left: 0
}

body.go-en .home-wrapper .sides .content-wrapper .on-left {
  margin-right: 0;
  margin-left: 40px
}

body.go-en .home-wrapper .sides .content-wrapper .diagonal {
  right: auto;
  left: 40px
}

body.go-en .home-wrapper .sides-b .content-wrapper .on-right {
  margin-left: 0;
  margin-right: 40px
}

body.go-en .home-wrapper .sides-b .content-wrapper .on-left {
  margin-left: 60px;
  margin-right: 0
}

body.go-en .home-wrapper .sides-b .content-wrapper .diagonal {
  left: auto;
  right: 200px
}

body.go-en .home-wrapper .sides-b .content-wrapper .on-left h2 {
  font-size: 26px;
  line-height: 32px
}

body.go-en .home-wrapper .sides-b .content-wrapper .on-left ul {
  font-size: 16px;
  margin-top: 16px
}

body.go-en .home-wrapper .sides-b .content-wrapper .on-left ul li {
  padding-right: 0;
  padding-left: 24px
}

body.go-en .home-wrapper .sides-b .content-wrapper .on-left ul li .bullet {
  right: auto;
  left: 0
}

body.go-en .home-wrapper .contact-wrapper .form-wrapper form {
  direction: ltr
}

body.go-en .html5 input[type=email], body.go-en .html5 input[type=tel], body.go-en .html5 input[type=url] {
  direction: ltr
}

body.go-en footer .links {
  right: 0;
  left: auto
}

body.go-en footer .linkedin {
  left: 0;
  right: auto
}

body.go-en header .content-wrapper .on-right {
  flex-direction: row-reverse
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  body.go-en .home-wrapper .hero .content-wrapper .inner h1 {
    font-size: 28px;
    line-height: 32px
  }

  body.go-en .home-wrapper .hero .content-wrapper .inner p {
    font-size: 16px;
    line-height: 22px
  }

  body.go-en h2 {
    font-size: 20px;
    line-height: 26px
  }

  body.go-en .home-wrapper .intro .ipad-1 {
    right: auto
  }

  body.go-en h3 {
    font-size: 18px;
    line-height: 24px
  }

  body.go-en p {
    font-size: 15px
  }

  body.go-en .home-wrapper .sides .content-wrapper .on-left {
    margin-left: 0
  }

  body.go-en .home-wrapper .sides-b .content-wrapper .on-left {
    margin-left: 0
  }

  body.go-en .home-wrapper .sides-b .content-wrapper .on-left ul {
    font-size: 15px
  }

  body.go-en .home-wrapper .sides .content-wrapper .on-right h2 {
    font-size: 20px;
    line-height: 26px
  }

  body.go-en .home-wrapper .sides-b .content-wrapper .on-left h2 {
    font-size: 20px;
    line-height: 26px
  }

  body.go-en .home-wrapper .sides-b .content-wrapper .diagonal {
    right: 0
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.html5 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.html5 form .html5-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.html5 form.init .html5-response-output,
.html5 form.resetting .html5-response-output,
.html5 form.submitting .html5-response-output {
  display: none;
}

.html5 form.sent .html5-response-output {
  border-color: #46b450; /* Green */
}

.html5 form.failed .html5-response-output,
.html5 form.aborted .html5-response-output {
  border-color: #dc3232; /* Red */
}

.html5 form.spam .html5-response-output {
  border-color: #f56e28; /* Orange */
}

.html5 form.invalid .html5-response-output,
.html5 form.unaccepted .html5-response-output,
.html5 form.payment-required .html5-response-output {
  border-color: #ffb900; /* Yellow */
}

.html5-form {
  position: relative;
}

.html5-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .html5-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.html5-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.html5-list-item-label::before,
.html5-list-item-label::after {
  content: " ";
}

.html5-spinner {
  visibility: hidden;
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 40px;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
}

.html5-spinner-visible {
  visibility: visible;
}

.html5-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .html5-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.html5 input[type="file"] {
  cursor: pointer;
}

.html5 input[type="file"]:disabled {
  cursor: default;
}

.html5 .html5-submit:disabled {
  cursor: not-allowed;
}

/*scrolling*/

.js-scroll {
  opacity: 0;
  transition: opacity 300ms;
}

.js-scroll .scrolled {
  opacity: 1;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.contact-wrapper .divider {
  width: calc(100% - 220px);
  max-width: 1280px;
  margin: 100px auto;
}

.partners-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 780px;
  margin: 40px auto 0;
}

.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 120px;
  margin: 0 20px;
}

.partner img {
  max-width: 100%;
  max-height: 100%;
}


@media screen and (min-width: 0px) and (max-width: 1024px) {
  .partners-list {
    flex-direction: column;
    width: auto;
  }

  .partner {
    margin: 20px 0;
  }

  .contact-wrapper .divider {
    width: calc(100% - 40px);
    margin: 40px auto;
  }
}
