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

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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 26px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #fcf9ef;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.6;
  font-weight: 100;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 13px;
  background-color: #c44834;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #c44834;
  box-shadow: 1px 1px 8px 0 rgba(221, 116, 99, 0.75);
  color: #fff;
}

.button:active {
  background-color: #8d3021;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 0;
  display: block;
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 13px;
  clear: right;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border: 1px none #000;
  border-radius: 20px 0px 0px;
  background-color: #00183f;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button.cc-contact-us:hover {
  box-shadow: 0 0 14px -1px rgba(221, 207, 204, 0.75);
}

.button.cc-contact-us:active {
  box-shadow: 0 0 14px -1px rgba(221, 207, 204, 0.75);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
  color: #fcf9ef;
}

.paragraph-light.ubi {
  color: #000;
}

.heading-jumbo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: 'Acumin variable concept', Arial, sans-serif;
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -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: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-wrap {
  position: relative;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px 10px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 9px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  opacity: 0.6;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  margin-right: 40px;
  margin-left: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.top {
  color: #000;
}

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

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.webflow-link {
  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;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: url('../images/800px-Proyecto_en_construccion.jpg');
  background-position: 50% 50%;
  background-size: contain;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #00183f;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fcf9ef;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  padding-top: 0px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 60px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  background-image: url('../images/Servicio-de-ventas.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -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: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -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;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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: #00183f;
}

._404-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-left: 31px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.text-block {
  position: relative;
  left: -48%;
  top: 4%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-left: 35px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px none #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.heading {
  position: -webkit-sticky;
  position: sticky;
  left: -5%;
  top: 66px;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 10%;
  height: auto;
  max-height: 500px;
  max-width: 300px;
  min-height: auto;
  min-width: 1px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0%;
  text-decoration: none;
  text-transform: none;
}

.heading-2 {
  margin-left: 29px;
}

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

.image {
  display: block;
  margin-bottom: 0px;
}

.text-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin: 155px auto -3px -54px;
  float: none;
  clear: none;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 0px none transparent;
  border-radius: 20px;
  opacity: 1;
  -webkit-transform: translate(0px, 0px) rotate(-90deg);
  -ms-transform: translate(0px, 0px) rotate(-90deg);
  transform: translate(0px, 0px) rotate(-90deg);
  direction: ltr;
  color: #fff;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0px;
  text-transform: capitalize;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-gap: 72px;
  column-gap: 72px;
  -webkit-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 6px;
  column-rule-width: 6px;
}

