.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 2px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section {
  height: auto;
  background-color: transparent;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  background-color: transparent;
  color: #fff;
}

.section-2 {
  display: none;
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}

.text-span {
  color: #333;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.section-4 {
  height: 96.28125px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.container {
  text-align: right;
}

.container.containerconetnido {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.containerconetnido {
  max-width: 800px;
}

.lineanegra {
  width: 45px;
  height: 7px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0px;
  background-color: #333;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.field {
  border-style: none none solid;
  border-width: 2px;
  border-color: #e7e7e7;
  -webkit-transition: border 444ms cubic-bezier(.165, .84, .44, 1);
  transition: border 444ms cubic-bezier(.165, .84, .44, 1);
}

.field:hover {
  border-bottom-color: #797979;
}

.field:active {
  border-bottom-color: #000;
}

.navlink {
  -webkit-transition: color 444ms cubic-bezier(.165, .84, .44, 1);
  transition: color 444ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.navlink:hover {
  color: #000;
}

.nav-menu {
  position: relative;
}

.submit-button {
  margin-top: 40px;
  padding-right: 25px;
  padding-left: 25px;
  border: 2px solid #000;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: color 444ms cubic-bezier(.165, .84, .44, 1), background-color 444ms cubic-bezier(.165, .84, .44, 1);
  transition: color 444ms cubic-bezier(.165, .84, .44, 1), background-color 444ms cubic-bezier(.165, .84, .44, 1);
  color: #000;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #000;
  color: #fff;
}

.image {
  width: 45px;
  max-width: 100%;
  margin-left: 20px;
}

.image-2 {
  width: 45px;
  padding-left: 0px;
}

.text-block {
  font-size: 16px;
  font-weight: 700;
}

.text-block-2 {
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  background-color: #ececec;
}

.heading {
  display: none;
  overflow: visible;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-3 {
  display: none;
}

.section-2-copy {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
}

.containerconetnido-copy {
  max-width: 800px;
}

.heading-2-copy {
  color: #333;
}

.heading-copy {
  display: none;
  overflow: visible;
}

.lineanegra-copy {
  width: 45px;
  height: 7px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0px;
  background-color: #333;
}

.paragraph-copy {
  line-height: 20px;
}

.section-5 {
  padding-right: 60px;
  padding-bottom: 70px;
  padding-left: 60px;
  background-color: #f3f3f3;
}

.grid {
  grid-column-gap: 40px;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f3f3;
}

.div-block {
  width: 40px;
  height: 7px;
  margin-bottom: 40px;
  background-color: #333;
}

.container-3 {
  max-width: 632px;
  padding-right: 20px;
}

.slider {
  height: auto;
  max-width: 800px;
  background-color: transparent;
}

.image-5 {
  max-width: 56.5%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-2 {
  grid-template-areas: "Area-2 Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  display: block;
  width: 62px;
  opacity: 0;
}

.div-block-5 {
  width: 120px;
  height: 7px;
  margin-bottom: 40px;
  background-color: #333;
}

.section-6 {
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  background-color: #f3f3f3;
}

.div-block-6 {
  padding-top: 20px;
}

.div-block-7 {
  padding-top: 20px;
}

.container-4 {
  max-width: 632px;
  padding-left: 20px;
}

.html-embed {
  max-width: 800px;
}

.paragraph-3 {
  line-height: 20px;
}

.paragraph-4 {
  line-height: 20px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-8 {
  position: relative;
}

.bold-text {
  color: #fff;
  font-size: 28px;
}

.container-5 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  width: 150px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 1280px) {
  .section {
    display: none;
  }

  .navbar {
    z-index: 10;
  }

  .section-2 {
    display: none;
  }

  .text-span {
    color: #333;
  }

  .container.containerconetnido {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navlink {
    color: #fff;
    font-size: 20px;
  }

  .heading {
    display: none;
  }

  .container-2 {
    max-width: 80%;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .image-3 {
    display: none;
  }

  .heading-copy {
    display: none;
  }

  .section-5 {
    padding-right: 20px;
    padding-bottom: 70px;
    padding-left: 20px;
    background-color: #f3f3f3;
  }

  .grid {
    grid-template-areas: "Area Area-2";
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block {
    width: 80px;
    height: 7px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .container-3 {
    max-width: 632px;
    padding-right: 20px;
  }

  .slider {
    height: auto;
    max-width: 800px;
    background-color: transparent;
  }

  .image-5 {
    max-width: 56.5%;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide {
    background-color: transparent;
  }

  .grid-2 {
    grid-template-areas: "Area-2 Area";
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-3 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-6 {
    width: 62px;
  }

  .div-block-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .div-block-5 {
    width: 120px;
    height: 7px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .section-6 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    background-color: #f3f3f3;
  }

  .div-block-6 {
    padding-top: 20px;
  }

  .div-block-7 {
    padding-top: 20px;
  }

  .container-4 {
    max-width: 632px;
    padding-left: 20px;
  }

  .html-embed {
    max-width: 800px;
  }

  .section-7 {
    padding-bottom: 70px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .form-block {
    margin-bottom: 40px;
  }

  .div-block-8 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .section-8 {
    position: relative;
  }

  .bold-text {
    color: #fff;
    font-size: 28px;
  }

  .container-5 {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-7 {
    width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .containerconetnido {
    padding-right: 60px;
    padding-left: 60px;
  }

  .navlink {
    color: #fff;
  }

  .containerconetnido-copy {
    padding-right: 60px;
    padding-left: 60px;
  }

  .grid {
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2 {
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-3 {
    right: 60px;
  }

  .button {
    width: 180px;
  }

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

  .image-7 {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    overflow: hidden;
    font-size: 30px;
    white-space: normal;
  }

  .text-span {
    display: block;
  }

  .containerconetnido {
    padding-right: 50px;
    padding-left: 50px;
  }

  .containerconetnido-copy {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-3 {
    padding-right: 0px;
  }

  .container-4 {
    padding-left: 0px;
  }

  .button {
    width: 180px;
    font-size: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0px;
  }

  .container.containerconetnido {
    text-align: center;
  }

  .heading {
    display: block;
    overflow: hidden;
  }

  .heading-2 {
    display: none;
  }

  .container-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-3 {
    display: none;
    max-width: 50px;
  }

  .heading-2-copy {
    display: none;
  }

  .heading-copy {
    display: block;
    overflow: hidden;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-copy {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .paragraph-3 {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .paragraph-4 {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .button {
    width: 100%;
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 15px;
    line-height: 20px;
  }

  .container-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-7 {
    width: 50px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .div-block-9 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#w-node-5d51e1d337e4-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-2;
}

.grid-2>#w-node-5d51e1d337e4-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-7722700ede9a-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-7722700ede9a-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-dfc1e9b5252b-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-dfc1e9b5252b-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-22f6de0c2dc8-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-2>#w-node-22f6de0c2dc8-44060986 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media screen and (min-width: 1280px) {
  #w-node-5d51e1d337e4-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }

  .grid-2>#w-node-5d51e1d337e4-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-7722700ede9a-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-2>#w-node-7722700ede9a-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-dfc1e9b5252b-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-2>#w-node-dfc1e9b5252b-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-22f6de0c2dc8-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .grid-2>#w-node-22f6de0c2dc8-44060986 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  @media screen and (min-width: 1280px) {
    #w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    .grid-2>#w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-7722700ede9a-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-7722700ede9a-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    #w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    #w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    .grid-2>#w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    .grid-2>#w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-7722700ede9a-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-7722700ede9a-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    #w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    #w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
    }

    .grid-2>#w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 991px) {
    #w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-7722700ede9a-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-7722700ede9a-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-5d51e1d337e4-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    #w-node-7722700ede9a-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-7722700ede9a-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-dfc1e9b5252b-44060986 {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
    }

    #w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .grid-2>#w-node-22f6de0c2dc8-44060986 {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }
}

