@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@500;800;900&display=swap);*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

html,
body {
  margin: 0;
  direction: rtl;
  text-align: right;
  width: 100%;
  height: 100%;
}

body {
  background-color: #fff;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #004b98;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}

a {
  color: #004b98;
  text-decoration: underline;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}

ul,
ol {
  padding-right: 1em;
  margin: 0;
}
ul li,
ol li {
  padding-right: 0.5em;
}

.ltr {
  direction: ltr;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-700 {
  font-weight: 700;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1420px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}

a {
  color: #004b98;
  text-decoration: underline;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}

ul,
ol {
  padding-right: 1em;
  margin: 0;
}
ul li,
ol li {
  padding-right: 0.5em;
}

.ltr {
  direction: ltr;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-700 {
  font-weight: 700;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1420px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }
}
.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1180px;
  }
}
@media (min-width: 1420px) {
  .container {
    max-width: 1400px;
  }
}

.header {
  background: #319fd1;
  padding: 1rem 0;
  z-index: 99;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header img {
  width: auto;
}
.header img.img--harel-logo {
  height: 65px;
}
@media (max-width: 991.98px) {
  .header img.img--harel-logo {
    height: 33px;
  }
  .header img.img--sportix-logo {
    height: 40px;
  }
  .header img.img--medix-logo {
    height: 40px;
  }
}

.article {
  background: #fff;
  color: #004b98;
  padding: calc(91vw + 1.5rem) 0 90px;
  overflow-x: hidden;
  margin-top: -19vw;
}
@media (min-width: 992px) {
  .article__content {
    flex: 0 0 46%;
    max-width: 46%;
    padding-left: 3.75rem;
  }
}
.article__header {
  font-size: 6.2vw;
}
.article__header h1 {
  font-weight: 700;
  font-size: 10.2vw;
  line-height: 1.4;
}
.article__header img {
  display: block;
  margin: 0 auto;
  width: 47vw;
}
@media (max-width: 991.98px) {
  .article__header {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .article__header {
    font-size: 2.5625rem;
  }
  .article__header h1 {
    font-size: 4.2125rem;
  }
  .article__header img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .article__text {
    font-size: 1.5625rem;
  }
}
.article__form {
  padding: 1.5rem 0 0;
}
@media (min-width: 992px) {
  .article__form {
    padding: 3rem 0 1.5rem;
  }
}
.article:before {
  content: "";
  background-image: url("../images/main-mobile.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
}
@media (max-width: 991.98px) {
  .article:before {
    top: 0;
    right: 0;
    left: 0;
    height: 91vw;
  }
}
@media (min-width: 992px) {
  .article {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3rem;
    margin-top: 0;
  }
  .article .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .article:before {
    position: absolute;
    background-image: url("../images/main-desktop.png");
    top: 0;
    left: 0;
    right: 46%;
    bottom: 0;
    z-index: 1;
  }
}

.disclaimer {
  font-size: 0.875rem;
  padding: 1.5rem 0 0;
}
@media (min-width: 992px) {
  .disclaimer {
    padding-bottom: 1.5rem;
  }
}

.ribbon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.ribbon img {
  display: block;
}
@media (max-width: 991.98px) {
  .ribbon img {
    height: 72px;
  }
}

.form__title {
  color: #004b98;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
@media (min-width: 992px) {
  .form__title {
    font-size: 1.8125rem;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form-row--last {
  align-items: flex-end;
}

.form-col {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .form-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .form-col.form-col--offset-md {
    margin-left: 50%;
  }
}

input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.5rem;
  font-family: "Heebo", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #004b98;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0095da;
}
input::-ms-expand {
  background-color: transparent;
  border: 0;
}
input:-moz-focusring {
  color: transparent;
}
input:focus {
  color: #004b98;
  background-color: #fff;
  border-color: #004b98;
  outline: 0;
  box-shadow: none;
}
input::-moz-placeholder {
  color: #0095da;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #0095da;
  opacity: 1;
}
input::placeholder {
  color: #0095da;
  opacity: 1;
}

/* Yes / No checkbox ------------------------------*/
.group--yes-no {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yes-no {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
}
.yes-no input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.yes-no input:checked ~ label {
  background-color: rgba(0, 149, 218, 0.30);
}
.yes-no label {
  padding: 0.5rem 0.5rem;
  font-family: "Heebo", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #0095da;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.yes-no label:hover {
  border-color: #004b98;
  color: #004b98;
}
.yes-no + .yes-no {
  margin-right: 0.5rem;
}

/* LABEL ------------------------------*/
label {
  font-size: 0.875rem;
  color: #0095da;
}

/* FORM GROUP ------------------------------*/
.group {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
}

.input-helper {
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  top: 3.825rem;
  color: #EF4623;
}

button {
  display: block;
  border: 1px solid #0095da;
  background: #004b98;
  width: 100%;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  overflow: visible;
  outline: 0;
  font-weight: 500;
}
button:hover {
  background: #003e7f;
  border-color: #003e7f;
}
@media (max-width: 991.98px) {
  button {
    max-width: 250px;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=style.css.map*/