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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  min-height: 64px;
  padding: 0px 5%;
  -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;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.27);
}

.bar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invert {
  max-width: 130px;
  padding-bottom: 0px;
}

.bar__container__button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  padding: 10px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.w--current {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.button--dark {
  border-color: #000;
  color: #000;
}

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

.button.button--dark.red {
  padding: 13px 30px;
  border-style: none;
  border-color: #e82127;
  border-radius: 40px;
  background-color: #023f90;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 500;
  text-transform: none;
}

.button.button--dark.red:hover {
  border-color: #000;
  border-radius: 0px;
  background-color: #ff8400;
}

.button.button--dark.red.ouline {
  border-style: solid;
  border-width: 1px;
  border-color: #ff8400;
  background-color: transparent;
  color: #ff8400;
}

.button.button--dark.red.ouline:hover {
  background-color: #ff8400;
  color: #fff;
}

.button.button--dark.red.ouline.full {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  line-height: 14px;
}

.button.button--dark.red.ouline.full._3 {
  height: 45px;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff8400;
  color: #fff;
}

.button.button--dark.red.ouline.full._4 {
  height: 40px;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff8400;
  color: #fff;
}

.button.button--dark.red.ouline.full._4.space {
  margin-top: 27px;
}

.button.button--dark.red.ouline._20 {
  width: 20%;
  min-height: 45px;
  padding: 8px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
}

.button.button--dark.red.ouline._20:focus {
  border-color: #ff8400;
}

.button.button--dark.red.ouline._4._400 {
  width: 300px;
  margin-top: 21px;
}

.section-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56em;
  -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;
}

.loging-logo {
  width: 200px;
  margin-bottom: 20px;
}

.text-field {
  border-radius: 2px;
}

.form {
  width: 400px;
  margin-top: 21px;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
}

.submit-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #006fee;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 300px;
  margin-top: 20px;
  padding-bottom: 20px;
  -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;
  border-style: solid;
  border-width: 1.5px;
  border-color: #bebebe;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 13px 40px 2px rgba(0, 0, 0, 0.1);
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #7c7c7c;
  font-size: 14px;
}

.link {
  color: #006fee;
  text-decoration: none;
}

.text-span {
  color: #006fee;
  text-decoration: none;
}

.heading-3 {
  margin-top: 0px;
  color: #babec7;
  font-weight: 400;
}

.heading-4 {
  margin-top: 0px;
  color: #81858d;
  font-weight: 400;
}

.form-2 {
  overflow: hidden;
  width: 100%;
  padding: 40px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 30px 2px #d8d8d8;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.head-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -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;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 135%;
  text-align: center;
}

.image-2 {
  width: 32px;
  height: 32px;
  opacity: 0.85;
}

.text-block-10 {
  margin-bottom: 20px;
  color: rgba(31, 28, 28, 0.54);
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.01em;
}

.text-block-9 {
  display: inline-block;
  -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;
  line-height: 100%;
  text-decoration: none;
}

.div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35%;
  padding-left: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #001d44;
  background-image: url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png'), -webkit-gradient(linear, left bottom, left top, from(#001735), to(transparent));
  background-image: url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png'), linear-gradient(0deg, #001735, transparent);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  color: #141414;
}

.button-2 {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f1f3f7;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.button-2:hover {
  background-image: linear-gradient(135deg, #141414, rgba(186, 190, 199, 0.16));
}

.paragraph {
  color: rgba(20, 20, 20, 0.54);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #141414;
  letter-spacing: 0.01em;
}

.div-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-color: #fff;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px none #e4e4e4;
  border-radius: 5px;
  background-color: #fdfdff;
  box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.1);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: rgba(31, 28, 28, 0.8);
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.1);
}

.social-login:active {
  background-color: #f1f3f7;
  box-shadow: 0 2px 6px 0 rgba(31, 28, 28, 0.1);
}

.circle-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -200px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(135deg, #141414 8%, rgba(241, 243, 247, 0));
}

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

.submit-button-2 {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #a600ff;
  box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.15);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.submit-button-2:hover {
  background-color: #9902eb;
  box-shadow: 0 6px 12px 0 rgba(31, 28, 28, 0.15);
}

.submit-button-2:active {
  border: 1px none #000;
  background-color: #a600ff;
  box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.15);
}

.submit-button-2:focus {
  border: 1px none #000;
}

.heading-1 {
  margin-top: 0px;
  color: #f1f3f7;
  font-size: 30px;
  line-height: 40px;
}

.div-block-3 {
  width: 100%;
  text-align: center;
}

.image {
  width: 30px;
  height: 30px;
  padding: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
}

