/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
:where(button.w-popover-trigger) {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: inherit;
}
.w-popover {
  position-anchor: none;
}
.w-popover[popover]:not(:popover-open) {
  display: none;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
pre.w-code-block code > span {
  display: block !important;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}





:root {
  --ivory: #fdf7ec;
  --taupe: #433f3b;
  --font-primary: "Red Hat Display";
  --amber: #db9558;
  --line: #b9b4af;
  --stone: #d4d1cf;
  --white: #f4f2f0;
  --gray: #5c574f;
  --amber-dk: #c27e44;
  --stone-alt: #dcd9d7;
  --wash: #dedbd8;
}

.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('/images/custom-checkbox-checkmark.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;
}

.header {
  z-index: 1000;
  height: 74px;
  color: var(--ivory);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(1.25rem, 5vw, 4.5rem);
  transition-property: background-color, color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.is-scrolled {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #433f3b8c;
  border-bottom: 1px solid #fdf7ec1f;
}

.header-logo-link {
  color: var(--ivory);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-logo-img {
  object-fit: contain;
  width: 160px;
  height: auto;
}

.header-nav {
  align-items: center;
  gap: 30px;
  margin-left: auto;
  display: flex;
}

.header-nav.is-open {
  display: flex;
}

.header-nav-link {
  font-family: var(--font-primary);
  color: var(--ivory);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s;
}

.header-nav-link.is-active {
  border-bottom-color: var(--amber);
  color: var(--ivory);
}

.header-lang-pill {
  border-color: var(--line);
  border-style: solid;
  border-width: 1px;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  margin-left: 32px;
  padding: 4px;
  display: flex;
}

.header-lang-option {
  transition: background-color .3s ease, color undefined undefined;
  font-family: var(--font-primary);
  color: var(--ivory);
  cursor: pointer;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  text-decoration: none;
}

.header-lang-option.is-active {
  background-color: var(--ivory);
  color: var(--taupe);
}

.header-hamburger {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  display: none;
}

.header-hamburger-bar {
  background-color: currentColor;
  width: 24px;
  height: 2px;
}

.hero {
  flex-direction: column;
  order: 1;
  justify-content: flex-end;
  height: 100vh;
  min-height: 640px;
  padding: 120px 64px 80px;
  scroll-margin-top: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-overlay {
  z-index: 1;
  background-color: var(--taupe);
  opacity: .6;
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 2;
  max-width: 820px;
  color: var(--ivory);
  flex-direction: column;
  gap: 24px;
  display: flex;
  position: relative;
}

.hero-subtitle {
  opacity: .88;
  max-width: 640px;
  font-family: var(--font-primary);
  color: var(--ivory);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-label {
  opacity: .75;
  font-family: var(--font-primary);
  color: var(--ivory);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
}

.hero-buttons-row {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 8px;
  display: flex;
}

.hero-button {
  min-width: 270px;
  transition: background-color .3s ease, color undefined undefined, border-color undefined undefined;
  background-color: #fdf7ec0a;
  border: 1px solid #fdf7ec47;
  border-radius: 0;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  padding: 17px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-button:hover {
  border-color: var(--amber);
  background-color: var(--amber);
  color: var(--taupe);
  box-shadow: 0 0 40px #00000040;
}

.hero-button-title {
  font-family: var(--font-primary);
  color: var(--ivory);
  font-size: 20px;
  font-weight: 700;
}

.hero-button-subtext {
  font-family: var(--font-primary);
  color: var(--stone);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-button-arrow {
  font-family: var(--font-primary);
  color: var(--amber);
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.hero-title {
  color: var(--ivory);
  font-size: 56px;
  font-weight: 500;
  line-height: 1.15;
  font-family: var(--font-primary);
  margin: 0;
}

.hero-title-italic {
  color: var(--amber);
  font-style: normal;
  font-weight: 400;
}

.rutas-section {
  background-color: var(--taupe);
  flex-direction: column;
  order: 2;
  min-height: 100vh;
  padding: clamp(1.25rem, 2.5vh, 2rem) clamp(1.25rem, 5vw, 4.5rem) clamp(1.75rem, 3.5vh, 2.75rem);
  scroll-margin-top: 56px;
  display: flex;
  position: relative;
}

.rutas-title {
  font-family: var(--font-primary);
  color: var(--taupe);
  text-align: left;
  margin-top: 0;
  margin-bottom: clamp(.9rem, 2.2vh, 1.5rem);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 500;
  line-height: 1.12;
}

.rutas-cards-row {
  flex-wrap: nowrap;
  flex-grow: 1;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  gap: 42px;
  max-width: none;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.rutas-card {
  border-style: solid;
  border-width: 0;
  border-color: var(--line);
  background-color: var(--taupe);
  min-width: 0;
  max-width: none;
  min-height: 0;
  box-shadow: none;
  color: var(--taupe);
  text-align: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 28px;
  text-decoration: none;
  transition-property: flex-grow;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rutas-card:hover {
  flex-grow: 1.24;
}

.rutas-card:before {
  z-index: 2;
  background-color: var(--amber);
  opacity: .16;
  content: "";
  border-radius: 0 0 0 100%;
  width: 120px;
  height: 120px;
  transition-duration: .35s;
  position: absolute;
  top: 0;
  right: 0;
}

.rutas-card:after {
  z-index: 1;
  content: "";
  background-image: linear-gradient(to top, #2e2b28e6 0%, #2e2b286b 48%, #2e2b2814 100%);
  transition-duration: .35s;
  position: absolute;
  inset: 0;
}

.rutas-card.is-active {
  border-width: 2px;
  border-color: var(--amber);
  box-shadow: 0 8px 32px #db95584d;
}

.rutas-card.is-vivienda-photo, .rutas-card.is-inversion-photo {
  color: var(--ivory);
}

.rutas-card-title {
  z-index: 3;
  max-width: 26ch;
  font-family: var(--font-primary);
  color: var(--ivory);
  order: 2;
  margin-bottom: 0;
  font-size: clamp(1.15rem, 2.1vw, 1.6rem);
  font-weight: 700;
  line-height: 1.15;
  position: relative;
}

.rutas-panel-wrap {
  grid-template-columns: 1.1fr .78fr;
  align-items: start;
  gap: 40px;
  max-width: 1200px;
  margin-top: clamp(1.25rem, 2.8vh, 2rem);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.rutas-panel-wrap.is-dual {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
  display: flex;
}

.rutas-panel {
  padding: 48px;
  display: none;
}

.rutas-panel.is-visible {
  display: block;
}

.rutas-panel-reset {
  border-color: var(--line);
  background-color: var(--white);
  font-family: var(--font-primary);
  color: var(--gray);
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 48px;
  font-size: 16px;
  display: block;
}

.rutas-panel-vivienda {
  border-top: 1px solid var(--line);
  color: var(--ivory);
  background-color: #0000;
  padding-top: 32px;
  display: none;
  position: relative;
  overflow: hidden;
}

.rutas-panel-vivienda:before {
  background-color: var(--amber);
  opacity: .13;
  pointer-events: none;
  content: "";
  border-radius: 0 0 0 100%;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 0;
}

.rutas-panel-inversion {
  border-top: 3px solid var(--amber);
  color: var(--ivory);
  background-color: #0000;
  padding-top: 32px;
  display: none;
  position: relative;
  overflow: hidden;
}

.rutas-panel-inversion:before {
  background-color: var(--amber);
  opacity: .3;
  pointer-events: none;
  content: "";
  border-radius: 0 0 0 100%;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 0;
}

.rutas-panel-copy {
  max-width: 46ch;
  font-family: var(--font-primary);
  color: var(--stone);
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.rutas-kpi-row {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.rutas-kpi-value {
  font-family: var(--font-primary);
  color: var(--ivory);
  letter-spacing: -.02em;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  line-height: 1.05;
}

.rutas-kpi-label {
  opacity: 1;
  font-family: var(--font-primary);
  color: var(--stone);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 10px;
}

.rutas-panel-buttons {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
  display: flex;
}

.rutas-btn-primary-light {
  background-color: var(--amber);
  font-family: var(--font-primary);
  color: var(--taupe);
  border-radius: 999px;
  align-items: center;
  margin-top: 24px;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.rutas-btn-primary-light:hover {
  background-color: var(--amber-dk);
  color: var(--ivory);
}

.rutas-btn-primary-dark {
  background-color: var(--ivory);
  font-family: var(--font-primary);
  color: var(--taupe);
  border-radius: 0;
  padding: 16px 28px;
  font-weight: 600;
  text-decoration: none;
}

.rutas-btn-secondary-dark {
  border-style: solid;
  border-width: 0;
  border-color: var(--ivory);
  background-color: var(--amber);
  font-family: var(--font-primary);
  color: var(--taupe);
  cursor: pointer;
  border-radius: 999px;
  align-items: center;
  margin-top: 24px;
  padding: 15px 27px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.rutas-btn-secondary-dark:hover {
  background-color: var(--amber-dk);
  color: var(--ivory);
}

.rutas-modal-overlay {
  z-index: 2000;
  background-color: #433f3bbf;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
}

.rutas-modal-overlay.is-visible {
  display: flex;
}

.rutas-modal-box {
  background-color: var(--white);
  max-width: 480px;
  padding: 40px;
  position: relative;
}

.rutas-modal-title {
  font-family: var(--font-primary);
  color: var(--taupe);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.rutas-modal-text {
  font-family: var(--font-primary);
  color: var(--gray);
  font-size: 15px;
  line-height: 1.5;
}

.rutas-modal-close {
  color: var(--gray);
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 20px;
}

.proyectos-section {
  background-color: var(--ivory);
  order: 3;
  padding: clamp(1.25rem, 2.5vh, 2rem) clamp(1.25rem, 5vw, 4.5rem) clamp(1.75rem, 3.5vh, 2.75rem);
  scroll-margin-top: 56px;
  position: relative;
  overflow: hidden;
}

.proyectos-tiles-row {
  gap: 14px;
  height: clamp(320px, 52vh, 460px);
  min-height: 320px;
  margin-top: clamp(1.25rem, 2.8vh, 2rem);
  margin-left: 0;
  margin-right: 0;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
}

.proyectos-tile {
  color: var(--ivory);
  cursor: pointer;
  flex-grow: 1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.proyectos-tile-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.proyectos-tile-overlay {
  z-index: 1;
  background-image: linear-gradient(to top, #433f3bbf, #433f3b00 55%);
  position: absolute;
  inset: 0;
}

.proyectos-tile-name {
  z-index: 2;
  font-family: var(--font-primary);
  color: var(--ivory);
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.proyectos-detail-panel {
  padding: 64px 64px 48px;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: none;
}

.proyectos-back-btn {
  font-family: var(--font-primary);
  color: var(--gray);
  cursor: pointer;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.proyectos-detail-name {
  font-family: var(--font-primary);
  color: var(--taupe);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
}

.proyectos-detail-meta {
  font-family: var(--font-primary);
  color: var(--gray);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 13px;
}

.proyectos-detail-spirit {
  max-width: 720px;
  font-family: var(--font-primary);
  color: var(--taupe);
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.6;
}

.proyectos-gallery-track {
  gap: 16px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow-x: auto;
}

.proyectos-gallery-item {
  flex-shrink: 0;
  width: 320px;
}

.proyectos-gallery-img {
  object-fit: cover;
  width: 100%;
  height: 214px;
}

.proyectos-gallery-caption {
  font-family: var(--font-primary);
  color: var(--gray);
  margin-top: 8px;
  font-size: 13px;
}

.proyectos-btn-secondary-light {
  border-style: solid;
  border-width: 1px;
  border-color: var(--taupe);
  font-family: var(--font-primary);
  color: var(--taupe);
  cursor: pointer;
  background-color: #0000;
  border-radius: 999px;
  padding: 15px 27px;
  font-weight: 600;
  text-decoration: none;
}

.proyectos-btn-secondary-light.proyectos-back-btn {
  cursor: pointer;
}

.contacto-section {
  background-color: var(--stone);
  order: 7;
  padding: clamp(1.25rem, 2.5vh, 2rem) clamp(1.25rem, 5vw, 4.5rem) clamp(1.25rem, 3vh, 2rem);
  scroll-margin-top: 56px;
}

.contacto-header {
  text-align: left;
  max-width: 640px;
  margin-bottom: clamp(.75rem, 1.8vh, 1.1rem);
  margin-left: 0;
  margin-right: auto;
}

.contacto-lede {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-primary);
  margin-top: 12px;
}

.contacto-layout {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr .82fr;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contacto-form {
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  background-color: var(--white);
  border-radius: 2px 26px 2px 2px;
  flex-direction: column;
  flex: 55%;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  box-shadow: 0 12px 40px #433f3b24;
}

.contacto-form._w-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 60%;
  display: flex;
}

.contacto-mode-switcher {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
  display: flex;
}

.contacto-mode-btn {
  border: 1px solid var(--line);
  font-family: var(--font-primary);
  color: var(--gray);
  cursor: pointer;
  background-color: #0000;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, color, border-color;
  transition-duration: .2s;
}

.contacto-mode-btn.is-active {
  border-color: var(--taupe);
  background-color: var(--taupe);
  color: var(--ivory);
}

.contacto-fields-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.contacto-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 160px;
  gap: 9px;
  display: flex;
}

.contacto-label {
  font-family: var(--font-primary);
  color: var(--gray);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.contacto-input {
  border-style: solid;
  border-width: 1px 1px 1.5px;
  border-color: var(--line);
  background-color: var(--ivory);
  font-family: var(--font-primary);
  color: var(--taupe);
  outline-style: none;
  padding: 10px 14px;
  font-size: 15px;
  transition-property: border-color;
  transition-duration: .2s;
}

.contacto-input:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--amber);
}

.contacto-input._w-input {
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-bottom-color: var(--line);
  color: var(--taupe);
  font-size: 15px;
  font-family: var(--font-primary);
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--line);
  font-size: 15px;
  font-family: var(--font-primary);
  background-color: #0000;
  border-left-width: 0;
  outline-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contacto-input._w-input-1 {
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-bottom-color: var(--line);
  color: var(--taupe);
  font-size: 15px;
  font-family: var(--font-primary);
  background-color: #0000;
  border-left-width: 0;
  outline-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contacto-textarea {
  border-width: 0 0 1.5px;
  border-bottom-style: solid;
  border-bottom-color: var(--line);
  height: 60px;
  min-height: 52px;
  font-family: var(--font-primary);
  color: var(--taupe);
  resize: vertical;
  background-color: #0000;
  outline-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  transition-property: border-color;
  transition-duration: .2s;
}

.contacto-textarea:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--amber);
}

.contacto-textarea._w-input {
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-bottom-color: var(--line);
  color: var(--taupe);
  font-size: 15px;
  font-family: var(--font-primary);
  resize: vertical;
  background-color: #0000;
  border-left-width: 0;
  outline-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contacto-select {
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-right-width: 0;
  border-bottom-color: var(--line);
  font-family: var(--font-primary);
  color: var(--taupe);
  background-color: #0000;
  border-left-width: 0;
  outline-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  transition-property: border-color;
  transition-duration: .2s;
}

.contacto-select:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--amber);
}

.contacto-select._w-select {
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-bottom-color: var(--line);
  color: var(--taupe);
  font-size: 15px;
  font-family: var(--font-primary);
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--line);
  font-size: 15px;
  font-family: var(--font-primary);
  background-color: #0000;
  border-left-width: 0;
  outline-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contacto-mode-fields {
  display: none;
}

.contacto-checkbox-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.contacto-checkbox {
  margin-top: 3px;
}

.contacto-checkbox-text {
  color: var(--gray);
  font-size: 13px;
  line-height: 1.5;
  font-family: var(--font-primary);
}

.contacto-submit {
  background-color: var(--amber);
  font-family: var(--font-primary);
  color: var(--taupe);
  cursor: pointer;
  border-width: 0;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 16px 32px;
  font-weight: 600;
  text-decoration: none;
}

.contacto-submit._w-button {
  background-color: var(--amber);
  color: var(--taupe);
  cursor: pointer;
  font-weight: 600;
  font-family: var(--font-primary);
  border-width: 0;
  align-self: flex-start;
  margin-top: 8px;
  padding: 16px 32px;
}

.contacto-aside {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  border-left: 1px solid var(--line);
  flex-direction: column;
  flex: 30%;
  padding-left: 40px;
  display: flex;
}

.contacto-aside-label {
  color: var(--gray);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--font-primary);
  margin-bottom: 6px;
}

.contacto-aside-value {
  color: var(--taupe);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
}

._w-input-parent._w-input, ._w-select-parent._w-select {
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-bottom-color: var(--line);
  color: var(--taupe);
  font-size: 15px;
  font-family: var(--font-primary);
  background-color: #0000;
  border-left-width: 0;
  outline-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.modalficha-overlay {
  z-index: 3000;
  background-color: #433f3bbf;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
}

.modalficha-overlay.is-visible {
  display: flex;
}

.modalficha-box {
  background-color: var(--ivory);
  width: 100%;
  max-width: 480px;
  padding: 48px;
  position: relative;
}

.modalficha-close {
  font-family: var(--font-primary);
  color: var(--gray);
  cursor: pointer;
  background-color: #0000;
  border-width: 0;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.modalficha-kicker {
  color: var(--amber-dk);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-primary);
  margin-bottom: 12px;
}

.modalficha-title {
  color: var(--taupe);
  font-size: 26px;
  font-weight: 700;
  font-family: var(--font-primary);
  margin-top: 0;
  margin-bottom: 12px;
}

.modalficha-text {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--font-primary);
  margin-bottom: 28px;
}

.modalficha-form, .modalficha-form._w-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

._w-input-1-parent._w-input-1 {
  border-top-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-bottom-color: var(--line);
  color: var(--taupe);
  font-size: 15px;
  font-family: var(--font-primary);
  background-color: #0000;
  border-left-width: 0;
  outline-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-footer {
  background-color: var(--taupe);
  order: 9;
  padding: 80px 64px 32px;
}

.footer-top {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid #fdf7ec26;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 48px;
  display: flex;
}

.footer-brand {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  filter: brightness(0) invert();
  width: 160px;
  height: auto;
}

.footer-tagline {
  opacity: .7;
  color: var(--ivory);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--font-primary);
}

.footer-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-nav-link {
  opacity: .85;
  color: var(--ivory);
  font-size: 14px;
  font-family: var(--font-primary);
  text-decoration: none;
}

.footer-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  flex-direction: column;
  display: flex;
}

.footer-contact-item {
  opacity: .85;
  color: var(--ivory);
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  opacity: .6;
  color: var(--ivory);
  font-size: 12px;
  font-family: var(--font-primary);
}

.footer-legal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-legal-link {
  opacity: .6;
  color: var(--ivory);
  font-size: 12px;
  font-family: var(--font-primary);
  text-decoration: none;
}

.header-nav-item {
  align-items: center;
  display: flex;
  position: relative;
}

.header-nav-dropdown {
  z-index: 1001;
  background-color: var(--white);
  flex-direction: column;
  min-width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  box-shadow: 0 8px 24px #433f3b40;
}

.header-nav-dropdown.is-open {
  display: flex;
}

.header-nav-dropdown-link {
  font-family: var(--font-primary);
  color: var(--taupe);
  cursor: pointer;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
}

.is-dual-half {
  flex: 320px;
  min-width: 0;
}

.proyectos-gallery-arrow {
  z-index: 5;
  background-color: var(--white);
  width: 44px;
  height: 44px;
  font-family: var(--font-primary);
  color: var(--taupe);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.proyectos-gallery-arrow.is-prev {
  left: 8px;
}

.proyectos-gallery-arrow.is-next {
  right: 8px;
}

.whatsapp-float {
  z-index: 1500;
  background-color: var(--ivory);
  color: var(--taupe);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-primary);
  padding: 14px 22px;
  text-decoration: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 4px 20px #433f3b59;
}

.modalficha-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.modalficha-submit {
  background-color: var(--amber);
  font-family: var(--font-primary);
  color: var(--taupe);
  cursor: pointer;
  border-width: 0;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 16px 28px;
  font-weight: 600;
  text-decoration: none;
}

.modalficha-submit._w-button {
  background-color: var(--amber);
  color: var(--taupe);
  cursor: pointer;
  font-weight: 600;
  font-family: var(--font-primary);
  border-width: 0;
  align-self: flex-start;
  margin-top: 8px;
  padding: 16px 28px;
}

.hero-button-concepto-img {
  object-fit: cover;
  width: 56px;
  height: 36px;
  margin-top: 8px;
}

.rutas-vivienda-barrio-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 40vh, 380px);
  margin-top: 0;
  margin-bottom: 0;
}

.section-kicker {
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.section-kicker-line {
  background-color: var(--amber);
  width: 32px;
  height: 1px;
}

.section-kicker-text {
  font-family: var(--font-primary);
  color: var(--amber-dk);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.proyectos-tile-verlabel {
  z-index: 2;
  font-family: var(--font-primary);
  color: var(--ivory);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #14121099, 0 0 3px #14121080;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 24px;
  right: 24px;
}

.proyectos-tile-ladibadge {
  z-index: 2;
  background-color: var(--amber);
  font-family: var(--font-primary);
  color: var(--taupe);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 24px;
  left: 24px;
}

.rutas-card-link {
  z-index: 3;
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-family: var(--font-primary);
  color: var(--ivory);
  letter-spacing: .04em;
  background-color: #fdf7ec2e;
  border-radius: 999px;
  order: 1;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
}

.rutas-change-profile {
  border-bottom: 1px solid var(--amber);
  font-family: var(--font-primary);
  color: var(--ivory);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  grid-column: 1 / -1;
  margin-top: 28px;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rutas-status-hint {
  font-family: var(--font-primary);
  color: var(--stone);
  grid-column: 1 / -1;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
}

.editorial-section {
  background-color: var(--taupe);
  order: 4;
  padding: clamp(1.25rem, 2.5vh, 2rem) clamp(1.25rem, 5vw, 4.5rem) clamp(1.75rem, 3.5vh, 2.75rem);
  scroll-margin-top: 56px;
}

.section-lede {
  max-width: 620px;
  font-family: var(--font-primary);
  color: var(--gray);
  margin-bottom: clamp(1.1rem, 2.4vh, 1.75rem);
  font-size: 16px;
  line-height: 1.6;
}

.blog-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
  gap: 10px;
  display: grid;
}

.btile {
  color: var(--ivory);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btile.is-feature {
  grid-area: span 2 / span 2;
  padding: 36px;
}

.btile.bg-ladi {
  background-image: linear-gradient(to top, #2e2b28eb, #2e2b2826 62%), url(/images/mk-home-ladi.jpg);
}

.btile.bg-reconocimientos {
  background-image: linear-gradient(to top, #2e2b28e6, #2e2b281a 62%), url(/images/mk-home-mv1.jpg);
}

.btile.bg-habitar {
  background-image: linear-gradient(to top, #2e2b28e6, #2e2b281a 62%), url(/images/mk-home-ko6.jpg);
}

.btile.bg-obra {
  background-image: linear-gradient(to top, #2e2b28e6, #2e2b281a 62%), url(/images/mk-home-ko5.jpg);
}

.btile.bg-mercado {
  background-image: linear-gradient(to top, #2e2b28e6, #2e2b281a 62%), url(/images/mk-home-mv3.jpg);
}

.btile.feature {
  grid-area: span 2 / span 2;
  padding: 32px;
}

.btile-cat {
  z-index: 3;
  font-family: var(--font-primary);
  color: var(--amber);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  position: relative;
}

.btile-title {
  font-family: var(--font-primary);
  color: var(--ivory);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.btile-meta {
  font-family: var(--font-primary);
  color: var(--stone);
  font-size: 13px;
}

.btile-name {
  font-family: var(--font-primary);
  color: var(--ivory);
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
}

.btile-desc {
  font-family: var(--font-primary);
  color: var(--stone);
  font-size: 13px;
}

.btile-feature {
  color: var(--ivory);
  cursor: pointer;
  background-image: linear-gradient(to top, #2e2b28eb, #2e2b2826 62%), url(/images/mk-home-ladi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  flex-direction: column;
  grid-area: span 2 / span 2;
  justify-content: flex-end;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-body {
  background-color: #d4d1cf;
  flex-direction: column;
  display: flex;
}

.arq-section {
  background-color: var(--white);
  order: 5;
  padding: clamp(1.25rem, 2.5vh, 2rem) clamp(1.25rem, 5vw, 4.5rem) clamp(1.75rem, 3.5vh, 2.75rem);
  scroll-margin-top: 56px;
}

.arq-grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: start;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  display: grid;
}

.arq-val {
  border-bottom: 1px solid var(--line);
  gap: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.arq-idx {
  background-color: var(--amber);
  width: 28px;
  height: 22px;
  font-family: var(--font-primary);
  color: var(--taupe);
  border-radius: 2px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.arq-val-title {
  font-family: var(--font-primary);
  color: var(--taupe);
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
}

.arq-val-desc {
  font-family: var(--font-primary);
  color: var(--gray);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.arq-tree {
  text-align: center;
  max-width: 380px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.arq-root-name {
  font-family: var(--font-primary);
  color: var(--taupe);
  letter-spacing: .12em;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
}

.arq-root-label {
  font-family: var(--font-primary);
  color: var(--gray);
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
}

.arq-stem {
  background-color: var(--line);
  width: 1px;
  height: 26px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.arq-bar {
  background-color: var(--line);
  width: 75%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.arq-leaves {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  display: grid;
}

.arq-leaf {
  flex-direction: column;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.arq-drop {
  background-color: var(--line);
  width: 1px;
  height: 18px;
}

.arq-dot {
  border-color: var(--gray);
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 999px;
  width: 9px;
  height: 9px;
  margin-bottom: 10px;
}

.arq-leaf-name {
  font-family: var(--font-primary);
  color: var(--taupe);
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.arq-leaf-role {
  font-family: var(--font-primary);
  color: var(--gray);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.4;
}

.arq-tree-note {
  font-family: var(--font-primary);
  color: var(--line);
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.5;
}

.lid-section {
  background-color: var(--stone);
  order: 6;
  padding: clamp(1.25rem, 2.5vh, 2rem) clamp(1.25rem, 5vw, 4.5rem) clamp(1.75rem, 3.5vh, 2.75rem);
  scroll-margin-top: 56px;
}

.lid-wrap {
  grid-template-columns: 210px 1fr;
  align-items: start;
  gap: 40px;
  max-width: 900px;
  display: grid;
}

.lid-portrait {
  object-fit: cover;
  border-radius: 2px 34px 2px 2px;
  width: 210px;
  height: 280px;
}

.lid-p {
  font-family: var(--font-primary);
  color: var(--gray);
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.65;
}

.lid-link {
  border-bottom: 2px solid var(--amber);
  font-family: var(--font-primary);
  color: var(--taupe);
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.footer-wrap {
  order: 9;
  padding-top: 72px;
}

.rutas-panel-tag {
  font-family: var(--font-primary);
  color: var(--stone);
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.rutas-panel-h3 {
  max-width: 22ch;
  font-family: var(--font-primary);
  color: var(--ivory);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.25;
  position: relative;
}

.rutas-figs-h {
  font-family: var(--font-primary);
  color: var(--stone);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 11px;
  display: block;
}

.rutas-fig {
  flex-grow: 1;
  flex-basis: 0%;
  min-width: 0;
  padding-top: 16px;
  padding-right: 14px;
}

.rutas-fig.has-divider {
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.rutas-fig-desc {
  font-family: var(--font-primary);
  color: var(--stone);
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.35;
  display: block;
}

.rutas-stamp {
  background-color: var(--amber);
  font-family: var(--font-primary);
  color: var(--taupe);
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.rutas-feat {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  gap: 22px;
  margin-top: 22px;
  padding-top: 18px;
  display: flex;
}

.rutas-feat-title {
  font-family: var(--font-primary);
  color: var(--ivory);
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.rutas-feat-desc {
  font-family: var(--font-primary);
  color: var(--stone);
  margin-bottom: 0;
  font-size: 12px;
  display: block;
}

.btile-media {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  min-height: 0;
  transition-property: transform;
  transition-duration: .7s;
  transition-timing-function: ease-out;
}

.btile-media.foto-ladi {
  background-image: url(/images/mk-home-ladi.jpg);
}

.btile-media.foto-mv1 {
  background-image: url(/images/mk-home-mv1.jpg);
}

.btile-media.foto-ko6 {
  background-image: url(/images/mk-home-ko6.jpg);
}

.btile-media.foto-ko5 {
  background-image: url(/images/mk-home-ko5.jpg);
}

.btile-media.foto-mv3 {
  background-image: url(/images/mk-home-mv3.jpg);
}

.rutas-card-media {
  z-index: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition-property: transform;
  transition-duration: .7s;
  transition-timing-function: ease-out;
  position: absolute;
  inset: 0;
}

.rutas-card-media.is-viv {
  background-image: url(/images/inversionistas-vivir.webp);
}

.rutas-card-media.is-inv {
  background-color: var(--taupe);
  background-image: url(/images/mk-invertir-tarjeta.webp);
  background-position: 50%;
  background-size: cover;
}

.rutas-card-go {
  z-index: 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fdf7ec2e;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  transition-property: padding, background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  bottom: 28px;
  right: 28px;
}

.rutas-card-go-text {
  opacity: 0;
  max-width: 0;
  transition: max-width .3s ease, opacity undefined undefined, margin undefined undefined;
  font-family: var(--font-primary);
  color: var(--ivory);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.rutas-card-go-arrow {
  font-family: var(--font-primary);
  color: var(--ivory);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.arq-root-logo {
  width: 170px;
  height: auto;
  display: block;
}

.arq-leaf-logo {
  opacity: .85;
  width: auto;
  height: 22px;
  margin-top: 8px;
  display: block;
}

.arq-proj-logo {
  width: auto;
  height: 30px;
  margin-top: 6px;
  display: block;
}

.lid-subtitle {
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
}

.lid-social {
  align-items: center;
  column-gap: 10px;
  display: flex;
}

.lid-social-link {
  letter-spacing: .1em;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.lid-video {
  max-width: 420px;
  margin-top: 18px;
  display: block;
  position: relative;
  overflow: hidden;
}

.lid-video-thumb {
  width: 100%;
  height: auto;
  display: block;
}

.lid-video-play {
  border-radius: 999px;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.lid-extra {
  display: block;
}

.footer-social {
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 14px;
  display: flex;
}

.footer-social-link {
  letter-spacing: .1em;
  border-radius: 999px;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.kora-page {
  color: #707070;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
}

.kora-hero {
  background-image: url(/images/kora-BANNER-KORA.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 650px;
  padding: 10px;
  display: flex;
  position: relative;
}

.kora-hero-overlay {
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0;
}

.kora-hero-content {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 50px);
  margin-left: 100px;
  padding: 10px 10px 10px 110px;
  display: flex;
  position: relative;
}

.kora-hero-logo {
  width: 370px;
  max-width: 100%;
  height: auto;
  display: block;
}

.kora-hero-title {
  color: #fff;
  text-shadow: 0 0 10px #0000004d;
  margin: 0 0 -15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.kora-hero-text {
  color: #fff;
  text-shadow: 0 0 10px #0000004d;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.3;
}

.kora-btn {
  color: #fff;
  background-color: #a84540;
  border-radius: 5px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: inline-block;
}

.kora-btn:hover {
  color: #fff;
  background-color: #6daf99;
  transform: scale(.9);
}

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

.kora-concept {
  background-color: #eae6e5;
  justify-content: space-evenly;
  padding: 10px;
  display: flex;
}

.kora-concept-col1 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 29.905%;
  min-height: 320px;
  margin-left: 100px;
  padding: 10px;
  display: flex;
}

.kora-h2-concept {
  color: #a84540;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.kora-concept-col2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 29.867%;
  padding: 10px;
  display: flex;
}

.kora-concept-text {
  color: #a84540;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
}

.kora-concept-col3 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 29.902%;
  margin-right: 100px;
  padding: 10px;
  display: flex;
}

.kora-concept-img {
  width: 100%;
  height: auto;
  display: block;
}

.kora-vivir {
  background-color: #6daf99;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 10px;
  display: flex;
}

.kora-vivir-media {
  flex-direction: column;
  width: 50%;
  margin: 0 25px 0 100px;
  padding: 10px;
  display: flex;
}

.kora-vivir-img {
  width: 100%;
  height: auto;
  display: block;
}

.kora-vivir-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin: 0 100px 0 50px;
  padding: 10px;
  display: flex;
}

.kora-h2-vivir {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.kora-divider {
  background-color: #fff;
  width: calc(100% - 50px);
  height: 1px;
  margin: 2px 50px 2px 0;
}

.kora-vivir-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.3;
}

.kora-vivir-p {
  margin: 0;
}

.kora-vivir-list {
  margin: 0;
  padding-left: 40px;
}

.kora-vivir-li {
  margin: 0;
}

.kora-alma {
  background-image: url(/images/kora-IMG-KORA-ATARDECER.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.kora-bgtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000e0;
  word-spacing: 15px;
  max-width: 1140px;
  margin: 250px auto;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 56px;
}

.kora-pilares {
  justify-content: space-evenly;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.kora-pilar-intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #a84540;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding: 80px 10px 80px 50px;
  display: flex;
}

.kora-pilar-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.kora-pilar-sub {
  color: #fff;
  letter-spacing: 9.7px;
  text-transform: uppercase;
  word-spacing: 3px;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
}

.kora-pilar-verde {
  background-color: #6daf99;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.kora-pilar-naranja {
  background-color: #d67127;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.kora-pilar-amarillo {
  background-color: #eaa200;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.kora-pilar-imgwrap {
  text-align: center;
  margin: 30px 10px;
}

.kora-pilar-img {
  width: 40%;
  height: auto;
  display: inline-block;
}

.kora-suite {
  background-color: #eae6e5;
  flex-direction: column;
  padding: 0 10px;
  display: flex;
}

.kora-h2-suite {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 1140px;
  margin: 50px auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.kora-embed-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.kora-vista {
  background-color: #eae6e5;
  flex-direction: column;
  display: flex;
}

.kora-h2-center {
  color: #a84540;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 1140px;
  margin: 50px auto 20px;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.kora-embed-full {
  width: 100%;
}

.kora-amen {
  background-color: #222;
  padding: 0 0 70px;
}

.kora-h2-amen {
  color: #eae6e5;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 70px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.kora-amen-row {
  padding: 10px;
  display: flex;
}

.kora-amen-label {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  padding: 10px;
  display: flex;
}

.kora-amen-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.kora-amen-media {
  width: 60%;
  padding: 10px;
}

.kora-amen-img {
  width: 80%;
  height: auto;
  display: block;
}

.kora-amen-img-movil {
  width: 100%;
  height: auto;
  display: none;
}

.kora-momentos {
  background-image: url(/images/kora-IMG-KORA-URBAN-SOUL.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.kora-estilo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #eae6e5;
  flex-direction: column;
  padding: 80px 10px 10px;
  display: flex;
}

.kora-h2-estilo {
  color: #a84540;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.kora-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.kora-gal-item {
  aspect-ratio: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.kora-gal-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kora-gal-overlay {
  opacity: 0;
  background-color: #a84540;
  transition: opacity .8s;
  position: absolute;
  inset: 0;
}

.kora-gal-overlay:hover {
  opacity: 1;
}

.kora-listo {
  background-color: #eae6e5;
  padding: 80px 10px 10px;
}

.kora-contacto {
  background-color: #eae6e5;
  padding: 0 0 50px;
}

.kora-contacto-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
}

.kora-map-col {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-right: 50px;
  padding: 10px;
  display: flex;
}

.kora-form-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  padding: 10px 50px 50px;
  display: flex;
}

.kora-form-intro {
  color: #c2433c;
  text-align: justify;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.kora-form {
  margin-top: 0;
  margin-bottom: 0;
}

.kora-form-grid {
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.kora-field {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.kora-field-half {
  width: 50%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.kora-label {
  color: #c2433c;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.3;
  display: block;
}

.kora-req {
  color: red;
  padding-left: .2em;
}

.kora-input {
  color: #666;
  background-color: #eae6e5;
  border: .5px solid #c2433c;
  border-radius: 5px;
  width: 100%;
  min-height: 40px;
  padding: 6px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  display: block;
}

.kora-submit {
  color: #fff;
  cursor: pointer;
  background-color: #c2433c;
  border-width: 0;
  border-radius: 3px;
  width: 100%;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  transition: transform .3s, background-color .3s;
  display: block;
}

.kora-submit:hover {
  background-color: #6daf99;
  transform: scale(.9);
}

.kora-select {
  color: #666;
  appearance: none;
  background-color: #eae6e5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23C2433C' d='M0 0h10L5 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  border: .5px solid #c2433c;
  border-radius: 5px;
  width: 100%;
  min-height: 40px;
  padding: 6px 40px 6px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  display: block;
}

.mv-page {
  color: #2a302e;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: clip;
}

.mv-hdr {
  z-index: 2;
  background-color: #2a302e;
  border-bottom: 1px solid #54575f;
  padding: 22px 30px 20px;
  position: relative;
}

.mv-hdr-in {
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mv-hdr-logo {
  align-items: center;
  width: 29.698%;
  padding-right: 10px;
  display: flex;
}

.mv-logo-link {
  width: 74.812%;
  padding-right: 25px;
  display: block;
}

.mv-logo-img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-hdr-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 50.215%;
  padding-top: 4px;
  padding-bottom: 6px;
  display: flex;
}

.mv-menu-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: color .3s;
}

.mv-menu-link:hover, .mv-menu-link.mv-menu-activo, .mv-menu-activo {
  color: #bca485;
}

.mv-hdr-redes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 11.012%;
  padding-left: 10px;
  display: flex;
}

.mv-red-link {
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 0;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.mv-red-link:hover {
  color: #bca485;
}

.mv-red-link.mv-ico-fb {
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mv-red-link.mv-ico-fb:hover {
  background-color: #bca485;
}

.mv-red-link.mv-ico-ig {
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mv-red-link.mv-ico-ig:hover {
  background-color: #bca485;
}

.mv-hdr-m {
  display: none;
}

.mv-hdr-mbar {
  background-color: #bca485;
  height: 55px;
  padding: 10px;
  position: relative;
}

.mv-burger {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  width: 32px;
  height: 35px;
  padding: 0;
  font-size: 0;
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mv-mmenu {
  background-color: #fff;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  box-shadow: 0 10px 20px #00000026;
}

.mv-mmenu-link {
  color: #3b3d42;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.mv-mmenu-link:hover {
  color: #bca485;
}

.mv-hdr-mblock {
  background-color: #2a302e;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.mv-mlogo-link {
  width: 100%;
  display: block;
}

.mv-mlogo-img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-mredes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
}

.mv-sl {
  z-index: 1;
  height: 739px;
  margin-top: -137px;
  position: relative;
}

.mv-sl-view {
  height: 734px;
  position: relative;
  overflow: hidden;
}

.mv-sl-track {
  height: 100%;
  transition: transform .5s;
  display: flex;
}

.mv-sl-slide {
  background-color: #2a302e;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 100%;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.mv-sl-slide.mv-sl-s1 {
  background-image: url(/images/mv-render-1.webp);
}

.mv-sl-slide.mv-sl-s2 {
  background-image: url(/images/mv-dji-0279-1.webp);
}

.mv-sl-slide.mv-sl-s3 {
  background-image: url(/images/mv-edificio-3.webp);
}

.mv-sl-slide.mv-sl-s4 {
  background-image: url(/images/mv-edificio-4.webp);
}

.mv-sl-s1 {
  background-image: url(/images/mv-render-1.webp);
}

.mv-sl-s2 {
  background-image: url(/images/mv-dji-0279-1.webp);
}

.mv-sl-s3 {
  background-image: url(/images/mv-edificio-3.webp);
}

.mv-sl-s4 {
  background-image: url(/images/mv-edificio-4.webp);
}

.mv-sl-content {
  width: 100%;
  max-width: 1170px;
  margin-left: 30px;
  margin-right: 30px;
}

.mv-sl-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 31px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
}

.mv-sl-sub {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 6px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.mv-sl-desc {
  color: #fff;
  letter-spacing: 44.5px;
  text-transform: uppercase;
  margin: 14px 0 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.mv-sl-dots {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 147px;
}

.mv-sl-dot {
  opacity: .5;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 8px;
  transition: opacity .3s;
}

.mv-sl-thumbs {
  z-index: 3;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: none;
  position: absolute;
  top: 688px;
  left: 50%;
  transform: translateX(-50%);
}

.mv-sl-thumb {
  cursor: pointer;
  flex: 0 0 120px;
  width: 120px;
  height: 80px;
}

.mv-sl-thumb.mv-sl-s1 {
  background-image: url(/images/mv-render-1.webp);
  background-position: 50%;
  background-size: cover;
}

.mv-sl-thumb.mv-sl-s2 {
  background-image: url(/images/mv-dji-0279-1.webp);
  background-position: 50%;
  background-size: cover;
}

.mv-sl-thumb.mv-sl-s3 {
  background-image: url(/images/mv-edificio-3.webp);
  background-position: 50%;
  background-size: cover;
}

.mv-sl-thumb.mv-sl-s4 {
  background-image: url(/images/mv-edificio-4.webp);
  background-position: 50%;
  background-size: cover;
}

.mv-pano {
  z-index: 2;
  background-color: #2a302e;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.mv-pano-track {
  height: 100%;
  transition: transform .5s;
  display: flex;
}

.mv-pano-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 100%;
  height: 100%;
}

.mv-pano-img.mv-pano-1 {
  background-image: url(/images/mv-panorama-1.webp);
}

.mv-pano-img.mv-pano-2 {
  background-image: url(/images/mv-panorama-2.webp);
}

.mv-pano-1 {
  background-image: url(/images/mv-panorama-1.webp);
}

.mv-pano-2 {
  background-image: url(/images/mv-panorama-2.webp);
}

.mv-wrap {
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mv-kicker {
  color: #bca485;
  letter-spacing: 32.6px;
  text-transform: uppercase;
  margin: -2px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.mv-kicker.mv-b6-kicker {
  text-align: center;
  margin-top: 0;
  padding-bottom: 30px;
}

.mv-kicker.mv-b8-kicker {
  text-align: center;
  letter-spacing: 31.6px;
  margin-top: 3%;
}

.mv-tl {
  color: #2a302e;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 47px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1.13;
}

.mv-tl.mv-tl-cont {
  margin-top: 0;
}

.mv-tl.mv-b8-tl {
  text-align: center;
  margin-top: 57px;
}

.mv-tl.mv-b12-tl {
  color: #fff;
  margin-top: 57px;
}

.mv-tl.mv-b14-tl {
  margin-top: 57px;
}

.mv-tl.mv-b15-tl {
  text-align: center;
  margin-top: 0;
}

.mv-tb {
  color: #2a302e;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.13;
}

.mv-tb.mv-b8-tb {
  text-align: center;
}

.mv-tb.mv-b12-tb {
  color: #fff;
}

.mv-tb.mv-b15-tb {
  text-align: center;
}

.mv-p {
  color: #2a302e;
  margin: 0 0 1em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.mv-p.mv-p-top {
  margin-top: 33px;
}

.mv-p.mv-p-top.mv-reg-p {
  text-align: justify;
}

.mv-p.mv-p-sep {
  margin-top: 33px;
  margin-bottom: 1em;
}

.mv-b4 {
  padding: 119px 15px 30px;
}

.mv-b4-c1 {
  width: 33.33%;
}

.mv-b4-box {
  border: 2px solid #bca485;
  margin: 0 114px 8px 15px;
  padding: 28px 5px 55px 15px;
}

.mv-b4-num {
  color: #bca485;
  text-align: center;
  margin-top: -9px;
  font-family: Montserrat, sans-serif;
  font-size: 160px;
  font-weight: 800;
  line-height: 1;
}

.mv-b4-vend {
  color: #2a302e;
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
}

.mv-b4-uni {
  color: #2a302e;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.mv-b4-c2 {
  width: 33.33%;
  padding: 0 15px;
}

.mv-b4-c3 {
  width: 33.33%;
  padding: 62px 15px 0;
}

.mv-tl-cont {
  margin-top: 0;
}

.mv-p-top {
  margin-top: 33px;
}

.mv-b5 {
  padding: 84px 15px 120px;
}

.mv-b5-c1 {
  width: 40%;
  padding: 0 15px;
}

.mv-b5-c2 {
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  padding: 0 15px;
  display: flex;
}

.mv-b5-img1 {
  text-align: right;
}

.mv-b5-foto {
  vertical-align: middle;
  width: 570px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.mv-b5-img2 {
  z-index: 1;
  text-align: left;
  margin: -269px 0 0 20px;
  position: relative;
}

.mv-b5-deco {
  vertical-align: middle;
  width: 235px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.mv-b6 {
  background-color: #2a302e;
  padding: 90px 15px 70px;
}

.mv-b6-kicker {
  text-align: center;
  margin-top: 0;
  padding-bottom: 30px;
}

.mv-b6-row {
  flex-wrap: wrap;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mv-b6-col {
  width: 33.33%;
  padding: 10px 0;
}

.mv-cnt-num {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.13;
}

.mv-cnt-tit {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1.13;
}

.mv-b7 {
  max-width: 1140px;
  margin: 100px auto -30px;
  padding-bottom: 6px;
}

.mv-b8 {
  padding: 118px 0 0;
}

.mv-gal {
  flex-wrap: wrap;
  display: flex;
}

.mv-gal-item {
  width: 33.333%;
  padding: 0 10px;
}

.mv-gal-img {
  aspect-ratio: 3 / 2;
  cursor: zoom-in;
  object-fit: cover;
  width: 100%;
  display: block;
}

.mv-b8-kicker {
  text-align: center;
  letter-spacing: 31.6px;
  margin-top: 3%;
}

.mv-b8-tl {
  text-align: center;
  margin-top: 57px;
}

.mv-b8-tb {
  text-align: center;
}

.mv-am {
  flex-wrap: wrap;
  margin-top: 59px;
  display: flex;
}

.mv-am-item {
  aspect-ratio: 1;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.mv-am-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.mv-am-ov {
  opacity: 0;
  background-color: #bca485;
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
  display: flex;
  position: absolute;
  inset: 0;
}

.mv-am-ov:hover {
  opacity: 1;
}

.mv-am-plus {
  background-color: #2a302e;
  width: 30px;
  height: 30px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mv-b10 {
  padding: 84px 15px 20px;
}

.mv-p-sep {
  margin-bottom: 24px;
}

.mv-b10-img {
  text-align: center;
}

.mv-b10-foto {
  vertical-align: middle;
  width: 79%;
  height: auto;
  display: inline-block;
}

.mv-b12 {
  background-color: #2a302e;
  background-image: url(/images/mv-banner-presentacion.webp);
  background-repeat: repeat;
  background-size: auto;
  padding: 100px 15px 110px;
}

.mv-b12-col {
  width: 33.33%;
  padding: 0 15px 8px;
}

.mv-b12-tl {
  color: #fff;
  margin-top: 57px;
}

.mv-b12-tb {
  color: #fff;
}

.mv-b12-foto {
  width: 100%;
  height: auto;
  display: block;
}

.mv-b14 {
  flex-wrap: wrap;
  margin-top: 100px;
  display: flex;
}

.mv-b14-map {
  width: 55%;
}

.mv-b14-info {
  width: 45%;
  padding: 0 0 0 128px;
}

.mv-b14-logo {
  padding-bottom: 30px;
}

.mv-b14-logoimg {
  width: 35%;
  height: auto;
  display: block;
}

.mv-b14-tl {
  margin-top: 57px;
}

.mv-b14-txt {
  color: #2a302e;
  margin: 0 0 1em;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.64em;
}

.mv-b14-txt.mv-b14-dir {
  margin-top: 25px;
}

.mv-b14-txt.mv-b14-tel {
  text-shadow: 0 0 10px #0000004d;
  margin-top: 14px;
}

.mv-b14-txt.mv-b14-mail {
  margin-bottom: 0;
  line-height: 1;
}

.mv-b14-dir {
  margin-top: 25px;
}

.mv-b14-tel {
  text-shadow: 0 0 10px #0000004d;
  margin-top: 14px;
}

.mv-b14-mail {
  line-height: 1;
}

.mv-b14-maillink {
  color: #b08d57;
  text-decoration: none;
}

.mv-b15 {
  padding: 100px 0 132px;
}

.mv-b15-in {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.mv-b15-tl {
  text-align: center;
  margin-top: 0;
}

.mv-b15-tb {
  text-align: center;
}

.mv-b15-sp {
  height: 55px;
}

.mv-ft {
  background-color: #2a302e;
  padding: 0 30px;
}

.mv-ft-in {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.mv-ft-r1 {
  border-bottom: 1px solid #ffffff4d;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.mv-ft-logo {
  width: 14.103%;
}

.mv-ft-logoimg {
  width: 153px;
  max-width: 100%;
  height: auto;
  margin: 2px 12px 9px 0;
  display: block;
}

.mv-ft-lema {
  border-left: 1px solid #ffffff4d;
  width: 85.897%;
  padding: 5px 0 5px 20px;
}

.mv-ft-txt {
  color: #8d8d8d;
  margin: 0 0 1em;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.mv-ft-r2 {
  flex-wrap: wrap;
  align-items: center;
  margin: 14px 0;
  padding-bottom: 5px;
  display: flex;
}

.mv-ft-copy {
  width: 41.3%;
}

.mv-ft-redes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  width: 58.7%;
  display: flex;
}

.mv-ft-red {
  background-color: #8d8d8d;
  width: 15px;
  height: 15px;
  font-size: 0;
  transition: background-color .3s;
  display: block;
}

.mv-ft-red:hover {
  background-color: #27bfe7;
}

.mv-ft-red.mv-ft-fb {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mv-ft-red.mv-ft-ig {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mv-form {
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 0;
  display: flex;
}

.mv-frow {
  flex-wrap: wrap;
  column-gap: 5px;
  display: flex;
}

.mv-ffull {
  flex: 100%;
  margin-bottom: 15px;
}

.mv-fhalf {
  flex: 45%;
  min-width: 260px;
  margin-bottom: 15px;
}

.mv-input {
  width: 100%;
  height: 30px;
  box-shadow: none;
  color: #2a302e;
  appearance: none;
  background-color: #0000;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #bca485;
  border-radius: 0;
  outline-style: none;
  margin-bottom: 30px;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.mv-input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #1b1f29;
}

.mv-input::placeholder {
  color: #2a302e;
}

.mv-input.mv-textarea {
  resize: vertical;
  height: 173px;
  min-height: 173px;
}

.mv-input.mv-select {
  cursor: pointer;
  height: 36.4px;
}

.mv-ftitle {
  color: #2a302e;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  display: block;
}

.mv-submit {
  color: #e2e2e2;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #bca485;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  align-self: flex-start;
  margin-left: 290px;
  padding: 20px 65px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
}

.mv-submit:hover {
  color: #1b1f29;
  background-color: #0000;
  border-width: 2px;
  border-color: #1b1f29;
}

.mv-hdrb {
  background-color: #2a302e;
}

.mv-hdrb-bar {
  background-color: #bca485;
  height: 20px;
  display: none;
}

.mv-hdrb-in {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 30px 20px;
}

.mv-hdrb-logo {
  width: 252px;
  padding-right: 25px;
  display: block;
}

.mv-hdrb-img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-reg-p {
  text-align: justify;
}

.mv-reg-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #bca485;
  border-radius: 0;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: transform .3s;
  display: inline-block;
}

.mv-reg-btn:hover {
  transform: scale(1.1);
}

.mv-sp70 {
  height: 70px;
}

.mv-pol {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.mv-pol-h1 {
  color: #2a302e;
  text-align: left;
  letter-spacing: 0;
  margin: 47px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1.13;
}

.mv-pol-txt {
  color: #2a302e;
  text-align: justify;
  margin-top: 53px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.mv-pol-p {
  margin: 0 0 26px;
}

.mv-pol-p.mv-pol-p2 {
  margin-bottom: 52px;
}

.mv-pol-p.mv-pol-last {
  margin-bottom: 0;
}

.mv-pol-p2 {
  margin-bottom: 52px;
}

.mv-pol-last {
  margin-bottom: 0;
}

.mv-fcheck {
  color: #2a302e;
  cursor: pointer;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.mv-fcheck-box {
  cursor: pointer;
  accent-color: #bca485;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.mv-fcheck-link {
  color: #b08d57;
  text-decoration: underline;
}

.mk-hist-cta {
  grid-column: 1 / -1;
  justify-content: flex-end;
  margin-top: 4px;
  display: flex;
}

.mk-hist {
  z-index: 3000;
  background-color: #211e1cb8;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.mk-hist-box {
  background-color: #fdf7ec;
  border-radius: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  max-width: 1120px;
  height: min(680px, 100vh - 48px);
  max-height: calc(100vh - 48px);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px #211e1c59;
}

.mk-hist-media {
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.mk-hist-img {
  object-fit: cover;
  object-position: 64% 60%;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
}

.mk-hist-body {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(24px, 5vh, 52px) clamp(28px, 3.4vw, 52px) clamp(22px, 4.5vh, 44px);
  display: flex;
  overflow-y: auto;
}

.mk-hist-kicker {
  color: #6e3f0e;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-left: 2px solid #db9558;
  margin-top: 0;
  margin-bottom: clamp(8px, 1.6vh, 16px);
  padding-left: 11px;
  font-size: 11px;
  font-weight: 600;
}

.mk-hist-title {
  color: #433f3b;
  letter-spacing: -.015em;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: clamp(10px, 2.2vh, 22px);
  font-size: clamp(24px, 4.4vh, 38px);
  font-weight: 300;
  line-height: 1.08;
}

.mk-hist-lead {
  color: #433f3b;
  margin-top: 0;
  margin-bottom: clamp(8px, 1.4vh, 14px);
  font-size: clamp(14.5px, 2.2vh, 18px);
  font-weight: 400;
  line-height: 1.5;
}

.mk-hist-p {
  color: #5c574f;
  margin-top: 0;
  margin-bottom: clamp(12px, 2.4vh, 24px);
  font-size: clamp(13.5px, 1.9vh, 15px);
  font-weight: 400;
  line-height: 1.6;
}

.mk-hist-award {
  border-top: 1px solid #433f3b2e;
  border-bottom: 1px solid #433f3b2e;
  width: 100%;
  margin-bottom: clamp(12px, 2.4vh, 24px);
  padding-top: clamp(8px, 1.4vh, 14px);
  padding-bottom: clamp(8px, 1.4vh, 14px);
}

.mk-hist-award-k {
  color: #6e3f0e;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 600;
}

.mk-hist-award-t {
  color: #433f3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.mk-hist-quote {
  color: #433f3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(17px, 2.6vh, 22px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.mk-hist-x {
  z-index: 2;
  color: #433f3b;
  background-color: #fdf7eceb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 16px;
  right: 18px;
}

.mk-hist-x.mk-hist-volver {
  color: #433f3b;
  letter-spacing: .14em;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #db9558;
  border-radius: 0;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.mkb-sec {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: linear-gradient(#ede5d4 0%, #dcd9d7 45%, #c9c5c1 90%, #8e877f 100%);
  flex-direction: column;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 112px max(clamp(20px, 5vw, 72px), 50% - 740px) 120px;
  display: flex;
}

.mkb-head {
  max-width: 820px;
}

.mkb-kicker {
  color: #db9558;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-left: 2px solid #db9558;
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 11px;
  font-size: 11px;
  font-weight: 600;
}

.mkb-h1 {
  color: #433f3b;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 300;
  line-height: 1.04;
}

.mkb-lede {
  color: #5c574f;
  max-width: 56ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.55;
}

.mkb-label {
  color: #6e3f0e;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
}

.mkb-h2 {
  color: #433f3b;
  border-top: 1px solid #433f3b2e;
  margin-top: 0;
  margin-bottom: 22px;
  padding-top: 28px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
}

.mkb-feat {
  color: #433f3b;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: start;
  gap: 24px 44px;
  text-decoration: none;
  display: grid;
}

.mkb-feat-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  display: block;
}

.mkb-cat {
  color: #6e3f0e;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
}

.mkb-feat-title {
  color: #433f3b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.08;
}

.mkb-sum {
  color: #5c574f;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.55;
}

.mkb-meta {
  color: #5c574f;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 13px;
}

.mkb-more {
  color: #db9558;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #db9558;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.mkb-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 32px;
  display: grid;
}

.mkb-card {
  color: #433f3b;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.mkb-card-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.mkb-card-title {
  color: #433f3b;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.mka {
  color: #433f3b;
  flex-direction: column;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 20px 96px;
  display: flex;
}

.mka-back {
  color: #5c574f;
  align-self: flex-start;
  margin-bottom: 28px;
  font-size: 13px;
  text-decoration: none;
}

.mka-cat {
  color: #6e3f0e;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-left: 2px solid #db9558;
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 11px;
  font-size: 11px;
  font-weight: 600;
}

.mka-h1 {
  color: #433f3b;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.06;
}

.mka-sum {
  color: #5c574f;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 19px;
  line-height: 1.5;
}

.mka-by {
  border-top: 1px solid #433f3b2e;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  margin-bottom: 32px;
  padding-top: 16px;
  display: flex;
}

.mka-author {
  color: #433f3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.mka-role, .mka-date {
  color: #5c574f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.mka-cover {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.mka-body {
  color: #433f3b;
  font-size: 18px;
  line-height: 1.7;
}

.mka-foot {
  border-top: 1px solid #433f3b2e;
  margin-top: 48px;
  padding-top: 24px;
}

.mka-backlink {
  color: #433f3b;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #db9558;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.kora-fcheck {
  color: #c2433c;
  cursor: pointer;
  align-items: flex-start;
  column-gap: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.kora-fcheck-box {
  cursor: pointer;
  accent-color: #c2433c;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.kora-fcheck-link {
  color: #c2433c;
  font-weight: 500;
  text-decoration: underline;
}

.hero-button-icon {
  align-items: center;
  display: flex;
}

.mk-ico {
  flex-shrink: 0;
  place-items: center;
  display: grid;
}

.arq-ico {
  align-items: center;
  display: flex;
}

.mk-projlogo {
  object-fit: contain;
  display: block;
}

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

  .rutas-cards-row {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .rutas-card {
    flex-basis: 100%;
  }

  .rutas-panel-wrap {
    grid-template-columns: 1fr;
    gap: 16px 24px;
    margin-top: 12px;
  }

  .rutas-panel-vivienda, .rutas-panel-inversion {
    padding-top: 12px;
  }

  .rutas-panel-copy {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .rutas-btn-primary-light.mk-hist-go {
    align-self: center;
    margin-top: 0;
    margin-bottom: 49px;
  }

  .proyectos-detail-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .proyectos-gallery-item {
    width: 60%;
  }

  .proyectos-gallery-img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .rutas-change-profile {
    margin-top: 16px;
  }

  .rutas-status-hint {
    margin-top: 12px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .btile.feature, .btile-feature {
    grid-column: 1 / -1;
  }

  .arq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .arq-tree {
    min-width: 0;
    max-width: 100%;
  }

  .lid-wrap {
    grid-template-columns: 1fr;
  }

  .lid-video {
    width: 100%;
    max-width: 100%;
  }

  .mv-hdr {
    padding: 30px 10px;
  }

  .mv-hdr-in {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mv-hdr-logo {
    justify-content: center;
    width: 100%;
    padding: 0 10px 10px 0;
  }

  .mv-logo-link {
    width: 287px;
    padding-right: 25px;
  }

  .mv-hdr-menu {
    justify-content: flex-start;
    width: 74%;
    padding-top: 2px;
    padding-bottom: 0;
  }

  .mv-hdr-redes {
    width: 13%;
  }

  .mv-sl {
    height: 765px;
    margin-top: -5px;
  }

  .mv-sl-view {
    height: 760px;
  }

  .mv-sl-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mv-sl-title, .mv-sl-sub {
    font-size: 40px;
  }

  .mv-sl-desc {
    font-size: 15px;
  }

  .mv-sl-dots {
    left: 20px;
  }

  .mv-sl-thumbs {
    top: 714px;
  }

  .mv-kicker {
    letter-spacing: 14px;
    font-size: 15px;
  }

  .mv-kicker.mv-b6-kicker {
    letter-spacing: 32.6px;
    font-size: 15px;
  }

  .mv-kicker.mv-b8-kicker {
    letter-spacing: 31.6px;
    font-size: 15px;
  }

  .mv-kicker.mv-b12-kicker {
    letter-spacing: 32.6px;
    font-size: 15px;
  }

  .mv-kicker.mv-b14-kicker {
    letter-spacing: 22px;
    font-size: 15px;
  }

  .mv-tl {
    margin-top: 39px;
    font-size: 40px;
  }

  .mv-tl.mv-tl-cont {
    margin-top: 0;
  }

  .mv-tl.mv-b8-tl, .mv-tl.mv-b12-tl, .mv-tl.mv-b14-tl {
    margin-top: 39px;
  }

  .mv-tl.mv-b15-tl {
    margin-top: 0;
  }

  .mv-tb {
    font-size: 40px;
  }

  .mv-tb.mv-b12-tb {
    font-size: 30px;
  }

  .mv-p {
    font-size: 15px;
  }

  .mv-b4 {
    padding: 150px 5px 30px;
  }

  .mv-b4-c1 {
    width: 100%;
  }

  .mv-b4-box {
    margin: 0 30%;
  }

  .mv-b4-num {
    font-size: 80px;
  }

  .mv-b4-vend {
    font-size: 40px;
  }

  .mv-b4-c2 {
    width: 50%;
    padding: 40px 15px 0;
  }

  .mv-b4-c3 {
    width: 50%;
    padding: 95px 15px 0;
  }

  .mv-b5 {
    padding: 84px 5px 120px;
  }

  .mv-b5-img1 {
    padding-left: 16%;
  }

  .mv-b5-img2 {
    margin: -180px 0 0 10px;
  }

  .mv-b6-kicker {
    font-size: 15px;
  }

  .mv-cnt-num {
    font-size: 35px;
  }

  .mv-cnt-tit {
    font-size: 20px;
  }

  .mv-b8-kicker {
    font-size: 15px;
  }

  .mv-b8-tl {
    margin-top: 39px;
  }

  .mv-am-item {
    width: 50%;
  }

  .mv-b10 {
    padding: 84px 5px 120px;
  }

  .mv-b10-foto {
    width: 100%;
  }

  .mv-b12 {
    padding: 132px 5px 93px;
  }

  .mv-b12-tl {
    margin-top: 39px;
  }

  .mv-b12-tb {
    padding-right: 0;
    font-size: 30px;
  }

  .mv-b12-kicker {
    letter-spacing: 32.6px;
    font-size: 15px;
  }

  .mv-b14-info {
    padding: 0 0 0 40px;
  }

  .mv-b14-tl {
    margin-top: 39px;
  }

  .mv-b14-txt {
    font-size: 15px;
  }

  .mv-b14-kicker {
    letter-spacing: 22px;
    font-size: 15px;
  }

  .mv-b15 {
    padding: 100px 20px 132px;
  }

  .mv-b15-in {
    max-width: 700px;
  }

  .mv-b15-tb {
    padding-right: 0;
  }

  .mv-ft {
    padding: 30px 70px;
  }

  .mv-ft-r1 {
    padding-top: 5px;
  }

  .mv-ft-logo {
    justify-content: center;
    width: 100%;
    padding: 0 200px;
    display: flex;
  }

  .mv-ft-logoimg {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .mv-ft-lema {
    text-align: center;
    width: 100%;
    padding: 10px 0 5px;
  }

  .mv-ft-r2 {
    margin: 0;
  }

  .mv-ft-copy {
    text-align: center;
    width: 100%;
  }

  .mv-ft-redes {
    justify-content: center;
    width: 100%;
  }

  .mv-input {
    margin-bottom: 50px;
  }

  .mv-submit {
    margin-left: 240px;
  }

  .mv-pol-h1 {
    margin-top: 39px;
    font-size: 40px;
  }

  .mv-pol-txt {
    font-size: 15px;
  }

  .mk-hist-box {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    height: calc(100vh - 24px);
    padding-top: 16px;
  }

  .mk-hist-media {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .mk-hist-img {
    min-height: 0;
    max-height: none;
  }

  .mk-hist-body {
    justify-content: flex-start;
    min-height: 0;
    padding: 20px 20px 18px;
  }

  .mk-hist-kicker {
    margin-bottom: 40px;
  }

  .mk-hist-title {
    margin-bottom: 36px;
    font-size: clamp(21px, 3.3vh, 28px);
  }

  .mk-hist-lead {
    margin-bottom: 34px;
  }

  .mk-hist-p {
    margin-bottom: 62px;
  }

  .mk-hist-award {
    margin-bottom: 65px;
  }

  .mk-hist-quote {
    margin-bottom: 41px;
  }

  .mkb-feat {
    grid-template-columns: 1fr;
  }

  .mkb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 62px;
  }

  .header-nav {
    z-index: 999;
    background-color: var(--taupe);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-left: 0;
    display: none;
    position: fixed;
    inset: 62px 0 0;
  }

  .header-nav.is-open, .header-hamburger {
    display: flex;
  }

  .hero {
    height: 100svh;
    min-height: 560px;
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .hero-title {
    font-size: 42px;
  }

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

  .rutas-cards-row {
    flex-direction: column;
    flex-grow: 0;
    gap: 14px;
  }

  .rutas-card {
    min-height: 260px;
    padding: 20px;
  }

  .rutas-card:hover {
    flex-grow: 1;
  }

  .rutas-btn-primary-light.mk-hist-go {
    align-self: center;
    margin-top: 0;
    margin-bottom: 49px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .proyectos-tiles-row {
    flex-direction: column;
    gap: 10px;
    height: auto;
    min-height: auto;
  }

  .proyectos-tile {
    min-height: 260px;
  }

  .proyectos-tile-bg {
    height: 100%;
  }

  .proyectos-gallery-img {
    height: auto;
  }

  .contacto-layout {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    min-width: 0;
  }

  .contacto-form {
    flex-basis: auto;
    width: 100%;
    min-width: 0;
    padding: 24px 20px;
  }

  .contacto-aside {
    border-top: 1px solid var(--line);
    border-left-width: 0;
    width: 100%;
    min-width: 0;
    padding-top: 24px;
    padding-left: 0;
  }

  .footer-top {
    flex-direction: column;
  }

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

  .rutas-vivienda-barrio-img {
    min-height: 220px;
  }

  .arq-leaves {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .arq-leaf {
    min-width: 0;
  }

  .lid-portrait {
    aspect-ratio: 3 / 4;
    width: 100%;
    max-width: 260px;
    height: auto;
  }

  .footer-wrap {
    padding-top: 48px;
  }

  .kora-hero {
    background-position: -910px 0;
  }

  .kora-hero-overlay {
    display: block;
  }

  .kora-hero-content {
    width: 100%;
    margin: 25px;
    padding: 10px;
  }

  .kora-hero-title {
    margin-bottom: 0;
  }

  .kora-btn {
    text-align: center;
    max-width: 100%;
  }

  .kora-concept {
    flex-wrap: wrap;
    min-height: 490px;
  }

  .kora-concept-col1 {
    justify-content: flex-end;
    width: 100%;
    min-height: 100px;
    margin-left: 0;
  }

  .kora-h2-concept {
    margin-left: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .kora-concept-col2 {
    width: 100%;
  }

  .kora-concept-text {
    margin-left: 20px;
  }

  .kora-concept-col3 {
    width: 100%;
    margin-right: 0;
  }

  .kora-vivir {
    flex-wrap: wrap;
  }

  .kora-vivir-media {
    width: 100%;
    margin: 30px 0 0;
  }

  .kora-vivir-copy {
    width: 100%;
    margin: 10px;
  }

  .kora-h2-vivir {
    margin-left: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .kora-divider {
    width: 100%;
    margin-right: 0;
  }

  .kora-bgtitle {
    word-spacing: .2em;
    margin: 50px auto;
    font-size: 20px;
    line-height: 20px;
  }

  .kora-pilares {
    flex-wrap: wrap;
  }

  .kora-pilar-intro, .kora-pilar-verde, .kora-pilar-naranja, .kora-pilar-amarillo {
    width: 100%;
  }

  .kora-suite {
    padding: 0;
  }

  .kora-h2-suite, .kora-h2-center {
    margin: 20px auto 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .kora-h2-amen {
    padding: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .kora-amen-row {
    flex-wrap: wrap;
    padding: 0;
  }

  .kora-amen-label {
    align-items: center;
    width: 100%;
  }

  .kora-amen-title {
    text-align: center;
  }

  .kora-amen-media {
    width: 100%;
    padding: 0;
  }

  .kora-amen-img {
    display: none;
  }

  .kora-amen-img-movil {
    display: block;
  }

  .kora-estilo {
    padding-top: 50px;
  }

  .kora-h2-estilo {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .kora-gallery {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .kora-contacto {
    padding-bottom: 0;
  }

  .kora-contacto-inner {
    flex-wrap: wrap;
  }

  .kora-map-col {
    width: 100%;
    margin-right: 0;
  }

  .kora-form-col {
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 20px;
  }

  .kora-field-half {
    width: 100%;
  }

  .mv-hdr {
    display: none;
  }

  .mv-hdr-m {
    z-index: 50;
    display: block;
    position: sticky;
    top: 0;
  }

  .mv-sl {
    margin-bottom: 0;
  }

  .mv-sl-title {
    margin-top: 0;
    font-size: 50px;
  }

  .mv-sl-sub {
    font-size: 50px;
  }

  .mv-sl-desc {
    letter-spacing: 20px;
    font-size: 20px;
  }

  .mv-sl-dots {
    bottom: 14px;
  }

  .mv-sl-thumbs {
    display: none;
  }

  .mv-pano {
    height: 300px;
  }

  .mv-kicker.mv-b6-kicker, .mv-kicker.mv-b8-kicker {
    letter-spacing: 10px;
    font-size: 16px;
  }

  .mv-kicker.mv-b12-kicker {
    text-align: center;
    letter-spacing: 15px;
    font-size: 16px;
  }

  .mv-kicker.mv-b14-kicker {
    letter-spacing: 15px;
    font-size: 16px;
  }

  .mv-tl {
    margin-top: 30px;
  }

  .mv-tl.mv-tl-cont {
    margin-top: 0;
  }

  .mv-tl.mv-b8-tl {
    margin-top: 30px;
  }

  .mv-tl.mv-b12-tl {
    text-align: center;
    margin-top: 30px;
  }

  .mv-tl.mv-b14-tl {
    margin-top: 30px;
  }

  .mv-tl.mv-b15-tl {
    margin-top: 0;
  }

  .mv-tb.mv-b12-tb {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
  }

  .mv-p {
    font-size: 16px;
    line-height: 1.643em;
  }

  .mv-b4 {
    padding: 150px 0 30px;
  }

  .mv-b4-box {
    margin: -20% 12% 15%;
  }

  .mv-b4-num {
    font-size: 160px;
  }

  .mv-b4-vend {
    font-size: 50px;
  }

  .mv-b4-c2 {
    width: 100%;
  }

  .mv-b4-c3 {
    width: 100%;
    padding: 25px 15px 0;
  }

  .mv-b5 {
    padding: 60px 0;
  }

  .mv-b5-c1, .mv-b5-c2 {
    width: 100%;
  }

  .mv-b5-img1 {
    text-align: center;
    padding: 20px 0 0;
  }

  .mv-b5-foto {
    width: 100%;
  }

  .mv-b5-img2 {
    text-align: center;
    margin: 0;
    padding-top: 15px;
  }

  .mv-b5-deco {
    width: 100%;
  }

  .mv-b6 {
    padding: 60px 20px 50px;
  }

  .mv-b6-kicker {
    letter-spacing: 10px;
    font-size: 16px;
  }

  .mv-b6-col {
    width: 100%;
  }

  .mv-cnt-num {
    font-size: 50px;
  }

  .mv-cnt-tit {
    font-size: 28px;
  }

  .mv-b7 {
    max-width: none;
  }

  .mv-b8 {
    padding: 60px 0 0;
  }

  .mv-gal-item {
    width: 100%;
    padding: 0;
  }

  .mv-b8-kicker {
    letter-spacing: 10px;
    font-size: 16px;
  }

  .mv-b8-tl {
    margin-top: 30px;
  }

  .mv-b10, .mv-b12 {
    padding: 60px 0;
  }

  .mv-b12-col {
    width: 100%;
  }

  .mv-b12-col.mv-b12-img1 {
    padding-top: 40px;
  }

  .mv-b12-col.mv-b12-img2 {
    padding-top: 30px;
  }

  .mv-b12-tl {
    text-align: center;
    margin-top: 30px;
  }

  .mv-b12-tb {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
  }

  .mv-b12-kicker {
    text-align: center;
    letter-spacing: 15px;
    font-size: 16px;
  }

  .mv-b12-img1 {
    padding-top: 40px;
  }

  .mv-b12-img2 {
    padding-top: 30px;
  }

  .mv-b14-map {
    width: 100%;
  }

  .mv-b14-info {
    width: 100%;
    padding: 40px 15px 0;
  }

  .mv-b14-tl {
    margin-top: 30px;
  }

  .mv-b14-kicker {
    letter-spacing: 15px;
    font-size: 16px;
  }

  .mv-b15 {
    padding: 40px 5px 80px;
  }

  .mv-b15-in {
    max-width: 290px;
  }

  .mv-ft {
    padding: 30px 20px;
  }

  .mv-ft-r1 {
    padding: 0 0 0 10px;
  }

  .mv-ft-logo {
    padding: 5px 0 10px;
  }

  .mv-ft-lema {
    margin: 5px 0;
  }

  .mv-ft-txt {
    font-size: 13px;
  }

  .mv-ft-r2 {
    padding: 0 0 0 10px;
  }

  .mv-input {
    margin-bottom: 20px;
  }

  .mv-submit {
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mv-hdrb-bar {
    display: block;
  }

  .mv-hdrb-in {
    padding: 40px 30px;
  }

  .mv-hdrb-logo {
    width: 100%;
    padding-right: 0;
  }

  .mv-sp70 {
    height: 50px;
  }

  .mv-pol-h1 {
    margin-top: 30px;
    font-size: 40px;
  }

  .mv-pol-txt {
    font-size: 16px;
    line-height: 1.64em;
  }

  .mk-hist {
    padding: 8px;
  }

  .mk-hist-box {
    grid-template-rows: auto minmax(0, 1fr);
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
  }

  .mk-hist-body {
    justify-content: flex-start;
    padding: 16px 18px 14px;
  }

  .mk-hist-kicker {
    margin-bottom: 40px;
  }

  .mk-hist-title {
    max-width: none;
    margin-bottom: 36px;
    font-size: 21px;
  }

  .mk-hist-lead {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 1.45;
  }

  .mk-hist-p {
    margin-bottom: 62px;
    font-size: 13px;
    line-height: 1.45;
  }

  .mk-hist-award {
    margin-bottom: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .mk-hist-award-t {
    font-size: 13px;
  }

  .mk-hist-quote {
    margin-bottom: 41px;
    font-size: 16px;
  }

  .mkb-sec {
    gap: 40px;
    padding-top: 96px;
  }

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

@media screen and (max-width: 479px) {
  .header {
    padding: 16px 20px;
  }

  .header-logo-img {
    width: 120px;
  }

  .header-nav {
    display: none;
  }

  .header-hamburger {
    display: flex;
  }

  .hero {
    padding: 100px 20px 40px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-buttons-row {
    flex-direction: column;
  }

  .hero-button {
    min-width: 100%;
  }

  .hero-title {
    font-size: 32px;
  }

  .rutas-section {
    padding: 36px 20px;
  }

  .rutas-title {
    font-size: 28px;
  }

  .rutas-cards-row {
    flex-direction: column;
  }

  .rutas-card {
    max-width: 100%;
  }

  .rutas-panel {
    padding: 32px 24px;
  }

  .proyectos-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .proyectos-tiles-row {
    flex-direction: column;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .proyectos-tile {
    min-height: 320px;
  }

  .proyectos-detail-panel {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .proyectos-gallery-item {
    width: 100%;
  }

  .contacto-section {
    padding: 64px 20px;
  }

  .contacto-fields-grid {
    flex-direction: column;
  }

  .site-footer {
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .whatsapp-float {
    padding: 12px 18px;
    font-size: 13px;
    bottom: 16px;
    right: 16px;
  }
}



