:root {
  --neutral--800: #292e3d;
  --blue: #2947a9;
  --neutral--900: #14171f;
  --orange: #f9995d;
  --white: #fff;
  --neutral--100: #e0e3eb;
  --neutral--400: #858ead;
  --neutral--700: #3d445c;
  --neutral--50: #f6f8f7;
  --neutral--500: #667299;
  --neutral--200: #c2c7d6;
  --neutral--600: #525b7a;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #000;
  font-family: Worksans Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  background-color: #2e191900;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-small {
  padding-bottom: 2rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: sticky;
}

.padding-global.hidden-mobile {
  width: auto;
  padding: 20px 2rem;
}

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

.padding-section-small {
  padding-top: 3.5rem;
  padding-bottom: 7rem;
}

.padding-section-small.hidden {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
  max-width: 580px;
  font-family: Bulo, Arial, sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .9rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-textarea {
  min-height: 8rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  text-align: left;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  color: var(--blue);
  text-align: center;
  font-family: Bulo, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.button-group.background-color-blue {
  background-color: var(--blue);
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.logo-embed {
  color: #fff;
  width: 11.625rem;
}

.nav_spacer {
  display: none;
}

.nav_link {
  color: var(--neutral--900);
  padding: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.nav_link:hover {
  color: var(--blue);
}

.nav_link.text-color-orange {
  color: var(--orange);
}

.nav_link.text-color-orange.text-weight-semibold {
  font-weight: 600;
}

.nav_link.text-color-orange.text-weight-semibold:hover {
  color: var(--blue);
}

.nav_layout {
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #ffaa47;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.button-2:hover {
  filter: brightness(115%);
}

.nav_padding-vertical {
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}

.section-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  min-height: 65svh;
  max-height: 100svh;
  margin: auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: auto;
}

.brand-name {
  color: var(--blue);
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

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

.link-block.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Pieda_De_Agua_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  min-width: 150px;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 40px;
  font-family: Montserrat, Arial, sans-serif;
  display: flex;
  position: sticky;
}

.nav_component {
  background-color: var(--white);
}

.hero_heading {
  text-align: left;
  max-width: 580px;
  margin-top: 2rem;
  padding-top: 0;
  padding-left: 0;
  font-family: Bulo, Arial, sans-serif;
  font-size: 3.7rem;
  font-weight: 700;
  position: relative;
}

.features-button-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: none;
}

.back-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.back-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.back-button.is-small {
  padding: .5rem 1.25rem;
}

.back-button.is-large {
  padding: 1rem 2rem;
}

.back-button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.back-button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero_features {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.features-projects-text {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}

.div-block {
  background-color: #3559c7;
}

.features-project-name {
  color: var(--white);
  font-size: 1.5rem;
}

.features-project-name.text-align-center {
  padding-top: 1rem;
  line-height: 1.2;
}

.features-projets {
  background-color: #3559c7;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.text-span {
  letter-spacing: 0;
  font-family: Worksans Variablefont Wght, sans-serif;
  font-style: italic;
  text-decoration: none;
}

.reasons-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.reasons-container {
  border: 1px solid var(--neutral--100);
  padding: 1rem 1rem 2rem;
}

.reasons_small-text {
  color: var(--neutral--400);
}

.reasons-big-text {
  color: var(--neutral--700);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.section-reasons-copy {
  height: 27rem;
}

.text-size-m-r {
  font-size: 1.25rem;
}

.aboutus_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 10% -50% 10% 80%;
}

.button-3 {
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.button-3:hover {
  background-color: var(--orange);
  color: var(--white);
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-3.is-reverse {
  background-color: var(--blue);
  color: var(--white);
}

.button-3.is-reverse:hover {
  background-color: var(--orange);
}

.heading-2 {
  color: var(--white);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacer-huge-copy {
  width: 100%;
  padding-top: 5rem;
}

.aboutus-image {
  object-fit: cover;
  max-width: 90%;
  height: 100%;
}

.section-aboutus {
  background-image: linear-gradient(#f7f8f7, #f7f8f7);
  position: relative;
}

.services_grid {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.services-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  mix-blend-mode: normal;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-height: none;
  padding: 4rem 10px;
  display: flex;
  box-shadow: 0 5px 10px #0000001a;
}

.services-card.background-color-blue {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.services-card-lign {
  background-color: var(--orange);
  width: 3.75rem;
  height: 2px;
}

.service-card-text {
  color: var(--blue);
  max-width: 250px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.service-card-text.text-color-white {
  color: var(--blue);
  max-width: 250px;
  font-size: 1.5rem;
  line-height: 1;
}

.services-card-icon {
  max-width: 50px;
}

.section-icons {
  background-color: var(--neutral--50);
  max-width: none;
}

.section-services {
  min-width: auto;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.heading-3 {
  color: var(--blue);
  font-size: 3.5rem;
  font-weight: 700;
}

.experience-text {
  color: var(--neutral--700);
  max-width: none;
  margin-top: 15px;
  margin-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.stats-card {
  background-color: var(--white);
  width: 15rem;
  height: 8rem;
  padding: 1rem;
  position: relative;
  box-shadow: 0 4px 6px -2px #11182733, 0 12px 16px -4px #1118271a;
}

.stats-card.card1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--neutral--50);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 2.5rem 2rem;
  display: grid;
  top: 0;
  left: 0;
}

.stats-card.card4 {
  top: -9px;
  left: -39px;
}

.stats-card.card3 {
  top: 104px;
  left: 120px;
}

.stats-card.card1-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral--50);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 2.5rem 2rem;
  display: grid;
  top: 0;
  left: 0;
}

.stats-card_numbers {
  color: var(--neutral--800);
  font-family: Bulo, Arial, sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
}

.section_text {
  color: var(--neutral--500);
  padding-left: .5rem;
  font-size: 1rem;
}

.orange-bar {
  background-color: var(--orange);
  width: 4px;
  height: 28px;
}

.orange-bar.is-blue {
  background-color: var(--blue);
}

.orange-bar.is-empty {
  background-color: #0000;
}

.stats-bar-text {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.stats-icon {
  width: 4rem;
  height: auto;
  position: absolute;
  bottom: auto;
  right: auto;
}

.stats-icon.top-left {
  inset: -2rem auto auto -2rem;
}

.stats-icon.topright {
  inset: -1rem -1rem auto auto;
}

.stats-icon.bottom-right {
  inset: auto -2rem -2rem auto;
}

.stats-icon.top-right {
  inset: -.5rem -.5rem auto auto;
}

.stats-cards-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  font-size: 1.2rem;
  line-height: .8;
}

.stats-grid {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-flow: row;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.style-guide-heading {
  color: #000c;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 340px;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: #0000004d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.body-default {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-style {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.style-guide-info-text {
  color: #0000004d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.subtitle {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
}

.caption {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-1 {
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 600;
}

.heading-2 {
  letter-spacing: 0;
  font-size: 60px;
  font-weight: 700;
}

.heading-3 {
  letter-spacing: 0;
  font-size: 48px;
  font-weight: 700;
}

.heading-4 {
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 700;
}

.heading-5 {
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 500;
}

.body-large {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 400;
}

.body-medium {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.fill-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.color-swatch-neutral-900 {
  background-color: #14171f;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primarya {
  background-color: #2947a9;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-secondary {
  background-color: #f9995d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-800 {
  background-color: #292e3d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-700 {
  background-color: #3d445c;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-600 {
  background-color: #525b7a;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-500 {
  background-color: #667299;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-400 {
  background-color: #858ead;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-300 {
  background-color: #a3aac2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-200 {
  background-color: #c2c7d6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-100 {
  background-color: #e0e3eb;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-50 {
  background-color: #f6f8f7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-neutral-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.ads-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.ads-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  border: 2px solid var(--white);
  background-color: #0000;
  font-weight: 600;
  transition: border-color .2s, color .2s;
}

.button-4:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.image-3 {
  min-height: 1px;
  position: relative;
}

.div-block-3 {
  position: relative;
}

.section-stats-copy {
  background-color: var(--neutral--50);
  min-height: 40rem;
}

.section-ads {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/image-consultation-min_1image-consultation-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: block;
}

.ads_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-6 {
  color: var(--white);
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.section-projects {
  min-height: 40rem;
  padding-top: 200px;
  padding-bottom: 200px;
}

.projects_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.projects-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.project-menu-text {
  font-weight: 500;
}

.project-menu-text.is-selected {
  color: var(--blue);
  font-weight: 700;
}

.project-menu-lign {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral--200);
  font-size: 1.5rem;
  font-weight: 500;
  display: none;
}

.project-menu-lign.is-selected {
  color: var(--blue);
  font-weight: 700;
}

.project-menu-lign.all:focus {
  color: var(--blue);
}

.projects-card {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.cards-text-wrapper {
  background-color: var(--blue);
  color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .75rem;
  display: flex;
}

.project-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.project-address {
  font-size: 1.125rem;
}

.empty {
  display: block;
}

.dots-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.circle {
  background-color: var(--neutral--50);
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
}

.circle.is-blue {
  background-color: var(--blue);
}

.contact1_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template: ". ."
                 ". ."
                 "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-5 {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-5:hover {
  background-color: var(--blue);
}

.button-5.is-cta1.align-center {
  background-color: var(--blue);
  width: 15rem;
  margin-right: 0;
  transition: background-color .2s;
}

.button-5.is-cta1.align-center:hover {
  background-color: var(--orange);
}

.section-cta {
  background-color: var(--neutral--50);
}

.container-xsmall {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_socials-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.max-width-m-s {
  width: 100%;
  max-width: 27rem;
}

.footer_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-bottom_links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.footer_main-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  display: grid;
}

.section_footer {
  background-color: #19232e;
}

.footer-bottom {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-bottom.text-size-small.background-color-blue {
  background-color: var(--blue);
  border: 1px #000;
  border-top: .5px #577b8c;
  width: 100%;
}

.footer_form-block {
  margin-top: .5rem;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.footer2_logo-image {
  max-height: 3rem;
}

.footer-text {
  color: var(--orange);
  text-align: right;
  text-transform: none;
  min-width: 65px;
  font-family: Bulo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.list-item, .footer-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.padding-section-small-stats {
  padding-top: 3rem;
  padding-bottom: 0;
}

.stats-experience-wrapper {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 120px;
}

.container {
  width: 100%;
  max-width: 80rem;
}

.navbar {
  z-index: 98;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.padding-section-extralarge {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.div-block-5 {
  margin: auto;
  position: relative;
}

.vertical-align {
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-7 {
  background-color: var(--white);
  width: 1px;
  height: 100%;
}

.projects_cards_image {
  aspect-ratio: 384 / 247;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.projects_cards_image.is {
  aspect-ratio: 384 / 247;
  position: static;
}

.aboutus_image-wrapper {
  width: 65%;
  position: relative;
}

.section_rights {
  background-color: #fff;
}

.stats-header {
  color: var(--blue);
  max-width: none;
  font-family: Bulo, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.filters_field {
  color: #000;
  cursor: pointer;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filters_field:hover {
  opacity: 1;
  color: #696969;
  border-color: #696969;
}

.filters_field.is-active {
  border-color: var(--blue);
  background-color: var(--blue);
  color: #fff;
}

.fs-radio_icon-1 {
  z-index: 1;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
}

.filters-radio {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.filters-radio.w--redirected-focus {
  box-shadow: none;
}

.filters-radio.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filters-text {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 1rem;
  display: grid;
}

.div-block-8 {
  display: none;
}

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

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.slider_mask {
  position: static;
}

.hero_slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide, .slide-right {
  position: static;
}

.slide-nav {
  display: none;
}

.arrow {
  color: var(--blue);
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.arrow.is-right {
  inset: 0% 0% 0% auto;
}

.arrow.is-left {
  inset: 0% auto 0% 0%;
}

.icon-2 {
  color: var(--blue);
  margin-left: 1rem;
  margin-right: 1rem;
}

.pagination-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 4rem;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.page-count {
  width: 33%;
  margin-top: 0;
  font-size: 1rem;
}

.previous {
  background-color: var(--neutral--800);
}

.arrow-wrapper {
  background-color: var(--neutral--800);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow-wrapper.is-left {
  inset: 0% auto 0% 0%;
}

.pagination-text {
  font-size: 1rem;
}

.pagination-arrow {
  height: 1rem;
  padding-right: 1rem;
}

.pagination-arrow.is-left {
  padding-left: 1rem;
  padding-right: 0;
}

.filters_field-clear {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  position: relative;
}

.filters_field-clear:hover {
  opacity: 1;
  color: #696969;
  border-color: #696969;
}

.filters_field-clear.is-active {
  border-color: var(--blue);
  background-color: var(--blue);
  color: #fff;
}

.projects-categories, .collection-list-wrapper {
  display: none;
}

.section-content {
  position: relative;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study_main-image {
  width: 100%;
}

.project-keywords_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.project-keywords_list-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 2.5rem;
}

.heading-style-h5-2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.case-study_details {
  border-bottom: 1px solid #1c1e534d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 1.5rem;
}

.section_projects-cms {
  margin-top: 0;
}

.empty-state {
  height: 0;
  padding: 0;
  display: none;
}

.project-keywords_component {
  border-top: 1px solid #28293833;
  border-bottom: 1px solid #28293833;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.button-6 {
  color: #1b1c2b;
  text-align: center;
  background-color: #fcd980;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-weight: 400;
  transition: background-color .3s;
}

.button-6:hover {
  background-color: #fde4a7;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.card-link-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.projects_heading-spacer {
  max-width: 640px;
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.text-color-500 {
  color: var(--neutral--500);
  font-family: Bulo, Arial, sans-serif;
  font-weight: 300;
}

.footer-rights {
  font-size: 1rem;
}

.footer-rights.text-color-white {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 400;
}

.image-wrapper-mobile {
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.ads-info-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.button-7 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Bulo, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  transition: border-color .2s, color .2s;
}

.button-7:hover {
  color: #f9995d;
  border-color: #f9995d;
}

.section-adss {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.grid-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-size: 1.5rem;
}

.image-5 {
  min-width: 15%;
  max-width: 40%;
}

.text-span-2 {
  font-size: 1rem;
  font-weight: 400;
}

.bold-text {
  font-family: Bulo, Arial, sans-serif;
  font-size: 2rem;
}

.bold-text-2 {
  color: var(--blue);
  font-size: 2rem;
}

.bold-text-3 {
  font-size: 2rem;
  line-height: 1;
}

.bold-text-4 {
  font-family: Bulo, Arial, sans-serif;
  font-size: 2rem;
}

.text-block-12 {
  color: #3d445c;
  text-align: center;
  max-width: 210px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.text-block-13 {
  color: #3d445c;
  text-align: center;
  max-width: 230px;
  font-family: Montserrat, Arial, sans-serif;
}

.text-block-14, .text-block-15 {
  color: #3d445c;
  text-align: center;
  max-width: 220px;
  font-family: Montserrat, Arial, sans-serif;
}

.heading-7 {
  font-family: Bulo, Arial, sans-serif;
  font-weight: 700;
}

.bold-text-5 {
  font-family: Bulo, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 8%;
}

.text-block-16 {
  word-break: normal;
  color: #3d445c;
  padding-left: .8rem;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-8 {
  color: var(--blue);
  min-width: auto;
  max-width: 350px;
  min-height: 0%;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Bulo, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.bold-text-6 {
  padding-right: 0;
}

.text-block-17 {
  color: #3d445c;
  max-width: 290px;
  margin-top: 0;
  padding-top: 0;
  font-family: Bulo, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  overflow: visible;
}

.italic-text {
  position: static;
}

.italic-text-2, .italic-text-3 {
  font-weight: 600;
}

.list {
  color: #3d445c;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.3;
}

.list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: .5rem;
}

.hero_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: stretch;
  justify-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  display: flex;
}

.hero_wrapper {
  max-width: 1440px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
}

.hero_wrapper.hidden {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero_wrapper-main {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/cover_back.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 20px;
}

.hero_wrapper-main.hidden {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.image-cover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  justify-content: space-between;
}

.cover-01 {
  background-image: url('../images/cover-01.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.div-block-10 {
  background-image: url('../images/cover-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  min-width: 240px;
  max-width: none;
  min-height: 0;
}

.cover-02 {
  background-image: url('../images/cover-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.img {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 60px;
  display: block;
}

.img.background-color-blue {
  background-color: var(--blue);
}

.text-block-18 {
  color: #3d445c;
  margin-top: 15px;
  margin-left: 60px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
}

.tabs {
  flex-flow: row;
  margin-top: 60px;
  margin-left: 60px;
  padding-right: 0;
  display: flex;
}

.tabs-menu {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  min-width: 180px;
  display: flex;
  position: sticky;
  top: 120px;
}

.tab_link {
  text-align: center;
  background-color: #fff;
  border-bottom: 4px solid #fff;
  font-family: Bulo, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  position: static;
  top: 0;
}

.tab_link:hover {
  color: #2848a9;
  border-bottom: 4px solid #2848a9;
}

.tab_link.w--current {
  background-color: #fff;
  border-bottom: 4px solid #2849a9;
  flex: 0 auto;
  margin-bottom: 20px;
  font-family: Bulo, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: static;
  top: 40px;
}

.tab_link.w--current:hover {
  color: #2848a9;
}

.tab-link-tab-2 {
  text-align: center;
}

.obra_civil {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.proyecto_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  text-align: left;
  mix-blend-mode: normal;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-height: none;
  padding: 0 0;
  display: flex;
}

.proyecto_card.background-color-blue {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-content {
  flex: 1;
  align-self: stretch;
  margin-left: 40px;
  display: block;
}

.proyecto_name {
  color: var(--blue);
  max-width: 250px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.proyecto_name.text-color-white {
  color: var(--white);
  text-align: left;
  align-self: stretch;
  max-width: none;
  font-size: 1.5rem;
  line-height: 1;
}

.div-block-11 {
  background-color: #2848a9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  align-self: stretch;
  min-height: 110px;
  padding: 20px 10px;
  display: block;
}

.project_name {
  color: var(--white);
  padding-right: 0;
  font-size: 1.3rem;
  line-height: 1%;
}

.pro_name_card {
  color: #fff;
  font-family: Bulo, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.description_card {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.orange-bar-copy {
  background-color: var(--orange);
  width: 4px;
  height: 28px;
}

.orange-bar-copy.is-blue {
  background-color: var(--blue);
}

.orange-bar-copy.is-empty {
  background-color: #0000;
}

.description_project {
  color: var(--white);
  word-break: normal;
  padding-left: .8rem;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
}

.proyecto_card-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  text-align: left;
  mix-blend-mode: normal;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-height: none;
  padding: 0 0;
  display: flex;
}

.proyecto_card-copy.background-color-blue {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-pane-tab-1 {
  margin-right: 0;
}

.residencial {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-6 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-block-19 {
  color: #3d445c;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.4rem;
}

.link-block-footer {
  text-decoration: none;
  display: flex;
}

.link-block-footer.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Pieda_De_Agua_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  min-width: 150px;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 40px;
  font-family: Montserrat, Arial, sans-serif;
  display: flex;
  position: sticky;
}

.footer_list-nav {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.container-2 {
  background-color: #19232e;
  flex-flow: row;
  display: block;
}

.nav-menu-4 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #19232e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .9rem;
}

.nav-link {
  color: #fff;
  background-color: #19232e;
}

.navbar-2 {
  color: #fff;
  background-color: #19232e;
  font-family: Montserrat, Arial, sans-serif;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.nav-link-3.w--current:lang(es-mx) {
  color: #f9995d;
}

.text-block-20 {
  color: #ffffff7d;
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.6;
}

.container-large-copy {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  height: 396px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.text-block-21 {
  color: #2848a9;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-22 {
  color: #2848a9;
  text-align: center;
  font-size: .9rem;
}

.section {
  background-color: #19232e0d;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    height: auto;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-bottom: 0;
    display: block;
  }

  .text-color-white {
    font-size: 2.9rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .container-large {
    max-width: none;
    display: block;
  }

  .text-align-center {
    font-size: 3.3rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-hero {
    background-image: none;
  }

  .hero_heading {
    text-align: center;
  }

  .features-button-wrapper {
    height: 3rem;
  }

  .features-projets {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading.text-color-white {
    font-size: 1.5rem;
  }

  .reasons-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .aboutus_text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    position: static;
    top: 8%;
    bottom: 8%;
    right: -50%;
  }

  .button-3 {
    font-size: .75rem;
  }

  .button-3.is-reverse {
    font-size: 1rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .aboutus-image {
    margin-left: auto;
    margin-right: auto;
  }

  .services_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .experience-text {
    text-align: center;
    margin-left: 0;
    font-size: 1.2rem;
  }

  .stats-card.card1, .stats-cards-grid {
    width: 100%;
  }

  .stats-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto;
    width: 100%;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .section-projects {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .projects_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-name {
    font-size: 1.125rem;
  }

  .project-address {
    font-size: 1rem;
  }

  .contact1_form {
    grid-column-gap: .9rem;
    grid-row-gap: .5rem;
  }

  .max-width-m-s {
    flex-flow: column;
    align-self: stretch;
    width: 100%;
    max-width: none;
    display: block;
  }

  .footer_list {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-template-rows: auto auto;
    place-items: center stretch;
  }

  .footer_main-block {
    width: 100%;
    height: auto;
    display: block;
  }

  .footer_component {
    grid-template-columns: 1fr;
  }

  .footer-bottom.text-size-small.background-color-blue {
    margin-top: 30px;
  }

  .list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats-experience-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .padding-section-extralarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .aboutus_image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .stats-header {
    text-align: center;
    font-size: 2.6rem;
  }

  .collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .filters-text {
    font-size: 1.25rem;
  }

  .pagination-2 {
    margin-top: 1rem;
  }

  .project-keywords_list {
    grid-auto-columns: max-content;
  }

  .case-study_details {
    grid-template-columns: 1fr;
  }

  .project-keywords_component {
    align-items: center;
  }

  .button-6 {
    transition-property: background-color;
  }

  .projects_heading-spacer {
    max-width: none;
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .button-7 {
    font-size: .9rem;
  }

  .text-block-11 {
    font-size: 1.25rem;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 1.8rem;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: .9rem;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 1;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_wrapper {
    flex-flow: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .image-cover {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .cover-01 {
    height: auto;
    padding-right: 0;
  }

  .div-block-10 {
    min-width: auto;
    height: 390px;
    min-height: auto;
    max-height: none;
  }

  .img {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .text-block-18 {
    text-align: center;
    margin-left: 0;
    font-size: 1.2rem;
  }

  .tabs {
    flex-flow: column;
    margin-left: 0;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .obra_civil {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .proyecto_card {
    justify-content: space-between;
  }

  .tabs-content {
    flex-flow: row;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .div-block-11 {
    flex: 1;
  }

  .pro_name_card {
    font-size: 1.3rem;
  }

  .description_project {
    font-size: .8rem;
  }

  .residencial {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block-19 {
    font-size: 1.2rem;
  }

  .link-block-footer.w--current {
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    height: auto;
    position: static;
  }

  .nav-menu-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

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

  .navbar-2 {
    text-align: center;
    position: static;
  }

  .nav-link-2 {
    display: inline-block;
  }

  .text-block-20 {
    text-align: left;
    max-width: none;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-7 {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2, h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.hidden-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-section-small.hidden {
    padding-bottom: 0;
  }

  .text-color-white {
    font-size: 2.3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .form_input {
    font-size: 1rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .text-align-center {
    font-size: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .spacer-xsmall.spacer-small {
    padding-top: .5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .logo-embed {
    width: 6rem;
  }

  .nav_spacer {
    width: 100%;
    padding-bottom: 1rem;
    display: block;
  }

  .nav_link {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    padding: 1.25rem;
  }

  .menu-button {
    background-color: #0000;
    padding: .8rem;
  }

  .menu-button.w--open {
    background-color: #ffaa47;
    border-radius: 1rem;
  }

  .button-2 {
    font-size: 1rem;
  }

  .nav_padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_heading {
    font-size: 3.1rem;
  }

  .features-button-wrapper {
    height: 2.5rem;
  }

  .hero_features {
    inset: auto 0% 0% auto;
  }

  .features-projects-text {
    font-size: 1rem;
  }

  .features-project-name.text-align-center {
    padding-top: .5rem;
    font-size: 1.125rem;
  }

  .heading.text-align-center {
    padding-top: 1rem;
  }

  .reasons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-size-m-r {
    font-size: 1rem;
  }

  .aboutus_text-wrapper {
    z-index: -1;
    clear: left;
    margin-top: -33px;
    padding-top: 6.3rem;
    position: relative;
    inset: auto;
  }

  .button-3 {
    width: 100%;
  }

  .paragraph {
    font-size: .875rem;
  }

  .aboutus-image {
    order: -1;
    max-width: 80%;
  }

  .services_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .services-card {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-card.background-color-blue {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-icons {
    margin-top: 0;
    padding-top: .5rem;
  }

  .section-services {
    min-height: 0;
  }

  .experience-text {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 0;
  }

  .stats-card {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .stats-card.card1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    top: auto;
    left: auto;
  }

  .stats-card.card4, .stats-card.card3 {
    top: auto;
    left: auto;
  }

  .stats-card.card1-copy {
    flex-flow: column;
    display: flex;
    top: auto;
    left: auto;
  }

  .stats-card_numbers {
    font-size: 2rem;
  }

  .stats-icon {
    display: none;
  }

  .stats-icon.top-left, .stats-icon.topright, .stats-icon.bottom-right, .stats-icon.top-right {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .stats-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    display: flex;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .ads_grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .projects_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .projects-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 0;
  }

  .project-menu-text {
    font-size: 1.25rem;
  }

  .project-name {
    font-size: 1rem;
  }

  .project-address {
    font-size: .875rem;
  }

  .empty {
    display: none;
  }

  .dots-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact1_form {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    display: flex;
  }

  .footer2_logo-link {
    padding-left: 0;
  }

  .footer_form-input {
    font-size: 1rem;
  }

  .footer_component {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .footer-bottom.text-size-small.background-color-blue {
    margin-top: 0;
  }

  .footer_form {
    flex-direction: column;
  }

  .list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-small-stats {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .stats-experience-wrapper {
    text-align: center;
    align-items: center;
  }

  .nav-menu-2 {
    background-color: var(--white);
    flex-direction: column;
    padding: 1.25rem;
    display: flex;
  }

  .nav-menu-3 {
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
  }

  .menu-button-2 {
    background-color: var(--white);
  }

  .menu-button-2.w--open {
    background-color: var(--blue);
  }

  .padding-section-extralarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .aboutus_image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .stats-header {
    font-size: 2rem;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .filters_column {
    grid-auto-flow: row;
  }

  .filters-text {
    font-size: 1rem;
  }

  .hero-image {
    inset: 0%;
  }

  .arrow {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 2rem;
  }

  .icon-2 {
    margin-top: auto;
    font-size: 2rem;
    inset: 0% 0% 0% auto;
  }

  .collection-list-wrapper {
    display: block;
  }

  .collection-list-wrapper-2 {
    display: none;
  }

  .project-keywords_list-wrapper {
    margin-left: 1.5rem;
  }

  .heading-style-h5-2 {
    font-size: .875rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-wrapper-mobile {
    width: 100%;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .text-block-11 {
    font-size: 1rem;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 1.6rem;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: .8rem;
  }

  .heading-8 {
    order: 0;
    align-self: flex-start;
    max-width: none;
  }

  .bold-text-6 {
    font-size: 1.8rem;
  }

  .italic-text {
    font-size: 1.2rem;
  }

  .hero_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-wrapper {
    text-align: center;
    align-items: center;
  }

  .hero_wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero_wrapper.hidden {
    padding-bottom: 0;
  }

  .hero_wrapper-main {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero_wrapper-main.hidden {
    padding-bottom: 0;
  }

  .image-cover {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cover-01, .cover-02 {
    display: none;
  }

  .obra_civil {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pro_name_card {
    font-size: 1.2rem;
  }

  .description_project {
    font-size: .7rem;
  }

  .residencial {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-19 {
    font-size: 1rem;
  }

  .link-block-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-7 {
    font-size: 2rem;
    line-height: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.hidden-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-small.hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-color-white {
    max-width: none;
    font-size: 2rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .text-align-center {
    margin-top: 5rem;
  }

  .padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spacer-medium, .spacer-large {
    padding-top: 1rem;
  }

  .nav_link {
    flex-flow: row;
    flex: 0 auto;
    align-self: auto;
    width: 110px;
    max-width: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .nav_link.text-color-orange.text-weight-semibold {
    margin-top: 0;
  }

  .nav_layout, .nav_padding-vertical {
    width: 100%;
  }

  .section-hero {
    align-items: flex-start;
  }

  .brand-name {
    padding-left: .5rem;
    font-size: 1.5rem;
  }

  .link-block.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_heading {
    padding-top: 2rem;
  }

  .aboutus_text-wrapper {
    padding: 5rem 1rem 1rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .services_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
  }

  .service-card-text {
    font-size: 1rem;
  }

  .section-icons {
    margin-top: 0;
    padding-top: 1rem;
  }

  .experience-text {
    padding-bottom: 1rem;
  }

  .stats-card {
    width: 100%;
    height: 100%;
    padding: .5rem;
  }

  .stats-card.card1, .stats-card.card1-copy {
    padding: 1.5rem 1rem;
  }

  .stats-card_numbers {
    font-size: 1.5rem;
  }

  .section_text {
    font-size: .875rem;
  }

  .orange-bar {
    height: 32px;
  }

  .stats-bar-text {
    padding-left: 0;
  }

  .stats-cards-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .button-4 {
    text-align: center;
  }

  .projects-card.not-hidden {
    display: flex;
  }

  .cards-text-wrapper {
    height: auto;
  }

  .dots-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: .5rem;
    display: none;
  }

  .contact1_form {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button-5.is-cta1.align-center {
    width: auto;
  }

  .footer_form-input {
    font-size: .875rem;
  }

  .footer_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-bottom.text-size-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-text {
    font-size: .875rem;
  }

  .list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-menu-3 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button-2 {
    transform: rotate(0);
  }

  .menu-button-2:lang(es-mx) {
    transform: rotate(90deg);
  }

  .aboutus_image-wrapper {
    grid-template-columns: 1fr;
  }

  .stats-header {
    font-size: 1.8rem;
  }

  .arrow {
    padding-left: 0;
    padding-right: 0;
    inset: 0% auto 0% 0%;
  }

  .arrow.is-right, .arrow.is-left {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    padding-left: 0;
    padding-right: 0;
    inset: 0% 0% 0% auto;
  }

  .pagination-arrow {
    padding-right: .5rem;
  }

  .pagination-arrow.is-left {
    padding-left: .5rem;
  }

  .project-keywords_list {
    grid-template-columns: max-content 1fr;
    grid-auto-flow: row;
    margin-top: 1rem;
  }

  .project-keywords_list-wrapper {
    margin-left: 0;
  }

  .section_projects-cms {
    margin-top: 4rem;
  }

  .project-keywords_component {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .ads-info-wrapper-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
  }

  .hero_wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero_wrapper.hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_wrapper-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero_wrapper-main.hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-cover {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
  }

  .obra_civil {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-content {
    display: flex;
  }

  .proyecto_name {
    font-size: 1rem;
  }

  .description_card {
    padding-left: 0;
  }

  .orange-bar-copy {
    height: 32px;
  }

  .description_project {
    font-size: .7rem;
  }

  .residencial {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-rows: auto;
  }

  .image-6 {
    height: auto;
  }

  .text-block-20 {
    font-size: .6rem;
  }

  .current {
    transition: transform .2s;
    transform: rotate(0);
  }

  .current:lang(es-mx) {
    transform: rotate(90deg);
  }
}

#w-node-ac311553-b69b-cccb-445b-939fa0458dac-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7404016e-ca1a-2e0f-397f-16986aa3a93e-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea83f1bb-137c-18a8-39e6-658ed01e634a-9cf776c2 {
  justify-self: end;
}

#w-node-f6773c6b-3757-86ab-c8f8-a25891f14abb-9cf776c2, #w-node-af373240-2d5a-ea5a-2521-714aa2d5e407-9cf776c2, #w-node-b9202a4a-1ecd-d727-befd-3810c695aeb8-9cf776c2, #w-node-_621cf4b3-e122-7601-536d-7c781a46e0af-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71d88734-522f-e70f-e87c-6bfbfc74e30b-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d29fe274-2ff5-8f5d-31d1-0888cc36d8b1-9cf776c2, #w-node-_4ec123d1-9b56-988a-aba8-a2f5d9458f3a-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_399b83ad-5521-e116-dd7d-6d4e507ef441-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_0aec4d35-4bca-2bb7-78ab-5f2933dc6d92-9cf776c2 {
  order: -9999;
  align-self: center;
}

#w-node-_49bbe891-7d70-c470-e90d-c8f9ad08fdbf-9cf776c2 {
  align-self: start;
}

#w-node-_6cd7c3f5-dd34-46a5-0b78-39f6aa1aff5a-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0aec4d35-4bca-2bb7-78ab-5f2933dc6d91-9cf776c2, #w-node-_69fa4605-f38b-d1c2-9e98-e253373889c3-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_69fa4605-f38b-d1c2-9e98-e253373889c4-9cf776c2 {
  align-self: center;
}

#w-node-a5a48abd-d880-f41c-2f0f-2e326633d084-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5af0683e-2a2b-ef73-539c-28fd5b629725-9cf776c2, #w-node-_5af0683e-2a2b-ef73-539c-28fd5b62972a-9cf776c2, #w-node-eb67fb28-63b3-f7e7-6826-c558efdcccd6-9cf776c2, #w-node-_0333fe60-1f8c-cd53-ebcc-1e51bb8a898a-9cf776c2, #w-node-_5be11b6c-9b17-6aed-7b38-861a7ab8e102-9cf776c2, #w-node-e2def59c-28de-f6d8-a03d-d89e91ac91ef-9cf776c2, #w-node-ade39de5-7697-fdad-26c7-479cd020a772-9cf776c2, #w-node-d2cd22dd-a703-275e-844c-043c52fad63b-9cf776c2, #w-node-_6dbd27c0-de96-460b-0572-a9391d0ff74a-9cf776c2, #w-node-_37855ab7-5084-4a95-6a38-7a5e6ad8ff24-9cf776c2, #w-node-ec29f247-0c8e-8dd6-5b91-e61ff31a5441-9cf776c2, #w-node-_13e58887-7c2c-9b08-a8a8-c7de1d240c72-9cf776c2, #w-node-_93e71237-6d3e-b167-4d1e-eb9c85e6666d-9cf776c2, #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dfe4-9cf776c2, #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dfed-9cf776c2, #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dfef-9cf776c2, #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff1-9cf776c2, #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff3-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff5-9cf776c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff7-9cf776c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff9-9cf776c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_05c7ae07-bdee-4654-0b31-7becaaa39b1e-d816df2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-9cf776c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-9cf776c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-9cf776c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-9cf776c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-9cf776c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-9cf776c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-9cf776c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-9cf776c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-9cf776c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-9cf776c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-9cf776c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-9cf776c6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-9cf776c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-9cf776c6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-9cf776c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-9cf776c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-9cf776c6 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_559e5737-7c97-4785-462a-394258153d96-9cf776c2, #w-node-_2cd6ebd6-12a8-c3df-1826-77f5ab234be5-9cf776c2 {
    align-self: stretch;
  }

  #w-node-_71d88734-522f-e70f-e87c-6bfbfc74e30b-9cf776c2 {
    place-self: auto;
  }

  #w-node-eb67fb28-63b3-f7e7-6826-c558efdcccd6-9cf776c2 {
    align-self: stretch;
  }

  #w-node-c4ccd076-c3f3-9629-e7e0-4d84d816df41-d816df2b {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b9202a4a-1ecd-d727-befd-3810c695aeb8-9cf776c2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_71d88734-522f-e70f-e87c-6bfbfc74e30b-9cf776c2 {
    justify-self: stretch;
  }

  #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff5-9cf776c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff9-9cf776c2 {
    justify-self: stretch;
  }

  #w-node-c4ccd076-c3f3-9629-e7e0-4d84d816df30-d816df2b {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c4ccd076-c3f3-9629-e7e0-4d84d816df32-d816df2b {
    align-self: start;
  }

  #w-node-_05c7ae07-bdee-4654-0b31-7becaaa39b1e-d816df2b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dfef-9cf776c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d75dbc8b-accc-d5bf-6fbb-40b817d5dff9-9cf776c2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_05c7ae07-bdee-4654-0b31-7becaaa39b1e-d816df2b {
    order: -9999;
  }
}


@font-face {
  font-family: 'Worksans Variablefont Wght';
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bulo';
  src: url('../fonts/Bulo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bulo';
  src: url('../fonts/Bulo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}