:root {
  --color-1: #25a7b7;
  --color-2: #f29222;
  --color-3: #ff4947;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-section {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.body {
  background-color: #f5f5f5;
  font-family: Exo, sans-serif;
}

.heading {
  color: var(--color-1);
  text-align: center;
  margin-top: 0;
}

.text-block {
  color: var(--color-2);
  text-align: center;
  font-size: 20px;
}

.jumbotron-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.jumbotron-container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1080px;
  display: flex;
  position: relative;
}

.left-jumbotron {
  width: 50%;
}

.paragraph {
  margin-top: 55px;
  font-size: 17px;
  line-height: 28px;
}

.lightbox-link {
  margin-bottom: 20px;
}

.right-jumbotron {
  width: 50%;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
}

.form-block {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.regis-form {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  width: 450px;
  padding: 30px;
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .2);
}

.image-5 {
  mix-blend-mode: darken;
  margin-bottom: 20px;
}

.text-field-4 {
  border: 1px solid rgba(160, 160, 160, .91);
  font-family: Open Sans, sans-serif;
}

.text-field-5 {
  border: 1px solid #a0a0a0;
  font-family: Open Sans, sans-serif;
}

.checkbox-field-3 {
  text-align: left;
  margin-bottom: 5px;
}

.checkbox-label-3 {
  font-size: 12px;
  line-height: 19px;
}

.submit-button-3 {
  background-color: var(--color-2);
  color: #1d1d1d;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-2 {
  color: var(--color-3);
  font-size: 17px;
}

.slide-nav {
  display: none;
}

.slider {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.icon, .icon-2 {
  color: var(--color-1);
}

.image-6 {
  mix-blend-mode: normal;
}

.div-block {
  z-index: 999;
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  border-radius: 150px;
  width: 200px;
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 66%;
  bottom: auto;
  left: 16%;
  right: auto;
}

.text-span {
  font-size: 30px;
}

.text-span-2 {
  font-weight: 300;
}

.description-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.description-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  display: flex;
}

.card-description {
  text-align: justify;
  width: 300px;
  padding: 11px;
}

.paragraph-2 {
  text-align: left;
  font-size: 17px;
  line-height: 26px;
}

.image-7 {
  border-radius: 7px;
  margin-bottom: 15px;
}

.description-cta-container {
  text-align: center;
  margin-top: 15px;
}

.button-cta-description {
  background-color: var(--color-1);
  border-radius: 3px;
  width: 45%;
  padding: 16px 39px;
  font-size: 23px;
  font-weight: 600;
}

.specification-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph-3 {
  background-color: #fff;
  border-radius: 18px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 20px;
  line-height: 45px;
}

.specification-cta-container {
  text-align: center;
  margin-top: 25px;
}

.button-cta-specification {
  border: 2px solid var(--color-1);
  color: var(--color-1);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 3px;
  width: 35%;
  padding: 16px 39px;
  font-size: 23px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .jumbotron-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-jumbotron {
    text-align: center;
    width: 80%;
  }

  .right-jumbotron {
    width: 80%;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    top: 44%;
    bottom: auto;
    left: 37%;
    right: auto;
  }

  .description-container {
    flex-flow: row;
    padding-left: 23px;
    padding-right: 23px;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    margin-left: auto;
  }

  .div-block {
    top: 34%;
    left: 31%;
  }

  .description-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .card-description {
    width: 350px;
  }

  .button-cta-description {
    width: 65%;
  }

  .button-cta-specification {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading {
    font-size: 32px;
  }

  .text-block {
    line-height: 25px;
  }

  .paragraph {
    margin-top: 60px;
  }

  .heading-2 {
    font-size: 19px;
  }

  .regis-form {
    width: 100%;
    padding: 11px;
  }

  .slider {
    width: auto;
    margin-top: 0;
  }

  .div-block {
    top: 21%;
    bottom: auto;
    left: 20%;
    right: auto;
  }

  .bold-text {
    font-size: 14px;
  }

  .card-description {
    width: auto;
  }

  .button-cta-description {
    width: 85%;
  }

  .heading-3 {
    font-size: 30px;
  }

  .paragraph-3 {
    width: auto;
    font-size: 15px;
  }

  .button-cta-specification {
    width: 70%;
  }
}