.columns {
  overflow: auto;
  width: 960px;
  height: 100%;
  max-height: 1000px;
  background-image: url('../images/IMG_6978-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.column {
  margin-bottom: 253px;
}

.body {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.tabs-menu {
  margin-top: 20px;
  padding-bottom: 0px;
}

.slide {
  background-image: url('../images/02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.slide.pro {
  background-image: url('../images/02.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.slider {
  overflow: visible;
  margin-bottom: 45px;
  padding-bottom: 0px;
}

.container-2 {
  margin-bottom: 312px;
}

.image-2 {
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  opacity: 1;
}

.container-3 {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) auto;
  grid-template-rows: minmax(auto, 1fr) auto;
  border-radius: 0px;
  background-image: url('../images/02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}

.heading-4 {
  margin-top: 14px;
  margin-bottom: 400px;
  margin-left: 79px;
  color: #fff;
}

.container-4 {
  position: static;
  display: block;
  overflow: visible;
  max-height: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-2 {
  padding-bottom: 300px;
  background-image: url('../images/02.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.container-5 {
  padding-bottom: 500px;
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.grid {
  grid-row-gap: 16px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.slide-2 {
  background-image: url('../images/01_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon {
  display: block;
  border-radius: 0px;
}

.image-3 {
  border-radius: 0px;
}

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

.container-6 {
  display: block;
  padding-bottom: 348px;
}

.grid-3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 54px;
  grid-template-areas: "Area Area" "Area-2 .";
  -ms-grid-columns: 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tab-link-tab-1 {
  border-top-left-radius: 20px;
  background-color: #fcf9ef;
  box-shadow: inset 2px 2px 3px 0.1px #000;
}

.tab-link-tab-1.w--current {
  background-color: #fcf9ef;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-block-3 {
  color: #000;
}

.image-4 {
  margin-top: 20px;
  border: 1px none #000;
}

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

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

.button-2 {
  display: block;
  margin-top: -2px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 5px 20px;
  border-radius: 8px;
}

.button-3 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
}

.button-4 {
  border-radius: 8px;
}

.button-5 {
  border-radius: 8px;
}

.button-6 {
  border-radius: 8px;
}

.image-7 {
  display: block;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 3px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px 0px 0px;
}

.image-7.lite {
  padding-bottom: 0px;
  border-top-left-radius: 40px;
}

.container-7 {
  display: block;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #fcf9ef;
  border-radius: 40px 0px 0px;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.3);
}

.button-7 {
  display: inline;
  margin-top: 10px;
  margin-left: 17px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  border-radius: 10px;
  background-color: #c44834;
}

.button-7:hover {
  color: #fff;
}

.button-7:active {
  background-color: #943222;
}

.button-7.botones {
  background-color: #c44834;
}

.section-3 {
  background-color: transparent;
}

.button-8 {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
}

.columns-2 {
  margin-bottom: 75px;
  border: 1px solid #fff;
  background-color: #fff;
}

.tabs-content {
  margin-right: 17px;
  margin-bottom: 71px;
  padding-right: 10px;
  background-color: #fff;
  box-shadow: 11px 11px 11px -17px #000;
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  margin-left: 20px;
}

.paragraph-2 {
  margin-top: -10px;
  margin-bottom: -1px;
  margin-left: 20px;
  padding-left: 10px;
}

.text-block-4 {
  margin-top: 7px;
}

.button-9 {
  margin-top: 49px;
}

.button-10 {
  margin-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #c44834;
  box-shadow: 2px 2px 8px -2px #000;
}

.button-10:hover {
  box-shadow: inset 2px 2px 6px -3px #000;
  color: #fff;
}

.button-10:active {
  background-color: #943222;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.section-4 {
  border-radius: 0px;
  background-color: #c44834;
}

.heading-5 {
  margin-top: -15px;
  color: #fcf9ef;
  text-align: center;
}

.heading-6 {
  color: #fcf9ef;
  text-align: center;
}

.heading-7 {
  margin-top: -16px;
  color: #fcf9ef;
  text-align: center;
}

.text-block-5 {
  margin-top: 0px;
  color: #fcf9ef;
  font-weight: 300;
  text-align: center;
}

.div-block {
  padding-top: 30px;
}

.div-block-2 {
  padding-top: 25px;
}

.section-5 {
  margin-top: 50px;
  padding-bottom: 50px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.heading-8 {
  margin-top: 120px;
  margin-left: 0px;
  color: #00183f;
  font-weight: 600;
}

.paragraph-3 {
  margin-left: 0px;
}

.image-8 {
  display: block;
  margin-top: -35px;
  margin-left: 39px;
}

.paragraph-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 11px;
}

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

.image-9 {
  text-align: right;
}

.paragraph-5 {
  padding-left: 7px;
}

.botones {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 5px 10px;
  -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-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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 10px;
  background-color: #c44834;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.51);
  color: #fff;
  text-align: left;
}

.botones:hover {
  box-shadow: inset 1px 1px 3px 1px #000;
  color: hsla(0, 0%, 100%, 0.56);
}

.botones:active {
  box-shadow: inset 1px 1px 3px 0.9px #000;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: hsla(0, 0%, 100%, 0.33);
}

.botones.rojo {
  display: inline-block;
  margin-left: 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #c44834;
}

.botones.rojo.portada {
  margin-left: 0px;
}

.botones.color {
  display: inline-block;
  margin-left: 30px;
  padding: 5px 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #dca932;
}

.botones.color.w--current {
  background-color: #c44834;
}

.botones.color._2 {
  margin-left: 0px;
}

.botones.box {
  margin-left: 60px;
}

.botones.amarillo {
  background-color: #dca932;
}

.botones.azul {
  background-color: #00183f;
}

.heading-9 {
  color: #fff;
  font-weight: 600;
}

.column-3 {
  margin-top: 50px;
  padding-left: 50px;
}

.paragraph-6 {
  padding-left: 7px;
  color: #fff;
}

.image-10 {
  padding-top: 5px;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #c44834;
}

.section-7 {
  padding: 20px 20px 20px 0px;
  background-color: #00183f;
}

.slide-3 {
  background-image: url('../images/00.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.heading-10 {
  color: #fcf9ef;
  font-weight: 600;
}

.heading-11 {
  color: #fcf9ef;
  text-align: right;
}

.paragraph-7 {
  color: #fcf9ef;
}

.paragraph-8 {
  margin-right: 70px;
  color: #fcf9ef;
  text-align: right;
}

.slide-4 {
  background-image: url('../images/00_2.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-5 {
  background-image: url('../images/00_1.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 0.75fr 1.25fr 1fr;
  grid-template-columns: 0.75fr 1.25fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.section-8 {
  background-color: #c44834;
}

.section-9 {
  background-color: #00183f;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-3 {
  border-top-left-radius: 0px;
}

.section-10 {
  background-color: #00183f;
}

.heading-122 {
  padding-left: 100px;
  color: #00183f;
}

.heading-122.bold-text-10 {
  padding-left: 0px;
}

.heading-122._12 {
  padding-left: 0px;
}

.image-12 {
  margin-top: 7px;
}

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

.image-14 {
  margin-top: 7px;
  margin-left: 276px;
}

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

.grid-5 {
  margin-bottom: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-16 {
  width: 70%;
}

.image-17 {
  width: 70%;
}

.column-8 {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #c44834;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #00183f;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.heading-13 {
  color: #fcf9ef;
}

.heading-14 {
  color: #fcf9ef;
}

.paragraph-9 {
  color: #fcf9ef;
}

.paragraph-10 {
  color: #fcf9ef;
}

.column-10 {
  background-color: #00183f;
}

.image-18 {
  display: inline-block;
}

.column-11 {
  padding-bottom: 290px;
  background-image: url('../images/Cajas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-12 {
  padding-bottom: 290px;
  background-image: url('../images/Polo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-13 {
  padding-bottom: 290px;
  background-image: url('../images/Cajas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.columns-4 {
  background-color: #00183f;
}

.column-14 {
  padding-right: 40px;
  padding-left: 40px;
}

.column-15 {
  padding-right: 40px;
  padding-left: 40px;
}

.section-11 {
  background-image: url('../images/01_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-11.pro {
  background-image: url('../images/01.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-3 {
  padding-bottom: 178px;
}

.column-16 {
  padding-right: 30px;
  padding-left: 40px;
}

.heading-15 {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #000;
}

.paragraph-11 {
  color: #00183f;
}

.paragraph-12 {
  color: #00183f;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-12.batt {
  text-decoration: none;
}

.bold-text-2 {
  color: #c44834;
  font-size: 45px;
}

.bold-text-2.pro {
  color: #dca932;
}

.image-19 {
  overflow: visible;
  margin-top: 300px;
  opacity: 1;
}

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

.image-21 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-22 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-23 {
  margin-top: 380px;
}

.image-24 {
  margin-top: 380px;
}

.image-25 {
  margin-top: 300px;
}

.image-26 {
  margin-top: 350px;
}

.image-27 {
  margin-top: 350px;
}

.container-8 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-radius: 20px;
  background-color: #00183f;
  color: #c44834;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 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;
}

.column-19 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-28 {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px 20px 20px;
}

.image-29 {
  display: inline-block;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 20px;
  border-top-left-radius: 0px;
}

.image-30 {
  display: inline-block;
  margin-top: 0px;
}

.image-31 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 70px;
}

.heading-17 {
  color: #fcf9ef;
}

.bold-text-3 {
  margin-left: 20px;
}

.heading-18 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #00183f;
  text-align: center;
}

.container-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fcf9ef;
}

.image-32 {
  display: inline-block;
  margin-left: 10px;
  border: 3px solid #000;
  border-radius: 20px;
}

.image-33 {
  display: inline-block;
  margin-left: 0px;
  border: 3px solid #000;
  border-radius: 20px;
}

.form {
  margin-right: 100px;
  margin-left: 100px;
}

.select-field {
  display: inline-block;
  background-color: #00183f;
  color: #fcf9ef;
}

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

.form-block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fcf9ef;
  box-shadow: 0 0 11px 14px rgba(0, 0, 0, 0.14);
}

.container-10 {
  margin-top: 0px;
}

.field-label {
  margin-top: 10px;
}

.bold-text-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00183f;
}

.column-20 {
  display: -ms-grid;
  display: grid;
  padding-right: 30px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #00183f;
}

.heading-19 {
  display: inline-block;
  margin-left: 0px;
  color: #00183f;
  font-weight: 300;
}

.paragraph-13 {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #00183f;
  text-align: left;
  white-space: normal;
}

.paragraph-14 {
  display: inline-block;
  color: #00183f;
}

.heading-20 {
  display: inline-block;
  margin-left: 0px;
  font-weight: 300;
}

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

.column-21 {
  background-color: #c44834;
}

.column-22 {
  background-color: #c44834;
}

.column-23 {
  background-color: #c44834;
}

.image-34 {
  border-radius: 0px;
}

.image-35 {
  display: block;
  margin-top: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.container-11 {
  margin-top: 20px;
}

.column-25 {
  padding-bottom: 600px;
  background-image: url('../images/05_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.column-25.pro {
  background-image: url('../images/05.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
}

.column-25.lite {
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-15 {
  font-weight: 100;
}

.section-12 {
  background-color: #00183f;
}

.paragraph-16 {
  margin-bottom: 20px;
}

.section-13 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.section-14 {
  display: block;
  margin-bottom: 1px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #00183f;
}

.image-36 {
  display: inline;
  border-style: solid;
  border-width: 3px;
  border-color: #00183f;
  border-radius: 20px;
  text-align: center;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bold-text-5 {
  text-align: center;
}

.section-15 {
  background-color: #00183f;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00183f), to(#00183f));
  background-image: linear-gradient(180deg, #00183f, #00183f);
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  font-family: 'Acumin variable concept', Arial, sans-serif;
  color: #fcf9ef;
  font-size: 16px;
  text-decoration: none;
}

.link.w--current {
  padding-bottom: 10px;
  font-family: 'Acumin variable concept', Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-2 {
  display: inline-block;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fcf9ef;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link-3 {
  color: #fcf9ef;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
  white-space: normal;
}

.link-4 {
  color: #fcf9ef;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link-5 {
  display: inline-block;
  color: #fcf9ef;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.image-37 {
  display: block;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-6 {
  color: #fcf9ef;
  font-size: 10px;
  line-height: 15px;
  font-weight: 100;
  text-align: center;
}

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

.text-block-7 {
  color: #fcf9ef;
  font-size: 9px;
  font-weight: 100;
  text-align: left;
}

.column-28 {
  display: block;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-29 {
  position: relative;
  display: block;
  text-align: left;
}

.image-38 {
  display: inline-block;
  margin-right: 10px;
}

.image-39 {
  display: inline-block;
  margin-right: 10px;
  margin-left: auto;
}

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

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-40 {
  display: inline-block;
  margin-right: 10px;
}

.field-label-2 {
  color: #fcf9ef;
}

.field-label-3 {
  color: #fcf9ef;
}

.field-label-4 {
  color: #fcf9ef;
}

.column-32 {
  display: block;
  padding-bottom: 57px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #dca932;
}

.column-33 {
  display: block;
  margin-bottom: -2px;
  padding-bottom: 0px;
  background-color: #dca932;
  background-image: url('../images/Women-Kontrol-PRO.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-41 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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: 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;
}

.container-12.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -36px;
  margin-bottom: -140px;
  padding-right: 60px;
  -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;
}

.heading-21 {
  margin-top: -84px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-weight: 700;
  text-align: center;
}

.image-42 {
  margin: 40px auto 0px;
}

.image-43 {
  margin-top: -50px;
  margin-bottom: 66px;
  margin-left: -139px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 375px;
  margin-bottom: -92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: center;
}

.submit-button {
  width: 60.21875px;
  padding: 0px 4px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 10px;
  background-color: #00183f;
  font-size: 12px;
  font-weight: 600;
}

.submit-button:hover {
  box-shadow: 1px 1px 13px 0 #fcf9ef;
}

.submit-button:active {
  background-color: #011330;
}

.text-block-8 {
  display: inline;
  font-family: 'Acumin variable concept', Arial, sans-serif;
  color: #fcf9ef;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.link-6 {
  color: #fcf9ef;
  font-weight: 700;
  text-decoration: none;
}

.link-7 {
  color: #fcf9ef;
  font-weight: 700;
  text-decoration: none;
}

.link-8 {
  color: #fcf9ef;
  font-weight: 700;
  text-decoration: none;
}

.link-9 {
  border-top-left-radius: 20px;
  background-color: #00183f;
  color: #fcf9ef;
  font-weight: 700;
  text-decoration: none;
}

.text-field-2 {
  display: block;
  margin-bottom: 10px;
  padding: 0px 8px;
  border-radius: 10px;
  font-size: 12px;
}

.form-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-34 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.column-35 {
  margin-top: 0px;
}

.image-44 {
  display: inline-block;
}

.column-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-39 {
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #19203b, #19203b 12%, #111226 72%);
}

.heading-23 {
  color: #fff;
}

.paragraph-17 {
  color: #fcf9ef;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.div-block-5 {
  padding-top: 40px;
}

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

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

.section-16 {
  background-color: #dca932;
}

.paragraph-18 {
  color: #fff;
}

.heading-24 {
  color: #fcf9ef;
}

.column-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.link-10 {
  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;
  font-size: 12px;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.text-block-9 {
  margin-left: 10px;
  padding-right: 10px;
}

.link-11 {
  font-size: 12px;
}

.heading-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quote {
  color: #000;
}

.bold-text-7 {
  color: #fcf9ef;
  text-decoration: none;
}

.link-12 {
  text-decoration: none;
}

.tab-link-tab-3 {
  background-color: #dca932;
}

.tab-link-tab-2 {
  background-color: #dca932;
}

.tab-link-tab-1-2 {
  background-color: #dca932;
}

.tab-link-tab-1-2.w--current {
  background-color: #dca932;
}

.text-block-10 {
  color: #fcf9ef;
}

.text-block-11 {
  color: #fcf9ef;
}

.text-block-12 {
  color: #fcf9ef;
}

.div-block-8 {
  margin-bottom: 0px;
  padding-bottom: 36px;
}

.container-14 {
  padding-bottom: 60px;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.bold-text-8 {
  text-align: center;
}

.bold-text-9 {
  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;
  border-radius: 16px;
  text-align: left;
}

.heading-26 {
  margin-bottom: 0px;
  padding-top: 20px;
  text-align: left;
}

.paragraph-19 {
  text-align: center;
}

.heading-27 {
  text-align: center;
}

.heading-28 {
  text-align: center;
}

.div-block-9 {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.heading-29 {
  text-align: left;
}

.bold-text-10 {
  border-bottom: 5px solid #00183f;
  text-align: center;
}

.heading-30 {
  margin-bottom: 14px;
  text-align: center;
}

.tab-link-tab-2-2 {
  background-color: #fcf9ef;
  box-shadow: inset 2px 2px 3px 0.1px rgba(0, 0, 0, 0.52);
}

.tab-link-tab-2-2.w--current {
  background-color: #fcf9ef;
  box-shadow: none;
}

.tab-link-tab-3-2 {
  background-color: #fcf9ef;
  box-shadow: inset 2px 2px 6px 0.1px rgba(0, 0, 0, 0.5);
}

.tab-link-tab-3-2.w--current {
  background-color: #fcf9ef;
  box-shadow: none;
}

.tab-link-tab-4 {
  background-color: #fcf9ef;
  box-shadow: inset 2px 2px 9px 0.1px rgba(0, 0, 0, 0.5);
}

.tab-link-tab-4.w--current {
  background-color: #fcf9ef;
  box-shadow: none;
}

.image-45 {
  display: inline-block;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  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: 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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(transparent));
  background-image: linear-gradient(180deg, #1f1f1f, transparent);
  text-transform: uppercase;
}

.navbar.pagina {
  background-image: none;
}

.image-46 {
  display: block;
  margin-top: 0px;
}

.nav-link {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fcf9ef;
  font-weight: 700;
}

.nav-link:hover {
  opacity: 1;
  color: #b2b0a9;
}

.nav-link-2 {
  padding-right: 15px;
  padding-left: 30px;
  color: #00183f;
  font-weight: 600;
  text-align: left;
}

.nav-link-2:hover {
  background-color: rgba(0, 24, 63, 0.2);
  color: #00183f;
}

.nav-link-2:active {
  background-color: transparent;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.nav-link-2.lp {
  background-color: transparent;
  font-family: 'Acumin variable concept', Arial, sans-serif;
  color: #fcf9ef;
  font-weight: 400;
}

.nav-link-3 {
  border-top-left-radius: 25px;
  background-color: #00183f;
  color: #fcf9ef;
  font-weight: 700;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 500px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.brand {
  padding-right: 160px;
  padding-left: 0px;
}

.heading-31 {
  color: #fcf9ef;
  font-weight: 400;
}

.heading-32 {
  color: #fcf9ef;
}

.heading-33 {
  color: #fff;
}

.columns-12 {
  display: inline-block;
  -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;
}

.section-19 {
  background-image: url('../images/02.jpg');
  background-position: 50% 65%;
  background-size: cover;
  background-attachment: scroll;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.heading-34 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fcf9ef;
  font-size: 45px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-20 {
  margin-top: 10px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fcf9ef;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000;
}

.column-41 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-10 {
  padding-bottom: 200px;
}

.paragraph-21 {
  color: #fcf9ef;
  font-weight: 100;
}

.column-42 {
  padding-left: 0px;
}

.div-block-11 {
  padding-bottom: 60px;
}

.heading-35 {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.column-43 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
}

.image-47 {
  display: block;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-44.interest {
  margin-bottom: 50px;
  padding-right: 100px;
  padding-left: 100px;
}

.image-48 {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-48:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-49 {
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.heading-36 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
}

.column-45 {
  padding-bottom: 2px;
  padding-left: 0px;
  border: 3px solid #000;
}

.button-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 2px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
  background-color: #c44834;
  box-shadow: 3px 3px 12px -4px rgba(0, 0, 0, 0.5);
}

.button-11:hover {
  box-shadow: inset 3px 3px 12px -4px #000;
  color: #fff;
}

.button-11:active {
  box-shadow: inset 3px 3px 12px -4px #000;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.button-11.amarillo {
  margin-right: 140px;
  background-color: #dca932;
}

.column-46 {
  padding-bottom: 10px;
}

.column-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.columns-14 {
  display: block;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-50 {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.column-48:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-12 {
  padding-bottom: 50px;
}

.div-block-12._1 {
  padding-bottom: 30px;
}

.bold-text-11 {
  border-bottom: 3px solid #000;
  font-family: 'Acumin variable concept', Arial, sans-serif;
  font-size: 30px;
}

.section-20 {
  background-color: transparent;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -108px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00183f;
}

.text-block-13 {
  margin-top: 19px;
  margin-bottom: 11px;
  padding-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

.section-22 {
  background-image: url('../images/Recurso-5.png');
  background-position: 0px 0px;
  background-size: contain;
}

.bold-text-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.image-51 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.container-17 {
  padding-bottom: 64px;
}

.column-49 {
  padding-right: 100px;
  padding-left: 100px;
}

.column-50 {
  padding-right: 100px;
  padding-left: 100px;
}

.bold-text-13 {
  text-align: left;
}

.image-52 {
  margin-left: -19px;
  padding-left: 0px;
}

.link-13 {
  color: #000;
}

.image-53 {
  padding-bottom: 8px;
}

.link-14 {
  color: #000;
}

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

.image-54 {
  margin-right: 20px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-55 {
  margin-top: 127px;
  padding-left: 0px;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.columns-15 {
  margin-bottom: -37px;
  padding-bottom: 0px;
}

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

.column-54 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-56 {
  display: inline-block;
}

.image-57 {
  display: inline-block;
}

.link-15 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-weight: 600;
  text-decoration: underline;
}

.link-16 {
  font-weight: 600;
  text-decoration: underline;
}

.image-58 {
  display: inline-block;
}

.image-59 {
  display: inline-block;
}

.bold-text-14 {
  display: inline-block;
  direction: ltr;
  white-space: normal;
}

.bold-text-15 {
  display: inline-block;
}

.section-23 {
  margin-top: 0px;
}

.text-span-2 {
  display: inline-block;
}

.text-span-3 {
  display: inline-block;
}

.heading-37 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 700;
}

.paragraph-23 {
  display: inline-block;
}

.text-span-4 {
  display: block;
  padding-left: 0px;
}

.text-span-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-button-label {
  display: inline-block;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 12px;
}

.bold-text-16 {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.radio-button-field {
  display: inline-block;
}

.radio-button {
  display: inline-block;
}

.columns-16 {
  display: block;
}

.columns-17 {
  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;
  border-radius: 20px;
  background-color: rgba(0, 24, 63, 0.26);
}

.bold-text-17 {
  font-family: 'Acumin variable concept', Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.field-label-5 {
  display: inline;
}

.text-field-3 {
  display: inline-block;
}

.field-label-6 {
  display: inline;
}

.text-field-4 {
  display: inline-block;
}

.field-label-7 {
  display: inline;
}

.text-field-5 {
  display: inline-block;
}

.columns-18 {
  margin-left: 40px;
  padding-right: 40px;
}

.submit-button-2 {
  display: inline-block;
}

.bold-text-18 {
  display: block;
}

.columns-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.grid-7 {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-8 {
  margin-right: 60px;
  margin-left: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-9 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area" "Area Area" "Area Area" "Area Area" "Area Area" "Area Area" "Area Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px 0px 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto 0px auto auto auto auto auto;
}

.image-60 {
  display: inline-block;
}

.grid-10 {
  -ms-grid-columns: 0.75fr 0.25fr 1fr 1fr;
  grid-template-columns: 0.75fr 0.25fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.bold-text-19 {
  display: inline-block;
}

.image-61 {
  display: inline-block;
  margin-left: 40px;
}

.lightbox-link {
  display: inline-block;
}

.lightbox-link-2 {
  display: block;
  -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-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-24 {
  background-color: #fcf9ef;
}

.slide-6 {
  background-image: url('../images/03.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-3 {
  background-color: transparent;
}

.slide-nav {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.slide-7 {
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-bottom: 0px;
  -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;
}

.image-62 {
  display: block;
  background-color: #fff;
  cursor: default;
}

.grid-11 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area" "Area Area" "Area Area" "Area Area" "Area Area" "Area Area" "Area Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 17.5fr) 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: minmax(auto, 17.5fr) auto auto auto auto auto auto;
}

.slider-3 {
  height: 100%;
}

.slide-8 {
  height: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/00_1.jpg');
  background-position: 50% 0%;
  background-size: contain;
}

.image-63 {
  text-align: left;
}

.slide-9 {
  height: 570px;
  background-image: url('../images/ya.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/00_1.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.slide-11 {
  width: 300%;
  height: 300%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/ya.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.grid-12 {
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 1px;
  grid-template-areas: "Area Area" "Area Area" "Area Area" "Area Area" "Area Area" "Area Area" "Area Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1px auto 1px auto 1px auto 1px auto 1px auto 1px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.slider-4 {
  background-image: url('../images/ya.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-13 {
  background-image: url('../images/01_1.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13.lite {
  position: absolute;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.slide-13.pro {
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13.batt {
  background-image: url('../images/Batt-Amarilla.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-13.lites {
  background-image: url('../images/03.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13.pass {
  background-image: url('../images/Barrera-Peatonal-Pass.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13.pass._2 {
  background-image: url('../images/Barrera-Peatonal-Pass2.jpg'), url('../images/Barrera-Peatonal-Pass.jpg');
  background-position: 0% 50%, 0% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.mask {
  overflow: hidden;
  background-color: #fff;
  background-image: none;
}

.slider-5 {
  height: 500px;
  background-color: #fff;
}

.slider-5.lite {
  height: 500px;
  background-color: transparent;
}

.slide-14 {
  position: relative;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-14.prime {
  background-image: url('../images/Copia-de-00_2.jpg'), url('../images/Copia-de-00_1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-14.pro {
  background-image: url('../images/Copia-de-00.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-14.batt {
  background-image: url('../images/BattNaranja.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-14.lites {
  background-image: url('../images/Copia-de-00_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-15 {
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-15.prime {
  background-image: url('../images/05_1.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-15.pro {
  background-image: url('../images/05.jpg'), url('../images/04.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.icon-4 {
  border-radius: 10px;
  background-color: #c44834;
}

.icon-4.pro {
  background-color: #dca932;
}

.text-span-6 {
  text-decoration: none;
}

.icon-5 {
  border-radius: 10px;
  background-color: #c44834;
}

.icon-5.pro {
  background-color: #dca932;
}

.slide-16 {
  background-image: url('../images/Captura-de-Pantalla-2019-09-14-a-las-15.56.31.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/Captura-de-Pantalla-2019-09-14-a-las-15.54.40.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/image005.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-18.lite {
  background-image: url('../images/image008.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-18.lites {
  background-image: url('../images/image008.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-18.pro {
  background-image: url('../images/Galeria-Pro-02.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-19 {
  background-image: url('../images/MedidasLite-02.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19.prime {
  background-image: url('../images/PrimeMEdidas.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19.lites {
  background-image: url('../images/MedidasLite-02.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19.pro {
  background-image: url('../images/Galeria-Pro-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19.pass {
  background-image: url('../images/Planos-Pass.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-19.pass._2 {
  background-image: url('../images/Planos-Pass2.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns-20 {
  clear: none;
}

.columns-21 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.heading-38 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-24 {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  text-align: center;
}

.column-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 30px 20px 40px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 3px solid #fff;
}

.bold-text-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.columns-22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00183f;
}

.image-64 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-65 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-66 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-67 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-25 {
  background-color: #fcf9ef;
}

.column-56 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto;
}

.heading-39 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.grid-13 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area";
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  border: 2px none #000;
  border-radius: 20px;
  background-color: #fcf9ef;
  box-shadow: 4px 4px 10px 6px rgba(0, 0, 0, 0.19);
}

.container-18 {
  padding-right: 30px;
  padding-left: 30px;
}

.heading-40 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  text-align: center;
}

.heading-40._2 {
  background-color: #fff;
  text-align: center;
}

.paragraph-25 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.paragraph-25._2 {
  background-color: #fff;
}

.heading-41 {
  margin-top: 0px;
}

.section-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #00183f;
}

.heading-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.container-19 {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area" "Area" "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
  border-radius: 20px;
  background-color: #fff;
}

.heading-43 {
  display: inline-block;
}

.image-68 {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}

.paragraph-26 {
  display: block;
}

.container-20 {
  display: -ms-grid;
  display: grid;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area" "Area" "Area";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #c44834;
  border-radius: 20px;
  background-color: #fff;
}

.container-20.pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 0px;
  padding: 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-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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-color: #dca932;
}

.container-20.pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-bottom: 40px;
  -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;
}

.heading-44 {
  color: #c44834;
  text-align: left;
  text-transform: uppercase;
}

.heading-44.pro {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #dca932;
}

.heading-44.pass {
  text-align: center;
}

.columns-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.columns-23.pass {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 30px;
}

.paragraph-27 {
  padding-right: 20px;
}

.column-57 {
  padding-right: 60px;
  padding-left: 60px;
}

.column-58 {
  padding-right: 60px;
  padding-left: 60px;
}

.column-58.pass {
  padding-right: 20px;
  padding-left: 20px;
}

.section-27 {
  background-color: #c44834;
}

.section-28 {
  background-color: #fcf9ef;
}

.container-21 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #dca932;
  border-radius: 30px;
  background-color: #fff;
}

.container-21.rojo {
  border-color: #c44834;
}

.container-21.prime {
  border-color: #c44834;
}

.image-69 {
  margin-right: 0px;
  margin-left: 0px;
}

.heading-45 {
  padding-left: 30px;
}

.paragraph-28 {
  padding-left: 30px;
}

.bold-text-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-59 {
  padding-right: 40px;
  padding-left: 40px;
}

.column-60 {
  padding-right: 40px;
  padding-left: 40px;
}

.column-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  padding-right: 40px;
  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;
}

.container-22 {
  padding-left: 30px;
  border-style: none none none solid;
  border-width: 4px 4px 4px 5px;
  border-color: #000 #000 #000 #c44834;
}

.paragraph-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fcf9ef;
  line-height: 20px;
}

.image-70 {
  margin-top: 0px;
}

.image-71 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-72 {
  margin-right: 0px;
  margin-left: 0px;
}

.prime {
  text-decoration: none;
}

.column-62 {
  padding-right: 50px;
  padding-left: 50px;
}

.pro {
  display: inline-block;
  text-decoration: none;
}

.paragraph-30 {
  text-align: center;
}

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

.slide-20 {
  background-image: url('../images/image006.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-21 {
  height: auto;
}

.slider-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.slider-7 {
  background-color: #fcf9ef;
}

.icon-6 {
  border-radius: 10px;
  background-color: rgba(0, 24, 63, 0.1);
}

.icon-7 {
  border-radius: 10px;
  background-color: rgba(0, 24, 63, 0.1);
}

.slide-22 {
  background-image: url('../images/image007.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-14 {
  grid-row-gap: 26px;
  grid-template-areas: "Area-2" "Area-2";
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto 26px auto;
  grid-template-rows: auto auto;
}

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

.image-73 {
  background-image: url('../images/image002-3.jpg');
  background-size: contain;
}

.image-74 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-75 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-76 {
  margin-right: 0px;
  margin-left: 0px;
}

.slide-23 {
  background-image: url('../images/image006.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/image007.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -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: #00183f;
}

.dropdown-toggle {
  background-color: #00183f;
}

.text-block-14 {
  color: #fff;
}

.icon-8 {
  border-radius: 3px;
  background-color: #fff;
}

.dropdown-toggle-2 {
  padding-left: 5px;
}

.text-block-15 {
  color: #00183f;
  font-weight: 600;
}

.text-block-15:hover {
  opacity: 0.5;
}

.text-block-15.lp {
  font-family: 'Acumin variable concept', Arial, sans-serif;
  color: #fcf9ef;
  font-weight: 400;
}

.dropdown-list {
  padding-left: 400px;
}

.dropdown-list.w--open {
  display: block;
  overflow: hidden;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #fcf9ef;
  box-shadow: 6px 6px 14px -2px rgba(0, 0, 0, 0.3);
}

.dropdown-link {
  width: 400px;
}

.dropdown-link-2 {
  width: 400px;
}

.image-77 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.image-77:hover {
  background-color: transparent;
}

.image-78 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.image-78:hover {
  background-color: transparent;
}

.columns-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.column-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 15px 15px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
}

.column-63:hover {
  background-color: transparent;
}

.icon-9 {
  color: #fcf9ef;
}

.heading-46 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  -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-weight: 600;
  text-align: left;
  text-decoration: none;
}

.heading-47 {
  margin-left: 0px;
  font-weight: 600;
  text-decoration: none;
}

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

.heading-48 {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #00183f;
  font-weight: 400;
  text-align: center;
}

.container-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 15px;
  -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-radius: 20px;
  background-color: transparent;
  box-shadow: 4px 4px 7px 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.container-23:hover {
  background-color: rgba(0, 24, 63, 0.18);
}

.container-23:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.tab-link-tab-3-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;
}

.tab-link-tab-2-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link-tab-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-link-tab-1-3.w--current {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.heading-49 {
  border-style: solid;
  border-width: 4px;
  border-color: #00183f;
  color: #00183f;
}

.bold-text-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-block-14 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-79 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-64 {
  padding: 0px 10px;
}

.heading-50 {
  border-style: solid;
  border-width: 4px;
  border-color: #00183f;
}

.bold-text-24 {
  display: block;
  text-align: center;
}

.paragraph-31 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.heading-51 {
  display: inline-block;
  color: #00183f;
  text-align: center;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.image-80 {
  display: inline-block;
}

.bold-text-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 4px;
  border-color: #00183f;
  text-align: center;
}

.grid-17 {
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto;
  grid-template-areas: ". . ." "Area Area Area";
  -ms-grid-columns: 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr;
}

.button-12 {
  display: inline-block;
  padding: 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 10px;
  background-color: #c44834;
}

.button-12:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.button-12.amarillo {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #dca932;
  font-family: 'Acumin variable concept', Arial, sans-serif;
}

.button-12.peatonal {
  background-color: #000;
}

.container-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.container-24:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.image-81 {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 15px;
}

.columns-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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;
  color: #00183f;
}

.columns-26 {
  margin-bottom: 0px;
  padding: 40px 30px 0px;
  background-color: rgba(0, 24, 63, 0.18);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tarjetaspresentacion {
  margin-bottom: 60px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.columns-27 {
  margin-bottom: 0px;
  padding-top: 40px;
  background-color: #fff;
}

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

.grid-19 {
  grid-row-gap: 0px;
  grid-template-areas: ". Area" ". Area" ". Area" ". Area";
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
}

.slider-8 {
  height: 520px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #00183f;
}

.link-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area" ". Area" ". Area" ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.link-block-3 {
  display: -ms-grid;
  display: grid;
  margin: 20px 100px 69px;
  padding-top: 30px;
  padding-bottom: 3px;
  padding-left: 50px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area" ". Area" ". Area" ". Area";
  -ms-grid-columns: 0.75fr 16px 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.icon-10 {
  color: #fcf9ef;
  font-weight: 900;
}

.icon-11 {
  color: #fcf9ef;
  font-weight: 900;
}

.heading-53 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00183f;
  font-size: 20px;
  text-decoration: none;
}

.heading-53.pro {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #00183f;
  line-height: 50px;
}

.paragraph-32 {
  background-color: transparent;
}

.paragraph-33 {
  margin-bottom: 0px;
}

.image-82 {
  margin-right: 0px;
}

.div-block-15 {
  width: 450px;
  height: 400px;
  background-image: url('../images/01_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15.prime {
  width: 450px;
  background-image: url('../images/BarreraPRO.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-15.pass {
  background-image: url('../images/Barrera-Peatonal-Pass.jpg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.div-block-15.lite {
  background-image: url('../images/ya.jpg');
}

.div-block-15.batt {
  width: 440px;
  height: 400px;
  background-image: url('../images/Batt-Amarilla.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bold-text-26 {
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #dca932;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

.bold-text-27 {
  color: #c44834;
  font-size: 50px;
  line-height: 50px;
}

.bold-text-27.pro {
  color: #dca932;
}

.bold-text-28 {
  color: #c44834;
  font-size: 50px;
  line-height: 50px;
}

.bold-text-29 {
  color: #dca932;
  font-size: 50px;
  line-height: 50px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #00183f;
}

.tab-link-tab-1-4 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top-left-radius: 20px;
  background-color: rgba(252, 249, 239, 0.75);
}

.tab-link-tab-1-4:hover {
  background-color: rgba(252, 249, 239, 0.9);
  opacity: 1;
}

.tab-link-tab-1-4.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fcf9ef;
}

.tab-link-tab-2-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top-right-radius: 20px;
  background-color: rgba(252, 249, 239, 0.75);
}

.tab-link-tab-2-4:hover {
  background-color: rgba(252, 249, 239, 0.9);
}

.tab-link-tab-2-4.w--current {
  background-color: rgba(0, 24, 63, 0.18);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf9ef), to(#fcf9ef));
  background-image: linear-gradient(180deg, #fcf9ef, #fcf9ef);
}

.image-83 {
  display: block;
}

.text-block-16 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #000;
  font-size: 24px;
}

.heading-54 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 40px;
  font-family: 'Acumin variable concept', Arial, sans-serif;
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 6px #000;
}

.section-30 {
  background-color: #00183f;
}

.columns-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -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;
}

.image-84 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-67 {
  padding-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.column-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  -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;
}

.columns-29 {
  overflow: hidden;
}

.slide-nav-2 {
  margin-bottom: -37px;
}

.grid-20 {
  margin-right: 100px;
  margin-left: 100px;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #fff;
}

.lightbox-link-3 {
  width: 300px;
  height: 200px;
  background-image: url('../images/Galeria-PRIME.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lightbox-link-4 {
  width: 300px;
  height: 200px;
  background-image: url('../images/Galeria-LITE.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  text-decoration: none;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lightbox-link-5 {
  height: 200px;
  background-image: url('../images/Galeria-PRO.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lightbox-link-6 {
  width: 300px;
  height: 200px;
  background-image: url('../images/image007.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-7 {
  width: 300px;
  background-image: url('../images/image005.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-8 {
  background-image: url('../images/image008.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text-30 {
  font-family: 'Acumin variable concept', Arial, sans-serif;
}

.bold-text-31 {
  display: inline-block;
  font-family: Montserrat, sans-serif;
}

.bold-text-32 {
  font-family: Montserrat, sans-serif;
}

.bold-text-33 {
  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;
  font-family: 'Acumin variable concept', Arial, sans-serif;
}

.bold-text-34 {
  font-family: 'Acumin variable concept', Arial, sans-serif;
  font-size: 30px;
}

.bold-text-35 {
  font-family: 'Acumin variable concept', Arial, sans-serif;
  font-size: 30px;
}

.bold-text-36 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
}

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

.tab-pane-tab-2 {
  background-color: rgba(0, 24, 63, 0.18);
}

.section-31 {
  margin-bottom: -10px;
  background-color: #00183f;
  background-image: none;
}

.bold-text-37 {
  direction: ltr;
  color: #fff;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.paragraph-34 {
  padding-left: 10px;
}

.paragraph-35 {
  padding-left: 10px;
}

.paragraph-36 {
  padding-left: 10px;
}

.paragraph-37 {
  padding-left: 10px;
}

.columns-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-20 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fcf9ef;
  text-decoration: none;
}

.link-20:hover {
  color: rgba(252, 249, 239, 0.44);
}

.image-87 {
  display: inline-block;
  -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;
}

.column-69 {
  position: static;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-2 ." "Area-2 Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.div-block-16 {
  display: inline-block;
  color: #fcf9ef;
  text-align: center;
  text-decoration: none;
}

.div-block-16._1 {
  display: inline-block;
  line-height: 16px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  list-style-type: disc;
}

.list-item-2 {
  color: #fcf9ef;
  text-align: center;
  list-style-type: none;
}

.list-item-3 {
  color: #fcf9ef;
  text-align: center;
}

.link-21 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fcf9ef;
  text-align: center;
  text-decoration: none;
}

.list {
  margin-top: 0px;
  padding-left: 0px;
  text-align: left;
  list-style-type: none;
}

.image-88 {
  display: block;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-block-4 {
  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;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.section-32 {
  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;
  background-color: #00183f;
}

.section-32.ayuda {
  background-color: transparent;
}

.bold-text-38 {
  font-family: 'Acumin variable concept', Arial, sans-serif;
  color: #fcf9ef;
  font-size: 30px;
}

.paragraph-38 {
  border: 1px solid transparent;
  color: #fcf9ef;
}

.image-89 {
  margin-top: 40px;
}

.column-70 {
  display: block;
  padding-right: 220px;
  padding-left: 100px;
  -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;
}

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

.grid-21 {
  margin-right: 100px;
  margin-left: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-90 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-91 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-92 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-93 {
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-39 {
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fcf9ef;
  line-height: 16px;
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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-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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.tabs {
  padding-top: 0px;
}

.section-33 {
  background-color: #00183f;
}

.div-block-17 {
  padding-bottom: 40px;
}

.image-95 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-96 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-97 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-98 {
  margin-right: 0px;
  margin-left: 0px;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.link-block-6 {
  text-decoration: none;
}

.columns-32 {
  padding-top: 20px;
}

.link-block-7 {
  text-decoration: none;
}

.lite {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.section-34 {
  display: block;
  margin-bottom: 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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold-text-39 {
  border: 1px none #000;
  text-decoration: none;
}

.column-73 {
  padding-right: 40px;
  padding-left: 40px;
}

.columns-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-74 {
  padding-right: 40px;
  padding-left: 40px;
}

.bold-text-42 {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.bold-text-43 {
  line-height: 25px;
}

.text-span-8 {
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.slide-25 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.text-span-9 {
  font-weight: 400;
}

.text-span-10 {
  font-weight: 400;
}

.lightbox-link-9 {
  overflow: hidden;
}

.columns-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-75 {
  display: block;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.columns-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-41 {
  text-align: center;
}

.heading-123 {
  text-align: center;
}

.heading-124 {
  text-align: center;
}

.paragraph-42 {
  text-align: center;
}

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

.heading-125 {
  text-align: center;
}

.paragraph-43 {
  text-align: center;
}

.column-77 {
  padding-right: 40px;
  padding-left: 40px;
}

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

.heading-126 {
  text-align: center;
}

.paragraph-44 {
  text-align: center;
}

.column-78 {
  padding-right: 100px;
  padding-left: 100px;
}

.lightbox-link-10 {
  background-color: #fcf9ef;
}

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

.image-106 {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
}

.link-block-8 {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 5%;
}

.bold-text-44 {
  text-align: left;
}

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

.image-112 {
  margin-left: 0px;
}

.image-113 {
  margin-left: 0px;
}

.column-80 {
  display: block;
}

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

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

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

.slide-26.batt {
  background-image: url('../images/Planos-BATT.png');
  background-position: 50% 50%;
  background-size: contain;
}

.batt {
  text-decoration: none;
}

.image-115 {
  position: absolute;
  left: 6%;
  top: 10%;
  right: auto;
  bottom: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.link-block-9 {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-116 {
  display: inline-block;
}

.bold-text-49 {
  font-size: 23px;
}

.bold-text-50 {
  font-size: 23px;
}

.text-block-18 {
  color: #fcf9ef;
}

.icon-12 {
  color: #fcf9ef;
}

.dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #fff;
  line-height: 18px;
}

.dropdown-link-3.w--current {
  padding-top: 0px;
  padding-left: 0px;
  color: rgba(252, 249, 239, 0.24);
}

.dropdown-link-4 {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: #fcf9ef;
}

.dropdown-link-4.w--current {
  padding-bottom: 10px;
  color: rgba(252, 249, 239, 0.38);
  line-height: 18px;
}

.dropdown-list-2 {
  background-color: #00183f;
}

.dropdown-list-2.w--open {
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.dropdown-toggle-3 {
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.dropdown-toggle-3.w--open {
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.dropdown {
  overflow: visible;
  border-radius: 0px;
}

.dropdown-link-5 {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #fcf9ef;
  line-height: 18px;
}

.dropdown-link-5.w--current {
  color: rgba(252, 249, 239, 0.24);
}

.dropdown-link-6 {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #fcf9ef;
  line-height: 18px;
}

.dropdown-link-6.w--current {
  color: rgba(252, 249, 239, 0.24);
}

.text-block-19 {
  color: #fcf9ef;
}

.icon-13 {
  background-color: transparent;
  color: #fcf9ef;
}

.link-block-10 {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 16px;
}

.image-117 {
  display: inline-block;
}

.link-block-11 {
  text-decoration: none;
}

.link-block-12 {
  text-decoration: none;
}

.link-block-13 {
  text-decoration: none;
}

.link-block-14 {
  text-decoration: none;
}

.facebook {
  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;
  color: #00183f;
}

.facebook-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-127 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00183f;
  line-height: 44px;
  text-align: center;
}

.heading-128 {
  display: inline-block;
  padding-left: 0px;
  color: #dca932;
  line-height: 20px;
  text-align: center;
}

.facebook-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  -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-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;
}

.bold-text-51 {
  display: block;
  padding-right: 60px;
}

.section-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: transparent;
}

.bold-text-52 {
  display: inline-block;
  padding-right: 60px;
  -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;
}

.facebook-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-129 {
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.heading-130 {
  color: #dca932;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.section-38 {
  background-color: transparent;
}

.italic-text {
  color: #00183f;
  font-style: normal;
}

.button-13 {
  border-radius: 12px;
  background-color: #00183f;
}

.button-13:hover {
  color: rgba(252, 249, 239, 0.69);
}

.button-13:active {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button-3 {
  border-radius: 10px;
  background-color: #00183f;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field-label-8 {
  display: inline-block;
}

.text-field-6 {
  display: inline-block;
}

.field-label-9 {
  display: inline-block;
}

.text-field-7 {
  display: inline-block;
  border-radius: 10px;
}

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

.textarea {
  border-radius: 10px;
  text-align: center;
}

.bold-text-53 {
  text-align: center;
}

.slide-27 {
  background-image: url('../images/Pass-Inoxidable.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-28 {
  background-image: url('../images/Pass-d-inoxidable.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .section {
    margin-left: 0px;
  }
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .heading-122 {
    padding-left: 80px;
  }
  .heading-122._12 {
    font-size: 30px;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .column-42 {
    padding-left: 80px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bold-text-17 {
    font-family: Montserrat, sans-serif;
  }
  .paragraph-24 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .column-56 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-39 {
    text-align: center;
  }
  .grid-13 {
    margin-top: 20px;
  }
  .container-20 {
    display: inline-block;
    height: 400px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-20.pro {
    height: 300px;
  }
  .column-57 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-58 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-29 {
    padding-bottom: 40px;
  }
  .columns-25 {
    padding-left: 30px;
  }
  .slider-8 {
    height: auto;
    padding-top: 40px;
  }
  .link-block-3 {
    margin-bottom: 0px;
  }
  .heading-53 {
    font-size: 16px;
  }
  .div-block-15 {
    width: 250px;
    height: 300px;
  }
  .div-block-15.prime {
    width: 300px;
    height: 250px;
  }
  .div-block-15.pass {
    width: 250px;
    height: 200px;
    background-size: contain;
  }
  .div-block-15.batt {
    width: 250px;
    height: 200px;
  }
  .heading-54 {
    margin-top: 20px;
  }
  .slide-nav-2 {
    margin-bottom: 0px;
  }
  .div-block-16 {
    font-size: 16px;
  }
  .div-block-16._1 {
    font-size: 16px;
  }
  .list {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bold-text-38 {
    font-family: Montserrat, sans-serif;
  }
  .column-70 {
    padding-left: 80px;
  }
  .grid-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph-39 {
    display: block;
    font-size: 16px;
  }
  .image-95 {
    padding-left: 0px;
  }
  .column-71 {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-104 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-105 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .columns-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-button-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .facebook-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .section-11 {
    background-size: contain;
    background-repeat: repeat-x;
  }
  .column-17 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-28 {
    padding-right: 0px;
    padding-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .image-29 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-30 {
    margin-top: 0px;
  }
  .image-31 {
    display: block;
    margin-top: 0px;
  }
  .image-40 {
    display: inline-block;
  }
  .navbar {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-20 {
    height: 450px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-20.pro {
    height: 300px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-20.pass {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-44.pro {
    font-size: 18px;
  }
  .columns-23.pass {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph-27 {
    padding-right: 0px;
    font-size: 14px;
  }
  .column-57 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-58 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-61 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-62 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-24 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .columns-25 {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tarjetaspresentacion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .slider-8 {
    padding-bottom: 0px;
  }
  .link-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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-15 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-15.prime {
    display: block;
  }
  .column-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-31 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-21 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-94 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .columns-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-72 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-46 {
    font-size: 14px;
  }
  .menu-button-3 {
    display: block;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .section {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .paragraph-light.ubi {
    color: #000;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .section-2 {
    background-image: url('../images/02.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .button-10 {
    margin-bottom: 10px;
    margin-left: 30px;
  }
  .text-block-5 {
    margin-top: -13px;
  }
  .section-5 {
    background-position: 10% 50%;
    background-attachment: scroll;
  }
  .heading-8 {
    margin-left: 20px;
    padding-right: 151px;
  }
  .paragraph-5 {
    margin-top: 10px;
    margin-right: 50px;
    margin-left: 20px;
    padding-right: 101px;
  }
  .botones {
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .botones.rojo {
    margin-left: 0px;
  }
  .botones.color {
    margin-left: 0px;
  }
  .botones.box {
    margin-left: 0px;
  }
  .column-3 {
    margin-top: 20px;
  }
  .paragraph-6 {
    margin-top: 10px;
  }
  .paragraph-7 {
    margin-top: 10px;
  }
  .paragraph-8 {
    margin-top: 10px;
  }
  .heading-122 {
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .image-12 {
    margin-top: 0px;
  }
  .image-13 {
    margin-top: 0px;
  }
  .image-14 {
    margin-top: 0px;
    margin-left: 256px;
  }
  .image-15 {
    margin-top: 0px;
    margin-left: 20px;
    padding-left: 0px;
  }
  .grid-5 {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-16 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-17 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-7 {
    margin-bottom: 40px;
  }
  .section-11 {
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: repeat-x;
  }
  .section-11.pro {
    background-image: url('../images/01.jpg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }
  .div-block-3 {
    padding-bottom: 200px;
  }
  .heading-15 {
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .paragraph-11 {
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .paragraph-12 {
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bold-text-2 {
    font-size: 45px;
  }
  .image-21 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-22 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-17 {
    -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-23 {
    margin-top: 0px;
  }
  .image-24 {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-25 {
    margin-top: 0px;
  }
  .container-8 {
    padding-bottom: 0px;
  }
  .columns-5 {
    margin-bottom: 20px;
  }
  .image-28 {
    padding-right: 0px;
    padding-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .image-29 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-30 {
    margin-top: 0px;
  }
  .image-31 {
    margin-top: 0px;
  }
  .image-33 {
    margin-left: 10px;
  }
  .form {
    margin-right: 20px;
    margin-left: 20px;
  }
  .column-20 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-13 {
    margin-left: 10px;
  }
  .paragraph-14 {
    margin-left: 20px;
    padding-right: 20px;
  }
  .div-block-4 {
    margin-bottom: 10px;
  }
  .image-35 {
    margin-top: 0px;
  }
  .container-11 {
    margin-top: 10px;
  }
  .column-25 {
    padding-bottom: 246px;
    background-image: url('../images/05_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .section-13 {
    background-size: contain;
    background-repeat: repeat-x;
  }
  .section-14 {
    margin-bottom: 0px;
    padding-top: 13px;
    padding-bottom: 0px;
  }
  .image-36 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .column-26 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .columns-6 {
    padding-top: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #00183f;
    background-image: none;
  }
  .link {
    font-size: 16px;
  }
  .link.w--current {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .link-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .link-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-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;
  }
  .image-37 {
    margin-top: 20px;
  }
  .column-27 {
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: #00183f;
  }
  .column-28 {
    display: block;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #dca932;
  }
  .image-38 {
    padding-bottom: 10px;
  }
  .image-39 {
    display: inline-block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }
  .columns-7 {
    display: block;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .columns-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .column-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #dca932;
  }
  .image-40 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-34 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #c44834;
  }
  .column-35 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-36 {
    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;
  }
  .column-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .imagen40 {
    padding-bottom: 10px;
  }
  .image-44 {
    margin-top: 39px;
    padding-bottom: 39px;
  }
  .columns-10 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-16 {
    background-color: #00183f;
  }
  .paragraph-18 {
    text-align: center;
  }
  .column-40 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bold-text-6 {
    display: block;
    margin-left: 30px;
    -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;
  }
  .columns-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-text-9 {
    font-size: 20px;
  }
  .container-16 {
    margin-left: 90px;
  }
  .section-19 {
    background-position: 70% 50%;
    background-size: 1000px;
  }
  .heading-34 {
    line-height: 35px;
  }
  .paragraph-20 {
    font-size: 16px;
  }
  .div-block-10 {
    display: block;
    padding-bottom: 50px;
  }
  .paragraph-21 {
    font-weight: 400;
  }
  .column-42 {
    padding-left: 100px;
  }
  .div-block-11 {
    padding-bottom: 30px;
  }
  .heading-35 {
    display: block;
  }
  .column-43 {
    margin-bottom: 20px;
    padding-right: 70px;
    padding-left: 70px;
  }
  .column-44 {
    padding-right: 70px;
    padding-bottom: 20px;
    padding-left: 70px;
  }
  .column-44.interest {
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .button-11 {
    margin-right: 94px;
    text-align: center;
  }
  .button-11.amarillo {
    margin-right: 95px;
  }
  .column-48 {
    padding-right: 70px;
    padding-bottom: 30px;
    padding-left: 70px;
  }
  .div-block-12._1 {
    padding-bottom: 0px;
  }
  .icon-2 {
    color: #fcf9ef;
  }
  .section-21 {
    margin-top: -20px;
  }
  .text-block-13 {
    margin-top: -39px;
    padding-top: 0px;
    font-size: 24px;
  }
  .image-51 {
    margin-top: 17px;
  }
  .grid-8 {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .grid-9 {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .bold-text-19 {
    margin-left: 10px;
  }
  .grid-12 {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 1px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .slide-13 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-13.lite {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    background-image: url('../images/ya.jpg');
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .slide-13.pro {
    height: 200px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/01.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-13.batt {
    background-image: url('../images/Batt-Amarilla.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .mask {
    overflow: visible;
    padding-bottom: 0px;
  }
  .slider-5 {
    position: relative;
    display: block;
    overflow: auto;
    width: auto;
    height: 100px;
    max-height: 300px;
    min-height: 200px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 10px none #000;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .slider-5.lite {
    position: relative;
    display: block;
    width: auto;
    height: 100px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .link-17 {
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .link-18 {
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .link-19 {
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .bold-text-20 {
    margin-left: 20px;
  }
  .text-span-7 {
    margin-left: 20px;
  }
  .column-55 {
    padding: 7px 20px;
  }
  .columns-22 {
    margin-bottom: 0px;
  }
  .column-56 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-39 {
    margin-left: 0px;
    text-align: center;
  }
  .grid-13 {
    margin-bottom: 15px;
  }
  .container-18 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading-40 {
    padding-left: 6px;
    text-align: left;
  }
  .heading-40._2 {
    text-align: left;
  }
  .paragraph-25 {
    text-align: center;
  }
  .paragraph-25._2 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .container-20 {
    display: inline-block;
    height: 520px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-20.pro {
    height: 380px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .container-20.pass {
    padding: 10px;
  }
  .container-20.prime {
    height: 400px;
  }
  .heading-44 {
    font-size: 12px;
  }
  .columns-23 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .columns-23.pass {
    padding-bottom: 0px;
  }
  .paragraph-27 {
    font-size: 14px;
  }
  .column-57 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-58 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-58.pass {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-61 {
    margin-top: 10px;
  }
  .container-22 {
    padding-left: 10px;
  }
  .paragraph-29 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-29 {
    padding-bottom: 5px;
  }
  .columns-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-24 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .columns-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .heading-52 {
    font-size: 20px;
  }
  .columns-26 {
    display: block;
    padding: 20px 0px 0px;
    -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;
  }
  .tarjetaspresentacion {
    display: block;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .slider-8 {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 430px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 26px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon-10 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 10px;
    color: #fcf9ef;
  }
  .icon-11 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-left: 10px;
    color: #fcf9ef;
  }
  .heading-53 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #00183f;
    font-size: 20px;
    text-align: center;
  }
  .heading-53.pro {
    padding-bottom: 0px;
  }
  .paragraph-32 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .paragraph-33 {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-block-15 {
    width: 250px;
  }
  .div-block-15.prime {
    display: block;
    width: auto;
    height: 400px;
    padding-bottom: 0px;
    -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;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-block-15.pass {
    background-image: url('../images/image007-1.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div-block-15.lite {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .div-block-15.batt {
    background-image: url('../images/Batt-Amarilla.jpg');
    background-position: 50% 0%;
  }
  .bold-text-27 {
    color: #dca932;
    font-size: 40px;
  }
  .bold-text-27.prime {
    color: #c44834;
  }
  .tab-link-tab-1-4 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link-tab-1-4.w--current {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link-tab-2-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 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-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;
  }
  .image-83 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .text-block-16 {
    padding-left: 0px;
    font-size: 20px;
  }
  .heading-54 {
    margin-top: 0px;
    padding: 60px 20px 50px;
  }
  .columns-28 {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-65 {
    padding: 10px 40px 20px;
  }
  .image-84 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-66 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-85 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-86 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -4%;
    margin-bottom: -26px;
    color: #fcf9ef;
  }
  .grid-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-flow: row;
  }
  .lightbox-link-3 {
    background-position: 50% 50%;
  }
  .bold-text-31 {
    font-size: 20px;
  }
  .text-block-17 {
    display: inline-block;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
  }
  .bold-text-37 {
    font-size: 30px;
  }
  .div-block-16 {
    display: inline-block;
    font-size: 14px;
  }
  .div-block-16._1 {
    padding-left: 0px;
    font-size: 14px;
  }
  .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list {
    margin-top: 10px;
    padding-left: 0px;
  }
  .image-88 {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-89 {
    margin-left: 0px;
  }
  .column-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }
  .columns-31 {
    -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;
  }
  .grid-21 {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .paragraph-39 {
    display: inline-block;
    font-size: 14px;
  }
  .list-item-4 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .list-item-5 {
    -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;
  }
  .image-94 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-71 {
    display: block;
    height: auto;
    max-height: none;
    min-height: 0px;
  }
  .columns-32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-99 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-100 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-101 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-102 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-103 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .column-72 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-35 {
    padding-bottom: 0px;
  }
  .right-arrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .left-arrow-2 {
    overflow: hidden;
  }
  .div-block-18 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .div-block-19 {
    padding-bottom: 0px;
  }
  .column-73 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-36 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bold-text-40 {
    font-size: 20px;
  }
  .paragraph-40 {
    font-size: 12px;
  }
  .columns-33 {
    margin-bottom: 0px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .column-74 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .bold-text-41 {
    font-size: 20px;
  }
  .bold-text-42 {
    font-size: 30px;
    line-height: 20px;
  }
  .bold-text-43 {
    font-size: 16px;
  }
  .columns-34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-35 {
    -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;
  }
  .column-78 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-79 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .bold-text-45 {
    font-size: 12px;
  }
  .bold-text-46 {
    font-size: 12px;
  }
  .bold-text-47 {
    font-size: 12px;
  }
  .bold-text-48 {
    font-size: 12px;
  }
  .image-108 {
    margin-left: 0px;
  }
  .image-109 {
    margin-left: 0px;
  }
  .image-110 {
    margin-left: 0px;
  }
  .image-111 {
    margin-left: 0px;
  }
  .columns-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-45 {
    font-size: 14px;
  }
  .image-114 {
    display: block;
  }
  .columns-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content-2 {
    padding-bottom: 40px;
  }
  .slide-26 {
    background-image: url('../images/Planos-BATT.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bold-text-49 {
    font-size: 20px;
  }
  .bold-text-50 {
    font-size: 20px;
  }
  .dropdown-list-2.w--open {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding: 10px 10px 10px 20px;
    border-radius: 9px;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .dropdown-toggle-3 {
    padding-right: 40px;
  }
  .dropdown-toggle-3.w--open {
    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;
  }
  .image-117 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-47 {
    font-size: 16px;
  }
}

#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-5263f455a43f-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-88610edeb2db-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-b9ccac616f46-93d23c65 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-b9ccac616f51-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-516588e6a67e-93d23c65 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-516588e6a689-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-a935e166900a-93d23c65 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

.grid-4>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-a935e1669015-93d23c65 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-509be705858e-5cd23c6b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-5cd23c6b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce9803c-5ed23c6c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce98043-5ed23c6c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce9804a-5ed23c6c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce98051-5ed23c6c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6bd9fce98058-5ed23c6c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6bd9fce9805f-5ed23c6c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-c13e5e1f0402-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-c13e5e1f041b-7fd23c6f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ea7527e2eca1-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2eca3-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2eca5-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2eca7-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2eca9-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecab-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecad-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecaf-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecb1-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecb3-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecb5-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecb7-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecb9-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecbb-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecbd-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecbf-7fd23c6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.grid-4>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-ea7527e2ecc1-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-1d088657f7c2-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-628b77f89905-7fd23c6f {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-e8c572e74dd2-7fd23c6f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c4bfd0b59965-7fd23c6f {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
}

#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-840d9c76d41e-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-840d9c76d428-7fd23c6f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-ae18ebdee802-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-ae18ebdee81b-d6d23c70 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-8d0ca1a8ee2a-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9de737a749d5-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5127c0263e43-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c014898d9e14-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e3b2e4668e6d-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e56cbd658c27-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6daf907b720-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eac1f7c76a52-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8a96c80524f-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-32f67bb21b3f-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6cb454dd4d87-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1f5b8284ed2b-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-37df06229592-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4b9304b60418-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-35e94e74795a-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5094b0b13185-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-24f84d5180ae-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-923fc71d5ef0-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-97ce997c6ab9-d6d23c70 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-713dc6af9355-d6d23c70 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.grid-4>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-b04e483084c4-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-715ef833ca86-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-e64b77086ebd-d6d23c70 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-457f60daf5ec-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-457f60daf605-ded23c71 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-3f42ef3480b8-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480ba-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480bc-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480be-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c0-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c2-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c4-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c6-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c8-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480ca-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480cc-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480ce-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d0-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d2-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d4-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d6-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d8-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480da-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480dc-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480de-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6ef5ba71ba5a-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-32d0003f3f50-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f2dc3e514c6f-ded23c71 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8685c4a3e6fd-ded23c71 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.grid-4>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-3f42ef3480e0-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-2185afa9c98c-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-2185afa9c996-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-5ef79709933a-ded23c71 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-457f60daf5ec-8ddf0545 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-457f60daf605-8ddf0545 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-3f42ef3480c0-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c2-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480bc-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480be-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c8-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480ca-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c4-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480c6-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d0-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d2-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d4-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d6-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480d8-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480da-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480dc-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480de-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6ef5ba71ba5a-8ddf0545 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-32d0003f3f50-8ddf0545 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.grid-4>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-3f42ef3480e0-8ddf0545 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-ae18ebdee802-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-ae18ebdee81b-58e63c8c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-8d0ca1a8ee2a-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9de737a749d5-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5127c0263e43-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c014898d9e14-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e3b2e4668e6d-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e56cbd658c27-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6daf907b720-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eac1f7c76a52-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8a96c80524f-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-32f67bb21b3f-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6cb454dd4d87-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1f5b8284ed2b-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-37df06229592-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4b9304b60418-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-35e94e74795a-58e63c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5094b0b13185-58e63c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.grid-4>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-b04e483084c4-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-715ef833ca86-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-e64b77086ebd-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-8db7145c533b-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-2ddb8b437057-58e63c8c {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.grid-4>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-ae18ebdee802-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-ae18ebdee81b-38f40875 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-8d0ca1a8ee2a-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9de737a749d5-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5127c0263e43-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c014898d9e14-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e3b2e4668e6d-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e56cbd658c27-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6daf907b720-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eac1f7c76a52-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8a96c80524f-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-32f67bb21b3f-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6cb454dd4d87-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1f5b8284ed2b-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-37df06229592-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4b9304b60418-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-35e94e74795a-38f40875 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5094b0b13185-38f40875 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.grid-4>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-b04e483084c4-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-715ef833ca86-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-e64b77086ebd-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-8db7145c533b-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-4>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-9>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-11>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.grid-12>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.column-56>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-13>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.container-19>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.container-20>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-15>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.grid-16>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-17>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-18>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.grid-19>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.link-block-2>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.link-block-3>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.column-69>#w-node-2ddb8b437057-38f40875 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

@media screen and (max-width: 991px) {
  #w-node-5263f455a43f-93d23c65 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-88610edeb2db-93d23c65 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-b9ccac616f51-93d23c65 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-a935e1669015-93d23c65 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-509be70585a6-5cd23c6b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce9804a-5ed23c6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce98051-5ed23c6c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce98058-5ed23c6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6bd9fce9805f-5ed23c6c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-5263f455a43f-93d23c65 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5263f455a43f-93d23c65 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-6bd9fce98043-5ed23c6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce9804a-5ed23c6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6bd9fce98051-5ed23c6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-6bd9fce98058-5ed23c6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-6bd9fce9805f-5ed23c6c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-3f42ef3480c2-ded23c71 {
    -ms-grid-column: span 0.9895833730697632;
    grid-column-start: span 0.9895833730697632;
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: span 0.9895833730697632;
    -ms-grid-row: span 0.9895833730697632;
    grid-row-start: span 0.9895833730697632;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: span 0.9895833730697632;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-3f42ef3480d2-ded23c71 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-3f42ef3480d6-ded23c71 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-3f42ef3480e0-ded23c71 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@font-face {
  font-family: 'Acumin variable concept';
  src: url('../fonts/Acumin-Variable-Concept.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Acumin variable concept';
  src: url('../fonts/Acumin-Variable-Concept.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}