body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #8fbe45;
  font-size: 21px;
  line-height: 35px;
}

.button.full-width:hover {
  background-color: #1e6ba0;
}

.section {
  position: relative;
  padding-top: 144px;
  padding-bottom: 66px;
  background-color: #fff;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-size: 18px;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper {
  margin-bottom: 0px;
  float: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.body {
  direction: rtl;
  font-family: Assistant, sans-serif;
}

.hero {
  height: 100%;
  padding-top: 190px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(37, 141, 212, .77), #053658);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(37, 141, 212, .77), #053658);
  font-size: 15px;
}

.heading {
  position: static;
  top: -9px;
  display: block;
  margin-bottom: 16px;
  padding-top: 0px;
  float: none;
  font-family: Assistant, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 57px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.heading-2 {
  font-family: Assistant, sans-serif;
  color: #333;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.form {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 54px 35px;
  background-color: #f1f1f1;
  box-shadow: 0 0 6px 0 #a89f9f;
}

.copy {
  background-color: #252525;
}

.callbtn {
  position: static;
  left: -58px;
  top: 0px;
  right: 302px;
  bottom: 0px;
  display: block;
  width: 200px;
  margin-top: 37px;
  float: left;
  border: 1px solid #1e6ba0;
  border-radius: 3px;
  background-color: transparent;
  color: #1e6ba0;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.subtitle {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Assistant, sans-serif;
  color: #444;
  font-size: 43px;
  font-weight: 200;
}

.subtitle._2 {
  margin-top: 16px;
}

.col-r {
  background-color: transparent;
}

.col-l {
  padding-left: 0px;
}

.section-2 {
  padding-top: 73px;
  padding-bottom: 73px;
  background-color: #f1f1f1;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Assistant, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
}

.products-row {
  margin-bottom: 20px;
}

.products-row._2 {
  display: block;
  max-width: 643px;
  margin-right: auto;
  margin-left: auto;
}

.click-for-details {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #8fbe45;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  font-size: 23px;
  line-height: 43px;
  font-weight: 200;
  text-align: center;
}

.click-for-details:hover {
  background-color: #69ac00;
}

.click-for-details.w--current {
  display: block;
}

.product-block {
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #c0b7b7;
}

.text-block {
  display: inline-block;
  margin-right: 0px;
  font-size: 19px;
}

.blullet-block {
  margin-top: -16px;
  margin-bottom: 0px;
}

.image-15 {
  margin-top: -13px;
}

.link-block {
  padding: 8px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.container {
  height: 100%;
}

.image-16 {
  position: relative;
  left: 0px;
  top: 18px;
  bottom: 13px;
  z-index: 996;
  display: block;
  margin-right: auto;
  margin-bottom: -43px;
  margin-left: auto;
  float: none;
  text-align: center;
}

.heading-7 {
  margin-bottom: 41px;
  font-family: Assistant, sans-serif;
  color: #333;
  font-size: 43px;
  font-weight: 200;
  text-align: center;
}

.image-17 {
  width: 200px;
  float: right;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

.heading-8 {
  display: block;
  margin-top: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Assistant, sans-serif;
  color: #1e6ba0;
  font-size: 43px;
  font-weight: 600;
  text-align: center;
}

.image-18 {
  display: block;
  margin-top: 257px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-2 {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #1e6ba0;
  border-radius: 3px;
  background-color: transparent;
  color: #1e6ba0;
  font-size: 20px;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000005, 0.6000000000000005);
  -ms-transform: scale(0.6000000000000005, 0.6000000000000005);
  transform: scale(0.6000000000000005, 0.6000000000000005);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .form-wrapper {
    margin-top: 37px;
  }
  .hero {
    padding-top: 153px;
  }
  .heading {
    font-size: 44px;
    line-height: 47px;
  }
  .heading-2 {
    font-size: 29px;
  }
  .form {
    padding: 22px;
  }
  .callbtn {
    margin-top: 17px;
  }
  .block-bullet-and-description {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .subtitle {
    margin-top: 0px;
  }
  .col-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-l {
    padding-right: 0px;
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero {
    padding-top: 132px;
  }
  .heading {
    font-size: 36px;
    text-align: center;
  }
  .callbtn {
    position: static;
    bottom: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
    float: left;
  }
  .block-bullet-and-description {
    padding: 21px;
  }
  .products-row {
    margin-bottom: 0px;
  }
  .click-for-details {
    width: 213px;
    margin-top: 26px;
    font-size: 21px;
  }
  .image-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .product-block {
    margin-bottom: 20px;
  }
  .text-block {
    font-size: 17px;
  }
  .top-con {
    padding-top: 12px;
  }
  .link-block.w--current {
    margin-top: -12px;
  }
  .image-17 {
    width: 160px;
    margin-top: -2px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .hero {
    padding: 150px 16px 16px;
  }
  .heading {
    font-size: 23px;
    line-height: 32px;
  }
  .heading-2 {
    font-size: 33px;
    line-height: 39px;
  }
  .callbtn {
    position: static;
    left: 0px;
    top: 30px;
    right: 64px;
    z-index: 999;
    width: auto;
    margin-top: 0px;
    padding: 7px 20px;
    font-size: 17px;
  }
  .block-bullet-and-description {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .subtitle {
    margin-bottom: 27px;
    text-align: center;
  }
  .subtitle._2 {
    margin-top: 0px;
    margin-bottom: 27px;
  }
  .click-for-details {
    width: 187px;
    font-size: 18px;
    line-height: 33px;
  }
  .text-block {
    margin-bottom: 25px;
    float: none;
    font-size: 14px;
    text-align: right;
  }
  .blullet-block {
    margin-top: -24px;
    text-align: right;
  }
  .image-15 {
    display: inline-block;
    max-width: 14%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: right;
  }
  .top-con {
    padding-top: 34px;
  }
  .link-block {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block.w--current {
    margin-top: -18px;
  }
  .column-3 {
    margin-top: 0px;
    margin-bottom: 6px;
  }
  .image-17 {
    width: 143px;
  }
}