.text-field-2 {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 100px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-field-2:hover {
  border-color: rgba(31, 28, 28, 0.18);
}

.text-field-2:active {
  border-color: #c3c5ca;
}

.text-field-2:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #ff8400;
  border-left-style: none;
  background-color: #f1f3f7;
}

.text-field-2.app {
  margin-right: 10px;
}

.text-field-2.app._2 {
  height: 40px;
}

.link-block {
  position: absolute;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
}

.success-message {
  background-color: #f1f3f7;
}

.circle-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 160px;
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(315deg, #1f1c1c, rgba(166, 0, 255, 0.54));
}

.image-3 {
  width: 80px;
}

.diazar-logo {
  width: 170px;
  margin-bottom: 20px;
}

.heading-6 {
  margin-top: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-11 {
  font-family: 'Open Sans', sans-serif;
  color: silver;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.form-text {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #797979;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.slider-right {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ff8400;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff8400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.slider-right:hover {
  border-radius: 0px;
  background-color: #ff8400;
  color: #fff;
}

.checkbox-title {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap.extra-space {
  margin-bottom: 3px;
}

.field-label {
  margin-bottom: 8px;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
}

.arrow-cta {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.checkbox-text-wrapper {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.help-block {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-block.nav {
  position: static;
  padding: 0px;
}

.previous-placeholder {
  display: none;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin-bottom: 30px;
  -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;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous-placeholder:hover {
  opacity: 1;
}

.price-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  min-width: 700px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(21, 28, 52, 0.06);
  border-radius: 100px;
  background-color: rgba(21, 28, 52, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 0% 20px 50px;
  -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;
}

.slide-banner {
  overflow: hidden;
  width: 30%;
  height: 100%;
  min-width: 310px;
  background-color: #001d44;
  background-image: url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png'), -webkit-gradient(linear, left bottom, left top, color-stop(57%, #001430), to(hsla(0, 0%, 100%, 0)));
  background-image: url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png'), linear-gradient(0deg, #001430 57%, hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.text-field-3 {
  position: relative;
  min-height: 45px;
  margin-bottom: 10px;
  padding-left: 29px;
  border: 1.3px solid #bec9d5;
  border-radius: 100px;
  font-size: 16px;
}

.text-field-3:focus {
  border-width: 1.3px;
  border-color: #ff8400;
}

.text-field-3::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-3:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-3::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-3::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-3.no-padding {
  width: 100%;
  margin-bottom: 0px;
  background-color: #fff;
}

.text-field-3.no-padding._2 {
  border-style: none;
  background-color: rgba(190, 201, 213, 0.23);
}

.banner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.author-name {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-12 {
  color: #5b617c;
}

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -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;
  border: 3px solid #ff8400;
  border-radius: 100px;
  box-shadow: 0 0 20px 9px rgba(47, 72, 151, 0.1);
}

.button-wrapper.nav {
  width: 40px;
  height: 40px;
}

.checkbox-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.logo {
  width: 143px;
  margin-bottom: 0px;
}

.star-row {
  margin-bottom: 30px;
}

.checkbox-icon {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -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;
  border-radius: 100px;
  background-color: #001d44;
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.form-item-wrapper.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.next-button {
  display: none;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next-placeholder {
  display: none;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.checkbox-h4 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.icon {
  width: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.banner-h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.text-block {
  font-family: Oswald, sans-serif;
  color: #5b617c;
  font-size: 100px;
  line-height: 20px;
  font-weight: 700;
}

.form-section-title {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #0a1f44;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.author-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.paragraph-intro {
  max-width: 650px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.notice {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #2e2a4d;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 15px;
  line-height: 23px;
}

.text-span-2 {
  color: #fff;
}

.submit-button-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 100px;
  background-color: #ff8400;
  color: #fff;
  font-size: 16px;
}

.previous-button {
  display: none;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.success-message-2 {
  padding: 50px;
  letter-spacing: 1px;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: rgba(91, 97, 124, 0.1);
}

.dot.active-dot {
  background-color: #5b617c;
}

.slider {
  position: relative;
  height: 100vh;
  min-height: 850px;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0%;
}

.paragraph-2 {
  max-width: 650px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 100px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.slide-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  -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;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 70%;
  height: auto;
  padding: 68px 2% 30px;
  -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;
  background-color: #fff;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  min-width: 150px;
  margin-right: 6px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px 10px;
  -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;
  border-color: rgba(47, 72, 151, 0.1);
  border-radius: 100px;
  box-shadow: 1px 1px 35px 0 rgba(188, 208, 255, 0.28);
}

.checkbox-field._2 {
  width: 48%;
}

.form-paragraph {
  max-width: 550px;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  width: 100%;
}

.col-form-wrapper {
  width: 48%;
}

.full-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-row.referidos {
  margin-bottom: 10px;
}

.full-row.spacedown {
  margin-bottom: 20px;
}

.full-row.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.full-row.horizontal.center {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-other-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-other-block.hide {
  display: none;
}

.col-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-80-copy {
  width: 65%;
}

.holder-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-left: 10px;
  -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;
  border: 1px none #bec9d5;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.holder-other.cant {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-13 {
  color: #7c7c7c;
}

.col-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-14 {
  margin-right: 9px;
  font-size: 15px;
  font-weight: 400;
}

.descuento-wrap {
  display: none;
  overflow: visible;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.radio {
  width: 15px;
  height: 15px;
}

.radio.w--redirected-checked {
  border-style: solid;
  border-width: 1px;
  border-color: #c77824;
  background-color: #ff8400;
}

.radio.w--redirected-focus {
  border-color: #ff8400;
  box-shadow: none;
}

.radio-button-label {
  color: rgba(97, 114, 131, 0.46);
  font-size: 16px;
  font-weight: 400;
}

.boton-invisible {
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: transparent;
}

.boton-invisible:hover {
  background-color: hsla(0, 0%, 100%, 0.11);
  color: #fff;
}

.boton-invisible._2 {
  margin-bottom: 17px;
}

.user {
  color: #333;
  text-decoration: none;
}

.subtitle-brief {
  color: #686868;
}

.title-brief {
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 12px;
}

.brief-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.col-brief-20 {
  width: 25%;
  margin-right: 5px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.22);
}

.horizontal-line {
  position: absolute;
  left: 0%;
  top: 6px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 120px;
}

.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  text-align: right;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.34);
}

.table-text-content {
  font-size: 16px;
  font-weight: 400;
}

.table-text-content._2 {
  margin-top: 7px;
  color: #9ca2ac;
  font-size: 13px;
  line-height: 18px;
}

.table-text-content.bold {
  font-weight: 700;
}

.legales {
  width: 96%;
  margin-top: 22px;
  color: #c2c2c2;
}

.table-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4fa;
}

.table-heading.content-left {
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-heading.head {
  background-color: #d1d1d1;
}

.left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.image-13 {
  display: block;
  max-width: none;
  padding-bottom: 17px;
}

.text-block-28 {
  margin-top: 6px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.heading-3 {
  color: #17293b;
  font-size: 24px;
  font-weight: 700;
}

.invoice-due {
  text-align: right;
  text-transform: uppercase;
}

.address-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e9edf2;
  color: #4a5568;
}

.table-content.content-left {
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table-content.content-left.center {
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invoice {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 96%;
  height: 100%;
  margin: 20px 0px 0%;
  padding: 5%;
  grid-auto-columns: 1fr;
  grid-auto-rows: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 120px 110px 680px repeat(auto-fit, 130px);
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.06);
}

.invoice.phone {
  display: none;
}

.text-block-29 {
  color: hsla(0, 0%, 59.2%, 0.34);
  text-align: center;
}

.heading-4 {
  margin-bottom: 10px;
  color: #17293b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-4.table-h4 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
}

.text-block-27 {
  margin-right: 6px;
  color: #fff;
}

.due-date {
  margin-top: 10px;
  color: #17293b;
  font-size: 14px;
}

.total-amount {
  margin-top: 10px;
  font-size: 24px;
  line-height: 46px;
  font-weight: 700;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 38px;
}

.address {
  margin-bottom: 17px;
  color: #4a5568;
  line-height: 26px;
}

.address.align-right {
  text-align: right;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 185px;
  margin-top: 23px;
  margin-right: 0px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.34);
}

.table {
  display: -ms-grid;
  display: grid;
  height: 1005px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 90px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 7fr 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 7fr 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: 42px 42px 90px 90px 90px 42px 42px 90px 90px 42px;
  grid-template-rows: 42px 42px 90px 90px 90px 42px 42px 90px 90px 42px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.inner-container.invoice-container {
  position: static;
  left: 0%;
  top: 22%;
  right: 0%;
  bottom: auto;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-color: transparent;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text {
  font-weight: 400;
}

.bold-text:hover {
  color: #ff8400;
  text-decoration: underline;
}

.link-2 {
  color: #ff8400;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.content-body {
  overflow: visible;
  width: 100%;
  height: 680px;
  margin-top: 35px;
}

.fadeout-white {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(56%, #fff));
  background-image: linear-gradient(180deg, transparent, transparent 33%, #fff 56%);
}

.btn-orange {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ff8400;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff8400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.btn-orange:hover {
  border-radius: 0px;
  background-color: #ff8400;
  color: #fff;
}

.btn-white {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.btn-white:hover {
  border-radius: 0px;
  background-color: #fff;
  color: #000;
}

.countdown-grid {
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  grid-auto-columns: 0.75fr;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-left: 0px;
  padding: 10px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 7px;
  background-color: transparent;
  box-shadow: 1px 1px 20px 2px rgba(36, 49, 102, 0.11);
  text-align: center;
}

.heading-10 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #082455;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.text-block-20 {
  color: rgba(52, 71, 116, 0.47);
  font-size: 14px;
  font-weight: 400;
}

.text-span-3 {
  color: #ff8400;
}

.oferta {
  width: 92%;
}

.button-holder {
  width: 400px;
  margin-top: 28px;
  margin-bottom: 100px;
}

.btn-black {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #001d44;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #001d44;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.btn-black:hover {
  border-radius: 0px;
  background-color: #001d44;
  color: #fff;
}

.btn-black.new {
  border-color: rgba(0, 29, 68, 0.14);
  color: rgba(0, 29, 68, 0.21);
}

.btn-black.new:hover {
  border-style: solid;
  background-color: rgba(0, 29, 68, 0.05);
}

.image-14 {
  display: none;
}

.center-vasde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.success-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 140px 3%;
  -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;
  background-color: #001d44;
  background-image: url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png'), -webkit-gradient(linear, left bottom, left top, from(#001430), to(hsla(0, 0%, 100%, 0)));
  background-image: url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png'), linear-gradient(0deg, #001430, hsla(0, 0%, 100%, 0));
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
}

.image-15 {
  width: 130px;
  margin-bottom: 20px;
}

.image-15.aprobado {
  width: 180px;
}

.text-block-3 {
  max-width: 500px;
  color: #5b617c;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.button-3 {
  margin-top: 40px;
  padding: 18px 40px;
  border-radius: 3px;
  background-color: #ff8400;
  color: #fff;
}

.div-block-7 {
  width: 500px;
}

.form-3 {
  overflow: hidden;
  width: 500px;
  padding: 15px 0px;
  border-radius: 14px;
  background-color: transparent;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-4 {
  width: 120px;
  border-radius: 20px;
  background-color: #4347e7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.button-4:hover {
  background-color: #3a3dc7;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.button-4:active {
  opacity: 0.8;
}

.table-action-icon-2 {
  width: 22px;
}

.table-action-icon-2:hover {
  opacity: 0.75;
}

.table-action-icon-2.x {
  width: 16px;
}

.buttontoggle {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.buttontoggle._2 {
  background-color: #4347e7;
}

.search-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: auto;
  width: 16px;
  opacity: 0.8;
}

.link-block-10 {
  margin-left: 10px;
}

.table-arrows {
  width: 15px;
  margin-right: 8px;
  opacity: 0.35;
  cursor: pointer;
}

.table-arrows:hover {
  opacity: 0.6;
}

.table-arrows._2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scroll-table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-406 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  -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;
}

.div-block-406._2 {
  border: 1px none #ececec;
}

.table-action-icon {
  width: 22px;
  margin-right: 11px;
}

.table-action-icon:hover {
  opacity: 0.75;
}

.div-block-410 {
  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;
}

.wrapper-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 40px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #4e4e4e;
}

.image-7 {
  margin-right: 8px;
  border-radius: 50%;
}

.table-data {
  color: #4e4e4e;
  font-size: 13px;
}

.table-data.link {
  text-decoration: none;
}

.table-data.name {
  font-weight: 600;
}

.table-data.estatus {
  padding: 5px 15px;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
  background-color: #dbdbdb;
}

.table-data.estatus.seen {
  background-color: #c6f9ff;
}

.table-data.estatus.green {
  background-color: #9df597;
}

.table-data.na {
  color: rgba(78, 78, 78, 0.2);
}

.link-block-12 {
  display: block;
}

.text-span-4 {
  display: inline-block;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(239, 7%, 67%, 0.5);
  border-radius: 5px;
  background-color: transparent;
}

.table-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f9f9f9;
}

.table-box._2 {
  width: 18%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.table-box._2.action {
  width: 7%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.table-box._2.small {
  width: 11%;
}

.table-box.action {
  width: 7%;
}

.table-box._11 {
  width: 11%;
}

.div-block-414 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 1px 1px 19px 3px rgba(76, 94, 131, 0.19);
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-13 {
  color: #2b2b2b;
  font-weight: 600;
}

.heading-13.white {
  margin-bottom: 0px;
  color: #fff;
}

.table-heading-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #9898a3;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.table-row-nr {
  font-weight: 500;
}

.search-button {
  width: 90px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #da6f21;
}

.search-button._2 {
  display: none;
}

.div-block-411 {
  padding-right: 20px;
  padding-left: 10px;
}

.table-details-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
}

.togglebutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 16px;
  -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;
  border-radius: 50px;
  background-color: #e9e9e9;
  text-decoration: none;
}

.togglebutton.active {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(67, 71, 231, 0.6);
}

.div-3 {
  width: 100%;
  margin-bottom: 2px;
}

.search-input {
  width: 300px;
  height: 44px;
  margin-bottom: 0px;
  border-radius: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
}

.search.saved-shortlists {
  position: relative;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-412 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dce0ec;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #9898a3;
  cursor: pointer;
}

.table-row:hover {
  box-shadow: 0 12px 10px 0 rgba(142, 143, 163, 0.06);
  color: #4347e7;
}

.table-row.head {
  cursor: default;
}

.table-row.head:hover {
  background-color: transparent;
  box-shadow: none;
}

.table-row.head.hide {
  display: none;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px none #000;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 14px;
  background-color: transparent;
}

.navbar {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar.original {
  display: block;
}

.image-16 {
  display: inline-block;
  width: 120px;
}

.brand-2 {
  height: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 20px 2px rgba(0, 29, 68, 0.15);
}

.diazar-nav:hover {
  color: #ff8400;
}

.diazar-nav.david {
  padding-right: 5px;
}

.body {
  background-color: #fff;
}

.orange {
  padding: 62px 5% 20px;
  background-color: #001d44;
}

.nav-menu {
  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;
}

.text-block-30 {
  margin-right: 20px;
  color: #000;
  font-size: 14px;
}

.text-span-5 {
  color: #ff8400;
}

.rewards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  border-radius: 0px;
  background-color: transparent;
}

.link-block-13 {
  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;
  color: #000;
  text-decoration: none;
}

.text-block-31 {
  margin-right: 0px;
  color: #ff8400;
}

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

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-2 {
  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;
}

.text-block-32 {
  padding-right: 10px;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 20px;
  -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;
  color: #000;
  text-decoration: none;
}

.text-block-33 {
  padding-left: 15px;
}

.text-block-33._2 {
  color: #8a8989;
}

.heading-14 {
  color: #1e1e1e;
}

.text-span-6 {
  color: #ff8400;
}

.full-row-card {
  width: 100%;
  padding: 0px;
  box-shadow: 0 0 30px -5px rgba(91, 91, 91, 0.3);
}

.linea-naranja {
  height: 7px;
  padding-bottom: 0px;
  background-color: #ff8400;
}

.rewards-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #9a9a9a;
}

.rewards-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001d44;
}

.info-card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.points-earned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  width: 60px;
  margin-top: 18px;
}

.balance-grande {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #000;
}

.divisor {
  width: 80%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #eaeaea;
}

.divisor._2 {
  margin-bottom: 8px;
}

.text-block-34 {
  color: #000;
  font-weight: 600;
}

.link-3 {
  opacity: 0.35;
  text-decoration: none;
}

.link-3:hover {
  opacity: 1;
}

.points-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #b2b2b2;
}

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

.pointblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 10px;
  padding: 20px 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
}

.bullet-point {
  width: 40px;
  margin-right: 5px;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #131313;
  font-weight: 600;
}

.text-block-35 {
  margin-top: 6px;
  text-align: center;
}

.grid-2 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-premio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 0 13px -2px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.block-premio:hover {
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.27);
}

.image-19 {
  width: 100%;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
}

.content-premio {
  padding: 10px;
}

.valor-puntos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  padding-top: 10px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #a8a8a8;
}

.image-20 {
  width: 30px;
  margin-right: 3px;
}

.text-block-36 {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.button-5 {
  width: 100%;
  margin-top: 10px;
  background-color: #ff8400;
  text-align: center;
}

.footer {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.center-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-4 {
  padding-top: 3px;
  opacity: 0.54;
  font-size: 12px;
  text-decoration: none;
}

.link-4:hover {
  opacity: 1;
}

.division {
  width: 80%;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #afafaf;
  text-align: right;
}

.top-premio {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: #5a3d3d;
}

.dropdown-list.w--open {
  top: 47px;
  right: 2.7188px;
  background-color: #fff;
}

.dropdown-link {
  width: 170px;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.dropdown-link:hover {
  border-bottom-color: #ff8400;
  color: #ff8400;
}

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

.section.footer-section {
  padding-top: 4px;
  padding-bottom: 25px;
  background-color: #021422;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 20, 34, 0.74)), to(rgba(2, 20, 34, 0.74))), url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png');
  background-image: linear-gradient(180deg, rgba(2, 20, 34, 0.74), rgba(2, 20, 34, 0.74)), url('../images/617ae10f8bc5c51bfdb5c7dd_Diazar_Patron2-1.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #33536c;
}

.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.small-text-2 {
  color: #e9e9e9;
  font-size: 15px;
  line-height: 1.5;
}

.link-5 {
  color: #ff8400;
}

.hpa-left {
  width: 45%;
  height: auto;
}

.hpa-left.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
}

.text-hold {
  color: #191c21;
  font-size: 15px;
  line-height: 23px;
}

.text-hold.grey {
  color: #acaeb3;
}

.info-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 52px;
  padding-top: 0%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.perfil-foto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.perfil-foto:hover {
  color: #ff8400;
}

.cta-button {
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 4px;
  background-color: #c83232;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 14px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #da3333;
  color: #fff;
}

.cta-button.space {
  margin-top: 40px;
}

.cta-button.last {
  margin-bottom: 70px;
}

.tu-plan-actual-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-left: 30px;
  -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;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #191c21;
}

.text-span-14 {
  font-size: 18px;
  font-weight: 400;
}

.dato-perfil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(89, 97, 112, 0.2);
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-dato-perfil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-dato-perfil.info-input {
  padding-left: 15px;
  color: #000;
}

.info-dato-perfil._20 {
  width: 30%;
}

.info-dato-perfil.cel {
  width: 30%;
}

.link-6 {
  margin-bottom: 60px;
}

.perfil-foto-cambio {
  position: static;
  color: #596170;
  font-size: 15px;
  font-weight: 400;
}

.perfil-foto-cambio:hover {
  color: #c83232;
}

.plan-actual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 3px rgba(0, 0, 0, 0.27);
}

.black-h2 {
  margin-top: 20px;
  margin-bottom: 11px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(89, 97, 112, 0.51);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0em;
}

.black-h2.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 23px;
}

.black-h2.info.black {
  color: #191c21;
}

.black-h2.info.black.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.black-h2.info.input {
  color: #000;
}

.black-h2.space {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 25px;
  line-height: 40px;
  font-weight: 800;
}

.black-h2.space.small {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
}

.black-h2.space._1 {
  margin-top: 50px;
}

.black-h2.space.white {
  margin-bottom: 10px;
  color: #fff;
}

.black-h2.space.white.gran-chef {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 600;
}

.form-block-4 {
  width: 100%;
}

.foto-perfil {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border: 3px solid #ff8400;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/Captura-de-Pantalla-2021-11-10-a-las-11.38.30.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-field-4 {
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.text-field-4::-webkit-input-placeholder {
  color: #000;
}

.text-field-4:-ms-input-placeholder {
  color: #000;
}

.text-field-4::-ms-input-placeholder {
  color: #000;
}

.text-field-4::placeholder {
  color: #000;
}

.titulo-dato-perfil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holder-info-plan-actual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  padding: 30px 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.dropdown-list-2 {
  width: 170px;
}

.dropdown-list-2.w--open {
  top: 45px;
  right: -7.4162px;
  width: 170px;
  background-color: #fff;
}

.rewlink.w--current {
  color: #ff8400;
}

.offer {
  width: 100%;
}

.formato-tabla {
  width: 100%;
  height: auto;
}

.formato-tabla-cotizacion {
  display: block;
  width: 95%;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 25px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 1px rgba(36, 49, 102, 0.11);
}

.tabla-datos-cliente {
  margin-bottom: 26px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.right-partner {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tabla-cotizacion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.75fr 1fr 1fr 1fr;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
}

.tabla-cotizacion.mobile {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 4.25fr 1fr;
  grid-template-columns: 4.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabla-resultados {
  margin-top: 37px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.25fr 1fr 1fr;
  grid-template-columns: 2.25fr 1fr 1fr;
}

.blancoo {
  height: 20px;
}

@media screen and (min-width: 1440px) {
  .button.button--dark.red.ouline {
    color: #ff8400;
  }

  .button.button--dark.red.ouline:hover {
    background-color: #ff8400;
  }

  .banner-logo {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .logo {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .cta-button {
    font-size: 23px;
  }
}

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

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

  .heading-4 {
    font-size: 36px;
  }

  .button-2 {
    top: 20px;
    right: 20px;
  }

  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .circle-1 {
    right: -140px;
    width: 240px;
    height: 240px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .div-block-3 {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block {
    left: 20px;
    top: 20px;
  }

  .circle-2 {
    width: 60px;
    height: 60px;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .slide-banner {
    display: none;
    width: 100%;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .banner-h3 {
    font-size: 30px;
  }

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

  .author-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-content {
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-text-content._2 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 15px;
  }

  .heading-3 {
    font-size: 22px;
    text-align: center;
  }

  .heading-3.quote {
    text-align: right;
  }

  .invoice {
    margin-top: 20px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 120px 110px 800px repeat(auto-fit, 130px);
  }

  .invoice.phone {
    display: none;
  }

  .heading-4 {
    font-size: 20px;
  }

  .heading-4.table-h4 {
    font-size: 16px;
    line-height: 18px;
  }

  .total-amount {
    margin-top: 5px;
    font-size: 30px;
  }

  .table {
    grid-auto-rows: 110px;
    -ms-grid-rows: 42px 42px 110px 110px 110px 42px 42px 110px 110px 42px;
    grid-template-rows: 42px 42px 110px 110px 110px 42px 42px 110px 110px 42px;
  }

  .inner-container {
    max-width: 730px;
  }

  .inner-container.invoice-container {
    top: 16%;
  }

  .countdown-grid {
    width: 60%;
  }

  .column-block {
    margin-right: 7px;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 50px;
  }

  .image-14 {
    display: none;
    width: 140px;
    margin-bottom: 13px;
  }

  .link-block-10 {
    margin-left: 0px;
  }

  .scroll-table-content {
    overflow: scroll;
  }

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

  .wrapper-section {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .table-box._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-box._2.action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-box._2.small {
    padding-right: 12px;
  }

  .table-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-holder {
    display: none;
    background-color: transparent;
    box-shadow: none;
  }

  .orange {
    padding-top: 9px;
  }

  .brand-3 {
    margin-top: 15px;
  }

  .brand-3.mobile {
    margin-left: 25px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-holder {
    width: 100%;
    padding-top: 12%;
  }

  .link-6 {
    margin-bottom: 60px;
  }

  .plan-actual {
    margin-bottom: 20px;
  }

  .offer {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabla-cotizacion {
    -ms-grid-columns: 3.5fr 1fr 1fr 1fr;
    grid-template-columns: 3.5fr 1fr 1fr 1fr;
  }

  .tabla-cotizacion.mobile {
    -ms-grid-columns: 4.25fr 1fr;
    grid-template-columns: 4.25fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 9000000000;
  }

  .button {
    width: 100%;
  }

  .button.button--dark.red.ouline.full._3 {
    margin-top: 6px;
  }

  .button.button--dark.red.ouline.full._4 {
    margin-top: 6px;
  }

  .login-container {
    width: 470px;
  }

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

  .heading-4 {
    font-size: 32px;
  }

  .div-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .button-2 {
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block {
    padding-left: 40px;
  }

  .div-1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .circle-1 {
    bottom: auto;
  }

  .heading-1 {
    font-size: 32px;
  }

  .circle-2 {
    right: 60px;
    bottom: 182px;
  }

  .form-wrapper {
    width: 100%;
  }

  .help-block {
    top: 0px;
    right: 0px;
  }

  .previous-placeholder {
    position: fixed;
    z-index: 6;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .form-item-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .next-placeholder {
    position: fixed;
    z-index: 6;
  }

  .slide-content {
    padding-top: 92px;
  }

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

  .invoice {
    display: none;
  }

  .invoice.phone {
    display: -ms-grid;
    display: grid;
    padding-bottom: 12%;
    justify-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 120px 110px 800px repeat(auto-fit, 130px);
  }

  .heading-4 {
    font-size: 20px;
  }

  .table-footer {
    width: 100%;
  }

  .table.phone {
    -ms-grid-columns: 7fr 0.75fr 0.75fr;
    grid-template-columns: 7fr 0.75fr 0.75fr;
  }

  .inner-container.invoice-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content-body {
    margin-top: 0px;
  }

  .countdown-grid {
    width: 95%;
    margin-bottom: 0px;
  }

  .image-14 {
    display: none;
  }

  .scroll-table-content {
    margin-right: 33px;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .wrapper-section {
    padding-top: 40px;
  }

  .table-data-wrapper {
    position: relative;
  }

  .scroll-container {
    overflow: hidden;
    width: 100vw;
  }

  .table-box.action {
    width: 48px;
  }

  .div-block-414 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .heading-13 {
    margin-bottom: 24px;
  }

  .div-3 {
    margin-bottom: 0px;
  }

  .table-row {
    width: 740px;
  }

  .table-row.head {
    display: none;
    width: 650px;
  }

  .table-row.head.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 740px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-4 {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-3 {
    margin-top: 15px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-holder {
    padding-top: 20%;
  }

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

  .black-h2.info.black.align-top {
    font-size: 14px;
  }

  .black-h2.space.white.gran-chef {
    font-size: 30px;
    line-height: 35px;
  }

  .foto-perfil {
    width: 55px;
    height: 55px;
  }

  .holder-info-plan-actual {
    height: 190px;
  }

  .offer {
    margin-bottom: 25px;
  }

  .formato-tabla {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 479px) {
  .invert {
    max-width: 140px;
  }

  .bar__container__button-wrap {
    width: 120px;
  }

  .button.button--dark.red {
    text-align: center;
  }

  .form {
    width: 230px;
  }

  .login-container {
    width: 270px;
    height: 330px;
    padding-right: 10px;
    padding-bottom: 24px;
    padding-left: 10px;
  }

  .text-block-2 {
    font-size: 13px;
    text-align: center;
  }

  .form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .button-2 {
    top: 30px;
    right: 30px;
  }

  .div-block {
    padding-left: 20px;
  }

  .circle-2 {
    right: 49px;
    bottom: 191px;
  }

  .previous-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .form-content {
    width: 100%;
  }

  .slide-banner {
    display: none;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .right {
    display: none;
  }

  .table-text-content._2 {
    display: none;
  }

  .image-13.phone {
    display: none;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 23px;
    text-align: left;
  }

  .heading-3.quote {
    text-align: left;
  }

  .invoice-due {
    text-align: left;
  }

  .invoice.phone {
    width: 98%;
    padding-right: 2%;
    padding-left: 2%;
    grid-template-rows: 71px 110px 800px repeat(auto-fit, 130px);
  }

  .address.align-right {
    text-align: left;
  }

  .inner-container.invoice-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .countdown-grid {
    width: 100%;
    margin-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .column-block {
    padding-right: 9px;
    padding-left: 9px;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 37px;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .button-holder {
    width: 250px;
  }

  .image-14 {
    display: block;
    width: 130px;
    margin-bottom: 17px;
  }

  .form-block-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .scroll-table-content {
    margin-right: 30px;
  }

  .div-block-414 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-details-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .search-input {
    width: 100%;
  }

  .search {
    width: 100%;
  }

  .search.saved-shortlists {
    width: 100%;
    max-width: 380px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .form-block-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-33 {
    display: none;
  }

  .text-block-33._2 {
    display: none;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hpa-left {
    width: 100%;
  }

  .hpa-left.small {
    width: 100%;
  }

  .info-holder {
    padding-top: 40%;
  }

  .cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }

  .info-dato-perfil._20 {
    width: 60%;
  }

  .info-dato-perfil._20.phone {
    width: 40%;
  }

  .info-dato-perfil.cel {
    width: 60%;
  }

  .black-h2.info.input {
    width: 100%;
  }

  .holder-info-plan-actual {
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .right-partner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabla-cotizacion {
    display: none;
  }

  .tabla-cotizacion.mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 2.5fr 0.75fr;
    grid-template-columns: 2.5fr 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-e653dd31-829a-0513-72b7-0cfcb1a96fe6-87cdfc43 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7d210d6b-5e54-c363-9ec9-dff8c962cb66-87cdfc43 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52eef0d9-a910-00b5-a61e-8a7fa64c8bc8-87cdfc43 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a58e682b-b102-12c6-3d54-9b5cffe34d64-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ee18b7d2-77d0-f379-db7f-284d7ff9f19f-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-f6502794-44ac-9474-7eee-e776cb1ba746-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f742a386-8ad3-d393-046c-ec4fd0d7aeae-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9aa35700-a810-3c7d-5127-ea8f73d131bc-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9dc68739-9cf9-9355-f3f5-89f4186ba975-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_22b11875-b23c-2a3d-13af-d1247544f889-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d3b90604-8072-2b86-1329-d460792cb553-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd51f-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd52e-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd531-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd53f-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd54d-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd563-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd566-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd574-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e32607c1-367b-edd3-5290-4bb29adfd584-87cdfc43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_95c3ade4-3b1f-61f9-c84e-b202035dbee4-87cdfc43 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91d44f7b-9e36-b794-8a80-395e4e7c9269-87cdfc43 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7729b407-162e-2079-204d-f7ed082fc53c-87cdfc43 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d4e87f0-477f-a362-de99-f0dc0dce2cf2-87cdfc43 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7eb7c15e-a898-30ce-86e7-316690c3153a-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4172928-5c27-e2c5-cc7f-ca94b634e235-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68d564c5-45d8-90b2-33c3-0b6a0431fb42-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7bc90949-8558-3801-dbe3-f9ed35269f1e-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c86209e7-12bc-c64d-6535-42cb6e958bc0-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14860fe5-6499-3a08-37ea-7b7b63935762-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_952af765-1390-0ddf-afb7-cd68dea259d4-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5f5c6e7-a380-d24c-acf1-19c212aa7b51-4c822216 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e32607c1-367b-edd3-5290-4bb29adfd52e-87cdfc43 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e32607c1-367b-edd3-5290-4bb29adfd563-87cdfc43 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}