:root {
  --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;
}

.footer-container {
  text-align: center;
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-footer {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .text-details-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }

  .paragraph {
    text-align: center;
  }
}

.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;
  }
}

.body {
  font-family: Open Sans, sans-serif;
}

.navbar-section {
  background-color: #f5faff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  display: block;
}

.text-block {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
}

.navbar-main-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.jumbotron-section {
  background-image: url('../images/bg.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.jumbotron-container {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

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

.heading {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.image-2 {
  margin-top: 20px;
}

.jumbotron-right-content {
  border: 1px solid #fff;
  border-radius: 12px;
  width: 50%;
  padding: 30px;
}

.heading-2 {
  color: #fff;
  text-align: center;
}

.select-field {
  color: #626262;
  background-color: #fff;
}

.submit-button {
  color: #000;
  background-color: #d1fa45;
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
}

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

.product-type-title {
  max-width: 1080px;
  margin-bottom: 30px;
}

.heading-3 {
  text-align: center;
  font-weight: 400;
}

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

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

.paragraph.product-type-subtitle {
  text-align: center;
}

.product-type-1-container {
  background-color: #f5faff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin-bottom: 50px;
  padding: 25px;
  display: flex;
}

.product-type-1-right-content {
  width: 50%;
}

.text-block-2 {
  margin-bottom: 12px;
  font-size: 16px;
}

.product-type-2-container {
  background-color: #0c0c0c;
  border-radius: 20px;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin-bottom: 50px;
  padding: 25px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
}

.list {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  line-height: 30px;
}

.paragraph-2.product-type-subtitle {
  text-align: center;
}

.product-type-3-container {
  background-color: #cb6732;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin-bottom: 50px;
  padding: 25px;
  display: flex;
}

.cta-container {
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #1e1e1e;
  background-color: #d1fa45;
  border: 1px solid #000;
  border-radius: 60px;
  padding: 17px 36px;
  font-size: 20px;
  font-weight: 800;
}

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

.ogni-kit-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  display: block;
}

.ogni-kit-left-content {
  text-align: center;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-block-4 {
  font-size: 17px;
}

.image-3 {
  margin-bottom: 10px;
}

.div-block {
  margin-bottom: 25px;
}

.div-block-2 {
  margin-bottom: 15px;
}

.text-block-5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-3 {
  margin-bottom: 20px;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  width: 50%;
}

.text-block-6 {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.checkbox-label-5 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.checkbox-field {
  color: #fff;
}

.link {
  color: #ffbb4e;
}

.checkbox-label-4 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.link-2 {
  color: #ffbb4e;
}

@media screen and (max-width: 991px) {
  .navbar-section {
    padding-left: 31px;
    padding-right: 31px;
  }

  .jumbotron-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .jumbotron-right-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product-type-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .product-type-1-container {
    flex-flow: column;
  }

  .product-type-1-right-content {
    width: 90%;
  }

  .product-type-2-container, .product-type-3-container {
    flex-flow: column;
  }

  .image-4, .image-5 {
    margin-bottom: 26px;
  }

  .image-6 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    text-align: center;
    margin-top: 10px;
  }

  .navbar-main-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .jumbotron-section {
    height: auto;
  }

  .jumbotron-container {
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .jumbotron-left-content, .jumbotron-right-content {
    width: auto;
  }

  .div-block-4 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }
}

@media screen and (max-width: 479px) {
  .jumbotron-container {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    padding-left: 17px;
    padding-right: 17px;
  }

  .jumbotron-left-content {
    width: auto;
  }

  .jumbotron-right-content {
    width: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .product-type-1-right-content {
    width: auto;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-5 {
    width: auto;
  }
}
