* {
  box-sizing: border-box;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
html.small-font {
  font-size: 2.4vh;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
video {
  width: 100%;
  display: block;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
button {
  cursor: pointer;
  outline: none;
}
p,
figure {
  margin: 0;
}
.pxl,
.hidden {
  display: none !important;
}
@media (min-width: 768px) {
  html {
    font-size: 2vh;
  }
  html.small-font {
    font-size: 2vh;
  }
}
@media only screen and (orientation: landscape) and (min-width: 992px) {
  html {
    font-size: 2.8vh;
  }
  html.small-font {
    font-size: 2.6vh;
  }
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5em;
  justify-content: center;
  align-items: center;
}
.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.logo-on-form {
  width: 70%;
  height: 2.5em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.logo-on-form img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
main {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
main section {
  padding: 1em;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
main .main .headline-1,
main .main .headline-2 {
  color: #154795;
  font-size: 1.7em;
  font-weight: 700;
}
main .main .headline-2 {
  color: #3ac766;
  font-weight: 700;
}
main .main .headline-2.margin-bottom {
  margin-bottom: 1em;
}
main .main .headline-3,
main .main .headline-4 {
  color: #154795;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1.3em;
}
main .main .headline-3.headline-3-small,
main .main .headline-4.headline-3-small {
  font-size: 1.1em;
}
main .main .headline-4 {
  font-size: 1.25em;
}
main .main .step-animation-texts {
  min-height: 2em;
  margin-top: 5em;
}
main .main .step-animation-texts li {
  display: none;
  animation: fadeIn 300ms linear;
  text-align: center;
  font-size: 1.3em;
}
main .main .step-animation-texts li.active {
  display: block;
}
main .main .loading-bar {
  margin: 1em auto 0;
  width: 85%;
  background-color: #f0eeec;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 2.5em;
  height: 2.5em;
  overflow: hidden;
}
main .main .loading-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #3ac766;
}
main .main .loading-bar p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.4em;
  color: #154795;
  font-weight: 700;
}
main footer {
  display: flex;
  margin-top: 1em;
  justify-content: center;
}
main footer .btn {
  background-color: #45c5e6;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.5em 1em;
  min-width: 9em;
  border-radius: 2em;
  border: 0;
  text-transform: uppercase;
  color: #fff;
}
main footer a.btn {
  text-decoration: none;
}
main footer .btn-color-2 {
  background-color: #ee7369;
}
main footer .btn-color-3 {
  background-color: #3ac766;
  min-width: 70%;
}
main footer .btn-50 {
  min-width: auto;
  width: 40%;
  margin: 0 0.2em;
}
@media (min-width: 768px) {
  .wrapper {
    width: 29em;
    min-height: 32em;
    flex: none;
    border-radius: 1em;
  }
  main .main .loading-bar {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-height: 601px) {
  main section {
    gap: 1em;
  }
}
@media only screen and (orientation: landscape) and (max-width: 991px) {
  body {
    padding: 1em;
  }
  .wrapper {
    flex-direction: row;
    width: 100%;
    align-items: stretch;
  }
}
@media (max-aspect-ratio: 1 / 1) and (max-width: 767px) {
  .wrapper {
    flex-grow: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    height: 100%;
  }
}
figure.background {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 48vh;
  margin: 0;
  position: relative;
}
figure.background .video-wrapper {
  flex: 1;
  display: none;
  position: relative;
}
figure.background .video-wrapper.active {
  display: block;
}
.logo img {
  width: auto;
  max-width: 15em;
  height: 2em;
  vertical-align: middle;
  object-fit: contain;
}
.custom-deeplink figure.background {
  height: 52vw;
}
.custom-deeplink figure.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  figure.background,
  .custom-deeplink figure.background {
    height: 16em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  figure.background div video {
    height: 100%;
  }
}
@media only screen and (orientation: landscape) and (max-width: 991px) {
  figure.background {
    width: 43vw;
    height: auto;
    border-radius: 0 1em 0 0;
    overflow: hidden;
  }
  .custom-deeplink figure.background {
    height: auto;
  }
}
.footer {
  background-color: #f0eeec;
  padding: 0.2em 0;
}
.footer .legal__container {
  display: flex;
  justify-content: center;
}
.footer .legal__container .popwin {
  margin: 0 0.5em;
  color: #888;
}
.footer .copyright {
  margin-top: 0.2em;
}
.language-he main {
  direction: rtl !important;
  unicode-bidi: embed !important;
}
.language-he main .main .list li {
  text-align: right;
  padding: 0.5em 3em 0.5em 0.5em;
}
.language-he main .main .list.desc li {
  padding: 0.5em 1em;
}
.language-he main .main .list li.active::before {
  left: auto;
  right: 1em;
}
.language-he .contents-box .container .content-list {
  margin: 0 1.5em 1em 0;
}
.language-he main .main .loading-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* slider part */
.owl-dots {
    display: none;
  }
  .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    background-color: #3d83f5 !important;
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
  }
  .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    background-color: #3d83f5 !important;
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
  }
  
  .register-warning-text {
    background-color: #fcf4cb;
    color: #d55611;
    font-weight: 700;
    padding: 10px;
  }
  
  .register-warning-text i {
    background-color: #d55611;
    color: #fcf4cb;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
  }
  
  .register-warning-text .message {
    margin-top: -45px;
    margin-left: 50px;
  }
  
  .user-data-inner {
    background-color: rgb(229 231 235);
    font-size: 0.75rem;
    padding: 5px;
    padding-left: 10px;
  }
  .user-data-inner i {
    cursor: pointer;
  }
  .name-col {
    margin-right: 2px;
  }
  
  .email-col {
    margin-left: 2px;
  }
  
  @media (max-width: 767px) {
    .message-text img {
      width: 220px;
      height: 280px;
    }
  }
  
  #bv_input-profile,
  #bv_input-profile2,
  #multi-step-form fieldset,
  .badge:empty,
  .custom-control.ios-switch .ios-switch-control-input,
  .matchgame .dislikediv input,
  .matchgame .likediv input,
  .navbar-expand .navbar-toggler,
  .noUi-base .noUi-handle:after,
  .popover-header:empty,
  .tab-content > .tab-pane,
  .toast.hide,
  [v-cloak] {
    display: none;
  }
  
  #multi-step-form fieldset.active {
    display: block;
    animation: 0.5s fade;
  }
  
  @keyframes fade {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .icon {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 37px;
    height: 37px;
    color: #fff;
    border-radius: 50% !important;
    background-color: #14abf5;
    position: absolute;
    left: 0;
  }
  #form-register button.btn {
    background-color: #14abf5;
    border-radius: 50rem;
    border: 0;
    padding: 7px 20px;
  }
  #form-login input,
  #form-register input {
    border-radius: 100px !important;
    padding-left: 50px;
    background: #eaeaea;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .text-danger {
    color: #ff5d5d !important;
  }
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  .config-body .selectize-input {
    padding: 8px 24px !important;
    border-radius: 100px !important;
    -webkit-box-shadow: inset 0 0 0 transparent !important;
    box-shadow: inset 0 0 0 transparent !important;
  }
  
  #form-register input,
  #birthdate_select,
  .selectize-input.items.not-full {
    border-radius: 100px !important;
    padding-left: 50px;
    background: #eaeaea;
  }
  .selectize-input-round {
    padding: 8px 24px !important;
    background-color: #fff !important;
    border-radius: 100px !important;
    -webkit-box-shadow: inset 0 0 0 transparent !important;
    box-shadow: inset 0 0 0 transparent !important;
  }
  .selectize-control.single .selectize-input:after {
    right: 6px !important;
    margin-top: -3px !important;
    border-width: 6px 3px 0 !important;
    border-color: #434343 transparent transparent;
  }
  .selectize-control {
    min-height: 37px;
  }
  
  .selectize-control.single .selectize-dropdown {
    position: static;
  }
  .selectize-input.items.has-items {
    border-radius: 100px !important;
  }
  #birthdate_select {
    -webkit-appearance: none;
  }
  
  .selectize-control.single .selectize-dropdown .selectize-dropdown-content {
    max-height: 130px;
    width: 100%;
  }
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    font-size: 16px !important;
  }