@font-face {
  font-family: "mfw_protocolharel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MFW_ProtocolHarel-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "mfw_protocolharel";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MFW_ProtocolHarel-Light.ttf") format("truetype");
}
@font-face {
  font-family: "mfw_protocolharel";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MFW_ProtocolHarel-Bold.ttf") format("truetype");
}
*,
*::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: #286dbd;
  font-family: mfw_protocolharel;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #d3eefb;
}

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: #074073;
  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: #074073;
  padding: 0.5rem 0;
}
.header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header {
    padding: 1rem 0;
  }
  .header img {
    width: auto;
  }
  .header img.img--harel {
    height: 64px;
  }
  .header img.img--60-plus {
    height: 60px;
  }
}

.article {
  background: #d3eefb;
  color: #286dbd;
  padding: calc(71vw + 1.5rem) 0 2rem;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .article__content {
    flex: 0 0 46%;
    max-width: 46%;
    padding-left: 1rem;
  }
}
.article__header {
  padding-bottom: 1.125rem;
  font-size: 1.7rem;
  line-height: 1.1;
}
.article__header h1 {
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.04;
}
@media (min-width: 992px) {
  .article__header {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .article__text {
    font-size: 1.5625rem;
  }
}
.article__form {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .article__form {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
}
.article:before {
  content: "";
  background-image: url("../images/main.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
}
@media (max-width: 991.98px) {
  .article:before {
    top: 0;
    right: 0;
    left: 0;
    height: 71vw;
  }
}
.article .img--hot-air-balloon {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 37px;
  z-index: 0;
}
@media (min-width: 992px) {
  .article .img--hot-air-balloon {
    width: auto;
    left: auto;
    top: -1rem;
    right: -8.25rem;
  }
}
.article .img--cloud-1 {
  position: absolute;
  z-index: 0;
  right: -1.2rem;
  top: 2.7rem;
  transform: scale(0.6);
}
@media (min-width: 992px) {
  .article .img--cloud-1 {
    width: auto;
    top: 29.5rem;
    right: -4.5rem;
    transform: none;
  }
}
.article .img--cloud-2 {
  position: absolute;
  top: 4rem;
  left: -1.75rem;
}
@media (min-width: 992px) {
  .article .img--cloud-2 {
    left: 1rem;
    top: 4.2rem;
  }
}
@media (min-width: 992px) {
  .article {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1.5rem;
  }
  .article .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .article:before, .article:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 46%;
    bottom: 0;
    z-index: 1;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .article:before, .article:after {
    left: -5%;
  }
}
@media (min-width: 992px) {
  .article:after {
    content: "";
    background-image: linear-gradient(to right, rgba(211, 238, 251, 0) 71%, #d3eefb 100%);
    background-repeat: repeat-x;
    z-index: 2;
  }
}

.form__title {
  color: #074073;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
}

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

.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-right: 50%;
  }
}

.text-group-wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .text-group-wrapper {
    position: absolute;
    top: 0;
    right: calc(-100% + 20px / 2);
    width: calc(100% - 20px);
    margin-bottom: 0;
  }
}

textarea {
  resize: none;
}

input,
textarea,
select {
  position: relative;
  font-family: inherit;
  background: transparent;
  width: 100%;
  color: #074073;
  font-size: 1.375rem;
  padding: 1.5rem 0 0.25rem;
  display: block;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #6794c9;
  line-height: 1.2;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before,
select:focus ~ .bar:before {
  width: 100%;
}

input:focus ~ label, input.not-empty ~ label,
textarea:focus ~ label,
textarea.not-empty ~ label,
select:focus ~ label,
select.not-empty ~ label {
  top: 0;
}

select:focus ~ label, select.not-empty ~ label {
  top: -1rem;
}
@media (min-width: 1200px) {
  select:focus ~ label, select.not-empty ~ label {
    top: 0;
  }
}

textarea {
  transition: 300ms ease all;
}
textarea:focus, textarea.not-empty {
  height: 7.15rem;
  margin-top: 1.5rem;
  padding: 0.25rem;
  background: #fff;
  border: 1px solid #6794c9;
}
textarea:focus ~ label, textarea.not-empty ~ label {
  top: -1.5rem;
}
textarea:focus ~ .input-helper, textarea.not-empty ~ .input-helper {
  top: 7.15rem;
}

input[type=password] {
  letter-spacing: 0.3em;
}

label {
  color: #6794c9;
  font-size: 0.95625rem;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 1.5rem;
  transition: 300ms ease all;
}
@media (min-width: 992px) {
  label {
    font-size: 1.125rem;
    top: 1.5rem;
  }
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #074073;
  transition: 300ms ease all;
  right: 0%;
}

/* select starting stylings ------------------------------*/
.group {
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem;
}

/* Use custom arrow */
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  
	padding: 1.5rem 0 0.25rem;
	font-size: 1.1rem;
	color: #6794c9;
	line-height: 1.5;
}

select::-ms-expand {		
  display: none;
}


.group--select:after {
  position: absolute;
  top: calc(0.25rem + 1.25rem + 12px);
  left: 0;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6794c9;
  pointer-events: none;
}

.input-helper {
  position: absolute;
  right: 0;
  top: 3.5rem;
  color: #EF4623;
}

button {
  border: none;
  background: #f7b207;
  width: 100%;
  line-height: 1.2;
  font-size: 1.5625rem;
  color: #074073;
  font-family: inherit;
  font-weight: 700;
  padding: 0.5rem 0.3rem;
  border-radius: 1.5875rem;
  cursor: pointer;
  overflow: visible;
  outline: 0;
}
button:hover {
  background: #ffd762;
}

.footer {
  color: #fff;
  background: #286dbd;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 1rem;
  }
}
.footer .features-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  align-items: flex-start;
  justify-content: center;
}
.footer .features-list__item {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .footer .features-list__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.footer .feature {
  text-align: center;
  padding: 0 0.75rem;
  margin-bottom: 3rem;
}
.footer .feature__text {
  padding-top: 1rem;
}
.footer .disclaimer {
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .footer .disclaimer {
    text-align: center;
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
}
/*# sourceMappingURL=style.css.map*/